What is a derivative and how do we calculate it from first principles?

A derivative, in essence, is the gradient of a function at a point, usually denoted by dy/dx, or f'(x). It essentially means the rate of change of y with respect to x. As many functions are complex, we can no longer just draw triangles to approximately find the gradient, we must use mathematical methods to do this. As given in the A level formula book, f'(x) = lim h->0 ((f(x+h)-f(x))/h), which looks scary, but we can easily decompose what this means. If we take a function f, and two points on the x axis, say x and x+h, and corresponding points on the y axis, f(x) and f(x+h). Then finding the gradient between these points is the same method as we always have done, throughout school, change in y / change in x, giving f'(x)=(f(x+h)-f(x))/((x+h)-x), giving f'(x)=(f(x+h)-f(x))/h, however as we want the gradient at x, we must let h go towards zero, so we can determine the gradient. Thus, we write f'(x) = lim h->0 ((f(x+h)-f(x))/h), where lim h->0 means the limit as h tends to 0.
An example: Find the derivative of x2.
Let f(x)=x2, then f'(x)= lim h->0 ((x+h)2-x2)/h = lim h->0 ((x2+2hx+h2-x2)/h = lim h->0 (2hx+h2)/h = lim h->0 2x+h =2Which is in fact the derivate of x2

TM

Related Maths A Level answers

All answers ▸

How do you find the angle between two lines in three dimensional vector space given two points on line 1 and the vector equation of line 2


At each point P of a curve for which x > 0 the tangent cuts the y-axis at T, and N is the foot of the perpendicular from P to the y-axis. If T is always 1 unit below N and the curve passes through the point (1,0), find the Cartesian equation of the curve.


The equation of a circle is x^2-6x+y^2+4y=12. Complete the square to find the centre and radius of the circle.


The air pressure in the cabin of a passenger plane is modelled by the equation: P(x) = 3cos(x/2) - sin(x/2) where x is the altitude. Express P(x) in the form Rcos(x/2 +z) where z is acute and in degrees and then find the maximum pressure