Solving a Homework Problem: Finding the Limit to x-->1+

  • Thread starter Thread starter Wonderballs
  • Start date Start date
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
8 replies · 3K views
Wonderballs
Messages
31
Reaction score
0

Homework Statement


lim |x-1|/x^3-1
x-->1+



Homework Equations





The Attempt at a Solution



This is from a "practise test" and the prof wrote his solution on it... I'm having a hard time figuring out why (x^3-1) = (x-1)(x^2+x+1) which is what he used to find the limit... I am fine at figureing out limits but I just have no idea how he figures those two equations are equal because when i multiply through i get (x^3-2x^2+2x-1)
 
Physics news on Phys.org
(x-1)(x^2+x+1)=x^3+x^2+x-x^2-x-1=x^3-1 where the first three terms are obtained by multiplying the first term in the first bracket through with the right bracket, and the last three terms are obtained by multiplying the second term in the first bracket through with the right bracket.
 
Lol, thank you on my paper i have it written down as (x-1)(x^2-x+1)...

But I am still wondering how you get from (x^3-1) TO (x-1)(x^2+x+1)
I have tried to factor by grouping but that got me nowhere...
 
Last edited:
I don't remember that equation specifically. I do remember that
[tex]x^n-1 = (x-1)(x^{n-1}+x^{n-2}+\cdots+x+1)[/itex]<br /> Equations of this form come up a lot. It is worth knowing.<br /> <br /> If not, you have to factor. In general, yech. There is a general rule for solving cubics. I use it so infrequently I have to look it up every time I use it. There is a general rule for solving quartics, which I never use. There is no general rule for higher order polynomials. On the other hand, I run into things like [itex]1/(1+x)[/itex], [itex]1/(x-1)[/itex], and [itex](x^n-1)/(x-1)[/itex] all the time.[/tex]
 
(x^3-1)=(x^3+x^2-x^2+x-x-1)
=(x^3+x^2-x^2)+(+x-x-1)
=-1(-x^3-x^2+x^2)-1(-x+x)
=-1(i don't know...
 
is it called the binomial theorem?
 
There is a fairly well known equation for difference of cubes:

[tex](a^3-b^3)=(a-b)(a^2+ab+b^2)[/tex]

It's fairly easy to prove, once you just multiply everything out. There is also an analogue for addition of cubes which I do not provide for the reader.