Internal
problem
ID
[6753]
Book
:
Schaums
Outline.
Theory
and
problems
of
Differential
Equations,
1st
edition.
Frank
Ayres.
McGraw
Hill
1952
Section
:
Chapter
17.
Linear
equations
with
variable
coefficients
(Cauchy
and
Legndre).
Supplemetary
problems.
Page
110
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 02:27:31 PM
CAS
classification
:
[[_2nd_order, _exact, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 53
dsolve((x+1)^2*diff(y(x),x$2)+(x+1)*diff(y(x),x)-y(x)=(ln(x+1))^2+x-1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.336 (sec). Leaf size: 72
DSolve[(x+1)^2*D[y[x],{x,2}]+(x+1)*D[y[x],x]-y[x]==(Log[x+1])^2+x-1,y[x],x,IncludeSingularSolutions -> True]