FINDING THE ANGLE BETWEEN TWO CURVES

Angle between two curves, if they intersect, is defined as the acute angle between the tangent lines to those two curves at the point of intersection.

For the given curves, at the point of intersection using the slopes of the tangents, we can measure the acute angle between two curves.

Suppose y = m1x + c1 and y = m2x + c2 are two lines, then the angle θ between these lines is given by

Problem 1 :

Find the angle between the rectangular hyperbola xy = 2 and the parabola x2 + 4y = 0.

Solution :

To find the angle between two curves, we have to find slope of the tangent line drawn to the curve at the point of intersection of these two curves.

xy = 2

y = 2/x -----(1)

x2 + 4y = 0

4y = -x2

y =  -x2/4 -----(2)

(1) = (2)

2/x = -x2/4

8 = -x3

x3 = -8

x3 = (-2)3

x = -2

Applying x = -2 in (1), we get

y = 2/(-2) ==> -1

So, the point of intersection is (-2, -1).

xy = 2

x(dy/dx) + y (1) = 0

x(dy/dx) = -y

dy/dx = -y/x

m1 = -y/x

x2 + 4y = 0

2x + 4(dy/dx) = 0

4(dy/dx) = -2x

dy/dx = -2x/4

dy/dx = -x/2

m2 = -x/2

So, the angle between two curves is 45 degree.

Problem 2 :

Find the angle between the curves y = x2 and x = y2 at their points of intersection (0, 0) and (1, 1).

Solution :

y = x2 and x = y2

dy/dx = 2x

m1 = 2x

1 = 2y(dy/dx)

(dy/dx) = 1/2y

m2 = 1/2y

Angle between the tangents at (1, 1) :

Angle between the tangents at (0, 0) :

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More