given y = x^2 - 7x + 5, find dy/dx from first principles

using the delta method for first principles derivation:
Define the differential: dy/dx = limit as h -> 0 f(x+h) - f(x)/h where f(x) = ysubstitute the equation into the differential: dy/dx = (x+h)^2 - 7*(x+h) + 5 - (x^2 - 7x +5)/hexpand the brackets to form quadratic: dy/dx = x^2 + h^2 + 2xh - 7x -7h + 5 - x^2 + 7x - 5/hcancel out the variables: dy/dx = h^2 + 2xh - 7h / hdivide by h: dy/dx = h + 2x - 7Finish it off by taking the limit of h to be 0: dy/dx = 2x - 7 Simple method to follow with an example for a 5 mark question that consistently comes up in core 1.

DB

Related Maths A Level answers

All answers ▸

What is the chain rule?


Find the derivative with respect to x and the x-coordinate of the stationary point of: y=(4x^2+1)^5


Integrate 10x(x^1/2 - 2)dx


Solve the equation |3x +4a| = 5a where a is a positive constant.