Internal
problem
ID
[18680]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
IV.
Ordinary
linear
differential
equations
with
constant
coefficients.
Exercises
at
page
58
Problem
number
:
17
Date
solved
:
Tuesday, January 28, 2025 at 12:09:24 PM
CAS
classification
:
[[_2nd_order, _quadrature]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 37
dsolve(e*diff(y(x),x$2)=-(w*L+P)/2*x-w/2*x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.010 (sec). Leaf size: 33
DSolve[e*D[y[x],{x,2}]==-(w*L+P)/2*x-w/2*x^2,y[x],x,IncludeSingularSolutions -> True]