Internal
problem
ID
[8215]
Book
:
A
course
in
Ordinary
Differential
Equations.
by
Stephen
A.
Wirkus,
Randall
J.
Swift.
CRC
Press
NY.
2015.
2nd
Edition
Section
:
Chapter
8.
Series
Methods.
section
8.2.
The
Power
Series
Method.
Problems
Page
603
Problem
number
:
2.
direct
method
Date
solved
:
Monday, January 27, 2025 at 03:46:09 PM
CAS
classification
:
[[_linear, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.017 (sec). Leaf size: 22
dsolve([diff(y(x),x)-2*y(x)=x^2,y(1) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.038 (sec). Leaf size: 28
DSolve[{D[y[x],x]-2*y[x]==x^2,{y[1]==1}},y[x],x,IncludeSingularSolutions -> True]