The Philosophy of Repeat Linear Fractions?

Click For Summary

Discussion Overview

The discussion centers on the reasoning behind the use of repeat linear factors in partial fraction decomposition, exploring both the theoretical and procedural aspects. Participants express confusion regarding the necessity of including terms like \(Ax + B\) for repeated factors and seek a deeper understanding of the underlying principles, particularly in more complex cases involving higher powers and multiple factors.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions the rationale behind using repeat linear factors in partial fractions, expressing a desire for a rigorous understanding beyond standard procedures.
  • Another participant suggests that the lack of a deep explanation may imply that the method is simply what works, noting a naive approach to the decomposition.
  • Concerns are raised about the complexity of decomposing fractions with higher powers and multiple factors, with one participant expressing frustration over memorizing procedures without understanding.
  • Participants discuss the necessity of including terms like \(Ax + B\) in the numerator for repeated factors, questioning how to generalize this approach for more complex equations.
  • A later reply acknowledges the correctness of a proposed decomposition but highlights the challenge of understanding the reasoning behind the structure of the numerators in more complicated cases.
  • Some participants share their attempts to derive the method from scratch, indicating a desire for a logical framework rather than rote memorization.
  • One participant reflects on an online explanation that breaks down a fraction into simpler components, expressing confusion over the logic used in the process.

Areas of Agreement / Disagreement

Participants express a range of views, with no clear consensus on the reasoning behind the use of repeat linear factors or the best approach to understanding partial fraction decomposition. The discussion remains unresolved, with multiple competing perspectives on the topic.

Contextual Notes

Participants note limitations in their understanding, particularly regarding the assumptions made in the decomposition process and the lack of clarity in the reasoning behind the structure of numerators for complex fractions.

sponsoredwalk
Messages
531
Reaction score
5
Hello, I'm wondering what the reason for repeat linear factors in partial fractions is?

I can't find an explanation online, they all just say do it!*

I kind of understand why

[tex]\frac{A}{x + 2} + \frac{B}{(x + 2)^2}[/tex]

can turn into ;

[tex]\frac{6x + 7}{(x + 2)^2}[/tex]

Is there any reasonably easy way to rigorously understand this, nearly everything in calc I've found has a really easy way of understanding it, this has to join the group! :cool:

because of the common factor thing, but that sketchy notion isn't enough anymore.





*more or less :-p
 
Physics news on Phys.org
I'm not sure that there's any deep explanation, other than this is what works. If there is some sort of explanation like that, I don't remember seeing it.

A naive approach would be something like this.
[tex]\frac{A}{x + 2} + \frac{B}{x + 2} = \frac{6x + 7}{(x + 2)^2}[/tex]

This seems to be a reasonable approach, as it mimics what we would do if the factors in the denominator on the right side weren't repeated.

Multiplying both sides of the equation above by (x + 2)2, we get
A(x + 2) + B(x + 2) = 6x + 7
==> (A + B)x + (2A + 2B) = 6x + 7

The equations above have to be identically true (i.e., true for all values of x), with the exception of x = -2 in the first equation. The only way the equations can be identically true is for the coefficients of x to be equal and the constant terms to be equal.

Equating the coefficients of x and the constant term gives
A + B = 6 and 2A + 2B = 7

A little thought shows that if A + B = 6, then 2A + 2B = 2(A + B) must equal 12, not 7. We conclude that there are no constants that make the equation an identity, so this decomposition is not valid.

Since that didn't work, someone must have come up with the bright idea of seeing if constants A and B could be found so that
[tex]\frac{A}{x + 2} + \frac{B}{(x + 2)^2} = \frac{6x + 7}{(x + 2)^2}[/tex]
is an identity.
 
Thanks, I understand the procedure when you get a simple fraction like this, what about those ones that have huge powers & many factors?

When you have a fraction like this;

[tex]\frac{A}{x + 2} + \frac{B}{x + 2} + \frac{C}{x + 1} = \frac{6x + 7}{(x + 2)^2(x + 1)}[/tex]

\frac{A}{x + 2} + \frac{B}{x + 2} + \frac{C}{x + 1} = \frac{6x + 7}{(x + 2)^2(x + 1)}

