Internal
problem
ID
[7920]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
1.
What
is
a
differential
equation.
Problems
for
Review
and
Discovery.
Page
53
Problem
number
:
1(d)
Date
solved
:
Monday, January 27, 2025 at 03:32:19 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 9
dsolve(sec(x)*diff(y(x),x)=sec(y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.422 (sec). Leaf size: 11
DSolve[Sec[x]*D[y[x],x]==Sec[y[x]],y[x],x,IncludeSingularSolutions -> True]