Internal
problem
ID
[3498]
Book
:
Mathematical
methods
for
physics
and
engineering,
Riley,
Hobson,
Bence,
second
edition,
2002
Section
:
Chapter
15,
Higher
order
ordinary
differential
equations.
15.4
Exercises,
page
523
Problem
number
:
Problem
15.33
Date
solved
:
Tuesday, January 28, 2025 at 02:39:17 PM
CAS
classification
:
[[_3rd_order, _exact, _nonlinear]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 81
dsolve(2*y(x)*diff(y(x),x$3)+2*(y(x)+3*diff(y(x),x))*diff(y(x),x$2)+2*(diff(y(x),x))^2=sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.458 (sec). Leaf size: 88
DSolve[2*y[x]*D[y[x],{x,3}]+2*(y[x]+3*D[y[x],x])*D[y[x],{x,2}]+2*(D[y[x],x])^2==Sin[x],y[x],x,IncludeSingularSolutions -> True]