Internal
problem
ID
[8962]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
5.0
Problem
number
:
1
Date
solved
:
Monday, January 27, 2025 at 05:22:49 PM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1]]
✓ Solution by Maple
Time used: 0.055 (sec). Leaf size: 61
dsolve(diff(y(x),x$2)=A*y(x)^(2/3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.097 (sec). Leaf size: 75
DSolve[D[y[x],{x,2}]==A*y[x]^(2/3),y[x],x,IncludeSingularSolutions -> True]