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}##.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top