Internal
problem
ID
[13978]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
4,
Second
and
Higher
Order
Linear
Differential
Equations.
Problems
page
221
Problem
number
:
Problem
2(f)
Date
solved
:
Tuesday, January 28, 2025 at 06:10:55 AM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1]]
✓ Solution by Maple
Time used: 0.158 (sec). Leaf size: 51
dsolve(y(x)*diff(y(x),x$2)=1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.067 (sec). Leaf size: 93
DSolve[y[x]*D[y[x],{x,2}]==1,y[x],x,IncludeSingularSolutions -> True]