HELP partial fractions driving me crazy

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 3K views
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!
 
[tex]\frac{3-x}{(x^2+3)(x+3)}[/itex] <br /> can be written as partial fractions as<br /> [tex]\frac{Ax+B}{x^2+3}+ \frac{C}{x+3}[/tex]<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.[/tex]
 
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.
 
Thankyou guys, you have all been very helpful, thanks for your time