Using Undetermined Coefficients to solve an equation for a particular solution?

KevinD6
Messages
10
Reaction score
0

Homework Statement


y'' + 9y = 3sin(3x) + 3 + e^{3x}

Homework Equations

The Attempt at a Solution


This is my first post here so let me know if I've done anything wrong, I've been looking at questions here for a long time though ^^.

So the problem asks me to solve for one particular solution by using undetermined coefficients, I begin by solving for the homogeneous solution:
y'' + 9y = 0
The characteristic polynomial becomes:
r^2 + 9 = 0
Therefore, I get the two roots {0 \pm 3i}

Solving for the homogeneous solution, which I'll call y_h I get:
y_h = cos(3x) + sin(3x)

Now, my professor hasn't gone through undetermined coefficients in his class yet but put it on the assignment (weird right?), so this is the part I might have screwed up on due to lack of knowledge.

Based on what I've found on the internet, first I predict a form of the particular solution, which I will denote y_p
So:
y_p = A(cos(3x)) + B(sin(3x)) + C + D(e^{3x})
Afterwards, I plug this particular solution back into my original equation in order to solve for the coefficients A, B, C, and D.

However, taking the second derivative of my particular equation, I get:
y'' = -9A cos(3x) - 9B sin(3x) + 9D e^{3x}
That equation is added onto 9y, which is:
9y = 9Acos(3x) + 9B sin(3x) + 9C + 9D e^{3x}

I'm left with the final equation of:
9C + 18D = 3sin(3x) + 3 + e^{3x}

Now what I'm confused about is the fact that A and B cancel out in this case, and I've been looking at internet explanations of undetermined coefficients but I can't find an answer to this question. Can anyone help me?
 
Physics news on Phys.org
KevinD6 said:

Homework Statement


y'' + 9y = 3sin(3x) + 3 + e^{3x}

Homework Equations

The Attempt at a Solution


This is my first post here so let me know if I've done anything wrong, I've been looking at questions here for a long time though ^^.

So the problem asks me to solve for one particular solution by using undetermined coefficients, I begin by solving for the homogeneous solution:
y'' + 9y = 0
The characteristic polynomial becomes:
r^2 + 9 = 0
Therefore, I get the two roots {0 \pm 3i}

Solving for the homogeneous solution, which I'll call y_h I get:
y_h = cos(3x) + sin(3x)

Now, my professor hasn't gone through undetermined coefficients in his class yet but put it on the assignment (weird right?), so this is the part I might have screwed up on due to lack of knowledge.

Based on what I've found on the internet, first I predict a form of the particular solution, which I will denote y_p
So:
y_p = A(cos(3x)) + B(sin(3x)) + C + D(e^{3x})
Afterwards, I plug this particular solution back into my original equation in order to solve for the coefficients A, B, C, and D.

However, taking the second derivative of my particular equation, I get:
y'' = -9A cos(3x) - 9B sin(3x) + 9D e^{3x}
That equation is added onto 9y, which is:
9y = 9Acos(3x) + 9B sin(3x) + 9C + 9D e^{3x}

I'm left with the final equation of:
9C + 18D = 3sin(3x) + 3 + e^{3x}

Now what I'm confused about is the fact that A and B cancel out in this case, and I've been looking at internet explanations of undetermined coefficients but I can't find an answer to this question. Can anyone help me?

##\cos(3x)## and ##\sin(3x)## satisfy the homogeneous equation so they can't contribute to the non-homogeneous. That's why they are dropping out.

Use ##Ax\cos(3x) + Bx\sin(3x)## in your trial solution for ##y_p##.
 
because your yh is Acos3x+Bsin3x, your yp should be x(Acos3x+Bsin3x).
 
HaLAA said:
because your yh is Acos3x+Bsin3x, your yp should be x(Acos3x+Bsin3x).
x(Acos3x+Bsin3x)+C+De^3x
 
Ahh, I see, it was just my ignorance about this method. Thanks guys! I hope to be posting here more in the future.
 
Paul's math notes has a good explanation of this method of multiplying throughout by a variable fixes problems sometimes.
 
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