(if it doesn't work)

see the change, If that's correct? :redface:

The problem is, I can rederive the method when it's a simple equation like a quadratic in the denominator, but if you've got some crazy equation then there are all sorts of random things you have to put into the equation like repeat linear factors, an Ax + B in some term for some reason, etc...

It just makes no sense unless you memorize it, which I refuse to do :-p

There has to be an easy & logical way to rederive everything from scratch on the back of an envelope after you've put away your calculator @ that dinner party :cool:
 
Alright, properly now;

[tex]\frac{P(x)}{(x - 1)(x + 2)^3} \ = \ \frac{A}{x - 1} \ + \ \frac{B}{x + 2} \ + \ \frac{C}{(x + 2)^2} \ + \ \frac{D}{(x + 2)^3}[/tex]

I can understand this in a sense, but;

[tex]\frac{P(x)}{(ax^2 + bx + c)^3(x - 1)(x + 2)^3} \ = \frac{A_1x + B_1}{ax^2 + bx + c}\ \ + \ \frac{A_2x + B_2}{(ax^2 + bx + c)^2}\ \ + \ \frac{A_3x + B_3}{(ax^2 + bx + c)^3}\ \ + \ \frac{C}{x - 1} \ + \ \frac{D}{x + 2} \ + \ \frac{E}{(x + 2)^2} \ + \ \frac{F}{(x + 2)^3}[/tex](If that isn't correct, please let me know!)

The only justification I have for this is the idea of standard factoring, i.e. when you get a common denominator it will be the highest power in the denominator, but that does nothing to explain the numerator's weird shape...

How are you supposed to generalize this idea? There is no way I could magically know how to do this for weirder shaped equations...

I have a separate side issue too that may explain something;

I read a kind of explanation online for the kind of equation I have at the top of this latest post, it says;

If you let:

[tex]\frac{P(x)}{(x - 1)(x + 2)^2} \ = \ \frac{1}{x + 2}(\frac{P(x)}{(x - 1)(x + 2)})[/tex]

then you have:

[tex]\frac{1}{x + 2}(\frac{P}{(x - 1)} + \frac{Q}{(x + 2}) = \frac{P}{(x - 1)(x + 2)} + \frac{Q}{(x + 2)^2} = \frac{A}{x - 1} + \frac{B}{x + 2} \ + \ \frac{Q}{(x + 2)^2}[/tex]

which satisfied the person who was asking the question but it just escapes me...

After then you have: the person just broke up the fraction magically inside the brackets and then magically the P becomes an A & a B, it's coming out of nowhere...

I couldn't follow this shady logic for my equation which is degree 3.
 
Fixed your LaTeX.
sponsoredwalk said:
Thanks, I understand the procedure when you get a simple fraction like this, what about those ones that have huge powers & many factors?

When you have a fraction like this;

[tex]\frac{A}{x + 2} + \frac{B}{x + 2} + \frac{C}{x + 1} = \frac{6x + 7}{(x + 2)^2(x + 1)}[/tex]

[tex]\frac{A}{x + 2} + \frac{B}{x + 2} + \frac{C}{x + 1} = \frac{6x + 7}{(x + 2)^2(x + 1)}[/tex]

(if it doesn't work)
And it won't work. Since you have a repeated factor in (x + 2)2, the decomposition needs to look like this:
[tex]\frac{A}{x + 2} + \frac{B}{(x + 2)^2} + \frac{C}{x + 1} = \frac{6x + 7}{(x + 2)^2(x + 1)}[/tex]
sponsoredwalk said:
see the change, If that's correct? :redface:

The problem is, I can rederive the method when it's a simple equation like a quadratic in the denominator, but if you've got some crazy equation then there are all sorts of random things you have to put into the equation like repeat linear factors, an Ax + B in some term for some reason, etc...

It just makes no sense unless you memorize it, which I refuse to do :-p

There has to be an easy & logical way to rederive everything from scratch on the back of an envelope after you've put away your calculator @ that dinner party :cool:
 
sponsoredwalk said:
Alright, properly now;

[tex]\frac{P(x)}{(x - 1)(x + 2)^3} \ = \ \frac{A}{x - 1} \ + \ \frac{B}{x + 2} \ + \ \frac{C}{(x + 2)^2} \ + \ \frac{D}{(x + 2)^3}[/tex]

I can understand this in a sense, but;

[tex]\frac{P(x)}{(ax^2 + bx + c)^3(x - 1)(x + 2)^3} \ = \frac{A_1x + B_1}{ax^2 + bx + c}\ \ + \ \frac{A_2x + B_2}{(ax^2 + bx + c)^2}\ \ + \ \frac{A_3x + B_3}{(ax^2 + bx + c)^3}\ \ + \ \frac{C}{x - 1} \ + \ \frac{D}{x + 2} \ + \ \frac{E}{(x + 2)^2} \ + \ \frac{F}{(x + 2)^3}[/tex]


(If that isn't correct, please let me know!)
It is correct.
sponsoredwalk said:
The only justification I have for this is the idea of standard factoring, i.e. when you get a common denominator it will be the highest power in the denominator, but that does nothing to explain the numerator's weird shape...

How are you supposed to generalize this idea? There is no way I could magically know how to do this for weirder shaped equations...

I have a separate side issue too that may explain something;

I read a kind of explanation online for the kind of equation I have at the top of this latest post, it says;

If you let:

[tex]\frac{P(x)}{(x - 1)(x + 2)^2} \ = \ \frac{1}{x + 2}(\frac{P(x)}{(x - 1)(x + 2)})[/tex]

then you have:

[tex]\frac{1}{x + 2}(\frac{P}{(x - 1)} + \frac{Q}{(x + 2}) = \frac{P}{(x - 1)(x + 2)} + \frac{Q}{(x + 2)^2} = \frac{A}{x - 1} + \frac{B}{x + 2} \ + \ \frac{Q}{(x + 2)^2}[/tex]

which satisfied the person who was asking the question but it just escapes me...
Makes sense to me. I've never seen this before, but I like it!
sponsoredwalk said:
After then you have: the person just broke up the fraction magically inside the brackets and then magically the P becomes an A & a B, it's coming out of nowhere...

I couldn't follow this shady logic for my equation which is degree 3.

Your difficulty in understanding seems to come from this:
[tex]\frac{P}{(x - 1)(x + 2)} = \frac{A}{x - 1} + \frac{B}{x + 2}[/tex]

Suppose you had
[tex]\frac{5}{(x - 1)(x + 2)}[/tex]

How would you decompose it to the sum of two fractions? Wouldn't you do this exactly like the right side of the equation above?
 
[tex]\frac{5}{(x - 1)(x + 2)} = \frac{A}{x - 1} \ + \ \frac{B}{x + 2}[/tex]

Multiplying both sides by (x - 1)(x + 2)

[tex][(x - 1)(x + 2)] \cdot \frac{5}{(x - 1)(x + 2)} = [(x - 1)(x + 2)] \cdot [\frac{A}{x - 1} \ + \ \frac{B}{x + 2}][/tex]

EDIT: MAde a mistake with the minus sign, but you get the idea anyway!

RE-EDIT: Fixed it:

[tex]\frac{5}{(x - 1)(x + 2)} = \frac{\frac{5}{3}}{x - 1} \ - \ \frac{\frac{5}{3}}{x + 2}[/tex]

(it all multiplies back out fine!)That's how I would do it, I get this but when you've got repeat factors due to powers in the denominator, and then weird formula's because of a quadratic in the denominator, I mean where does any of that come from?
 
Last edited:
Jeesh I don't know how I didn't realize what that person was doing by taking the [tex]\frac{1}{x + 2}[/tex] outside of the whole fraction.

It's a brilliant idea! I only realized you'd use partial fractions inside the brackets before multiplying back in the above fraction, explaining the powers!

This could just be iterated a few times, albeit slowly, but it explains things massively!

:biggrin:

Still though, what's up with the quadratic equation?

I can't find an explanation for this & I really don't understand the numerator's shape?
 
Discounting repeated factors, you want the numerator to be of degree 1 less than the degree of the denominator. If one denominator is ax^2 + bx + c (it's assumed that this quadratic is irreducible over the reals), the form of the numerator would be Ax + B, a polynomial of degree 1.

If you have repeated irreducible quadratic factors, what you do is similar for what you do with repeated linear factors, except that each numerator will now be a linear polynomial instead of a constant. Just like what you did in post #4.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
9
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K