Internal
problem
ID
[4078]
Book
:
Differential
equations,
Shepley
L.
Ross,
1964
Section
:
2.4,
page
55
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 08:07:39 AM
CAS
classification
:
[[_1st_order, _with_exponential_symmetries]]
✓ Solution by Maple
Time used: 0.087 (sec). Leaf size: 32
dsolve((2*x*tan(y(x)))+(x-x^2*tan(y(x)))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.419 (sec). Leaf size: 78
DSolve[(2*x*Tan[y[x]])+(x-x^2*Tan[y[x]])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]