Stuck on equating co-efficents DiffEQ

  • Thread starter Thread starter mr_coffee
  • Start date Start date
  • Tags Tags
    Diffeq Stuck
mr_coffee
Messages
1,613
Reaction score
1
I'm confused on how to equate coniffecents. What I'm doing is, finding a particular solution for just the polynomial then I'm going to find it just for the exponential and add them together rather then putting it all together and making it a mess, but I'm stuck when i try to add the Co-efficents, can someone explain that process to me? Thanks!

Here is my work!
http://suprfile.com/src/1/1ta5k1/lastscan.jpg
 
Last edited by a moderator:
Physics news on Phys.org
I kinda see.

Fact: Two polynomials are equal iff their respective coefficients are the same. (You might want to try proving this (hint set x=0. u get 1 relation, differentiate, set x=0, u get a second equality, differentiate, set x=0, etc))

This is what you have here. So you want to rewrite the LHS as

-At^2 + (2A-B)t + (12A+B-C) = t^2 + t

Now what the theorem/fact stated above is telling you is that

-A=1
2A-B=1
12A+B-C=0

It's a linear system of equation. Start row-reducin' friend!
 
THanks man worked great!
 
There is another method: just plug-in three different values of t (like, say t=0,1,2,) into the given equation to generate three equations in A,B, and C.
 
shweet.
thanks for the tip
 
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