Find the most general solution to the non-homogeneous equation:
$$y'' - 16y' + 64y = \frac{e^{-8x}}{1 + x^2}$$
With the given conditions: $y(0) = -10$ and $y'(0) = 9$. I partially solved it, with
$$e^{8x} \int_0^x \frac{-te^{-16t}}{1+t^2}dt + xe^{8x} \int_0^x \frac{-e^{-16t}}{1+t^2}dt + Ce^{8x}+Dxe^{8x}$$
I am not sure what the variables C and D are. Can anyone help me find the variables?
OK, same guy here. I found out how to solve it:
$y"−16y′+64y=(e^{−8x})/(1+x^{2})$
And given the initial conditions y(0) = -10 and y'(0) = 9
To find C and D, we just make the left half of the equation equal 0 and solve it.
$y"−16y′+64y=0$
The general formula for the solution is:
$y = Ae^{8x}+Bxe^{8x}$ and $y' = 8Axe^{8x}+Ae^{8x}+Be^{8x}$
Applying the initial values into both formulas will give you:
A = 89 and B = -10
These coefficients are the same as D and C respectively.