Internal
problem
ID
[16138]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Review
exercises,
page
80
Problem
number
:
2
Date
solved
:
Tuesday, January 28, 2025 at 08:51:42 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 19
dsolve(cos(4*x)-8*sin(y(x))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.306 (sec). Leaf size: 37
DSolve[Cos[4*x]-8*Sin[y[x]]*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]