Why Include Different Powers in Partial Fraction Expansion?

  • Context: Undergrad 
  • Thread starter Thread starter Swapnil
  • Start date Start date
  • Tags Tags
    Expansion Partial
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
Swapnil
Messages
459
Reaction score
6
Why is it that when you have a repeated root in the denominator of a rational proper function, you include different powers of the same root in the function's partial fraction expansion?

For example,
[tex]\frac{x^2 + 4x + 7}{(x-3)^3} = \frac{k_1}{(x-3)} + \frac{k_2}{(x-3)^2} + \frac{k_3}{(x-3)^3}[/tex]

why do you do this?
 
Last edited:
Physics news on Phys.org
It let's you achieve the different powers on the numerator. Eg To get the same denominator, for the first part we must multiply by (x-3)^2, giving us an x^2, then for the 2nd part we must multiply by (x-3), giving us the x, and 3rd part gives us our constant. Subtracting and multiplying these in the end gives up our original expression.

Lets see how this works out in this example.

[tex]\frac{x^2 + 4x + 7}{(x-3)^3} = \frac{k_1}{(x-3)} + \frac{k_2}{(x-3)^2} + \frac{k_3}{(x-3)^3}[/tex]

Multiply to get a common denominator.

[tex]\frac{x^2 + 4x + 7}{(x-3)^3} = \frac {k_1 \cdot(x-3)^2 + k_2\cdot(x-3) + k_3}{(x-3)^3}[/tex]

Expand.

[tex]\frac{x^2 + 4x + 7}{(x-3)^3} = \frac {k_1 \cdot x^2 - k_1 \cdot 6x +9 \cdot k_1 +k_2 \cdot x -k_2 \cdot 3 + k_3}{(x-3)^3}[/tex]

Simplify Like terms etc.

[tex]\frac{x^2 + 4x + 7}{(x-3)^3} = \frac {k_1\cdot x^2 + (k_2 -6k_1) \cdot x + (k_3 -3k_2 + 9)}{(x-3)^3}[/tex]

Phew, that was a bit of confusing [itex]tex[/tex]. <br /> <br /> Anyway, The simplest way to solve is to equate co-efficients on both sides :D.<br /> <br /> So we get:<br /> [tex]k_1 = 1[/tex]<br /> [tex](k_2 -6k_1)=4[/tex]<br /> [tex](k_3 -3k_2 + 9) =7[/tex]<br /> <br /> YAY! Simultaneous Equations! <br /> <br /> For the 2nd equation, since [itex]k_1=1[/tex], the equation simplifies to<br /> [tex]k_2 -6=4[/tex]<br /> [tex]k_2 =10[/tex]<br /> Put that into equation 3. <br /> [tex]k_3 -30 + 9 = 7[/tex]<br /> [tex]k_3=28[/tex]<br /> <br /> YAY we have our question solved!<br /> <br /> [tex]\frac{x^2 + 4x + 7}{(x-3)^3} = \frac{1}{(x-3)} + \frac{10}{(x-3)^2} + \frac{28}{(x-3)^3}[/tex]<br /> <br /> HOORAH![/itex][/itex]
 
Last edited:
thank you Gib Z. that was very well explained.
 
Gib Z said:
It let's you achieve the different powers on the numerator. Eg To get the same denominator, for the first part we must multiply by (x-3)^2, giving us an x^2, then for the 2nd part we must multiply by (x-3), giving us the x, and 3rd part gives us our constant. Subtracting and multiplying these in the end gives up our original expression.
Oh, I see. Makes sense. Thanks.
 
Gib Z said:
It let's you achieve the different powers on the numerator. Eg To get the same denominator, for the first part we must multiply by (x-3)^2, giving us an x^2, then for the 2nd part we must multiply by (x-3), giving us the x, and 3rd part gives us our constant. Subtracting and multiplying these in the end gives up our original expression.

Lets see how this works out in this example.

[tex]\frac{x^2 + 4x + 7}{(x-3)^3} = \frac{k_1}{(x-3)} + \frac{k_2}{(x-3)^2} + \frac{k_3}{(x-3)^3}[/tex]

Multiply to get a common denominator.

[tex]\frac{x^2 + 4x + 7}{(x-3)^3} = \frac {k_1 \cdot(x-3)^2 + k_2\cdot(x-3) + k_3}{(x-3)^3}[/tex]

Expand.

[tex]\frac{x^2 + 4x + 7}{(x-3)^3} = \frac {k_1 \cdot x^2 - k_1 \cdot 6x +9 \cdot k_1 +k_2 \cdot x -k_2 \cdot 3 + k_3}{(x-3)^3}[/tex]

Simplify Like terms etc.

[tex]\frac{x^2 + 4x + 7}{(x-3)^3} = \frac {k_1\cdot x^2 + (k_2 -6k_1) \cdot x + (k_3 -3k_2 + 9)}{(x-3)^3}[/tex]

Phew, that was a bit of confusing [itex]tex[/tex]. <br /> <br /> Anyway, The simplest way to solve is to equate co-efficients on both sides :D.<br /> <br /> So we get:<br /> [tex]k_1 = 1[/tex]<br /> [tex](k_2 -6k_1)=4[/tex]<br /> [tex](k_3 -3k_2 + 9) =7[/tex]<br /> <br /> YAY! Simultaneous Equations! <br /> <br /> For the 2nd equation, since [itex]k_1=1[/tex], the equation simplifies to<br /> [tex]k_2 -6=4[/tex]<br /> [tex]k_2 =10[/tex]<br /> Put that into equation 3. <br /> [tex]k_3 -30 + 9 = 7[/tex]<br /> [tex]k_3=28[/tex]<br /> <br /> YAY we have our question solved!<br /> <br /> [tex]\frac{x^2 + 4x + 7}{(x-3)^3} = \frac{1}{(x-3)} + \frac{10}{(x-3)^2} + \frac{28}{(x-3)^3}[/tex]<br /> <br /> HOORAH![/itex][/itex]
[itex][itex] <br /> When your rusty, it's best to peack over someone shoulders.<img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f644.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":rolleyes:" title="Roll Eyes :rolleyes:" data-smilie="11"data-shortname=":rolleyes:" /> <br /> I use to remember how to that, 1st year Calculus.<br /> Excellent job.[/itex][/itex]