Partial Fractions - irreducibility question

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
4 replies · 1K views
RJLiberator
Gold Member
Messages
1,094
Reaction score
63
1. x^2-x+1

Is this factorable?

My initial thinking is NO. However, I can complete the square and it becomes (x-1/2)^2-3/4, but this doesn't seem to help me. Would this be considered factorable?

2. Turn 1/x^2-x+1 into partial fractions

Clearly, after I answer #1 correctly, #2 will be more clear. But under my initial assumption that #1 is NOT reducible, then how would I turn 1/x^2-x+1 into a partial fraction?
I am getting 1 = Ax+b where b = 0 and A = 1/x but that doesn't seem at all correct.

Thanks for any guidance / help.
 
Physics news on Phys.org
RJLiberator said:
1. x^2-x+1

Is this factorable?

My initial thinking is NO. However, I can complete the square and it becomes (x-1/2)^2-3/4, but this doesn't seem to help me. Would this be considered factorable?
You have an error in your work. You should have (x - 1/2)2 + 3/4, not (x - 1/2)2 - 3/4. This quadratic is not factorable into factors with real number coefficients.
RJLiberator said:
2. Turn 1/x^2-x+1 into partial fractions
This expression needs parentheses around the entire denominator. What you wrote is this:
$$\frac{1}{x^2} - x + 1$$
RJLiberator said:
Clearly, after I answer #1 correctly, #2 will be more clear. But under my initial assumption that #1 is NOT reducible, then how would I turn 1/x^2-x+1 into a partial fraction?
I am getting 1 = Ax+b where b = 0 and A = 1/x but that doesn't seem at all correct.
No, it's not. The coefficients A and B should be constants, not expressions that involve a variable.

BTW, what happened to the homework template? You should not delete its parts.
 
No, it's not. The coefficients A and B should be constants, not expressions that involve a variable.

Fair enough.

Do I use the denominator of x^2-x+1 or (x-1/2)^2 +3/4 to use partial fractions?
 
RJLiberator said:
Fair enough.

Do I use the denominator of x^2-x+1 or (x-1/2)^2 +3/4 to use partial fractions?

You don't turn ##\frac 1 {x^2-x+1}## into a partial fraction. In the second form above, where you have completed the square, it is already ready to integrate using an arctangent.
 
  • Like
Likes   Reactions: RJLiberator
LcKurtz, thank you my brother for the help verifying my thoughts.