MHT-CET Maths · Applications of Derivative

Angle Between Curves, Orthogonality, and Nearest Distance

The angle between two curves is the angle between their tangents at the point where they meet. Find both slopes at the intersection, feed them into the tan formula, and read off the angle — or set the slope product to minus one for a right-angle (orthogonal) intersection.

Why this matters

This is one of MHT-CET Maths' most reliable Applications-of-Derivative pockets: 8 PYQs sit here (1 HARD, 7 MODERATE), and every one reduces to the same two-step drill — get m1 and m2 at the meeting point, then plug into tanθ = |(m1−m2)/(1+m1m2)|. The orthogonality variant (solve a parameter so m1m2 = −1) recurs almost every year with the y²=6x, 9x²+by²=16 family, and the parallel-tangent trick for the shortest line-to-curve distance rides on the exact same slope-matching idea.

Concept 1 of 5

Tangent Slopes of Two Curves at Their Meeting Point

Intuition

Two curves that cross share exactly one point there, but each keeps its own direction — its own tangent slope. To compare their directions you first need both slopes AT that shared point. Find the intersection, then evaluate dy/dx of each curve there.

Definition

Given two curves meeting at a point P(x0,y0)P(x_0, y_0):

  • Step 1 — the point. Solve the two curve equations simultaneously to find PP. Dividing or substituting one equation into the other usually isolates x0x_0 fast.
  • Step 2 — the two slopes. Differentiate each curve (explicitly or implicitly) and evaluate at PP: call them m1m_1 and m2m_2.

These two numbers m1,m2m_1, m_2 are everything the angle formulas need. For an implicit curve F(x,y)=0F(x,y)=0, differentiate term by term and solve for dydx\dfrac{dy}{dx} before substituting the coordinates.

Slope at a point on a curve

m=dydx(x0,y0)m = \left.\dfrac{dy}{dx}\right|_{(x_0,\,y_0)}
  • mtangent slope of one curve at the shared point
  • (x_0, y_0)the intersection point, found by solving the two curves together

Worked example

Find the slopes of y=x2y = x^2 and x=y2x = y^2 at their common point (1,1)(1,1).
  1. For y=x2y = x^2: dydx=2x\dfrac{dy}{dx} = 2x; at x=1x = 1 this is m1=2m_1 = 2.
  2. For x=y2x = y^2: differentiate to 1=2ydydx1 = 2y\dfrac{dy}{dx}, so dydx=12y\dfrac{dy}{dx} = \dfrac{1}{2y}; at y=1y = 1 this is m2=12m_2 = \dfrac{1}{2}.
Answer:m1=2,m2=12m_1 = 2,\quad m_2 = \tfrac{1}{2}
Practice this conceptself-check · 4 quick reps

Try it yourself

The curves xy=6xy = 6 and x2y=12x^2 y = 12 meet at one point. Find that point and the two slopes there.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Slope of y=2x2y = 2x^2 at (1,1)(1,1).
  2. 2.
    Slope of x=2y2x = 2y^2 at (2,1)(2,1).
  3. 3.
    Slope of y2=6xy^2 = 6x at a point with yy-value yy.
  4. 4.
    Intersection of y=x2y = x^2 and x=y2x = y^2 other than the origin.

You need slopes at the SHARED point, not at any point

The angle between two curves is defined only where they intersect. Always solve the two equations together for PP FIRST, then substitute those coordinates into each dy/dx. Evaluating the slopes at convenient but different points gives a meaningless angle.

Differentiate the implicit curve fully

For a curve like 9x2+by2=169x^2 + by^2 = 16, every term differentiates: 18x+2bydydx=018x + 2by\dfrac{dy}{dx} = 0, giving dydx=9xby\dfrac{dy}{dx} = -\dfrac{9x}{by}. Forgetting the dydx\dfrac{dy}{dx} factor on the yy-term drops the slope entirely.

Concept 2 of 5

The Angle Between Two Curves

Intuition

