Internal
problem
ID
[8779]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
67
Date
solved
:
Monday, January 27, 2025 at 04:50:12 PM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1]]
✓ Solution by Maple
Time used: 0.041 (sec). Leaf size: 59
dsolve(3*y(x)*diff(y(x),x$2)+y(x)=5,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.330 (sec). Leaf size: 41
DSolve[3*y[x]*D[y[x],{x,2}]+y[x]==5,y[x],x,IncludeSingularSolutions -> True]