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

6.7 Q-7

Question Statement

Find the equation of the common tangents to the following conics:

  1. x2=80yx^2 = 80y and x2+y2=81x^2 + y^2 = 81
  2. y2=16xy^2 = 16x and x2=2yx^2 = 2y

Background and Explanation

To solve this problem, we need to find the common tangents to two different conics. The key steps involve:

  1. Finding the equation of the common tangent: For each pair of conics, the tangent line must satisfy the equations of both conics. This requires solving for the slope and the intercept of the tangent.
  2. Using discriminants: For a line to be tangent to both conics, the discriminant of the corresponding quadratic equation must be zero. This ensures that the line touches each conic at exactly one point.
  3. Using the point-slope form of the line: The equation of the common tangent can then be derived using the point-slope form of the equation of a line.

Solution

i. x2=80yx^2 = 80y and x2+y2=81x^2 + y^2 = 81

  1. Find the equation of the common tangent:
    Let the equation of the common tangent be:
y=mx+c(3) y = mx + c \tag{3}

Substituting this into the equation of the first conic x2=80yx^2 = 80y:

x2=80(mx+c)β‡’x2βˆ’80mxβˆ’80c=0 x^2 = 80(mx + c) \quad \Rightarrow \quad x^2 - 80mx - 80c = 0

This is a quadratic equation in xx, and for the line to be tangent to the conic, the discriminant of this equation must be zero. The discriminant of a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 is given by Ξ”=b2βˆ’4ac\Delta = b^2 - 4ac.

  1. Set the discriminant equal to zero:
    The discriminant of x2βˆ’80mxβˆ’80c=0x^2 - 80mx - 80c = 0 is:
(βˆ’80m)2βˆ’4(1)(βˆ’80c)=0β‡’6400m2+320c=0 (-80m)^2 - 4(1)(-80c) = 0 \quad \Rightarrow \quad 6400m^2 + 320c = 0

Solving for cc:

c=βˆ’20m2 c = -20m^2

Therefore, the equation of the common tangent is:

y=mxβˆ’20m2(4) y = mx - 20m^2 \tag{4}
  1. Substitute into the second conic equation:
    Now, substitute y=mxβˆ’20m2y = mx - 20m^2 into the second conic equation x2+y2=81x^2 + y^2 = 81:
x2+(mxβˆ’20m2)2=81 x^2 + (mx - 20m^2)^2 = 81

Expanding:

x2+m2x2βˆ’40m3x+400m4=81 x^2 + m^2x^2 - 40m^3x + 400m^4 = 81

Rearranging:

(1+m2)x2βˆ’40m3x+(400m4βˆ’81)=0 (1 + m^2)x^2 - 40m^3x + (400m^4 - 81) = 0

The discriminant of this quadratic in xx must also be zero for the line to be tangent. Therefore, the discriminant is:

(βˆ’40m3)2βˆ’4(1+m2)(400m4βˆ’81)=0 (-40m^3)^2 - 4(1+m^2)(400m^4 - 81) = 0

Simplifying:

1600m6βˆ’4(400m6+400m4βˆ’81m2βˆ’81)=0 1600m^6 - 4(400m^6 + 400m^4 - 81m^2 - 81) = 0 1600m6βˆ’1600m6βˆ’1600m4+324m2+324=0 1600m^6 - 1600m^6 - 1600m^4 + 324m^2 + 324 = 0 4(400m4βˆ’81m2βˆ’81)=0 4(400m^4 - 81m^2 - 81) = 0

Solving for mm:

400m4βˆ’81m2βˆ’81=0 400m^4 - 81m^2 - 81 = 0

Solving this quadratic equation for m2m^2 (let t=m2t = m^2):

400t2βˆ’81tβˆ’81=0 400t^2 - 81t - 81 = 0

Using the quadratic formula:

