Tangent and Normal Questions: Parallel, Perpendicular, and Angle Between Curves
Learn how to solve tangent and normal questions using derivatives, slope conditions, and angle between curves formulas.
- 12th
- Study Advice
Tangent and normal questions look scary because one problem can contain many small ideas at once: derivative, slope, point of contact, parallel lines, perpendicular lines, and sometimes the angle between two curves.
But the topic becomes much calmer when you remember one simple picture.
At a point on a curve, the tangent is the line that just touches the curve in its current direction. The normal is the line that stands perpendicular to that tangent at the same point.
So the whole chapter is not really about memorising many separate formulas. It is about finding one slope correctly.
This guide will help you solve tangent and normal questions where the required line is parallel, perpendicular, or where you need the angle between two curves.
First, What Does the Derivative Tell You?
For a curve:
y = f(x)
the derivative:
dy/dx
gives the slope of the tangent at a point.
If the point is (a, b), then the tangent slope is:
m = value of dy/dx at x = a
That single value of m tells you the direction of the tangent.
After that, use the straight-line equation:
y - b = m(x - a)
This is the tangent at (a, b).
The normal is perpendicular to the tangent. If the tangent slope is m, then the normal slope is:
-1/m
So the normal is:
y - b = (-1/m)(x - a)
This works when m is not zero.
The Formula Map You Should Keep in Your Head
Here is the entire topic in one table.
| Situation | What to use |
|---|---|
| Tangent slope at a point | dy/dx at that point |
| Tangent equation | y - y1 = m(x - x1) |
| Normal slope | -1/m, when tangent slope is m |
| Normal equation | y - y1 = (-1/m)(x - x1) |
| Tangents are parallel | their slopes are equal |
| Tangents are perpendicular | product of slopes is -1 |
| Tangent parallel to x-axis | tangent slope is 0 |
| Tangent parallel to y-axis | tangent slope is not finite |
| Angle between curves | angle between their tangents at the intersection point |
Do not rush past this table. Most mistakes happen because students start solving before deciding which row applies.
The Basic Workflow for Any Tangent or Normal Question
Use this order whenever the question involves a tangent or normal to a curve.
- Find the point of contact.
- Differentiate the curve.
- Substitute the point into the derivative to get the tangent slope.
- Use the tangent slope directly for the tangent.
- Use the negative reciprocal for the normal.
- Write the final line using point-slope form.
If the point is already given, the question is usually direct.
If the point is not given, the condition in the question helps you find it.
For example, the condition may say:
- tangent is parallel to a given line
- tangent is perpendicular to a given line
- normal is parallel to a given line
- normal is perpendicular to a given line
- tangent makes a particular angle with the x-axis
Each condition gives information about slope.
That is the key.
Example 1: Tangent and Normal at a Given Point
Find the tangent and normal to:
y = x^2
at (1, 1).
First differentiate:
dy/dx = 2x
At x = 1:
m = 2
So the tangent slope is 2.
Tangent:
y - 1 = 2(x - 1)
Simplify:
y - 1 = 2x - 2
y = 2x - 1
Normal slope:
-1/2
Normal:
y - 1 = (-1/2)(x - 1)
If you want the normal without fractions:
2y - 2 = -x + 1
x + 2y - 3 = 0
Why the Point of Contact Matters So Much
The same curve has different tangent slopes at different points.
For:
y = x^2
the derivative is:
dy/dx = 2x
At x = 1, the tangent slope is 2.
At x = 3, the tangent slope is 6.
At x = -2, the tangent slope is -4.
So do not write a tangent equation immediately after differentiating. First substitute the correct point.
If the question says “at the point (a, b)”, use that point directly.
If the question says “find the point where…”, then you must first find the point using the condition.
Finding the Point When a Parallel Condition Is Given
Parallel lines have equal slopes.
So if a tangent to a curve is parallel to a given line, the tangent slope must equal the slope of that line.
Example 2: Tangent Parallel to a Given Line
Find the point on:
y = x^2
where the tangent is parallel to:
y = 4x + 7
The slope of the given line is 4.
Differentiate the curve:
dy/dx = 2x
For parallel tangents:
2x = 4
So:
x = 2
Now find y from the curve:
y = x^2
y = 2^2
y = 4
The point is:
(2, 4)
If the tangent equation is also required:
y - 4 = 4(x - 2)
So:
y = 4x - 4
Notice the given line and the tangent are different lines, but their slopes are the same.
Finding the Point When a Perpendicular Condition Is Given
Perpendicular lines have slopes whose product is -1.
If one line has slope m, a perpendicular line has slope:
-1/m
This is where you must read the question carefully.
Is the tangent perpendicular to the given line?
Or is the normal perpendicular to the given line?
These are not the same instruction.
Tangent Perpendicular to a Given Line
Suppose the question says:
The tangent is perpendicular to a line with slope 3.
Then:
tangent slope = -1/3
So you set:
dy/dx = -1/3
That equation helps you find the point of contact.
Normal Parallel to a Given Line
Now suppose the question says:
The normal is parallel to a line with slope 3.
Then:
normal slope = 3
But the derivative gives tangent slope, not normal slope.
So:
tangent slope = -1/3
Again:
dy/dx = -1/3
In this particular case, the result is the same as the previous one. But that is because “tangent perpendicular to a line” and “normal parallel to that line” describe the same direction.
Normal Perpendicular to a Given Line
If the normal is perpendicular to a line with slope 3, then the normal slope is:
-1/3
Since tangent and normal are perpendicular to each other:
tangent slope = 3
So:
dy/dx = 3
This is a common place for sign errors. Always decide whose slope you are finding.
| Question wording | What to set equal to dy/dx |
|---|---|
Tangent parallel to line of slope m | m |
Tangent perpendicular to line of slope m | -1/m |
Normal parallel to line of slope m | -1/m |
Normal perpendicular to line of slope m | m |
Example 3: Normal Parallel to a Given Line
Find the point on:
y = x^2
where the normal is parallel to:
y = x + 5
The given line has slope 1.
Since the normal is parallel to it:
normal slope = 1
So the tangent slope must be:
-1
Differentiate:
dy/dx = 2x
Set:
2x = -1
So:
x = -1/2
Find y:
y = x^2
y = (-1/2)^2
y = 1/4
The point is:
(-1/2, 1/4)
Normal equation:
y - 1/4 = 1(x - (-1/2))
So:
y - 1/4 = x + 1/2
y = x + 3/4
This answer makes sense because the normal has slope 1, just like the given line.
When the Given Line Is in General Form
Sometimes the line is not written as y = mx + c.
For example:
3x + 2y - 5 = 0
Convert it into slope form:
2y = -3x + 5
y = (-3/2)x + 5/2
So the slope is:
-3/2
You can also remember this shortcut:
For:
Ax + By + C = 0
the slope is:
-A/B
when B is not zero.
If B = 0, the line is vertical.
If A = 0, the line is horizontal.
Tangent Parallel to the x-Axis
The x-axis has slope 0.
So if the tangent is parallel to the x-axis:
dy/dx = 0
This often helps you find turning points or stationary points.
Quick Example
For:
y = x^2 - 4x + 7
differentiate:
dy/dx = 2x - 4
Set:
2x - 4 = 0
So:
x = 2
Find y:
y = 2^2 - 4(2) + 7
y = 4 - 8 + 7
y = 3
At (2, 3), the tangent is horizontal.
The tangent equation is:
y = 3
The normal is vertical:
x = 2
Do not force the normal into y - y1 = m(x - x1) here. A vertical line has no ordinary slope.
Tangent Parallel to the y-Axis
A line parallel to the y-axis is vertical.
Its equation looks like:
x = a
Its usual slope is not finite.
In many school-level questions, vertical tangents are handled carefully or avoided. But if they appear, you must not write m = infinity and continue blindly.
For curves where x is written as a function of y, it may be easier to find:
dx/dy
A vertical tangent can occur when:
dx/dy = 0
and the point is valid on the curve.
The main idea is simple: horizontal and vertical lines need special handling.
Tangent and Normal to an Implicit Curve
Not every curve is given as y = f(x).
You may get an equation like:
x^2 + y^2 = 25
Here y is not isolated. Differentiate both sides with respect to x.
2x + 2y(dy/dx) = 0
So:
2y(dy/dx) = -2x
dy/dx = -x/y
At the point (3, 4):
dy/dx = -3/4
So the tangent slope is -3/4.
Tangent:
y - 4 = (-3/4)(x - 3)
Multiply by 4:
4y - 16 = -3x + 9
3x + 4y - 25 = 0
Normal slope:
4/3
Normal:
y - 4 = (4/3)(x - 3)
Multiply by 3:
3y - 12 = 4x - 12
4x - 3y = 0
Angle Between Two Curves
The angle between two curves at a point is the angle between their tangents at that point.
That means you do not directly compare the curves. You compare their tangent slopes.
Suppose the two tangent slopes at the point of intersection are:
m1 and m2
Then:
tan theta = absolute value of (m1 - m2) / (1 + m1m2)
So:
theta = tan^-1 of that value
This gives the acute angle between the curves, unless the question clearly asks for the other angle.
If:
1 + m1m2 = 0
then the tangents are perpendicular, so the curves cut at a right angle.
Example 4: Angle Between Two Curves
Find the angle between:
y = x^2
and:
y = 2x
at their points of intersection.
First find the intersections:
x^2 = 2x
x^2 - 2x = 0
x(x - 2) = 0
So:
x = 0 or x = 2
The points are:
(0, 0) and (2, 4)
Now find slopes.
For:
y = x^2
m1 = dy/dx = 2x
For:
y = 2x
m2 = 2
At (0, 0)
For the first curve:
m1 = 2(0) = 0
For the second curve:
m2 = 2
Use the formula:
tan theta = absolute value of (m1 - m2) / (1 + m1m2)
Substitute:
tan theta = absolute value of (0 - 2) / (1 + 0)
tan theta = 2
So:
theta = tan^-1 2
At (2, 4)
For the first curve:
m1 = 2(2) = 4
For the second curve:
m2 = 2
Substitute:
tan theta = absolute value of (4 - 2) / (1 + 4 x 2)
tan theta = 2 / 9
So:
theta = tan^-1(2/9)
The same two curves meet at two points, but the angle is not the same at both points.
How to Recognise Each Type of Question Quickly
Here is a quick reading guide.
| Wording in the question | What it is really asking |
|---|---|
| ”Find the tangent at…” | Differentiate, substitute point, write tangent |
| ”Find the normal at…” | Differentiate, substitute point, use normal slope |
| ”Tangent parallel to…” | Match dy/dx with the given slope |
| ”Tangent perpendicular to…” | Match dy/dx with the negative reciprocal |
| ”Normal parallel to…” | Convert normal slope into tangent slope |
| ”Normal perpendicular to…” | Tangent slope is same as the given line’s slope |
| ”Angle between curves” | Find intersection, then compare tangent slopes |
| ”Touches the curve” | Usually a tangent condition is involved |
| ”Cuts orthogonally” | Tangents are perpendicular at the point of intersection |
The phrase “normal” is the one that needs the most care. It adds one extra perpendicular step.
Common Mistakes in Tangent and Normal Questions
The first mistake is using the derivative at the wrong point.
If the question gives (2, 5), substitute x = 2 into dy/dx. Do not substitute y = 5 unless the derivative expression contains y.
The second mistake is finding the tangent slope and using it for the normal.
The derivative gives tangent slope. The normal slope is a separate step.
The third mistake is ignoring the given line’s form.
If the line is:
2x - 5y + 1 = 0
do not assume the slope is 2. Convert:
-5y = -2x - 1
y = (2/5)x + 1/5
So the slope is:
2/5
The fourth mistake is using the angle formula before finding the intersection point.
For angle between curves, the slopes must be calculated at the same intersection point.
The fifth mistake is treating horizontal and vertical lines like ordinary slant lines.
Horizontal tangent:
y = b
Vertical tangent:
x = a
These deserve separate attention.
A Clean Answer Format You Can Follow
For tangent and normal at a point, write your answer like this:
Given curve: ...
Given point: ...
dy/dx = ...
At the given point,
m = ...
Tangent:
y - y1 = m(x - x1)
...
Normal:
normal slope = -1/m
y - y1 = (-1/m)(x - x1)
...
For a condition-based question, use:
Given condition: tangent or normal is parallel or perpendicular to ...
Slope of given line = ...
Required tangent slope = ...
dy/dx = required tangent slope
Solve for x.
Find y from the curve.
Write tangent or normal as required.
For angle between curves, use:
Find intersection point.
Find dy/dx for first curve.
Find dy/dx for second curve.
Substitute the intersection point to get m1 and m2.
Use tan theta formula.
Write theta.
Practice Questions to Test Yourself
Try these after reading the method.
- Find the tangent and normal to
y = x^2 + 3xat(1, 4). - Find the point on
y = x^2 - 2xwhere the tangent is parallel toy = 6x + 1. - Find the point on
y = x^2where the normal is parallel to2x + y - 3 = 0. - Find the tangent to
x^2 + y^2 = 10at(1, 3). - Find the angle between
y = x^2andy = x + 2at their points of intersection. - Find the point on
y = x^3 - 3xwhere the tangent is parallel to the x-axis.
Do not check the answers immediately. First write only the slope condition for each question. If the slope condition is right, the rest becomes much easier.
Final Revision Checklist
Before moving on from a tangent and normal problem, ask these questions:
- Have I found the correct point of contact?
- Have I differentiated the curve correctly?
- Did I substitute the point into the derivative?
- Is the question about tangent or normal?
- If a line is given, have I found its slope correctly?
- If the condition is about the normal, have I converted it into tangent slope?
- Have I handled horizontal or vertical lines separately?
- For angle between curves, did I find the intersection point first?
Once you train yourself to slow down at the slope step, these questions become predictable.
Frequently Asked Questions
What is the difference between tangent and normal?
A tangent is the line that touches the curve at a point and follows the curve’s direction at that point. A normal is the line perpendicular to the tangent at the same point.
Why does dy/dx give the slope of the tangent?
The derivative measures the instant rate of change of y with respect to x. Geometrically, that rate of change is the slope of the tangent at that point.
How do I find the normal slope from the tangent slope?
If the tangent slope is m, the normal slope is -1/m, provided m is not zero. If the tangent is horizontal, the normal is vertical.
What should I do if the point is not given?
Use the condition in the question to find it. A parallel or perpendicular condition usually gives you the required slope, so set dy/dx equal to that slope and solve for x. Then use the curve to find y.
Is the angle between two curves the angle between the curves themselves?
In calculation, it is the angle between their tangents at the point where the curves intersect. First find the intersection point, then find both tangent slopes there.
Why can the same two curves have different angles at different intersection points?
Because tangent slopes can change from point to point. If two curves intersect more than once, you must calculate the slopes separately at each intersection.
When are two curves perpendicular?
Two curves are perpendicular at an intersection point when their tangents at that point are perpendicular. In slope form, that means m1 x m2 = -1, as long as both slopes are ordinary finite slopes.
What is the fastest way to avoid mistakes in these questions?
Write one line before solving: “The derivative gives tangent slope.” Then convert every condition into tangent slope before using dy/dx.
Looking for commerce tuitions?
Prachi is a gold-medalist commerce teacher with experience at Deloitte and KPMG. She focuses on fundamentals to build a strong foundation.