Internal
problem
ID
[16092]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Exercises
2.5,
page
64
Problem
number
:
15
Date
solved
:
Tuesday, January 28, 2025 at 08:39:28 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 1.323 (sec). Leaf size: 53
dsolve(( sin(2*t)/cos(2*y(t)) )+( ln(y(t))/ln(t) )*diff(y(t),t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.539 (sec). Leaf size: 44
DSolve[( Sin[2*t]/Cos[2*y[t]] )+( Log[y[t]]/Log[t] )*D[y[t],t]==0,y[t],t,IncludeSingularSolutions -> True]