Introduction to Tangents and Normals
In the previous chapters of the Calculus section, you learned how to find the derivative of a function. Now, we are going to use that derivative for a very practical purpose: finding the equations of specific lines that touch or cross a curve at a single point. These are called tangents and normals.
Think of a rollercoaster. At any single moment, the direction the car is pointing represents the tangent. If you were to draw a line perfectly "square" or perpendicular to the track at that exact spot, that would be the normal. These concepts are vital for engineers, physicists, and even game developers who need to calculate how objects bounce off surfaces!
The Tangent Line
A tangent is a straight line that just touches a curve at a specific point. At that point of contact, the gradient (slope) of the line is exactly the same as the gradient of the curve.
Key Principle:
To find the gradient of the tangent to the curve \(y = f(x)\) at the point where \(x = a\), you simply find the derivative and evaluate it at that point: \(m = f'(a)\).
Quick Review: The Straight Line Equation
To write the equation of any straight line, you need two things: a point \((x_1, y_1)\) and a gradient \(m\). We usually use the point-gradient formula from Topic 2.1:
\(y - y_1 = m(x - x_1)\)
Step-by-Step: Finding the Equation of a Tangent
- Find the derivative: Differentiate the function to get \(f'(x)\).
- Find the gradient: Substitute the \(x\)-coordinate of the given point into \(f'(x)\) to find \(m\).
- Find the \(y\)-coordinate: If only the \(x\)-coordinate is given, plug it back into the original function \(f(x)\) to find \(y\).
- Build the equation: Plug your point and gradient into \(y - y_1 = m(x - x_1)\).
Example: Find the tangent to \(f(x) = x^2\) at \(x = 3\).
1. \(f'(x) = 2x\)
2. \(m = 2(3) = 6\)
3. \(y = (3)^2 = 9\). The point is \((3, 9)\).
4. \(y - 9 = 6(x - 3) \implies y = 6x - 9\).
Key Takeaway: The derivative is the gradient of the tangent.
The Normal Line
The normal is a straight line that is perpendicular (at a \(90^\circ\) angle) to the tangent at the point of contact.
Key Principle: Perpendicular Gradients
From your prior learning in Topic 2.1, you know that if two lines are perpendicular, the product of their gradients is \(-1\). This means the gradient of the normal is the negative reciprocal of the gradient of the tangent.
If the tangent gradient is \(m_{tangent}\), then the normal gradient is:
\(m_{normal} = -\frac{1}{m_{tangent}}\)
Step-by-Step: Finding the Equation of a Normal
- Find the tangent gradient: Get \(f'(x)\) and substitute the \(x\)-coordinate to find \(m\).
- Calculate the normal gradient: Use \(m_{normal} = -\frac{1}{m}\).
- Find the \(y\)-coordinate: Ensure you have the full point \((x_1, y_1)\) using the original function.
- Build the equation: Use \(y - y_1 = m_{normal}(x - x_1)\).
Example: Find the normal to \(f(x) = x^2\) at \(x = 3\).
Using our previous work, \(m_{tangent} = 6\).
Therefore, \(m_{normal} = -\frac{1}{6}\).
The point is still \((3, 9)\).
Equation: \(y - 9 = -\frac{1}{6}(x - 3)\).
Key Takeaway: The normal is just a perpendicular line through the same point. Just "flip and negate" the tangent's gradient!
Comparison Summary
Imagine the tangent and normal as a crosshair on the curve:
- Tangent: Runs parallel to the curve's direction. Uses \(m = f'(x)\).
- Normal: Sticks straight out from the curve. Uses \(m = -\frac{1}{f'(x)}\).
Common Mistakes to Avoid
1. Using the wrong function for the \(y\)-coordinate:
Always plug the \(x\)-value into the original function \(f(x)\) to find the \(y\)-coordinate. If you plug it into the derivative \(f'(x)\), you are finding the gradient, not the position!
2. Forgetting to flip the gradient for the Normal:
Students often find the tangent gradient and accidentally use it for the normal equation. Remember: Normal = Negative Reciprocal.
3. Mixing up \(x\) and \(y\):
In the formula \(y - y_1 = m(x - x_1)\), make sure \(x_1\) and \(y_1\) are the coordinates of the point on the curve.
4. Not simplifying the final answer:
IB exam questions often ask for the answer in a specific form, such as \(ax + by + d = 0\) (general form) or \(y = mx + c\) (gradient-intercept form). Always check the wording of the question!
Study Tip: Memory Aid
Think of the word "NoNe" for Normals:
Normal = Negative reciprocal gradient.
Did you know? The word "normal" comes from the Latin word norma, which refers to a carpenter's square used to ensure corners are perfectly right-angled (\(90^\circ\)). This is exactly why we use it to describe a line at a right angle to a curve!
Quick Review Checklist
- Do I have the \(x\) and \(y\) coordinates of the point?
- Have I differentiated the function correctly?
- Is the question asking for the tangent or the normal?
- If it's the normal, have I changed the gradient to \(-\frac{1}{m}\)?
- Is my final equation in the required format?