Chapter 12 - Differentiation Flashcards
What is the gradient of a curve at a given point defined as?
The gradient of the tangent to the curve at that point.
What 2 ways are there to write the gradient function or derivative of a curve?
f’(x)
dy
dx
What is the gradient function of a curve/how do you differentiate, from first principles?
f’(x) = lim f(x + h) - f(x)
as h →0 h
How do you differentiate from first principles? eg. f(x) = x2
State formula for differentiation from first principles
f’(x) = lim f(x + h) - f(x)
as h →0 h
Sub in your f(x) eg x2
f’(x) = lim (x + h)2 - x2
as h →0 h
Expand out numerator (eg. x2 + 2xh + h2 - x2)
All terms which do not have “h” in should cancel out
Factorise out h (ie. h (2x + h2))
Cancel out h in numerator and denominator to be left with one term which doesn’t have “h” in (ie. 2x).
State as h → 0, f’(x) = “term without h in” (ie. 2x)
At every step you must write out
f’(x) = lim numerator
as h →0 h
If f(x) = xn or y = xn then what does f’(x) or dy/dx equal?
nxn - 1
The power comes to the front and the power of x is reduced by 1.
If f(x) = axn or y = axn then what is f’(x) or dy/dx?
anxn - 1
Exactly the same, power comes to the front to be multiplied by a, and the power of x is reduced by 1.
What must you do before you differentatiate?
- Ensure your function is in the format axn +/- bxm..
- Expand brackets and/or simplify to ensure you have this format
- a,n etc can be any number including negatives and fractions
For polynominals such as f(x) = ax2 + bx + c how do you differentiate?
Differentiate each term in turn:
f’(x) = 2ax + b
If y = f(x) +/- g(x) what is he derivative?
Differentiate each term in turn
f’(x) +/- g’(x)
How do you find the gradient of the curve at a specific point P (x1 , y1)?
- Differentiate the curve to give you the gradient function f’(x) or dy/dx
- Substitute x = x1 into f’(x) (or dy/dx) to get the gradient at that point
How do you find the normal to a curve at point P (x1, y1)?
- Differentiate to find the gradient function f’(x)
- Substitute in x=x1 to find the gradient of the tangent at P
- Find the gradient of normal which is the negative reciprical of gradient of tangent ie. -1/m
- Substitute in the gradient and co-ordinates of P to find the equation of the line for the normal at P.
How do you know if the function f(x) is increasing in the interval [a, b]?
Function f(x) is increasing if f’(x) is >= 0 for all values of x between a and b
How do you know if the function f(x) is decreasing in the interval [a, b]?
Function f(x) is decreasing if f’(x) is <= 0 for all values of x between a and b
What does differentiating a function f(x) twice give you?
f’‘(x) or d2y/dx2
Gives you the rate of change of the gradient function.
How do you find a stationary point?
A stationary point is where the gradient is zero
- differentiate to find dy/dx
- set dy/dx = 0
- solve to find x
- sub x into original function to find y