1.66 problem 66

1.66.1 Maple step by step solution
1.66.2 Maple trace
1.66.3 Maple dsolve solution
1.66.4 Mathematica DSolve solution

Internal problem ID [7758]
Book : Own collection of miscellaneous problems
Section : section 1.0
Problem number : 66
Date solved : Monday, October 21, 2024 at 04:02:51 PM
CAS classification : [NONE]

Solve

\begin{align*} 3 y y^{\prime \prime }&=\sin \left (x \right ) \end{align*}

1.66.1 Maple step by step solution

1.66.2 Maple trace
Methods for second order ODEs:
 
1.66.3 Maple dsolve solution

Solving time : 0.016 (sec)
Leaf size : maple_leaf_size

dsolve(3*y(x)*diff(diff(y(x),x),x) = sin(x), 
       y(x),singsol=all)
 
\[ \text {No solution found} \]
1.66.4 Mathematica DSolve solution

Solving time : 0.0 (sec)
Leaf size : 0

DSolve[{3*y[x]*D[y[x],{x,2}]==Sin[x],{}}, 
       y[x],x,IncludeSingularSolutions->True]
 

Not solved