Internal
problem
ID
[8059]
Book
:
Second
order
enumerated
odes
Section
:
section
1
Problem
number
:
22
Date
solved
:
Monday, October 21, 2024 at 04:45:02 PM
CAS
classification
:
[[_2nd_order, _missing_x]]
Solve
Does not support ODE with \({y^{\prime \prime }}^{n}\) where \(n\neq 1\) unless \(1\) is missing which is not the case here.
Methods for second order ODEs:
Solving time : 0.040
(sec)
Leaf size : maple_leaf_size
dsolve(diff(diff(y(x),x),x)^2+diff(y(x),x)+y(x) = 0, y(x),singsol=all)