Finding the Expression for a Limit of 0 Using Derivative Definition

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
ussjt
Messages
41
Reaction score
0
If https://webwork2.math.ohio-state.edu/courses/math151wi06sm/tmp/png/Hmwk3/391484/kopko.4-prob17image1.png , find [PLAIN]https://webwork2.math.ohio-state.edu/courses/math151wi06sm/tmp/png/Hmwk3/391484/kopko.4-prob17image2.png using the definition of derivative. [PLAIN]https://webwork2.math.ohio-state.edu/courses/math151wi06sm/tmp/png/Hmwk3/391484/kopko.4-prob17image2.png is the limit as https://webwork2.math.ohio-state.edu/courses/math151wi06sm/tmp/png/Hmwk3/391484/kopko.4-prob17image4.png of the expression (answer)
I need help with finding the expression.

The value of the limit is 0.

Any help would be great.
 
Last edited by a moderator:
Physics news on Phys.org
f'(x0) is defined to be
[tex]f'(x_0) = \lim_{h \rightarrow 0} \frac{f(x_0 + h) - f(x_0)}{h}[/tex]
Apply that to your function:
[tex]f'(9) = \lim_{h \rightarrow 0} \frac{f(9 + h) - f(9)}{h}[/tex]. Now, how can you do this limit?
 
I am just confused with the 1/2^.5 part.

I am used to seeing something like f(x)= 1/x...so that you make it 1/(9+h).
 
[tex]f(x) := \frac{1}{\sqrt{2}}[/tex] means that this function is a constant and does not depend on what x you choose.
It will return the same value (i.e, 1 / (2.5)), no matter what x is. For example:
If [tex]g(x) := \frac{1}{\sqrt{3}}[/tex], then:
[tex]g(0) = \frac{1}{\sqrt{3}}[/tex],
[tex]g(7) = \frac{1}{\sqrt{3}}[/tex],
[tex]g(9) = \frac{1}{\sqrt{3}}[/tex],...
Do you understand? Can you solve the problem now?
 
And if the limit definition doesn't click, look at it graphically. A constant function is just a horizontal line, which obviously has a slope of 0.
 
I have looked at it graphically, but I having a hard time understanding how to make it into an expression...lim h->0 something.

thanks for all of the input, but I am still confused.
 
Ok. VietDao29 showed you the limit definition of a derivative. It's the following...

[tex]f'(x)=\lim_{h\rightarrow{0}} \frac{f(x+h)-f(x)}{h}[/tex]

Your function is [tex]\frac{1}{\sqrt{2}}[/tex], so I'll start you out.

[tex]f'(9)=\lim_{h\rightarrow{0}} \frac{f(9+h)-f(9)}{h}[/tex]

This is still from VietDao29's post.

What is f(9)? What is f(0)? What is f of anything? If you can answer that, you can do your limit.
 
Another hint is that:
[tex]\frac{f(9 + h) - f(9)}{h} = \frac{\frac{1}{\sqrt 2} - \frac{1}{\sqrt 2}}{h} = 0, \ \forall h \neq 0[/tex]
What does the above expression tell you?
 
thanks, I got it now. Thanks a lot!