Internal
problem
ID
[8703]
Book
:
Selected
problems
from
homeworks
from
different
courses
Section
:
Math
2520,
summer
2021.
Differential
Equations
and
Linear
Algebra.
Normandale
college,
Bloomington,
Minnesota
Problem
number
:
HW
1
problem
13
Date
solved
:
Monday, January 27, 2025 at 04:19:47 PM
CAS
classification
:
[_exact]
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 18
dsolve((y(x)^2+cos(x))+(2*x*y(x)+sin(y(x)))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.206 (sec). Leaf size: 20
DSolve[(y[x]^2+Cos[x])+(2*x*y[x]+Sin[y[x]])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]