Why is my partial fraction decomp. wrong?

Click For Summary

Homework Help Overview

The discussion revolves around the partial fraction decomposition of the expression \(\frac{2(1-2x^2)}{x(1-x^2)}\). Participants are examining the values of constants A, B, and C obtained through decomposition and comparing them with results from online calculators.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss their attempts to decompose the expression and the values they derived for A, B, and C. They question the impact of changing the denominator from \(1-x^2\) to \(x^2-1\) and explore the implications of using different forms for the terms in the decomposition.

Discussion Status

The discussion is ongoing, with some participants suggesting that the original poster's recomposition appears correct, while others express confusion about the discrepancies in the values of A, B, and C. There is no explicit consensus on the correctness of the original poster's approach, but guidance has been offered regarding the interpretation of the results.

Contextual Notes

Participants are working under the constraints of homework rules, which may limit the methods they can employ. There is also a focus on understanding the reasoning behind the choices made in the decomposition process.

kostoglotov
Messages
231
Reaction score
6

Homework Statement



Decompose \frac{2(1-2x^2)}{x(1-x^2)}

I get A = 2, B =-1, C = 1, but this doesn't recompose into the correct equation, and the calculators for partial fraction decomposition online all agree that it should be A = 2, B = 1, C = 1.

Here is one of the online calculator results with steps shown: http://www.emathhelp.net/calculators/algebra-2/partial-fraction-decomposition-calculator/?numer=2(1-2x^2)&denom=x(1-x)(1+x)&steps=on

Homework Equations

The Attempt at a Solution


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

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

A(1-x)(1+x) + Bx(1+x) + Cx(1-x) = 2(1-2x^2)

Let (i) x = 0, (ii) x = +1, (iii) x = -1

x = 0, A = 2(1-0), A = 2
x = 1, B(1)(1+(1)) = 2(1-2) = -2, 2B = -2, B = -1
x = -1, C(-1)(1-(-1)) = 2(1-2) = -2, -2C = -2, C = 1

This of course recomposes to

\frac{2(1-x^2)-2x^2}{x(1-x)(1+x)}

not the original equation.

The only thing the online calculator really did differently from me is change a term in the denominator from 1-x^2 to x^2-1. I used a shortcut of subbing in the roots of the denominator in order to quickly find the constant numerator values, but even if I use the long method of matching the term coefficients as the online calculator used, I still get my wrong values for A,B and C...why does changing 1-x^2 to x^2-1 matter?
 
Last edited:
Physics news on Phys.org
kostoglotov said:

Homework Statement



Decompose \frac{2(1-2x^2)}{x(1-x^2)}

I get A = 2, B =-1, C = 1, but this doesn't recompose into the correct equation, and the calculators for partial fraction decomposition online all agree that it should be A = 2, B = 1, C = 1.

Here is one of the online calculator results with steps shown: http://www.emathhelp.net/calculators/algebra-2/partial-fraction-decomposition-calculator/?numer=2(1-2x^2)&denom=x(1-x)(1+x)&steps=on

Homework Equations

The Attempt at a Solution


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

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

A(1-x)(1+x) + Bx(1+x) + Cx(1-x) = 2(1-2x^2)

Let (i) x = 0, (ii) x = +1, (iii) x = -1

x = 0, A = 2(1-0), A = 2
x = 1, B(1)(1+(1)) = 2(1-2) = -2, 2B = -2, B = -1
x = -1, C(-1)(1-(-1)) = 2(1-2) = -2, -2C = -2, C = 1

This of course recomposes to

\frac{2(1-x^2)-2x^2}{x(1-x)(1+x)}

not the original equation.

The only thing the online calculator really did differently from me is change a term in the denominator from 1-x^2 to x^2-1. I used a shortcut of subbing in the roots of the denominator in order to quickly find the constant numerator values, but even if I use the long method of matching the term coefficients as the online calculator used, I still get my wrong values for A,B and C...why does changing 1-x^2 to x^2-1 matter?
Is there a reason you use ##x-1## instead of ##1-x## under the "B"?:
\frac{A}{x} + \frac{B}{x-1} + \frac{C}{x+1} = \frac{2(1-2x^2)}{x(1-x)(1+x)}
 
Samy_A said:
Is there a reason you use ##x-1## isntead of ##1-x## under the "B"?:
\frac{A}{x} + \frac{B}{x-1} + \frac{C}{x+1} = \frac{2(1-2x^2)}{x(1-x)(1+x)}

typo, will fix, thanks.
 
As ##\frac{2(1-x^2)-2x^2}{x(1-x)(1+x)}=\frac{2-2x^2-2x^2}{x(1-x)(1+x)}=\frac{2-4x^2}{x(1-x)(1+x)}=\frac{2(1-2x^2)}{x(1-x²)}##, I don't see why you say that it recomposes to something different from the original expression.

Your result looks correct to me.
 
Samy_A said:
As ##\frac{2(1-x^2)-2x^2}{x(1-x)(1+x)}=\frac{2-2x^2-2x^2}{x(1-x)(1+x)}=\frac{2-4x^2}{x(1-x)(1+x)}=\frac{2(1-2x^2)}{x(1-x²)}##, I don't see why you say that it recomposes to something different from the original expression.

Your result looks correct to me.

Selective blindness strikes again...that's worse news actually, because that means it wasn't the part frac decomp where I've messed up the solution to this larger diff eq problem.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K