Finding general solutions of forced equations

  • Thread starter Thread starter metalscot
  • Start date Start date
  • Tags Tags
    General
metalscot
Messages
20
Reaction score
0
I am having trouble after finding the complimentary solution to this problem, if possible I would like some guidance on how to proceed with the particular solution

Find a general solution to the following equation: x'' + 2x' + x = 3


x'' + 2x' + x = 3

complimentary solution when = 0

x'' + 2x' + x = 0

m^2 + 2m + 1 = 0

so this has only one root; m=-1

complimentary solution must then be in the form

x(t) = Ae^mt + Bte^mt

particular solution when = 3

x'' + 2x' + x = 3

From this point I am unsure how to proceed and would value any help
 
Last edited:
Physics news on Phys.org
Look for a solution of the form yp = C, a constant.
 
LCKurtz said:
Look for a solution of the form yp = C, a constant.

Thank you LCKurtz, in this example because I have x''+2x'+x=3

If I plug a value of x=3 into my original equation I end up with x=3 as a final answer so

x(t)particular=3

giving me x(t)general= x(t)complimentary + x(t)particular:

x(t)=Ae^-1t + Bte^-1t + 3 ?
 
metalscot said:
Thank you LCKurtz, in this example because I have x''+2x'+x=3

If I plug a value of x=3 into my original equation I end up with x=3 as a final answer so

x(t)particular=3

giving me x(t)general= x(t)complimentary + x(t)particular:

x(t)=Ae^-1t + Bte^-1t + 3 ?
Spot on :approve:

There are some general "rules" when finding particular solutions to ODEs, depending on the form of the forcing term. You will likely find them in your textbook.
 
Hootenanny said:
Spot on :approve:

There are some general "rules" when finding particular solutions to ODEs, depending on the form of the forcing term. You will likely find them in your textbook.

Thanks Hootenanny, I have a more complex forcing term to move onto now but with this basis I think I will get there.
 
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