Partial Fraction Decompostion of (x^4 - 1) / (x^3 + x^2 + x)

  • Thread starter Thread starter WK95
  • Start date Start date
  • Tags Tags
    Fraction Partial
Click For Summary

Homework Help Overview

The discussion revolves around finding the partial fraction decomposition of the expression (x^4 - 1) / (x^3 + x^2 + x). Participants are exploring the algebraic manipulation required to express the rational function in terms of simpler fractions.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Some participants attempt to set up the decomposition by equating coefficients after expressing the function in terms of its factors. Others suggest using polynomial long division as a more straightforward method. There are also discussions about the degree of the numerator in relation to the denominator and the implications for setting up the partial fractions.

Discussion Status

Participants are actively engaging with the problem, offering various approaches and clarifying misunderstandings. There is recognition of the need to adhere to specific assignment requirements, and some guidance has been provided regarding the setup of the partial fractions. However, no consensus has been reached on the best approach yet.

Contextual Notes

Participants note that the assignment requires a specific method of solving, which may limit the exploration of alternative approaches. There is also mention of potential errors in the setup of equations, particularly regarding the degrees of the polynomials involved.

WK95
Messages
139
Reaction score
1

Homework Statement


Find Partial Fraction Decomposition of
##(x^4 - 1) / (x^3 + x^2 + x)##

Homework Equations



The Attempt at a Solution


##(x^4 - 1) / (x^3 + x^2 + x) = (x^4 - 1) / (x)(x^2 + x + 1) = A/x + B/(x^2 + x + 1)##
##(x^4 - 1) = A(x^2 + x + 1) + B(x)##
##(x^4 - 1) = Ax^2 + Ax + A + Bx##
##(x^2 - 1)(x^2 + 1) = Ax^2 + A + Ax + Bx##
##(x^2 - 1)(x^2 + 1) = A(x^2 + 1) + x(A + B)##
 
Physics news on Phys.org
WK95 said:

Homework Statement


Find Partial Fraction Decomposition of
##(x^4 - 1) / (x^3 + x^2 + x)##

Homework Equations



The Attempt at a Solution


##(x^4 - 1) / (x^3 + x^2 + x) = (x^4 - 1) / (x)(x^2 + x + 1) = A/x + B/(x^2 + x + 1)##
##(x^4 - 1) = A(x^2 + x + 1) + B(x)##
##(x^4 - 1) = Ax^2 + Ax + A + Bx##
##(x^2 - 1)(x^2 + 1) = Ax^2 + A + Ax + Bx##
##(x^2 - 1)(x^2 + 1) = A(x^2 + 1) + x(A + B)##

Looks pretty messy. You could try doing a polynomial long division which would get it all over with in one go rather than trying to equate all those coefficients.
 
Zondrina said:
Looks pretty messy. You could try doing a polynomial long division which would get it all over with in one go rather than trying to equate all those coefficients.
That would be preferred but I specifically need to approach the problem in this manner as part of the assignment.

Through long division, I got
##(x-1) + (x-1)/(x^3 + x^2 + x)##
 
WK95 said:
That would be preferred but I specifically need to approach the problem in this manner as part of the assignment.

Alright then. You made a small error jumping to your second equal sign. Remember your numerator is going to look different if you have a quadratic in the denominator.
 
Zondrina said:
Alright then. You made a small error jumping to your second equal sign. Remember your numerator is going to look different if you have a quadratic in the denominator.

I'm not seeing what you mean.
 
WK95 said:
I'm not seeing what you mean.

If your quotient, let's call it ##Q(x)##, contains factors which are irreducible over the given field, then the numerator ##N(x)## of each partial fraction with such a factor ##F(x)## in the denominator must be found as a polynomial with ##deg(N) < deg(F)##, rather than as a constant.

The meat of that basically states :

##\frac{x^4-1}{x(x^2 + x + 1)} = \frac{A}{x} + \frac{Bx + C}{x^2 + x + 1}##

In the second partial fraction notice that since ##x^2 + x + 1## is irreducible over ##ℝ##, we must find ##N(x)## such that ##deg(N) < deg(x^2 + x + 1) = 2##.

In this case that amounts to finding an arbitrary linear polynomial since ##deg(Bx + C) = 1 < 2##.
 
What does deg( mean?
 
WK95 said:
What does deg( mean?

##deg(f(x))## is used to denote the degree of the polynomial ##f(x)##.

##deg(x) = 1##
##deg(x^2) = 2##
 
Partial fraction decomposition is recommended when the degree of numerator is less than the degree of the denominator. Using WK95's approach, you would first divide the original polynomials and then use partial fractions on the remainder.
 
  • #10
SteamKing said:
Partial fraction decomposition is recommended when the degree of numerator is less than the degree of the denominator. Using WK95's approach, you would first divide the original polynomials and then use partial fractions on the remainder.

##(x-1) + (x-1)/(x^3 + x^2 + x)##

##(x-1)/(x^3 + x^2 + x)=(x-1)/(x)(x^2 + x + 1)##
##(x-1)/(x)(x^2 + x + 1) = A/x + B/(x^2 + x + 1)##
##(x-1) = A(x^2 + x + 1) + B(x)##

##x=0##
##(x-1) = A(x^2 + x + 1) + (Bx + C)(x)##
##A = -1##

And then I'm stuck with finding B since I can't find x for (x^2 + x + 1) = 0
 
Last edited:
  • #11
WK95 said:
##(x-1) + (x-1)/(x^3 + x^2 + x)##

##(x-1)/(x^3 + x^2 + x)=(x-1)/(x)(x^2 + x + 1)##
##(x-1)/(x)(x^2 + x + 1) = A/x + B/(x^2 + x + 1)##
You really need to review "partial fractions". You need
##\frac{x- 1}{x(x^2+ x+ 1)}= \frac{A}{x}+ \frac{Bx+ C}{x^2+ x+ 1}##
##(x-1) = A(x^2 + x + 1) + B(x)##

##x=0##
##(x-1) = A(x^2 + x + 1) + B(x)##
##A = -1##

And then I'm stuck with finding B since I can't find x for (x^2 + x + 1) = 0
That's because there is NO such x!

After multiplying through by ##x(x^2+ x+ 1)## you have
##x- 1= A(x^2+ x+ 1)+ (Bx+ C)x= Ax^2+ Ax+ A+ Bx^2+ Cx= (A+ B)x^2+ (A+ C)x+ A##
For those to be true for all x, you must have A+ B= 0, A+ C= 1, A= -1.
 
  • Like
Likes   Reactions: 1 person
  • #12
HallsofIvy said:
You really need to review "partial fractions".
Really sorry about that. Is there any particular textbook that you recommend I study from to review this sort of stuff as well as Calc I, II and III.

HallsofIvy said:
After multiplying through by ##x(x^2+ x+ 1)## you have
##x- 1= A(x^2+ x+ 1)+ (Bx+ C)x= Ax^2+ Ax+ A+ Bx^2+ Cx= (A+ B)x^2+ (A+ C)x+ A##
For those to be true for all x, you must have A+ B= 0, A+ C= 1, A= -1.

Thanks a lot. I get it now
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
835
  • · Replies 2 ·
Replies
2
Views
1K
Replies
7
Views
3K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
9
Views
3K
  • · Replies 58 ·
2
Replies
58
Views
5K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
5
Views
1K