How do you find all solutions of the differential equation #(d^2y)/(dx^2)=2x+1#?
1 Answer
Jan 10, 2017
# y=1/3x^3+1/2x^2 + Ax + B #
Explanation:
This is a Second Order non-homogeneous DE with constant coefficients, but separable so we can just integrate (twice):
# (d^2y)/(dx^2)=2x+1 #
Integrate:
# (dy)/(dx)=x^2+x + A #
Integrate again:
# y=1/3x^3+1/2x^2 + Ax + B #
which is the General Solution;