Use differentiation from first principles to find the gradient of the curve y=3x^2 at x=2
Let f(x)=3x^2, so f(x+h)=3(x+h)^2
=3x^2+6hx+3h^2
dy/dx=lim(h→0) (f(x+h)-f(x))/h
Substitute in values: (3x^2+6hx+3h^2-3x^2)/h = 6x+3h
The ‘h’ term vanishes as ‘h’ tends to zero so you’re left with dy/dx=6x, f(2)=6x2=12
State the equation for the gradient function
dy/dx= lim(h→0) (f(x+h)-f(x))/h
What is another way of saying dy/dx
?
f ’(x)
What is the gradient function?
Formula for calculating a changing gradient
Use differentiation from first principles to find the gradient of the curve y=x^2+2x
Let f(x)=x^2+2x, so f(x+h)=(x+h)^2+2(x+h) = x^2+2hx+h^2+2x+2h
Substitute into the equation: dy/dx= lim(h→0) (f(x+h)-f(x))/h
= (x^2+2hx+h^2+2x+2h - (x^2+2x))/h you must remember to multiply all of f(x) by -1 as it’s subtracted!!!
= (x^2+2hx+h^2+2x+2h-x^2-2x)/h
= 2x+h+2, the ‘h’ term vanishes as ‘h’ tends to zero so the answer is 2x+2
What does f(x) in the gradient function formula represent?
The instantaneous gradient
Differentiate this equation: y=x^5 + 3x^-2 + 5x^(1/2) + 10
Reduce each of the powers by 1 and multiply the co-efficient of x by the power: dy/dx = 5x^4 - 6x^-3 + 5/2x^-1/2 (+0)
The final term: 10 is an integer so differentiates to zero as y=10 would be a straight line with a gradient of zero
What is the gradient function of e^x?
e^x because 1xe^x is e^x
What does sin(x) differentiate into?
cos(x)
What does cos(x) differentiate into?
-sin(x)
Differentiate y= x^70 - x^-1 + 4x^7 + e^e^e^e + π^π^π
dy/dx= 70x^69 + x^-2 + 28x^6 (both e and π are representative of integers so differentiate to zero!)
Differentiate y= 9x^-2/3
-6x^-5/3
Differentiate y= x^π + e^π + e^2x
dy/dx= πx^π-1 + 0 + 2e^2x (e^π is an integer so differentiates to zero)
e^2x is differentiated using the first method we learnt (where you multiply the co-efficients), this is peculiar to ‘e’ being the base number
Differentiate y= ((1/π)x)^2π +
(e^3)x^-e + e^πx
dy/dx= 2x^2π-1 - (e^4)x^-e-1 +
πe^ πx
Given that:
f(x) = x^2+4x+12, x∈ℝ complete the square. Using this determine the largest value of 1/f(x)
(x+2)^2 +8
The largest value is when x=-2 (so that f(x)=(0)^2 +8, this means f(x)=8 so 1/f(x)=1/8
Find the gradient of y=4-(2x^2) at the point (3,-14)
1) differentiate the equation by reducing the power: dy/dx=-4x
2) substitute in the x-coordinate: -4(3) =-12 (ignore the y coordinate you don’t need to use it!)
Find the equation of the tangent and the normal to y=x^4 at the point (1,1)
1) dy/dx=4x^3
2) 4x(1)^3=4 so the gradient of the tangent is 4. y=mx+c 1=1x4+c, c=-3 so y=4x-3
3) gradient of the normal is the negative reciprocal (-1/4) y=mx+c 1=-1/4x1+c, c=5/4 y=-1/4x+5/4
Why is the gradient function equal to the gradient of the tangent?
The gradient function equals the tangent’s gradient because differentiation finds the instantaneous rate of change (steepness) of a curve at a single point, and the tangent is defined as the straight line that perfectly touches the curve at that exact point, sharing the same steepness.
Differentiate 1/(4x^3)
1) get it into a form you can differentiate: 1/(4x^3) = 1/4 x^-3
2) reduce the power: -3/4 x^-4
Differentiate 2/(3√x)
1) get into a form you can differentiate: 2/3 x^-1/2
2) reduce the power: -1/3 x^-3/2
Find f ’(x) for (x^2 - 3)/x
1) rearrange: x - 3/x = x - 3x^-1
2) differentiate: 1+3x^-2
Why is 1/(2x^2) not equal to 2x^-2
2x^-2 = 2/x^2 not 1/(2x^2)
A curve has equation:
y= x^3 +px^2+qx-45
The curve passes through the point R (2,3). The gradient of the curve at R is 8. Find the value of p and the value of q.
1) substitute the coordinates for R into the equation: 3= (2)^3+p(2)^2+ 2q-45, 40=4p+2q
2) differentiate the equation: dy/dx= 3x^2+2px+q
3) substitute x=2 and dy/dx=8 into the equation: 8= 3(2)^2+2p(2)+q, -4=4p+q
4) use simultaneous equations: p=-12, q=44
Find the equation of the tangent to the curve y=e^3x when x=2
1) differentiate the equation: 3e^3x
2) substitute x=2: 3e^6 this is the gradient
3) find the y-coordinate by substituting x=2 into the equation y=e^3x to get y=e^6
4) substitute values into y=mx+c: e^6=(3e^6)x2+c, c=-5e^6
5) y=(3e^6)x - 5e^6