Internal
problem
ID
[3034]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
12,
page
46
Problem
number
:
32
Date
solved
:
Monday, January 27, 2025 at 07:09:58 AM
CAS
classification
:
[`y=_G(x,y')`]
✗ Solution by Maple
dsolve(sec(y(x))^2*diff(y(x),x)=tan(y(x))+2*x*exp(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 10.426 (sec). Leaf size: 64
DSolve[Sec[y[x]]^2*D[y[x],x]==Tan[y[x]]+2*x*Exp[x],y[x],x,IncludeSingularSolutions -> True]