Internal
problem
ID
[703]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.4.
Separable
equations.
Page
43
Problem
number
:
28
Date
solved
:
Monday, January 27, 2025 at 02:58:31 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.041 (sec). Leaf size: 10
dsolve([2*x^(1/2)*diff(y(x),x) = cos(y(x))^2,y(4) = 1/4*Pi],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.437 (sec). Leaf size: 17
DSolve[{2*x^(1/2)*D[y[x],x] == Cos[y[x]]^2,y[4]==Pi/4},y[x],x,IncludeSingularSolutions -> True]