Internal
problem
ID
[19603]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
VII.
Exact
differential
equations.
Problem
number
:
Ex
11
page
106
Date
solved
:
Tuesday, January 28, 2025 at 02:03:51 PM
CAS
classification
:
[[_2nd_order, _quadrature]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 24
dsolve(diff(y(x),x$2)=x^2*sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.018 (sec). Leaf size: 26
DSolve[D[y[x],{x,2}]==x^2*Sin[x],y[x],x,IncludeSingularSolutions -> True]