Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

6.7 Q-3

Question Statement

Find the equation of the tangent that passes through the given points to the given conics.

i. x2+y2=25x^2 + y^2 = 25 through (7,βˆ’1)(7, -1)

ii. y2=12xy^2 = 12x through (1,4)(1, 4)

iii. x2βˆ’2y2=2x^2 - 2y^2 = 2 through (1,βˆ’2)(1, -2)


Background and Explanation

To solve this problem, we need to find the equation of the tangent line to each of the given conics at the specified points. This involves the following steps:

  1. Differentiating the conic equation to find the slope of the tangent line at the point of interest.
  2. Using the point-slope form of the equation of a line to write the equation of the tangent line.

The point-slope form of a line is given by:

yβˆ’y1=m(xβˆ’x1)y - y_1 = m(x - x_1)

where:

  • mm is the slope of the tangent line at the point (x1,y1)(x_1, y_1),
  • (x1,y1)(x_1, y_1) is the point on the conic.

Solution

i. x2+y2=25x^2 + y^2 = 25 through (7,βˆ’1)(7, -1)

  1. Differentiate the equation of the circle:
    The equation of the circle is:
x2+y2=25 x^2 + y^2 = 25

Differentiating both sides with respect to xx:

2x+2ydydx=0 2x + 2y \frac{dy}{dx} = 0

Solving for dydx\frac{dy}{dx}:

dydx=βˆ’xy \frac{dy}{dx} = -\frac{x}{y}
  1. Find the slope at the point (7,βˆ’1)(7, -1):
    Substituting x=7x = 7 and y=βˆ’1y = -1 into the derivative:
dydx(7,βˆ’1)=βˆ’7βˆ’1=7 \frac{dy}{dx}(7, -1) = -\frac{7}{-1} = 7

So, the slope of the tangent is m=7m = 7.

  1. Use the point-slope form to find the equation of the tangent:
    Using the point (7,βˆ’1)(7, -1) and the slope m=7m = 7, the equation of the tangent is:
yβˆ’(βˆ’1)=7(xβˆ’7) y - (-1) = 7(x - 7)

Simplifying:

y+1=7xβˆ’49β‡’7xβˆ’yβˆ’50=0 y + 1 = 7x - 49 \quad \Rightarrow \quad 7x - y - 50 = 0

Therefore, the equation of the tangent is:

7xβˆ’yβˆ’50=0 7x - y - 50 = 0

ii. y2=12xy^2 = 12x through (1,4)(1, 4)

  1. Differentiate the equation of the parabola:
    The equation of the parabola is:
y2=12x y^2 = 12x

Differentiating both sides with respect to xx:

2ydydx=12 2y \frac{dy}{dx} = 12

Solving for dydx\frac{dy}{dx}:

dydx=6y \frac{dy}{dx} = \frac{6}{y}
  1. Find the slope at the point (1,4)(1, 4):
    Substituting y=4y = 4 into the derivative:
dydx(1,4)=64=32 \frac{dy}{dx}(1, 4) = \frac{6}{4} = \frac{3}{2}

So, the slope of the tangent is m=32m = \frac{3}{2}.

  1. Use the point-slope form to find the equation of the tangent:
    Using the point (1,4)(1, 4) and the slope m=32m = \frac{3}{2}, the equation of the tangent is:
yβˆ’4=32(xβˆ’1) y - 4 = \frac{3}{2}(x - 1)

Simplifying:

2yβˆ’8=3xβˆ’3β‡’3xβˆ’2y+5=0 2y - 8 = 3x - 3 \quad \Rightarrow \quad 3x - 2y + 5 = 0

Therefore, the equation of the tangent is:

3xβˆ’2y+5=0 3x - 2y + 5 = 0

iii. x2βˆ’2y2=2x^2 - 2y^2 = 2 through (1,βˆ’2)(1, -2)

  1. Differentiate the equation of the hyperbola:
    The equation of the hyperbola is:
x2βˆ’2y2=2 x^2 - 2y^2 = 2

Differentiating both sides with respect to xx:

2xβˆ’4ydydx=0 2x - 4y \frac{dy}{dx} = 0

Solving for dydx\frac{dy}{dx}:

dydx=x2y \frac{dy}{dx} = \frac{x}{2y}
  1. Find the slope at the point (1,βˆ’2)(1, -2):
    Substituting x=1x = 1 and y=βˆ’2y = -2 into the derivative:
dydx(1,βˆ’2)=12(βˆ’2)=βˆ’14 \frac{dy}{dx}(1, -2) = \frac{1}{2(-2)} = -\frac{1}{4}

So, the slope of the tangent is m=βˆ’14m = -\frac{1}{4}.

  1. Use the point-slope form to find the equation of the tangent:
    Using the point (1,βˆ’2)(1, -2) and the slope m=βˆ’14m = -\frac{1}{4}, the equation of the tangent is:
yβˆ’(βˆ’2)=βˆ’14(xβˆ’1) y - (-2) = -\frac{1}{4}(x - 1)

Simplifying:

4y+8=βˆ’x+1β‡’x+4y+7=0 4y + 8 = -x + 1 \quad \Rightarrow \quad x + 4y + 7 = 0

Therefore, the equation of the tangent is:

x+4y+7=0 x + 4y + 7 = 0

Key Formulas or Methods Used

  1. Point-Slope Form of the Line:
    The equation of a line through a point (x1,y1)(x_1, y_1) with slope mm is:
yβˆ’y1=m(xβˆ’x1) y - y_1 = m(x - x_1)
  1. Differentiation to Find the Slope of the Tangent:
    For a curve f(x,y)=0f(x, y) = 0, the slope of the tangent at a point is:
dydx=SlopeΒ ofΒ tangentΒ line \frac{dy}{dx} = \text{Slope of tangent line}

Summary of Steps

  1. Differentiate the equation of the conic to find the slope of the tangent at the given point.
  2. Use the point-slope form of the equation of a line to write the equation of the tangent line.
  3. Simplify the equation to get the final result.