How do we know the derivative of x^n

What does derivative mean? The derivative of a function the represents the gradient of the function for each value of x. Remark that the gradient of a function at point (x,f(x)) is equal to the gradient of a tangent intersecting the function at point (x,f(x)). We can use this knowledge to work out the derivative as follows: Take a secant line, intersecting the function at (x,f(x)) and (x+h,f(x+h)). Calculate gradient of secant line: dy /dx = (f(x+h)-f(x)) / ((x+h)-x) = ((x+h)n-xn) / h = ((xn+nxn-1h+...+nxhn-1+hn)-xn) / h = (hnxn-1+...+hn) / h = nxn-1+h(...). As h tends to 0, the gradient of the secant line tends to that of the tangent. And at the limit h tends to 0, the term h(...) also tends to 0, so the gradient of the secant line tends to nxn-1. So the derivative of xn is nxn-1

TP

Related Maths A Level answers

All answers ▸

Integrate x*ln(x) with respect to x


A hollow sphere of radius r is being filled with water. The surface area of a hemisphere is 3pi*r^2. Question: When the water is at height r, and filling at a rate of 4cm^3s^-1, what is dS/dT?


Given that f(x)= (3+x^2)(x^1/2-7x). Find f'(x) (5marks)


Find the coordinates of the minimum point of the curve y = 3x^(2) + 9x + 10