Find the limit (if it exists) as h --> 0 of ((3 + h)^-1 - 3^-1) / h ?

I think I'm doing it right . . . but I'm not exactly sure. So, I'd like to see how others work it out.

I also have another that I'm having the same problem with.

as t --> 0 of (1/t - 1/t^2 + 2)

I keep getting zero in the denominator for this second one . . . so I'm getting "does not exist." But for some reason I'm doubting myself (I haven't done math in a long time, and I jump right back into calc - so I'm not so confident - ha).

Anonymous2010-09-01T12:43:16Z

Favorite Answer

For the first question, re-write the negative exponents as a fraction to give:

lim (h-->0) [(3 + h)^(-1) - 3^(-1)]/h
= lim (h-->0) [1/(3 + h) - 1/3]/h.

Multiplying the numerator and denominator by 3(3 + h) (the LCD of the fractions in the numerator) yields:

lim (h-->0) [1/(3 + h) - 1/3]/h
= lim (h-->0) [3 - (3 + h)]/[3h(3 + h)]
= lim (h-->0) -h/[3h(3 + h)]
= lim (h-->0) -1/[3(3 + h)], by canceling h
= -1/[3 * (3 + 0)]
= -1/9.

The second problem is unclear. Is this 1/t - 1/t^2 + 2, (1/t - 1)/(t^2 + 2), or 1/t - 1/(t^2 + 2)? If we take expression literally, 1/t - 1/t^2 + 2 --> -infinity as t --> 0. In other words, the limit doesn't exist.

I hope this helps!

?2010-09-01T12:42:19Z

By the definition of the derivative, (1) is the derivative of the function 1/x at x = 3.

d/dx(1/x) = -1/x^2

At x = 3, this becomes -1/9.

(2)

= lim (t - 1)/t^2 + 2
= lim (1 - 1/t)/t^3 + 2

As t approaches 0, 1/t approaches 0 and 1/t^3 diverges. So, the numerator converges and therefore the function diverges.

Guillermo2010-09-01T12:39:18Z

limit((1/(3+h)-3^(-1))/h, h = 0) = - 1/9

limit(1/t-1/t^2+2, t = 0) = - infinity

Jeff Aaron2010-09-01T12:44:42Z

((1/(3 + h)) - (1/3)) / h
= ((3/(3(3 + h))) - ((3 + h)/(3(3 + h)))) / h
= ((3 - (3 + h)) / (3(3 + h))) / h
= ((3 - 3 - h) / (9 + h)) / h
= ((-h) / (9 + h)) / h
= -1 / (9 + h)
If h approaches zero, we have:
= -1 / 9