Internal
problem
ID
[16167]
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
:
31
Date
solved
:
Tuesday, January 28, 2025 at 08:53:32 AM
CAS
classification
:
[[_homogeneous, `class C`], _exact, _dAlembert]
With initial conditions
✓ Solution by Maple
Time used: 0.410 (sec). Leaf size: 19
dsolve([(cos(t-y(t)))+(1-cos(t-y(t)))*diff(y(t),t)=0,y(Pi) = Pi],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.110 (sec). Leaf size: 59
DSolve[{Cos[t-y[t]]+(1-Cos[t-y[t]])*D[y[t],t]==0,{y[Pi]==Pi}},y[t],t,IncludeSingularSolutions -> True]