By Differentiating from first principles, find the gradient of the curve f(x) = x^2 at the point where x = 2

This qustion can be solved easily using the gradient formular, m = ∆y/∆x, and some simple algrebra.

The gradient at the point x = 2 is calculated by find the gradient of a tangent at x = 2. To find this we imagine we are drawing a line from the point at x = 2, to a point on the line very close to it, a distance of dx along, and [f(dx) - f(x)] up.

Using the gradient m = ∆y/∆x, and subbing in values for change in x and change in y we get:

dy/dx = [f(x + dx) - f(x)]/dx

This however is the gradient along the line; the gradient at the point x = 2 is found by finding the limit as dx tends to zero, or as the line becomes infintesimently small.

This gives:

dy/dx = lim x -> 0 [(x + dx)^2 - x^2)/dx

= lim x -> 0 [x^2 + 2xdx + dx^2/dx

= lim x -> 0 [2x + dx]

= 2x

it is importnt to now finish the question and fin the gradient at x = 2

dy/dx = 2 x 2 = 4

HF

Related Further Mathematics A Level answers

All answers ▸

Two planes have eqns r.(3i – 4j + 2k) = 5 and r = λ (2i + j + 5k) + μ(i – j – 2k), where λ and μ are scalar parameters. Find the acute angle between the planes, giving your answer to the nearest degree.


The set of midpoints of the parallel chords of an ellipse with gradient, constant 'm', lie on a straight line: find its equation; equation of ellipse: x^2 + 4y^2 = 4


A mass m=1kg, initially at rest and with x=10mm, is connected to a damper with stiffness k=24N/mm and damping constant c=0.2Ns/mm. Given that the differential equation of the system is given by d^2x/dt^2+(dx/dt *c/m)+kx/m=0, find the particular solution.


Solve the second order ODE, giving a general solution: x'' + 2x' - 3x = 2e^-t