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

6.2 Q-7

Question Statement

Find the equation of the tangent to the circle x2+y2=2x^2 + y^2 = 2 that is:

  1. Parallel to the line x2y+1=0x - 2y + 1 = 0
  2. Perpendicular to the line 3x+2y=63x + 2y = 6

Background and Explanation

To solve this problem, we need to use the properties of tangents to a circle. Specifically, we apply the following principles:

  1. Parallel Tangents: For a line to be parallel to a given line, it must have the same slope. The equation of the tangent can be written in the general form of the line equation, and we use the condition that the perpendicular distance from the center of the circle to the tangent is equal to the radius of the circle.

  2. Perpendicular Tangents: If a line is perpendicular to a given line, its slope is the negative reciprocal of the slope of the given line. We use the same condition as above: the perpendicular distance from the center of the circle to the tangent must be equal to the radius of the circle.


Solution

i. Tangent Parallel to the Line x2y+1=0x - 2y + 1 = 0

  1. Equation of Parallel Tangent: The equation of any line parallel to x2y+1=0x - 2y + 1 = 0 is of the form:
x2y+k=0(1)x - 2y + k = 0 \tag{1}
  1. Condition for Tangency: For the line x2y+k=0x - 2y + k = 0 to be tangent to the circle x2+y2=2x^2 + y^2 = 2, the perpendicular distance from the center of the circle (0,0)(0, 0) to the line must be equal to the radius of the circle. The formula for the perpendicular distance from a point (x1,y1)(x_1, y_1) to a line Ax+By+C=0Ax + By + C = 0 is:
Distance=Ax1+By1+CA2+B2\text{Distance} = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}

Substitute the center (0,0)(0, 0) and the line x2y+k=0x - 2y + k = 0:

02(0)+k12+22=2\frac{|0 - 2(0) + k|}{\sqrt{1^2 + 2^2}} = \sqrt{2}

This simplifies to:

k5=2\frac{|k|}{\sqrt{5}} = \sqrt{2}
  1. Solve for kk:
k=2×5=10|k| = \sqrt{2} \times \sqrt{5} = \sqrt{10}

Thus, k=±10k = \pm \sqrt{10}.

  1. Equation of the Tangents: Therefore, the equation of the tangents parallel to x2y+1=0x - 2y + 1 = 0 is:
x2y±10=0x - 2y \pm \sqrt{10} = 0

ii. Tangent Perpendicular to the Line 3x+2y=63x + 2y = 6

  1. Slope of the Given Line: The slope of the line 3x+2y=63x + 2y = 6 is:
Slope of given line=32\text{Slope of given line} = \frac{-3}{2}

Since the tangent is perpendicular to this line, its slope will be the negative reciprocal:

Slope of tangent=23\text{Slope of tangent} = \frac{2}{3}
  1. Equation of the Tangent: The general equation of the tangent to the circle x2+y2=2x^2 + y^2 = 2 with slope 23\frac{2}{3} is:
y=23x±21+49y = \frac{2}{3}x \pm \sqrt{2} \sqrt{1 + \frac{4}{9}}
  1. Simplify the Expression:
y=23x±2×133y = \frac{2}{3}x \pm \sqrt{2} \times \frac{\sqrt{13}}{3} y=23x±263y = \frac{2}{3}x \pm \frac{\sqrt{26}}{3}
  1. Multiply through by 3 to simplify further:
3y=2x±263y = 2x \pm \sqrt{26}

Thus, the equations of the tangents perpendicular to 3x+2y=63x + 2y = 6 are:

2x3y+26=02x - 3y + \sqrt{26} = 0

and

2x3y26=02x - 3y - \sqrt{26} = 0

Key Formulas or Methods Used

  • Perpendicular Distance from a Point to a Line:
Distance=Ax1+By1+CA2+B2 \text{Distance} = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}
  • Equation of a Line Parallel to a Given Line: The equation x2y+k=0x - 2y + k = 0 represents any line parallel to x2y+1=0x - 2y + 1 = 0, where kk is a constant.
  • Slope of Perpendicular Lines: The slope of the tangent line is the negative reciprocal of the slope of the given line.

Summary of Steps

  1. For Tangent Parallel to x2y+1=0x - 2y + 1 = 0:

    • Set up the equation of the parallel line.
    • Use the condition that the perpendicular distance from the center to the tangent is equal to the radius of the circle.
    • Solve for kk to find the equation of the tangents.
  2. For Tangent Perpendicular to 3x+2y=63x + 2y = 6:

    • Find the slope of the given line and take the negative reciprocal for the tangent’s slope.
    • Use the general equation for the tangent line with the calculated slope.
    • Solve for the equation of the tangents.

The equations of the tangents are:

  • Parallel: x2y±10=0x - 2y \pm \sqrt{10} = 0
  • Perpendicular: 2x3y±26=02x - 3y \pm \sqrt{26} = 0