I have to find the $$\lim_{x\to a} \frac{f(x)-f(a)}{x-a}$$ I know that the result is $f'(a)$, but how do I get until there?
|
closed as not a real question by Will Hunting, TMM, rschwieb, Norbert, Cameron Buie Nov 11 '12 at 23:54
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
I'm going to assume that your definition of the derivative at $a$ is $$\lim_{h\rightarrow 0} \frac{f(a+h) - f(a)}{h}.$$ So substituting $x = a + h$ we get $$ f'(a) = \lim_{h\rightarrow 0} \frac{f(a+h) - f(a)}{h} = \lim_{x - a \rightarrow 0}\frac{f(x) - f(a)}{a + h - a} = \lim_{x \rightarrow a} \frac{f(x) - f(a)}{x-a}$$ |
|||
|
|
|
I presume your definition of derivative is $$ f^{'}(a)=\lim_{h\to 0} \frac{f(a+h)-f(a)}{h}. $$ Try to do a change of variable in this to get what you want. |
|||
|
|
|
$$\lim_ {x\to a} \frac{f(x)-f(a)}{x-a}=f'(a)$$ is definition of derivative of function $f$ at $x=a$ |
|||
|
|