Internal
problem
ID
[3669]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
1,
First-Order
Differential
Equations.
Section
1.8,
Change
of
Variables.
page
79
Problem
number
:
Problem
50
Date
solved
:
Monday, January 27, 2025 at 07:53:43 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.252 (sec). Leaf size: 23
dsolve((1-sqrt(3))*diff(y(x),x)+y(x)*sec(x)=y(x)^sqrt(3)*sec(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.570 (sec). Leaf size: 76
DSolve[(1-Sqrt[3])*D[y[x],x]+y[x]*Sec[x]==y[x]^Sqrt[3]*Sec[x],y[x],x,IncludeSingularSolutions -> True]