Tangent from differentiation

Using differentiation, we can find the equation of the tangent to a curve at any point we like!

Finding the gradient of a tangent

The tangent is a straight line, meaning that one thing we need to find is its gradient.

As we already know, we can find the gradient of a curve at any point by differentiating the function to get its derivative (gradient function), and then substituting in the x-coordinate of the point we want the tangent at!

Find the gradient of the tangent to the curve f(x) = x^3 - 2x + 1 at the point where x = 2.

Finding the full equation of the tangent

Let’s take the example from above one more step and find the full equation of the tangent. Currently, we just know its gradient.

You may remember that we can find the y-intercept of any straight line if we know the gradient and one point on the line. Well, we do know a point on the line :)

We know that the tangent intersects the curve at the point where x = 2. So if we substitute x = 2 into the original function, we can find the corresponding y-coordinate, and so get the full point!

Now we have a point, we can substitute all the information we have into the equation of a straight line to find the y-intercept, c:

Now we have our gradient and y-intercept, we can write the full equation of the tangent:

y = 10x - 15

Find the equation of the tangent to the curve f(x) = 2x^2 + 3x + 1 at the point where x = -1.

flashcards

QuestionAnswer
How do you find the gradient of the tangent to a curve at a specific point?Differentiate the function to get its derivative, then substitute the x-coordinate of the point into the derivative.
What is the derivative of f(x) = x^3 - 2x + 1?f'(x) = 3x^2 - 2
What is the gradient of the tangent to f(x) = x^3 - 2x + 1 at x = 2?10
How do you find the y-coordinate of the point where the tangent touches the curve?Substitute the x-coordinate into the original function f(x).
What is the point of tangency for f(x) = x^3 - 2x + 1 at x = 2?(2, 5)
What formula is used to find the full equation of the tangent given gradient m and a point (x_1, y_1)?y = mx + c, where c is found by substituting the point.
What is the equation of the tangent to f(x) = x^3 - 2x + 1 at x = 2?y = 10x - 15
What is the derivative of f(x) = 2x^2 + 3x + 1?f'(x) = 4x + 3
What is the gradient of the tangent to f(x) = 2x^2 + 3x + 1 at x = -1?-1
What is the point of tangency for f(x) = 2x^2 + 3x + 1 at x = -1?(-1, 0)
What is the equation of the tangent to f(x) = 2x^2 + 3x + 1 at x = -1?y = -x - 1