Once you have the two tangent slopes at the meeting point, the angle between the curves is just the angle between those two lines. The tangent of that angle comes straight from the slope-difference formula — the same one you use for two straight lines.

Definition

If two curves meet with tangent slopes m1m_1 and m2m_2 at the intersection, the acute angle θ\theta between them satisfies

tanθ=m1m21+m1m2.\tan\theta = \left|\dfrac{m_1 - m_2}{1 + m_1 m_2}\right|.
So θ=tan1m1m21+m1m2\theta = \tan^{-1}\left|\dfrac{m_1 - m_2}{1 + m_1 m_2}\right|. Notes on the formula:

  • The modulus guarantees the acute angle — report that unless the question asks otherwise.
  • If 1+m1m2=01 + m_1 m_2 = 0 the tangent is undefined, meaning θ=90\theta = 90^\circ (orthogonal — see the next concept).
  • For exponential curves y=axy = a^x the slope is axlogaa^x \log a; at their common point (0,1)(0,1) the slopes are simply loga\log a.

Angle between two curves

tanθ=m1m21+m1m2\tan\theta = \left|\dfrac{m_1 - m_2}{1 + m_1 m_2}\right|
  • m_1, m_2the two tangent slopes at the intersection point
  • \thetathe acute angle between the curves
θslope m₁slope m₂tan θ = |(m₁−m₂)/(1+m₁m₂)|

Worked example

Find the acute angle between y=10x2y = 10 - x^2 and y=2+x2y = 2 + x^2 at their intersection.
  1. Intersect: 10x2=2+x2x2=4x=±210 - x^2 = 2 + x^2\Rightarrow x^2 = 4\Rightarrow x = \pm 2, and y=6y = 6.
  2. Slopes: y=10x2y=2x=4y = 10 - x^2\Rightarrow y' = -2x = -4; y=2+x2y=2x=4y = 2 + x^2\Rightarrow y' = 2x = 4. So m1=4, m2=4m_1 = -4,\ m_2 = 4.
  3. Apply the formula: tanθ=441+(4)(4)=815=815|\tan\theta| = \left|\dfrac{-4 - 4}{1 + (-4)(4)}\right| = \dfrac{8}{|{-15}|} = \dfrac{8}{15}.
Answer:tanθ=815|\tan\theta| = \dfrac{8}{15}
Practice this conceptself-check · 4 quick reps

Try it yourself

At what angle do y=3xy = 3^x and y=7xy = 7^x intersect?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    m1=4, m2=14m_1 = 4,\ m_2 = \tfrac14: find tanθ\tan\theta.
  2. 2.
    m1=32, m2=3m_1 = -\tfrac32,\ m_2 = -3: find tanθ\tan\theta.
  3. 3.
    When is tanθ\tan\theta undefined?
  4. 4.
    Slope of y=axy = a^x at x=0x = 0.

From the bank · past-year question

Example 2Applications of DerivativeMODERATE
The angle between the curves xy=6xy= 6 and x2y=12x^{2}y= 12 is

[Q140 · 19 April Shift I · 2025]

Keep the modulus for the ACUTE angle

The formula tanθ=m1m21+m1m2\tan\theta = \left|\dfrac{m_1 - m_2}{1 + m_1 m_2}\right| uses a modulus so θ\theta comes out acute. Dropping it can hand you a negative tangent (an obtuse angle) — check the answer options: MHT-CET usually lists the acute value.

ddxax=axloga\dfrac{d}{dx}a^x = a^x\log a, not xax1x\,a^{x-1}

For y=3x,y=7xy = 3^x, y = 7^x the base is constant and the exponent is the variable — the derivative is axlogaa^x\log a, so the slopes at (0,1)(0,1) are log3\log 3 and log7\log 7. Using the power rule here is a common wipe-out.

Concept 3 of 5

The Angle a Curve Makes With a Coordinate Axis

Intuition

A coordinate axis is itself a straight line with a known slope: the X-axis has slope 0, the Y-axis is vertical. So 'the angle a curve makes with the axis' is just the angle between the curve's tangent there and that axis — and against the X-axis it collapses to tanθ=m\tan\theta = |m|, the slope itself.

