Normal from differentiation

Finding the normal to a curve at a given point is very similar to finding the tangent. We just need to remember one thing:

A normal is perpendicular to the tangent and curve at that point. That means that its gradient is the negative reciprocal of the tangent’s gradient.

For exmaple:

Finding the gradient of a normal

To find the gradient of a normal to a curve at a given point, we first need to find the gradient of the curve at that point (i.e. the gradient of the tangent).

We can do this by differentiating the function to get its derivative (gradient function), and then substituting in the x-coordinate of the point we want the normal at.

Then, remember to take the negative reciprocal of that gradient to get the gradient of the normal!

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

Finding the full equation of the normal

Once we have the gradient of the normal, we can find its full equation in the same way as we would for a tangent.

Find a point that the normal passes through - we can do that by substituting the x-coordinate of the intersection point into the original function to get the y-coordinate.

Then, substitute the gradient and the point into the equation of a straight line to find the y-intercept, and finally write the full equation of the normal.

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

(continuing from where we left off above)

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

flashcards

QuestionAnswer
“Normal definition (in relation to tangent and curve)”“A normal is perpendicular to the tangent and curve at that point. That means its gradient is the negative reciprocal of the tangent’s gradient.”
“Relationship between gradient of tangent and normal”“The gradient of the normal is the negative reciprocal of the tangent’s gradient.”
“If the gradient of the tangent is 2, what is the gradient of the normal?”“The gradient of the normal is -\frac12.”
“If the gradient of the tangent is -\frac34, what is the gradient of the normal?”“The gradient of the normal is \frac43.”
“If the gradient of the tangent is 5, what is the gradient of the normal?”“The gradient of the normal is -\frac15.”
“Steps to find the gradient of a normal to a curve at a given point”“1. Differentiate the function to get its derivative (gradient function).
2. Substitute the x-coordinate into the derivative to get the gradient of the tangent.
3. Take the negative reciprocal of the tangent’s gradient to get the gradient of the normal.”
“Find the gradient of the normal to f(x) = x^3 - 2x + 1 at x=2“1. f'(x) = 3x^2 - 2.
2. f'(2) = 3(2)^2 - 2 = 12 - 2 = 10.
3. Gradient of normal = -\frac{1}{10}.”
“Steps to find the full equation of the normal”“1. Find the gradient of the normal.
2. Find a point the normal passes through by substituting the x-coordinate into the original function to get the y-coordinate.
3. Substitute the gradient and point into y = mx + c to find c.
4. Write the full equation y = mx + c.”
“Find the full equation of the normal to f(x) = x^3 - 2x + 1 at x=2“1. Gradient of normal = -\frac{1}{10}.
2. Point: f(2)=5, so (2,5).
3. Substitute: 5 = -\frac{1}{10}(2) + c \Rightarrow c = \frac{26}{5}.
4. Equation: y = -\frac{1}{10}x + \frac{26}{5}.”
“Find the full equation of the normal to f(x) = 2x^2 + 3x + 1 at x=-1“1. f'(x) = 4x + 3
2. f'(-1) = -4 + 3 = -1
3. Gradient of normal = 1
4. Point: f(-1)=0, so (-1, 0).
5. Substitute: 0 = 1(-1) + c \Rightarrow c = 1.
6. Equation: y = x + 1.”