HomeJEE MathsTangents And Normals - Application of Derivatives
Tangents and Normals – Application of Derivatives
1.0Introduction to Tangents and Normals as an Application of Derivatives
In calculus, the concept of a derivative is far more than just a formula for differentiation. Geometrically, the derivative of a function at a point represents the instantaneous rate of change, which translates to the slope of the tangent line to the curve at that specific point. This fundamental geometric interpretation is the basis for a crucial section of calculus: the study of tangents and normals.
A tangent line is a straight line that grazes a curve at a single point, called the point of tangency, sharing the same instantaneous direction as the curve at that point. A normal line, on the other hand, is a straight line that is perpendicular to the tangent line at the point of tangency.
Mastering this topic is essential for JEE aspirants as it forms the bedrock for solving a wide range of problems, from curve sketching and optimization to understanding physical concepts like velocity and acceleration.
2.0What are Tangents and Normals?
Imagine you're walking along a curved path. At any point on your walk, the direction you are facing is a straight line that just touches the path. That straight line is the tangent.
A Tangent is a line that touches a curve at a single point and shares the same direction as the curve at that exact moment.
A Normal is a line that is perfectly perpendicular (at a 90-degree angle) to the tangent at the point of contact.
In calculus, we use derivatives to figure out the exact direction of the tangent at any point on a curve. This is a powerful skill and a key application of derivatives in mathematics
Related Video:
3.0The Fundamental Connection: Derivative as the Slope
This is the most important concept to grasp. In simple terms:
The derivative of a function, f′(x), gives you the slope of the tangent line to the curve y=f(x) at any point.
Slope of the Tangent mT: If you have a curve y=f(x), the slope of the tangent at a specific point (x1,y1) is found by calculating the derivative and plugging in the x-value.
mT=dxdy(x1,y1)=f′(x1)
Slope of the Normal mN: Because the normal is perpendicular to the tangent, their slopes have a special relationship: their product is -1.
mN=−mT1=−dy/dx1(x1,y1)
This relationship, mT⋅mN=−1 is a fundamental rule you'll use constantly.
What if the curve is given in parametric form? If x=f(t) and y=g(t), you can still find the slope using the Chain Rule:
mT=dxdy=dx/dtdy/dt
4.0How to Find the Equation of a Tangent Line
Finding the equation of a line requires two things: a point on the line and its slope.
The Strategy:
Get the Point (x1,y1) You'll either be given this point or you'll need to find it using the curve's equation.
Find the Slope mT Calculate the derivative dxdy and then substitute the x-value of your point into the derivative to get a numerical slope.
Use the Point-Slope Formula: Plug your point and slope into the classic formula: y−y1=mT(x−x1)
That's it! This three-step process is the key to solving most problems on this topic.
5.0How to Find the Equation of a Normal Line
Finding the normal's equation follows the same logic as the tangent's, but with a different slope.
The Strategy:
Get the Point (x1,y1): Same as before, this point must be on the curve.
Find the Slope of the Normal mN: First, find the slope of the tangent mT=dxdy Then, use the relationship mN=−mT1 to find the normal's slope.
Use the Point-Slope Formula: Plug your point and the normal's slope into the formula: y−y1=mN(x−x1)
6.0Angle of Intersection of Two Curves
The angle between two intersecting curves is defined as the angle between their respective tangent lines at the point of intersection.
To find the angle:
Find the point(s) of intersection of the two curves, y=f(x) and y=g(x), by solving their equations simultaneously.
Calculate the slopes of the tangents to each curve at the point of intersection. Let these slopes be m1=f′(x1)andm2=g′(x1).
Use the formula for the angle between two lines: tanθ=1+m1m2m1−m2
Orthogonal Curves: If the curves intersect at a right angle (θ=90∘) then tanθ is undefined, which implies the denominator is zero. This gives the condition for orthogonality: 1+m1m2=0 or m1m2=−1 This is a very common JEE concept.
Tangential Curves: If the curves touch each other, they have the same tangent at the point of intersection. This means the slopes are equal: m1=m2
7.0Special Cases: Parallel and Perpendicular Tangents/Normals
This section addresses scenarios where the tangent or normal lines have a specific orientation.
Tangent parallel to the x-axis: The slope of the tangent is zero. Set dxdy=0 and solve for the x-coordinates.
Tangent parallel to the y-axis: The slope of the tangent is undefined. Set dxdy=0 or find where the denominator of dxdy is zero.
Normal parallel to the x-axis: The slope of the normal is zero. This happens when the tangent is a vertical line.
Normal parallel to the y-axis: The slope of the normal is undefined. This happens when the tangent is a horizontal line.
8.0Length of Tangent, Normal, Subtangent, and Subnormal
These are geometric lengths related to the tangent and normal lines, often asked in JEE.
For a point P(x1,y1) on a curve and its tangent and normal intersecting the x-axis at T and N respectively, and the projection of P on the x-axis at M(x1,0):
Length of Subtangent(MT):mTy1=dy/dxy1
Length of Subnormal(MN):∣y1⋅mT∣=y1dxdy
Length of Tangent(PT):y11+(1/mT)2
Length of Normal(PN):∣y11+mT2∣
9.0JEE-Level Problem Solving Strategies
Identify the Goal: Is the question asking for an equation, a point, an angle, or a length?
Find the Derivative: The first step in almost every problem is to calculate dxdy . Be careful with implicit differentiation or parametric differentiation.
Relate Information to Slope: Connect the given information (e.g., parallel to a line, perpendicular to another line, specific point) to the slope of the tangent or normal.
Set up Equations: Use the point-slope form or other relevant formulas to set up the necessary equations.
Solve and Verify: Solve the equations for the unknown variables (like x, y, or a constant) and always double-check your calculations.
10.0Solved Examples on Tangents and Normals
Example 1:
Find the equation of the normal to the curve x2+y2=25 at the point (3,4).
Solution:
Point of tangency: Given as (3,4).
Find derivative: Differentiate the equation implicitly with respect to x: 2x+2ydxdy=0⟹dxdy=−2y2x=−yx
Calculate slope of tangent: At the point (3,4), the slope of the tangent is: mT=−43
Calculate slope of normal: The slope of the normal is mN=−mT1=−−3/41=34
Equation of normal: Using the point-slope form:
y−4=34(x−3)3(y−4)=4(x−3)3y−12=4x−124x−3y=0
Example 2:
Find the points on the curve y=x3−x at which the tangent is parallel to the line y = 2x - 5
Solution:
Relate slopes: The tangent is parallel to the line y = 2x - 5. The slope of this line is 2. Therefore, the slope of the tangent must also be 2.
Find derivative: Differentiate the curve's equation: dxdy=3x2−1.
Set slopes equal: Set the derivative equal to the required slope:
3x2−1=2⟹3x2=3⟹x2=1⟹x=±1.
Find points:
If x = 1, y=(1)3−1=0. The point is (1, 0)
If x = -1, y=(−1)3−(−1)=−1+1=0. The point is (-1, 0)
The required points are (1,0) and (−1,0).
11.0Practice Questions on Tangents and Normals
Find the equation of the tangent to the curve y2=4ax at the point (at2,2at).
Determine the equation of the normal to the parabola y2=12x at the point (3, 6).
Find the slope of the tangent to the curve y=x3−2x+1atx=2.
Find the equation of the tangent to the circle x2+y2=25 at the point (3, 4).
If the line y = 2x + c is tangent to the parabola y2=8x. Find the value of c.
Find the equations of both tangents drawn to the ellipse 16x2+9y2=1 from the external point (0, 5).
Write the equation of the normal to the hyperbola 9x2−16y2=1 at the point (5,38).
Table of Contents
1.0Introduction to Tangents and Normals as an Application of Derivatives
2.0What are Tangents and Normals?
3.0The Fundamental Connection: Derivative as the Slope
4.0How to Find the Equation of a Tangent Line
5.0How to Find the Equation of a Normal Line
6.0Angle of Intersection of Two Curves
7.0Special Cases: Parallel and Perpendicular Tangents/Normals
8.0Length of Tangent, Normal, Subtangent, and Subnormal
9.0JEE-Level Problem Solving Strategies
10.0Solved Examples on Tangents and Normals
10.0.1Example 1:
10.0.2Example 2:
11.0Practice Questions on Tangents and Normals
Frequently Asked Questions
The derivative of a function f(x) at a specific point x=a gives the slope of the tangent line to the curve y=f(x)at that point. It is a direct measure of the curve's steepness or instantaneous rate of change.
A secant line is a straight line that intersects a curve at two distinct points. A tangent line is the limiting case of a secant line as the two points of intersection move closer and closer to each other, eventually merging into a single point.
Yes, a curve can have a horizontal tangent. This occurs at points where the slope of the tangent is zero. These points are often local maxima or minima of the function.