Polynomial Long Division for Limit Calculation

AI Thread Summary
The discussion focuses on calculating the limit of the expression (x^5 - a^5) / (x^2 - a^2) using polynomial long division. The initial attempts at long division lead to a remainder that complicates the limit calculation as x approaches a. Participants suggest simplifying the expression by factoring both the numerator and denominator to identify potential cancellations. Ultimately, the limit is confirmed to be (5a^3)/2. The conversation emphasizes the importance of proper factoring to resolve the limit without encountering division by zero.
Metal_Zelda
Messages
6
Reaction score
0

Homework Statement


\frac{x^5-a^5}{x^2-a^2}, where a is some constant.

Homework Equations

The Attempt at a Solution


I can't figure out how to do this with long division. With synthetic, I can get to \frac{a^4+a^3 x+a^2 x^2+a x^3+x^4}{a+x}
Code:
                  x^3+xa^2+?
                _______________
   x^2-a^2      ) x^5-a^5
                      -x^5 + x^3a^2
                    ---------------
                          0-  a^5+x^3a^2
                                xa^4-x^3a^2
                    ---------------

Hopefully it's possible to decipher my steps from that diagram, I don't know how to write long division in latex. I'm left with -a^5+xa^4, which doesn't go evenly into the divisor. I thought about writing \frac{-a^5+xa^4}{x^2-a^2} in place of the ? mark, but the entire purpose of this is to take the limit as x->a, and I would be left with division by zero. Surely this isn't only solvable by synthetic division?

Edit: For prosperity's sake, the limit is (5a^3)/2
 
Physics news on Phys.org
What you did so far is fine. You can simplify your expression for the remainder. Factor ##a^4## out of the numerator, and factor the denominator. You'll get some cancellation that will allows you to evaluate the limit.
 
I'm not seeing the cancellation. Could you elaborate?
 
Not really without pretty much doing it for you. What did you get when you factored the top and bottom?
 
Sorry, I forgot about the -a^5. I got it now, thanks!
 
Back
Top