← Back to all lessons
Class 12Calculus7:31Published 20 Dec 2025

Curves That Cut at Right Angles (Application of Derivatives)

A worked proof showing that the curves 2x = y squared and 2xy = k intersect at right angles exactly when k squared equals 8, using derivatives to find the slopes of the tangents.

This lesson works through a standard application-of-derivatives proof. We find where the two curves meet, differentiate each one to get the slope of its tangent at that point, and then use the perpendicularity condition that the product of the slopes is negative one. Setting that condition up and simplifying leads cleanly to the required result, k squared equals 8.

What you'll learn

  • How to find the point where two curves intersect
  • Using implicit differentiation to get the slope of the tangent to each curve
  • Applying the right-angle condition that the product of the slopes is negative one
  • Combining these steps to prove a condition on a constant

Lesson chapters

0:00The problem to prove
0:51Finding the point of intersection
2:46Slope of the tangent to the first curve
3:59Slope of the tangent to the second curve
5:42Applying the right-angle condition
6:27Simplifying to k squared equals 8

Lesson notes

This lesson proves a result from application of derivatives: the curves 2x=y22x = y^2 and 2xy=k2xy = k cut at right angles exactly when k2=8k^2 = 8. We find their point of intersection, compute the slope of each tangent there, and use the condition that perpendicular tangents have slopes whose product is 1-1.

The two curves

We are given two curves and label them:

2x=y2(1)2x = y^2 \quad (1)

2xy=k(2)2xy = k \quad (2)

From (1)(1) we get x=y22x = \tfrac{y^2}{2}, and from (2)(2) we get x=k2yx = \tfrac{k}{2y}.

Finding the point of intersection

At a common point both expressions for xx are equal, so

y22=k2y.\frac{y^2}{2} = \frac{k}{2y}.

Cross-multiplying gives 2y3=2k2y^3 = 2k, hence

y3=ky=k1/3.y^3 = k \quad\Longrightarrow\quad y = k^{1/3}.

Substituting back into (1)(1):

x=y22=(k1/3)22=k2/32.x = \frac{y^2}{2} = \frac{\left(k^{1/3}\right)^2}{2} = \frac{k^{2/3}}{2}.

So the curves meet at

(k2/32, k1/3).\left( \frac{k^{2/3}}{2},\ k^{1/3} \right).

Slope of the tangent to the first curve

Differentiate (1)(1), 2x=y22x = y^2, with respect to xx:

2=2ydydxdydx=1y.2 = 2y\,\frac{dy}{dx} \quad\Longrightarrow\quad \frac{dy}{dx} = \frac{1}{y}.

At the intersection point y=k1/3y = k^{1/3}, so the slope of the first tangent is

m1=1k1/3=k1/3.m_1 = \frac{1}{k^{1/3}} = k^{-1/3}.

Slope of the tangent to the second curve

Differentiate (2)(2), 2xy=k2xy = k, using the product rule:

2(xdydx+y)=0xdydx+y=0,2\left( x\,\frac{dy}{dx} + y \right) = 0 \quad\Longrightarrow\quad x\,\frac{dy}{dx} + y = 0,

so

dydx=yx.\frac{dy}{dx} = -\frac{y}{x}.

Substituting y=k1/3y = k^{1/3} and x=k2/32x = \tfrac{k^{2/3}}{2}:

m2=k1/3k2/32=2k1/32/3=2k1/3.m_2 = -\frac{k^{1/3}}{\tfrac{k^{2/3}}{2}} = -2\,k^{1/3 - 2/3} = -2\,k^{-1/3}.

Applying the right-angle condition

The curves cut at right angles, so their tangents are perpendicular and

m1m2=1.m_1 \cdot m_2 = -1.

Substituting the slopes:

k1/3(2k1/3)=12k2/3=1.k^{-1/3}\cdot\left(-2\,k^{-1/3}\right) = -1 \quad\Longrightarrow\quad -2\,k^{-2/3} = -1.

Therefore

k2/3=12.k^{-2/3} = \frac{1}{2}.

Simplifying to the required result

Taking the cube of both sides removes the fractional power:

(k2/3)3=(12)3k2=18.\left(k^{-2/3}\right)^3 = \left(\frac{1}{2}\right)^3 \quad\Longrightarrow\quad k^{-2} = \frac{1}{8}.

Hence

k2=8.k^2 = 8.

So the curves cut at right angles precisely when k2=8k^2 = 8, as required.

Key takeaways

  • Two curves cut at right angles when their tangents at the intersection point are perpendicular, i.e. m1m2=1m_1 m_2 = -1.
  • Use implicit differentiation to find dydx\tfrac{dy}{dx} for each curve, then evaluate it at the common point.
  • For these curves the slopes are m1=k1/3m_1 = k^{-1/3} and m2=2k1/3m_2 = -2k^{-1/3}, and the perpendicularity condition simplifies to k2=8k^2 = 8.