Internal
problem
ID
[16170]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
2.
First
Order
Equations.
Review
exercises,
page
80
Problem
number
:
34
Date
solved
:
Tuesday, January 28, 2025 at 08:55:46 AM
CAS
classification
:
[_exact, [_1st_order, `_with_symmetry_[F(x)*G(y),0]`]]
With initial conditions
✓ Solution by Maple
Time used: 0.168 (sec). Leaf size: 18
dsolve([(y(t)^2)+(2*t*y(t)-2*cos(y(t))*sin(y(t)))*diff(y(t),t)=0,y(0) = Pi],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.261 (sec). Leaf size: 42
DSolve[{(y[t]^2)+(2*t*y[t]-2*Cos[y[t]]*Sin[y[t]])*D[y[t],t]==0,{y[0]==Pi}},y[t],t,IncludeSingularSolutions -> True]