Inhomogeneous diff EQ, undetermined coefficients

offbeatjumi
Messages
28
Reaction score
0
Find the solution of:

y" + 3y' = 72sin(3t) + 36cos(3t)
where y(0) = 6 and y'(0) = 9

I first found the solution to the homogeneous eq:

the roots (R^2 + 3R = 0) are R = 0, -3
which gives the family of solutions:
y = a(1) + be^(-3t)
and y' = -3be^(-3t)

using the initial conditions (maybe I am not supposed to use them here?)
I find a = 9, b = -3

For the inhomogeneous eq:

I try (guess)
y = Asin(3t) + Bsin(3t)
y' = 3Acos(3t) - 3Bsin(3t)
y" = -9Asin(3t) - 9Bcos(3t)

substitute those values into the original equation (left hand side) I find

sin3t(-9A-9B) + cos3t(-9B-9A) = 72sin3t + 36cos3t

therefore
-9A - 9B = 72
-9B - 9A = 36
giving B = -6, A = -2


Therefore I get the solution:

y = 9 - 3e^(-3t) - 2sin3t - 6cos3t

What did I do wrong (this answer is incorrect)
Thanks
 
Physics news on Phys.org
Hi offbeatjumi! :smile:
offbeatjumi said:
… where y(0) = 6 and y'(0) = 9

using the initial conditions (maybe I am not supposed to use them here?)
I find a = 9, b = -3

Therefore I get the solution:

y = 9 - 3e^(-3t) - 2sin3t - 6cos3t

But y(0) ≠ 6, is it?

So you did need to wait until the end before finding the constants. :wink:
 
thank you! i wasn't sure about where to apply initial conditions
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top