- 9,621
- 9
As the title suggests this thread is intended as a summary of differentiation, it is by no means an attempt at an exhaustive discussion of the topic. A detailed knowledge of limits is not required but is useful, it is assumed that the reader has some knowledge of limits and how to implement them. As always I welcome comments and corrections either here of via PM.
The Definition of a Derivative
The derivative (f'(x)) of a function f(x) with respect to x is given by the limit;
f'(x)=\lim_{h\to0}\;\frac{f(x+h)-f(x)}{h}
Provided the limit exists. If the limit exist at a point x0 we say that the function is differentiable at this point.
As can be seen from the plots below, as h approaches zero, the secants of the curve tend to the tangent at a point x, this gives the gradient of the curve at point x (provided the function is differentiable at point x). Note however, that in the above limit we cannot simply set h as zero directly as our limit would \to\pm\infty and thus, the limit would not exist. We must therefore manipulate the limit into a form where this does not occur.
http://upload.wikimedia.org/wikipedia/en/thumb/a/aa/Lim-secant.png/300px-Lim-secant.png http://upload.wikimedia.org/wikipedia/en/thumb/3/37/Tangent-calculus.png/300px-Tangent-calculus.png
Images taken from Wikipedia
Finding the Gradient and Tangent to a Curve at a Point
We already now that the derivative of a function gives the gradient of a curve at any point that is differentiable. This allows us to find the gradient of the function at any point x where the curve is differentiable. This then allows us to find the equation of the tangent to the curve at any point x where the function is differentiable.
The Definition of a Derivative
The derivative (f'(x)) of a function f(x) with respect to x is given by the limit;
f'(x)=\lim_{h\to0}\;\frac{f(x+h)-f(x)}{h}
Provided the limit exists. If the limit exist at a point x0 we say that the function is differentiable at this point.
As can be seen from the plots below, as h approaches zero, the secants of the curve tend to the tangent at a point x, this gives the gradient of the curve at point x (provided the function is differentiable at point x). Note however, that in the above limit we cannot simply set h as zero directly as our limit would \to\pm\infty and thus, the limit would not exist. We must therefore manipulate the limit into a form where this does not occur.
http://upload.wikimedia.org/wikipedia/en/thumb/a/aa/Lim-secant.png/300px-Lim-secant.png http://upload.wikimedia.org/wikipedia/en/thumb/3/37/Tangent-calculus.png/300px-Tangent-calculus.png
Images taken from Wikipedia
Example
Find the derivative of f(x)= x^2+2
Solution;
f'(x)=\lim_{h\to0}\;\frac{f(x+h)-f(x)}{h}\;\;\rightarrow \lim_{h\to0}\;\frac{(x+h)^2+2-(x^2+2)}{h}
=\lim_{h\to0}\;\frac{\not{x^2}+h^2+2hx +\not{2}-\not{x^2}-\not{2}}{h}= lim_{h\to0}\;\frac{\not{h}(h+2x)}{\not{h}}
\therefore f'(x)=2x
Find the derivative of f(x)= x^2+2
Solution;
f'(x)=\lim_{h\to0}\;\frac{f(x+h)-f(x)}{h}\;\;\rightarrow \lim_{h\to0}\;\frac{(x+h)^2+2-(x^2+2)}{h}
=\lim_{h\to0}\;\frac{\not{x^2}+h^2+2hx +\not{2}-\not{x^2}-\not{2}}{h}= lim_{h\to0}\;\frac{\not{h}(h+2x)}{\not{h}}
\therefore f'(x)=2x
Finding the Gradient and Tangent to a Curve at a Point
We already now that the derivative of a function gives the gradient of a curve at any point that is differentiable. This allows us to find the gradient of the function at any point x where the curve is differentiable. This then allows us to find the equation of the tangent to the curve at any point x where the function is differentiable.
Example
Find the equation of the tangent to the curve with equation y=f(x)=x^2+2 at x=3.
Solution;
We know that the tangent is a straight line and therefore has an equation of the form y=mx+c. We have already found the derivative above which gives the gradient (m) of any point x on the curve y=f(x) (provided f(x) is differentiable at x). Therefore we can say that;
m=\left. \frac{dy}{dx}\;\;\right|_{x=3}=2\cdot3=6
We can find the corresponding y value to x=3 using the original equation y=x^2+2;
y=3^2+2=11
We can then use this information to find the equation of the tangent at point (x,y)=(3,11);
y=mx+c \rightarrow 11=3\cdot 6 + C \Rightarrow C = -7
\therefore the equation of the tangent to the curve y=x^2+2 at the point (x,y)=(3,11) is y=6x-7.
Find the equation of the tangent to the curve with equation y=f(x)=x^2+2 at x=3.
Solution;
We know that the tangent is a straight line and therefore has an equation of the form y=mx+c. We have already found the derivative above which gives the gradient (m) of any point x on the curve y=f(x) (provided f(x) is differentiable at x). Therefore we can say that;
m=\left. \frac{dy}{dx}\;\;\right|_{x=3}=2\cdot3=6
We can find the corresponding y value to x=3 using the original equation y=x^2+2;
y=3^2+2=11
We can then use this information to find the equation of the tangent at point (x,y)=(3,11);
y=mx+c \rightarrow 11=3\cdot 6 + C \Rightarrow C = -7
\therefore the equation of the tangent to the curve y=x^2+2 at the point (x,y)=(3,11) is y=6x-7.
Last edited by a moderator: