View Single Post
  #7  
Old October 2nd, 2007, 08:38 AM
topsquark's Avatar
topsquark topsquark is offline
Generous Contributor
 
Join Date: Jan 2006
Location: Angelica, NY
Posts: 7,618
Country:
Thanks: 643
Thanked 2,312 Times in 2,098 Posts
topsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond repute
Default

Quote:
Originally Posted by Amadeus View Post
Thank you very much! I understand (for the most part)

Although I got stuck on this one...

Below, find lim f(x+h) - f(x) / h
----------- (x->0)


f(x) = 4/x

I tried it and got the first step as:

(4/x+h) - (4/x) / h

At this step, I'm pretty sure I'm on the wrong track but I multiplied both top & bottom by (4/x + h) + (4/x)

Again, it turns out weird and I'm lost...
Your limit has a typo. It should be as h goes to 0.

This one simply has a lot of algebra involved:
\lim_{h \to 0}\frac{\frac{4}{x + h} - \frac{4}{x}}{h}

Subtract the fractions:
= \lim_{h \to 0}\frac{\frac{4x}{x(x + h)} - \frac{4(x + h)}{x(x + h)}}{h}

= \lim_{h \to 0}\frac{4x - 4(x +h)}{hx(x + h)}

= \lim_{h \to 0}\frac{-4h}{hx(x + h)}

= \lim_{h \to 0}\frac{-4}{x(x + h)}

Now take the limit:
= \frac{-4}{x^2}

-Dan
__________________
Got a Physics question? Come on over to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"I must not fear. Fear is the mind killer. Fear is the little death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain." - The Litany Against Fear, "Dune" by Frank Herbert
Reply With Quote