Limit

ChaoticLlama

Junior Member
Joined
Dec 11, 2004
Messages
199
Hey i'm having a problem doing this limit.

lim h->0 [(7+h)³ - 7³] / [(7+h)² - 7²]

What i did was factor which gave me:

lim h->0 [(14+h)((7+h)² + 7(7+h) + 49] / (h(14+h)

lim h->0 [(7+h)² + 7(7+h) + 49] / h

and i'm not sure what to do from here because the 49 at the end cannot be divided when h when the limit is taken at 0.

thanks.
 
Hello, ChaoticLlama!

Your factoring is off . . .

lim[h->0] [(7+h)³ - 7³] / [(7+h)² - 7²]
It may be 'safer' to multiply them out.

The numerator is: .(7 + h)<sup>3</sup> - 7<sup>3</sup> . = . 343 + 147h + 21h<sup>2</sup> + h<sup>3</sup> - 343 . = . 147h + 21h<sup>2</sup> + h<sup>3</sup>

The denominator is: .(7 + h)<sup>2</sup> - 7<sup>2</sup> . = . 49 + 14h + h<sup>2</sup> - 49 . = . 14h + h<sup>2</sup>

. . . . . . . . . . . . . .h(147 + 21h + h<sup>2</sup>) . . . . 147 + 21h + h<sup>2</sup>
The function is: .------------------------ . = . --------------------
. . . . . . . . . . . . . . . . h(14 + h) . . . . . . . . . . . 14 + h

--------------------------------------------------------------------------------

Doctor: I'm sorry, but you have Tom Jones Syndrome
Patient: Isn't that very rare?
Doctor: It's not unusual.
 
Top