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
 
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