What is the differential of function “k”?
0
What is the differential of function “x”?
1
What is the differential of function “x^n”?
nx^(n-1)
What is the differential of function “e^(kx)”?
ke^(kx)
What is the equation for the gradient of a line/ the 1st differential?
Δy/Δx or dy/dx
What is the equation for the second differential?
d^2y/dx^2
What do the 1st and 2nd differential work out?
1st: gradient
2nd: rate of change
What is the product rule?
When y = uv:
dy/dx = u(dv/dx) + v(du/dx)
What is the quotient rule?
When y=u/v:
(v(du/dx) - u(dv/dx) ) / v^2
What is the equation for the function of a function?
dy/dx = (du/dx) x (dy/du)