Definition

To find the angle a curve makes with an axis at a given point:

  • Find the curve's tangent slope mm at that point (implicit differentiation if needed).
  • Against the X-axis (slope 00): tanθ=m\tan\theta = |m|, so θ=tan1m\theta = \tan^{-1}|m|. A slope of 11 gives 4545^\circ; slope 00 means the curve is tangent to the axis (θ=0\theta = 0); an infinite slope means θ=90\theta = 90^\circ.
  • Against the Y-axis: use tanθ=1m\tan\theta = \left|\dfrac{1}{m}\right| (the Y-axis is the perpendicular reference).

When a curve passes through the origin, substitute (0,0)(0,0) into the implicit derivative to read the slope directly.

Angle a curve makes with the X-axis

tanθ=mθ=tan1m\tan\theta = |m| \qquad \theta = \tan^{-1}|m|
  • mtangent slope of the curve at the point on the axis

Worked example

The curve x42xy2+y2+3x3y=0x^4 - 2xy^2 + y^2 + 3x - 3y = 0 cuts the X-axis at (0,0)(0,0). Find the angle.
  1. Differentiate implicitly: 4x32y24xydydx+2ydydx+33dydx=04x^3 - 2y^2 - 4xy\dfrac{dy}{dx} + 2y\dfrac{dy}{dx} + 3 - 3\dfrac{dy}{dx} = 0.
  2. Substitute (0,0)(0,0): all x,yx,y terms vanish, leaving 33dydx=03 - 3\dfrac{dy}{dx} = 0, so m=1m = 1.
  3. Angle with the X-axis: tanθ=m=1θ=π4\tan\theta = |m| = 1\Rightarrow \theta = \dfrac{\pi}{4}.
Answer:θ=π4\theta = \dfrac{\pi}{4}
Practice this conceptself-check · 4 quick reps

Try it yourself

At what angle does y=x24x+4y = x^2 - 4x + 4 meet the X-axis?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Curve has slope 11 at a point on the X-axis: angle?
  2. 2.
    Slope 3\sqrt{3} at the X-axis: angle?
  3. 3.
    Angle with X-axis if the tangent is vertical.
  4. 4.
    Slope of x42xy2+y2+3x3y=0x^4 - 2xy^2 + y^2 + 3x - 3y = 0 at (0,0)(0,0).

From the bank · past-year question

Example 3Applications of DerivativeMODERATE
The curve x42xy2+y2+3x3y=0x^4-2xy^2+y^2+3x-3y=0 cuts the X-axis at (0,0)(0,0) at an angle of

[Q108 · 10th May Shift 1 · 2023]

Angle with the X-axis is tan1m\tan^{-1}|m|, not the angle formula

You do NOT need the full m1m21+m1m2\left|\dfrac{m_1-m_2}{1+m_1m_2}\right| here — the axis has slope 00, so that formula collapses to tanθ=m\tan\theta = |m|. Trying to force the two-slope formula wastes time and invites arithmetic slips.

At the origin, most terms die — keep only the linear ones

Substituting (0,0)(0,0) into an implicit derivative kills every term carrying an xx or yy factor. Only the constant-coefficient linear terms (here 3x3x and 3y-3y) survive, so the slope reads off in one line: 33dydx=03 - 3\dfrac{dy}{dx} = 0.

Concept 4 of 5

Orthogonal Curves and Solving for a Parameter

Intuition

Two curves cross 'at right angles' (orthogonally) when their tangents are perpendicular there — so the product of the slopes is 1-1. When one curve carries an unknown constant, this single condition m1m2=1m_1 m_2 = -1 becomes an equation you solve for that constant.

Definition

Curves intersect orthogonally at PP when their tangent slopes satisfy

