Internal
problem
ID
[1610]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
2,
First
order
equations.
Existence
and
Uniqueness
of
Solutions
of
Nonlinear
Equations.
Section
2.3
Page
60
Problem
number
:
3
Date
solved
:
Tuesday, January 28, 2025 at 02:35:47 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.049 (sec). Leaf size: 43
dsolve(diff(y(x),x)=tan(x*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.277 (sec). Leaf size: 69
DSolve[D[y[x],x]==Tan[x*y[x]],y[x],x,IncludeSingularSolutions -> True]