Internal
problem
ID
[13960]
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
1(c)
Date
solved
:
Tuesday, January 28, 2025 at 08:24:57 PM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _exact, _nonlinear], [_2nd_order, _reducible, _mu_x_y1], [_2nd_order, _reducible, _mu_xy]]
✓ Solution by Maple
Time used: 0.194 (sec). Leaf size: 60
dsolve(diff(y(x),x$2)+y(x)*diff(y(x),x)=1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 54.697 (sec). Leaf size: 111
DSolve[D[y[x],{x,2}]+y[x]*D[y[x],x]==1,y[x],x,IncludeSingularSolutions -> True]