m1m2=1.m_1 \, m_2 = -1.
This is exactly the '1+m1m2=01 + m_1 m_2 = 0' case of the angle formula (θ=90\theta = 90^\circ). The standard MHT-CET task: one curve has a free parameter (e.g. bb in 9x2+by2=169x^2 + by^2 = 16); impose m1m2=1m_1 m_2 = -1 at the intersection and use the curve equations to eliminate the coordinates, leaving one equation in the parameter. Because the intersection relation (like y2=6xy^2 = 6x) usually appears in m1m2m_1 m_2, the coordinates cancel and the parameter drops out cleanly.

Orthogonality condition

m1m2=1m_1 \, m_2 = -1
  • m_1, m_2the two tangent slopes at the point of intersection

Worked example

If y2=4xy^2 = 4x and 2x2+ky2=62x^2 + ky^2 = 6 intersect at right angles, find kk.
  1. For y2=4xy^2 = 4x: 2ydydx=4m1=2y2y\dfrac{dy}{dx} = 4\Rightarrow m_1 = \dfrac{2}{y}.
  2. For 2x2+ky2=62x^2 + ky^2 = 6: 4x+2kydydx=0m2=2xky4x + 2ky\dfrac{dy}{dx} = 0\Rightarrow m_2 = -\dfrac{2x}{ky}.
  3. Orthogonality: m1m2=12y(2xky)=14xky2=1m_1 m_2 = -1\Rightarrow \dfrac{2}{y}\cdot\left(-\dfrac{2x}{ky}\right) = -1\Rightarrow \dfrac{4x}{ky^2} = 1.
  4. Substitute y2=4xy^2 = 4x: 4xk(4x)=11k=1k=1\dfrac{4x}{k(4x)} = 1\Rightarrow \dfrac{1}{k} = 1\Rightarrow k = 1.
Answer:k=1k = 1
Practice this conceptself-check · 4 quick reps

Try it yourself

Show that the curves xy=2xy = 2 and x2y2=3x^2 - y^2 = 3 cut each other at right angles wherever they meet.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Orthogonality condition on two slopes?
  2. 2.
    m1=2m_1 = 2: what m2m_2 makes them orthogonal?
  3. 3.
    Is θ=90\theta = 90^\circ the same as 1+m1m2=01 + m_1 m_2 = 0?
  4. 4.
    For y2=6xy^2 = 6x, the slope in terms of yy.

From the bank · past-year question

Example 4Applications of DerivativeHARD
If the curves y2=6xy^{2}= 6x and 9x2+by2=169x^{2}+by^{2}= 16 intersect each other at right angles, then the value of bb is

[Q111 · 20 April Shift I · 2025]

Orthogonal means slope PRODUCT =1= -1, not slope sum =0= 0

Perpendicular tangents satisfy m1m2=1m_1 m_2 = -1 (negative reciprocals). Writing m1+m2=0m_1 + m_2 = 0 or m1=m2m_1 = m_2 is a different condition and gives the wrong parameter value.

Let the intersection relation cancel the coordinates

After imposing m1m2=1m_1 m_2 = -1 you are left with x,yx, y in the equation. Don't panic — substitute the simpler curve relation (y2=6xy^2 = 6x) and the coordinates cancel, leaving a clean equation in the parameter alone.

Concept 5 of 5

Shortest Distance From a Line to a Curve (Parallel-Tangent Trick)

Intuition

The nearest point of a curve to a straight line is where the curve's tangent runs PARALLEL to that line — a small push either way only increases the gap. So set the curve's slope equal to the line's slope, find that point, then use the point-to-line distance formula.

Definition

To find the shortest distance between a line ax+by+c=0ax + by + c = 0 (slope mL=a/bm_L = -a/b) and a curve:

  • Step 1. Set the curve's tangent slope equal to the line's slope: dydx=mL\dfrac{dy}{dx} = m_L. Solve for the nearest point PP on the curve.
  • Step 2. Compute the perpendicular distance from P(x0,y0)P(x_0, y_0) to the line:

