Finding One-Sided Limits Using a Cubic Function

  • Thread starter Thread starter ahmadmz
  • Start date Start date
  • Tags Tags
    Limit
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
9 replies · 2K views
ahmadmz
Messages
62
Reaction score
0

Homework Statement



If lim (x->0+) f(x) = A and lim (x->0-) f(x) = B

Find lim(x->0+) f(x^3-x)

Homework Equations





The Attempt at a Solution



I'm not sure how to do this. We know the right and left hand limits at x, how is it possible to find the right hand limit at x^3-x?
 
Physics news on Phys.org
If you haven't already done so, take a look at the graph of g(x) = x3 -x = x(x2 - 1). As x --> 0+, what does g(x) approach? As x --> 0-, what does g(x) approach?
 
g(x) approaches 0 from both sides.
 
Yes g(x) --> 0+

I don't know what I'm missing :/
That makes it lim (x->0+) f(0) ?
 
Let u= x3- x. u is a polynomial in x and all polynomials are continuous so, as x goes to 0, u goes to 0. BUT if x= 0.001, x3= 0.000000001 so x3- x= 0.000000001-0.001= -0.000999999. u is NEGATIVE for x between 0 and 1. If x= -.001, x3= -0.000000001 so x3- x= -0.000000001+0.001= 0.000999999. u is POSITIVE for x< 0.
 
Last edited by a moderator:
Thank you! Now i get it :)
So as x-->0+ f(x^3-x) has the limit B and as x-->0- it has the limit A.

All i needed to do was take some numbers and see what happens..
Is there a way to show this with symbols instead of words like this? Just wondering.