Internal
problem
ID
[13992]
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
15
Date
solved
:
Tuesday, January 28, 2025 at 08:25:11 PM
CAS
classification
:
[[_Emden, _Fowler], [_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.133 (sec). Leaf size: 97
dsolve(diff(y(x),x$2)+k*x/(y(x)^4)=0,y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[D[y[x],{x,2}]+k*x/(y[x]^4)==0,y[x],x,IncludeSingularSolutions -> True]
Not solved