How can I find limits and slopes in calculus?

  • Thread starter Thread starter erik05
  • Start date Start date
  • Tags Tags
    Calculus
AI Thread Summary
The discussion centers on finding limits and slopes in calculus, specifically for a piecewise function and a cubic function. For the piecewise function, the limits at x=0 from the left and right are calculated, revealing a jump discontinuity, which means the overall limit does not exist despite f(0) being defined as 0. The slope of the tangent line to the curve y=x^3-x at the point (-2,-6) is explored using two limit definitions, with one method yielding a correct answer of 11. Participants clarify that L'Hospital's Rule is unnecessary for this problem and emphasize the importance of correctly applying limit definitions. The conversation concludes with an understanding that while f(0) is defined, the limit as x approaches 0 does not exist due to the discontinuity.
erik05
Messages
50
Reaction score
0
A few calculus questions...

Hey all. I have a few questions involving calculus. Any help would be much appreciated.

1) f(x)= \left\{\begin{array}{cc}x^2,&\mbox{if} x \leq 0\\3x+1, &\mbox{if} 0<x<4\\12-x^2,&\mbox{if} x>4\end{array}\right

Find the following limits,if they exist:

i) \lim_{x\rightarrow 2} 3x+1
= 3(2) +1
\lim_{x\rightarrow 2} 7

ii) f(0)
replacing every equation with 0, i got x^2= 0, 3x+1= 1, 12-x^2= 12 the answer i got was that the limit does not exist. Would this be true in this case?

2) Find the slope of the tangent line to the curve y=x^3-x at the point (-2,-6) using:

i) \lim_{h\rightarrow 0}\frac{f(a+h)-f(a)}{h}

ii) \lim_{x\rightarrow a}\frac{f(x)-f(a)}{x-a}

i) Using the first formula I got an answer of 11 so technically, using the second formula should give me the same the answer but I can't get it and I have to show work. Here is what I have so far:

\lim_{x\rightarrow -2} \frac {x^3-x-((-2)^3-(-2))}{x+2}
\lim_{x\rightarrow -2} \frac {x^3-x+6}{x+2}

Not applying L'Hospital's Rule and solving this by factoring, I need to get a (x+2) on the top so the top and bottm (x+2) equal one. And then I can put in a -2 for x since you're not going to be dividing by zero. I hope I make sense and could anyone tell me if I'm doing something wrong? Thanks.
 
Physics news on Phys.org
Taking your last bit of factoring first:
Yep, this will work. Use polynomial division.
 
For ii),you need to replace (actually compute the limit) only on the top two braches,because the third's domain DOES NOT INCLUDE "0"...

As for the last,u shouldn't be using L'H^ospital's rule,because:
1.It's technically "more advanced"...
2.It can be solved in a much more simple way,as Arildno suggested.

Daniel.
 
For 1ii) , I calculated the limit for x^2 and 3x+1 and I got the answer 0 and 3 respectively as the limit. Would this be the correct way to approach that question if it asked to find the limit at f(0)?
 
Yes,that would be the correct way to approach the problem,but,unfortunately,the result is not correct.

Daniel.

P.S.You may want to check again the rule of addition between 0 and 1.
 
erik05 said:
For 1ii) , I calculated the limit for x^2 and 3x+1 and I got the answer 0 and 3 respectively as the limit. Would this be the correct way to approach that question if it asked to find the limit at f(0)?
More specifically, the limit as you approach from the left
\lim_{x\rightarrow 0^-} x^2 = 0

The limit as you approach from the right
\lim_{x\rightarrow 0^+} 3x+1 = 1

If the two limits aren't equal, then the limit
\lim_{x\rightarrow 0} f(x)
does not exist.
 
Got it. Thank you for all the help.
 
I'm not clear on one thing ? Why does f(0) not exist ? There is a jump discontinuity at x = 0, but the function is still defined as f(x) = x^2 at x = 0, so f(0) = 0, isn't it ?

The derivative at that point, of course, does not exist. But I think the function is still very much defined and its value is zero.
 
Last edited:
f(0) does exist. The limit of f(0) doesn't exist.
 
  • #10
OK, that's clearer, thanks.
 
Back
Top