Internal
problem
ID
[16405]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
4.
Higher
Order
Equations.
Exercises
4.5,
page
175
Problem
number
:
67
Date
solved
:
Tuesday, January 28, 2025 at 09:07:33 AM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_xy]]
✓ Solution by Maple
Time used: 0.063 (sec). Leaf size: 26
dsolve(2*y(t)*diff(y(t),t$2)+y(t)^2=diff(y(t),t)^2,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.607 (sec). Leaf size: 44
DSolve[2*y[t]*D[y[t],{t,2}]+y[t]^2==D[y[t],t]^2,y[t],t,IncludeSingularSolutions -> True]