Tangent and Normal Lines
Tangent and Normal Lines
In calculus, the derivative tells us more than just a rate of change. It also helps us find the slope of a curve at a point. This lets us write the equation of the tangent line, which touches the curve at that point, and the normal line, which is perpendicular to the tangent line.
These ideas are important in graph sketching, motion, approximation, and many applications of derivatives. If you know the point on the curve and the derivative at that point, you can build the exact equation of both lines.
1. What is a tangent line?
A tangent line to a curve at a given point is the line that has the same direction as the curve at that point. In calculus, that direction is measured by the derivative.
If a curve is given by \(y=f(x)\), then the slope of the tangent line at \(x=a\) is
$$m_{\text{tangent}}=f'(a).$$If the point of tangency is \((a,f(a))\), then the tangent line is found using the point-slope form of a line:
$$y-f(a)=f'(a)(x-a).$$2. What is a normal line?
A normal line is a line that is perpendicular to the tangent line at the same point.
Recall that for two non-vertical perpendicular lines, their slopes are negative reciprocals. So if the tangent slope is \(m\), then the normal slope is
$$m_{\text{normal}}=-\frac{1}{m}.$$That means if \(m_{\text{tangent}}=f'(a)\), then
$$m_{\text{normal}}=-\frac{1}{f'(a)},$$as long as \(f'(a)\neq 0\).
The normal line through \((a,f(a))\) is then
$$y-f(a)=\left(-\frac{1}{f'(a)}\right)(x-a).$$3. Step-by-step method
To find the tangent and normal lines to \(y=f(x)\) at \(x=a\), follow these steps:
Find the point on the curve by calculating \(f(a)\). So the point is \((a,f(a))\).
Differentiate the function to get \(f'(x)\).
Substitute \(x=a\) into \(f'(x)\) to get the tangent slope: \(f'(a)\).
Use point-slope form to write the tangent line.
Find the normal slope using the negative reciprocal of the tangent slope.
Use point-slope form again to write the normal line.
4. Important special cases
If \(f'(a)=0\), then the tangent line is horizontal.
A horizontal tangent has slope \(0\), so the normal line is vertical.
A vertical line cannot be written in slope-intercept form. Instead, write it as \(x=a\).
So if \(f'(a)=0\), then:
Tangent line: \(y=f(a)\)
Normal line: \(x=a\)
5. Worked Example 1: Basic polynomial
Find the equations of the tangent line and normal line to \(y=x^2+3x\) at \(x=1\).
Step 1: Find the point on the curve.
$$f(1)=1^2+3(1)=4$$So the point is \((1,4)\).
Step 2: Differentiate.
$$f'(x)=2x+3$$Step 3: Find the tangent slope at \(x=1\).
$$f'(1)=2(1)+3=5$$So the tangent slope is \(5\).
Step 4: Write the tangent line.
$$y-4=5(x-1)$$Simplifying:
$$y-4=5x-5$$ $$y=5x-1$$Step 5: Find the normal slope.
$$m_{\text{normal}}=-\frac{1}{5}$$Step 6: Write the normal line.
$$y-4=-\frac{1}{5}(x-1)$$This is the equation of the normal line. In slope-intercept form, it becomes
$$y=-\frac{1}{5}x+\frac{1}{5}+4$$ $$y=-\frac{1}{5}x+\frac{21}{5}$$Answer:
Tangent line: \(y=5x-1\)
Normal line: \(y-4=-\frac{1}{5}(x-1)\)
6. Worked Example 2: A function with a fraction
Find the tangent line and normal line to \(f(x)=\frac{2}{x}\) at \(x=1\).
Step 1: Find the point.
$$f(1)=\frac{2}{1}=2$$So the point is \((1,2)\).
Step 2: Differentiate.
Rewrite first:
$$f(x)=2x^{-1}$$Now differentiate:
$$f'(x)=-2x^{-2}=-\frac{2}{x^2}$$Step 3: Find the tangent slope.
$$f'(1)=-\frac{2}{1^2}=-2$$Step 4: Tangent line.
$$y-2=-2(x-1)$$Simplify:
$$y-2=-2x+2$$ $$y=-2x+4$$Step 5: Normal slope.
The negative reciprocal of \(-2\) is \(\frac{1}{2}\).
$$m_{\text{normal}}=\frac{1}{2}$$Step 6: Normal line.
$$y-2=\frac{1}{2}(x-1)$$Answer:
Tangent line: \(y=-2x+4\)
Normal line: \(y-2=\frac{1}{2}(x-1)\)
7. Worked Example 3: Horizontal tangent and vertical normal
Find the tangent line and normal line to \(y=x^3-3x+2\) at \(x=1\).
Step 1: Find the point.
$$f(1)=1^3-3(1)+2=0$$So the point is \((1,0)\).
Step 2: Differentiate.
$$f'(x)=3x^2-3$$Step 3: Find the tangent slope.
$$f'(1)=3(1)^2-3=0$$This means the tangent line is horizontal.
Step 4: Tangent line.
A horizontal line through \((1,0)\) is
$$y=0$$Step 5: Normal line.
The normal line is perpendicular to a horizontal line, so it is vertical.
A vertical line through \((1,0)\) is
$$x=1$$Answer:
Tangent line: \(y=0\)
Normal line: \(x=1\)
8. Worked Example 4: Point not directly given by x-value
Find the tangent line and normal line to \(y=x^2-4x+5\) at the point \((2,1)\).
Here, the point is already given, but we should still check that it lies on the curve.
$$2^2-4(2)+5=4-8+5=1$$Yes, \((2,1)\) is on the curve.
Step 1: Differentiate.
$$f'(x)=2x-4$$Step 2: Find the tangent slope at \(x=2\).
$$f'(2)=2(2)-4=0$$So the tangent is horizontal.
Step 3: Tangent line.
A horizontal line through \((2,1)\) is
$$y=1$$Step 4: Normal line.
The normal is vertical through \((2,1)\), so
$$x=2$$Answer:
Tangent line: \(y=1\)
Normal line: \(x=2\)
9. Common mistakes to avoid
Using the function instead of the derivative for the slope. The tangent slope comes from \(f'(a)\), not \(f(a)\).
Forgetting to find the point first. You need both the slope and the point to write a line.
Incorrect negative reciprocal. If the tangent slope is \(3\), the normal slope is \(-\frac{1}{3}\), not just \(\frac{1}{3}\).
Trying to write a vertical normal line in slope-intercept form. Vertical lines must be written as \(x=\text{constant}\).
Substituting the wrong x-value. Be careful to evaluate both \(f(a)\) and \(f'(a)\) at the same point.
10. Quick formula review
For \(y=f(x)\) at \(x=a\):
Point on curve: \((a,f(a))\)
Tangent slope: \(f'(a)\)
Tangent line:
Normal slope:
Normal line:
If \(f'(a)=0\):
Tangent line: \(y=f(a)\)
Normal line: \(x=a\)
11. Why tangent lines matter
Tangent lines are useful because they give a very close linear approximation to a curve near a point. This is why they appear in applications of derivatives, including estimating function values, analyzing motion, and understanding the shape of graphs.
Normal lines are also important, especially in geometry and physics, because they describe directions perpendicular to a curve at a point.
12. Brief summary
To find a tangent line, first find the point on the curve and then use the derivative to get the slope. To find a normal line, use the negative reciprocal of the tangent slope. Always use point-slope form, and remember that if the tangent is horizontal, the normal is vertical.
Put what you read to the test
You've worked through Tangent and Normal Lines. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.