A particular solution to the differential equation y'' + 2y' + y = t^2 + 3?

the_Doctor111
Messages
6
Reaction score
0
A particular solution to the differential equation y'' + 2y' + y = t^2 + 3?
is t^2 - 4t +7 in the answers, but i get t^2 - 4t + 9 so where am i going wrong...

y = Ay^2 + by + c
y' = 2Ay + B
y'' = 2A

2A + 2(2Ay + B) + Ay^2 +By + c = t^2 + 3
A(y^2) + (4A+B)y +(2A +2B+c) = t^2 + 0t + 3

A = 1

B + 4A = 0 → b = -4

C + 2B + 2A = 3 → b = 9

Sorry if it's just an arithmetical error I'm pretty tired
 
Physics news on Phys.org
the_Doctor111 said:
A particular solution to the differential equation y'' + 2y' + y = t^2 + 3?
is t^2 - 4t +7 in the answers, but i get t^2 - 4t + 9 so where am i going wrong...

y = Ay^2 + by + c
y' = 2Ay + B
y'' = 2A

2A + 2(2Ay + B) + Ay^2 +By + c = t^2 + 3
A(y^2) + (4A+B)y +(2A +2B+c) = t^2 + 0t + 3

A = 1

B + 4A = 0 → b = -4

C + 2B + 2A = 3 → b = 9

Sorry if it's just an arithmetical error I'm pretty tired
Shouldn't those be t's & not y' in:

y = At2 + Bt + C

y' = 2At + B

y'' = 2A

I also get:
C + 2B + 2A = 3  →  C = 3 -2B -2A  →  C = 3 - 2(-4) - 2(1) = 9

Did you copy the problem wrong?
 
SammyS said:
Shouldn't those be t's & not y' in:

y = At2 + Bt + C

y' = 2At + B

y'' = 2A

I also get:
C + 2B + 2A = 3  →  C = 3 -2B -2A  →  C = 3 - 2(-4) - 2(1) = 9

Did you copy the problem wrong?
I did copy it right the answers must just be wrong
 
the_Doctor111 said:
I did copy it right the answers must just be wrong

You could plug your ##y_p## in and see if it works. That would settle it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top