Internal
problem
ID
[3462]
Book
:
Mathematical
methods
for
physics
and
engineering,
Riley,
Hobson,
Bence,
second
edition,
2002
Section
:
Chapter
14,
First
order
ordinary
differential
equations.
14.4
Exercises,
page
490
Problem
number
:
Problem
14.3
(c)
Date
solved
:
Monday, January 27, 2025 at 07:37:40 AM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x)*G(y),0]`], [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 14
dsolve((cos(x)^2+y(x)*sin(2*x))*diff(y(x),x)+y(x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 22.716 (sec). Leaf size: 170
DSolve[(Cos[x]^2+y[x]*Sin[2*x])*D[y[x],x]+y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]