Question

Evaluate a radical quotient limit and recognize a derivative from the definition

Original question: (d) $\lim_{t\to 0}\frac{\sqrt{t^2+9}-3}{t^2}$; (e) $\lim_{h\to 0}\frac{(3+h)^{-1}-3^{-1}}{h}$;

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: Both parts reward the same habit: look for a standard algebraic move first, then compare what remains with a familiar calculus pattern. One is a rationalization limit; the other is literally a derivative definition in disguise.

(d) limt0t2+93t2\lim_{t\to 0}\frac{\sqrt{t^2+9}-3}{t^2}

This is a classic rationalization problem. Multiply top and bottom by the conjugate:

t2+93t2t2+9+3t2+9+3\frac{\sqrt{t^2+9}-3}{t^2}\cdot\frac{\sqrt{t^2+9}+3}{\sqrt{t^2+9}+3}

Then the numerator becomes

(t2+93)(t2+9+3)=t2+99=t2\left(\sqrt{t^2+9}-3\right)\left(\sqrt{t^2+9}+3\right)=t^2+9-9=t^2

So the expression simplifies to

t2t2(t2+9+3)=1t2+9+3\frac{t^2}{t^2\left(\sqrt{t^2+9}+3\right)}=\frac{1}{\sqrt{t^2+9}+3}

Now take the limit:

limt01t2+9+3=13+3=16\lim_{t\to 0}\frac{1}{\sqrt{t^2+9}+3}=\frac{1}{3+3}=\frac16

(e) limh0(3+h)131h\lim_{h\to 0}\frac{(3+h)^{-1}-3^{-1}}{h}

Rewrite the powers as fractions:

13+h13h\frac{\frac{1}{3+h}-\frac13}{h}

Combine the numerator:

3(3+h)3(3+h)h=h3(3+h)h\frac{\frac{3-(3+h)}{3(3+h)}}{h}=\frac{\frac{-h}{3(3+h)}}{h}

Cancel hh:

13(3+h)-\frac{1}{3(3+h)}

Now let h0h\to 0:

133=19-\frac{1}{3\cdot 3}=-\frac19

Final answers

  • (d) 16\frac16
  • (e) 19-\frac19

Part (e) is also the derivative of f(x)=x1f(x)=x^{-1} at x=3x=3.


Pitfalls the pros know 👇 For the radical limit, the main trap is stopping after rationalizing but forgetting that the t2t^2 in the denominator cancels completely. If you leave a zero in the denominator, something went wrong algebraically. For the difference quotient, don’t treat it as a raw limit of fractions before simplifying; the subtraction in the numerator has to be combined carefully before the hh cancels.

What if the problem changes? If the radical expression were limt0t2+93t\lim_{t\to 0}\frac{\sqrt{t^2+9}-3}{|t|} instead of dividing by t2t^2, the behavior would be different because the denominator would shrink more slowly. For part (e), if the base point changed from 33 to another number a>0a>0, the same pattern would give

limh0(a+h)1a1h=1a2\lim_{h\to 0}\frac{(a+h)^{-1}-a^{-1}}{h}=-\frac{1}{a^2}

which is the derivative of x1x^{-1} at x=ax=a.

Tags: conjugate rationalization, difference quotient, derivative from first principles

chat