HELP partial fractions driving me crazy

jonny f
Messages
3
Reaction score
0
Hi Guys, can anyone help with this problem?

resolve 3 -x
----------------
(x^2 +3) (x + 3)

The problem I have is with the x^2, when substituting numbers for x at the end to find A and B. I can only use -3
 
Physics news on Phys.org
jonny f said:
I can only use -3

Why? Once you sub in -3 you will find A(or B, depending on your notation). Then sub in, say, 3. Since you know one variable, this will give you you an equation in only the variable you don't know!
 
thanks cristo but I think I am missing something here.

3 -x = A(x^2 +3) + B (x + 3)

if x = -3 then A = 2

do I now find the square root of 3 to make A (0)?

I think I may have looked at this for too long now and confused myself!
 
You can go here to have it all done out for you by a computer.
 
\frac{3-x}{(x^2+3)(x+3)}[/itex] <br /> can be written as partial fractions as<br /> \frac{Ax+B}{x^2+3}+ \frac{C}{x+3}<br /> You will need to solve for A, B, <b>and</b> C.<br /> Multiplying both sides by (x+3)(x<sup>2</sup>+3) you have<br /> (Ax+B)(x+3)+ C(x<sup>2</sup>+ 3)= 3-x<br /> <br /> Setting x= -3 give 9C= 6 or C= 2/3. <br /> <br /> Now let x be any two other numbers, say 0 and 1 for simplicity, to get two more equations for A and B.
 
Halls, setting x=-3 gives 12C=6 or C=1/2

Equating like-power polynomial coefficients yields another way to attack these problems:

x^2: A+C=0
x^1: 3A+B=-1
x^0: 3B+3C=3

The result is three linear equations in three unknowns.
 
Would it be incorrect of me to notice 3-x = -(x-3), cancel out the common factors to achieve -1/(x^2-3), and therefore ignoring when x=3? Makes it simpler.
 
Gib Z said:
Would it be incorrect of me to notice 3-x = -(x-3), cancel out the common factors to achieve -1/(x^2-3), and therefore ignoring when x=3? Makes it simpler.

Yes it would be incorrect because there is no factor of (x-3) in the denominator. There is also no factor or (x2-3) in the denominator, I think you need to look at the original post again.
 
Omg Thanks for correcting me on that, My god i must be going blind...
 
  • #10
Thankyou guys, you have all been very helpful, thanks for your time
 
Back
Top