t=βˆ’(βˆ’81)Β±(βˆ’81)2βˆ’4(400)(βˆ’81)2(400) t = \frac{-(-81) \pm \sqrt{(-81)^2 - 4(400)(-81)}}{2(400)} t=81Β±6561+129600800=81Β±136161800=81Β±369800 t = \frac{81 \pm \sqrt{6561 + 129600}}{800} = \frac{81 \pm \sqrt{136161}}{800} = \frac{81 \pm 369}{800} t=450800ort=βˆ’288800 t = \frac{450}{800} \quad \text{or} \quad t = -\frac{288}{800}

Thus, t=916t = \frac{9}{16}. Therefore:

m2=916,m=Β±34 m^2 = \frac{9}{16}, \quad m = \pm \frac{3}{4}
  1. Find the equations of the tangents:
    Now, using m=Β±34m = \pm \frac{3}{4} and c=βˆ’20m2c = -20m^2, we substitute to find cc:
c=βˆ’20Γ—916=βˆ’18016=βˆ’454 c = -20 \times \frac{9}{16} = -\frac{180}{16} = -\frac{45}{4}

Thus, the equation of the tangent is:

y=Β±34xβˆ’454 y = \pm \frac{3}{4}x - \frac{45}{4}

Multiplying through by 4 to eliminate the fractions:

4y=3xβˆ’45 4y = 3x - 45

Therefore, the two equations of the common tangents are:

3xβˆ’4yβˆ’45=0and3xβˆ’4y+45=0 3x - 4y - 45 = 0 \quad \text{and} \quad 3x - 4y + 45 = 0

ii. y2=16xy^2 = 16x and x2=2yx^2 = 2y

  1. Find the equation of the common tangent:
    Let the equation of the common tangent be:
y=mx+c(3) y = mx + c \tag{3}

This line will be tangent to y2=16xy^2 = 16x, so substitute y=mx+cy = mx + c into y2=16xy^2 = 16x:

(mx+c)2=16x (mx + c)^2 = 16x

Expanding:

m2x2+2mcx+c2=16x m^2x^2 + 2mcx + c^2 = 16x

Rearranging:

m2x2+(2mcβˆ’16)x+c2=0 m^2x^2 + (2mc - 16)x + c^2 = 0

For this to be a tangent, the discriminant must be zero:

(2mcβˆ’16)2βˆ’4m2c2=0 (2mc - 16)^2 - 4m^2c^2 = 0

Solving for cc:

c=4m c = \frac{4}{m}
  1. Solve the system of equations:
    Substitute c=4mc = \frac{4}{m} into the second conic x2=2yx^2 = 2y:
x2=2(mx+4m) x^2 = 2(mx + \frac{4}{m})

Simplifying:

x2=2mx+8m x^2 = 2mx + \frac{8}{m}

Rearranging:

x2βˆ’2mxβˆ’8m=0 x^2 - 2mx - \frac{8}{m} = 0

The discriminant of this equation must be zero for the line to be tangent:

(βˆ’2m)2βˆ’4(1)(βˆ’8m)=0 (-2m)^2 - 4(1)(-\frac{8}{m}) = 0

Solving for mm, we get m=βˆ’2m = -2.

  1. Find the equation of the tangent:
    Substituting m=βˆ’2m = -2 into c=4mc = \frac{4}{m}, we get c=βˆ’2c = -2. Thus, the equation of the common tangent is:
y=βˆ’2xβˆ’2 y = -2x - 2

This can be written as:

2x+y+2=0 2x + y + 2 = 0

Key Formulas or Methods Used

  1. Discriminant Condition for Tangency: For a line to be tangent to a conic, the discriminant of the corresponding quadratic equation must be zero.
Ξ”=b2βˆ’4ac=0 \Delta = b^2 - 4ac = 0
  1. Point-Slope Form of a 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)

Summary of Steps

  1. Set up the equation of the common tangent in the form y=mx+cy = mx + c.
  2. Substitute this equation into the equations of both conics.
  3. Apply the discriminant condition to find values for mm and cc.
  4. Solve the system of equations and simplify the resulting tangent equations.