d=ax0+by0+ca2+b2.d = \dfrac{|ax_0 + by_0 + c|}{\sqrt{a^2 + b^2}}.
This uses the slope idea from the whole subtopic — the tangent's DIRECTION — plus the standard distance formula.

Point-to-line distance (used at the parallel-tangent point)

d=ax0+by0+ca2+b2d = \dfrac{|a x_0 + b y_0 + c|}{\sqrt{a^2 + b^2}}
  • (x_0, y_0)the point on the curve where its tangent is parallel to the line
  • a, b, ccoefficients of the line written as ax+by+c=0ax + by + c = 0

Worked example

Find the shortest distance between the line yx=1y - x = 1 and the curve x=y2x = y^2.
  1. Line xy+1=0x - y + 1 = 0 has slope 11.
  2. Curve slope: x=y2dxdy=2ydydx=12yx = y^2\Rightarrow \dfrac{dx}{dy} = 2y\Rightarrow \dfrac{dy}{dx} = \dfrac{1}{2y}. Set equal to 11: 12y=1y=12\dfrac{1}{2y} = 1\Rightarrow y = \dfrac{1}{2}, x=14x = \dfrac{1}{4}.
  3. Distance from (14,12)\left(\tfrac14, \tfrac12\right) to xy+1=0x - y + 1 = 0: d=1412+112+(1)2=3/42d = \dfrac{\left|\tfrac14 - \tfrac12 + 1\right|}{\sqrt{1^2 + (-1)^2}} = \dfrac{3/4}{\sqrt2}.
  4. Rationalise: d=342=328d = \dfrac{3}{4\sqrt2} = \dfrac{3\sqrt2}{8}.
Answer:d=328d = \dfrac{3\sqrt2}{8}
Practice this conceptself-check · 4 quick reps

Try it yourself

Find the shortest distance from the line y=x2y = x - 2 to the parabola y=x2y = x^2.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Where on a curve is it nearest to a line?
  2. 2.
    Distance from (0,0)(0,0) to xy+1=0x - y + 1 = 0.
  3. 3.
    On x=y2x = y^2, where does the tangent have slope 11?
  4. 4.
    Rationalise 342\dfrac{3}{4\sqrt2}.

From the bank · past-year question

Example 5Applications of DerivativeMODERATE
The shortest distance between the line yx=1y-x= 1 and the curve x=y2x=y^{2} is

[Q105 · 20 April Shift I · 2025]

Nearest point is the PARALLEL-tangent point, not the closest-looking one

The minimum gap happens exactly where the curve's tangent is parallel to the line. Guessing a point or plugging in the vertex usually overshoots — set dydx\dfrac{dy}{dx} equal to the line's slope and solve.

Rationalise before matching the options

3/42=342=328\dfrac{3/4}{\sqrt2} = \dfrac{3}{4\sqrt2} = \dfrac{3\sqrt2}{8}. MHT-CET options are usually written with a rational denominator, so rationalise or you may not spot your answer in the list.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (5)

Watch out for (10)

Mastery check — 4 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Applications of DerivativeMODERATE
The angle between the tangents to the curves y=2x2y=2x^{2} and x=2y2x=2y^{2} at (1,1)(1,1) is

[Q111 · 12th May Shift 1 · 2024]

Example 2Applications of DerivativeMODERATE
The angle θ\theta, at which the curves y=3xy=3^{x} and y=7xy=7^{x} intersect, is given by

[Q141 · 25 April Shift II · 2025]

Example 3Applications of DerivativeMODERATE
If the curves y2=6xy^2=6x, 9x2+by2=169x^2+by^2=16 intersect each other at right angles, then the value of bb is

[Q132 · 9th May Shift 1 · 2023]

Example 4Applications of DerivativeMODERATE
If θ\theta denotes the acute angle between the curves y=10x2y = 10 - x^2 and y=2+x2y = 2 + x^2, at a point of the intersection, then tanθ|\tan\theta| is equal to

[Q117 · 16th May Shift 1 · 2023]

Drill every past-year question on this subtopic

8 questions from the bank — paginated, with cart and Word-export support.

Related notes