Internal
problem
ID
[699]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.4.
Separable
equations.
Page
43
Problem
number
:
24
Date
solved
:
Monday, January 27, 2025 at 02:58:22 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 9
dsolve([tan(x)*diff(y(x),x) = y(x),y(1/2*Pi) = 1/2*Pi],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.030 (sec). Leaf size: 12
DSolve[{Tan[x]*D[y[x],x] == y[x],y[Pi/2]==Pi/2},y[x],x,IncludeSingularSolutions -> True]