Partial Fraction Decomposition

AI Thread Summary
The discussion centers on the partial fraction decomposition of the expression 1/(x^2 - c^2), where c is not equal to zero. Participants clarify the process of breaking down the denominator into its factors, (x + c)(x - c), and setting up the partial fractions as A/(x + c) + B/(x - c). The confusion arises around solving for coefficients A and B, particularly how to derive the values of 1/(2c) for B and -1/(2c) for A. The importance of clearly expressing equations and avoiding ambiguity in notation is emphasized, especially regarding the placement of c in the denominator. Overall, the conversation highlights the steps and common pitfalls in performing partial fraction decomposition.
hackedagainanda
Messages
52
Reaction score
11
Homework Statement
Find the partial fraction decomposition of the rational=##\frac {1} {x^2 -c^2}## with ##c \neq {0}##
Relevant Equations
N/A
##\frac {1} {x^2 -c^2}## with ##c \neq {0}##

So the first thing I do is split the ##x^2 -c^2## into the difference of squares so ##x +c## and ##x - c##

I then do ##\frac {A} {x + c}## ##+## ##\frac {B} {x-c}##, and then let ##x=c## to zero out the expression. And that is where I am getting lost I don't see where to go from here, I don't understand where the ##2c## in the denominator is coming from.

The solution in the book is ##\frac {1} {2c(x-c)}## ##-\frac {1} {2c(x+c)}##
 
Physics news on Phys.org
You set the partial fraction equal to the original fraction and then solve for A and B.
 
Frabjous said:
You set the partial fraction equal to the original fraction and then solve for A and B.
I think I got it Ax + Bx = 0 and adding -Ac + Bc =1 A-A =0 add the B's and get 2B = 1 so B= 1/2 and A = -1/2, there is no x term in the numerator so we can move along to the variable c, -Ac = -1/2c and B = 1/2c so that lines up with the books answer.

Thanks for the suggestion and help, did I make any mistakes?
 
hackedagainanda said:
I think I got it Ax + Bx = 0 and adding -Ac + Bc =1 A-A =0 add the B's and get 2B = 1 so B= 1/2 and A = -1/2, there is no x term in the numerator so we can move along to the variable c, -Ac = -1/2c and B = 1/2c so that lines up with the books answer.

Thanks for the suggestion and help, did I make any mistakes?
I cannot tell exactly what you are doing. For future questions, you will need to be clearer.
Here’s how I do it.
The first equation can be written as (A+B)x=0. Since this has to hold for all values of x, this implies A=-B.
The second equation can now be rewritten
(B-A)c=1
2Bc=1
B=1/(2c) (notice that you are dividing by c, so that it cannot equal 0
 
Last edited:
  • Like
  • Love
  • Informative
Likes e_jane, FactChecker and hackedagainanda
Frabjous said:
The first equation can be written as (A+B)x=0. Since this has to hold for all values of x, this implies A=-B.
The second equation can now be rewritten
(B-A)c=1
2Bc=1.
B=1/2c (notice that you are dividing by c, so that it cannot equal 0.
1/2c would normally be read as one half times c. To convey the idea that c is in the denominator, write 1/(2c) or ##\frac 1 {2c}##.
 
Back
Top