Solveeit Logo

Question

Question: Tangents are drawn to $y^2 = 8x$ from point (−2,−3) which meet parabola at point 𝑃 and 𝑄. Then are...

Tangents are drawn to y2=8xy^2 = 8x from point (−2,−3) which meet parabola at point 𝑃 and 𝑄. Then area of quadrilateral formed by tangents and normals drawn to parabola at points P and Q , is

A

125 / 2

B

125

C

65 / 2

D

65

Answer

125 / 2

Explanation

Solution

The equation of the parabola is y2=8xy^2 = 8x, which means 4a=84a = 8, so a=2a = 2. The external point is (x1,y1)=(2,3)(x_1, y_1) = (-2, -3).

  1. Chord of Contact: The equation of the chord of contact from (2,3)(-2, -3) to y2=8xy^2 = 8x is yy1=2a(x+x1)yy_1 = 2a(x + x_1), which gives y(3)=2(2)(x2)y(-3) = 2(2)(x - 2), or 3y=4x8-3y = 4x - 8, so 4x+3y8=04x + 3y - 8 = 0.

  2. Points of Contact P and Q: To find P and Q, we solve the system of equations: y2=8xy^2 = 8x 4x+3y8=0    x=83y44x + 3y - 8 = 0 \implies x = \frac{8 - 3y}{4} Substituting x into the parabola equation: y2=8(83y4)y^2 = 8 \left( \frac{8 - 3y}{4} \right) y2=2(83y)y^2 = 2(8 - 3y) y2=166yy^2 = 16 - 6y y2+6y16=0y^2 + 6y - 16 = 0 (y+8)(y2)=0(y + 8)(y - 2) = 0 So, the y-coordinates are y=2y = 2 and y=8y = -8. If y=2y = 2, x=83(2)4=864=24=12x = \frac{8 - 3(2)}{4} = \frac{8 - 6}{4} = \frac{2}{4} = \frac{1}{2}. So, P=(12,2)P = (\frac{1}{2}, 2). If y=8y = -8, x=83(8)4=8+244=324=8x = \frac{8 - 3(-8)}{4} = \frac{8 + 24}{4} = \frac{32}{4} = 8. So, Q=(8,8)Q = (8, -8).

  3. Equations of Tangents: Tangent at P(12,2)P(\frac{1}{2}, 2): y(2)=2(2)(x+12)    2y=4x+2    2xy+1=0y(2) = 2(2)(x + \frac{1}{2}) \implies 2y = 4x + 2 \implies 2x - y + 1 = 0. Tangent at Q(8,8)Q(8, -8): y(8)=2(2)(x+8)    8y=4x+32    x+2y+8=0y(-8) = 2(2)(x + 8) \implies -8y = 4x + 32 \implies x + 2y + 8 = 0.

  4. Equations of Normals: The slope of the tangent at (x0,y0)(x_0, y_0) to y2=4axy^2 = 4ax is 2ay0\frac{2a}{y_0}. Slope of tangent at P(12,2)P(\frac{1}{2}, 2) is 2(2)2=2\frac{2(2)}{2} = 2. Slope of normal at P is 12-\frac{1}{2}. Normal at P(12,2)P(\frac{1}{2}, 2): y2=12(x12)    2y4=x+12    2x+4y9=0y - 2 = -\frac{1}{2}(x - \frac{1}{2}) \implies 2y - 4 = -x + \frac{1}{2} \implies 2x + 4y - 9 = 0. Slope of tangent at Q(8,8)Q(8, -8) is 2(2)8=12\frac{2(2)}{-8} = -\frac{1}{2}. Slope of normal at Q is 22. Normal at Q(8,8)Q(8, -8): y(8)=2(x8)    y+8=2x16    2xy24=0y - (-8) = 2(x - 8) \implies y + 8 = 2x - 16 \implies 2x - y - 24 = 0.

  5. Quadrilateral Formation: The four lines are: TP:2xy+1=0T_P: 2x - y + 1 = 0 (slope 2) TQ:x+2y+8=0T_Q: x + 2y + 8 = 0 (slope -1/2) NP:2x+4y9=0N_P: 2x + 4y - 9 = 0 (slope -1/2) NQ:2xy24=0N_Q: 2x - y - 24 = 0 (slope 2) Since TPNQT_P \parallel N_Q and TQNPT_Q \parallel N_P, the quadrilateral is a parallelogram.

  6. Area of the Parallelogram: The area of a parallelogram formed by the lines a1x+b1y+c1=0,a1x+b1y+d1=0,a2x+b2y+c2=0,a2x+b2y+d2=0a_1x+b_1y+c_1=0, a_1x+b_1y+d_1=0, a_2x+b_2y+c_2=0, a_2x+b_2y+d_2=0 is given by (c1d1)(c2d2)a1b2a2b1\frac{|(c_1-d_1)(c_2-d_2)|}{|a_1b_2 - a_2b_1|}. Pair 1 (slopes 2): 2xy+1=02x - y + 1 = 0 and 2xy24=02x - y - 24 = 0. Here a1=2,b1=1,c1=1,d1=24a_1=2, b_1=-1, c_1=1, d_1=-24. Pair 2 (slopes -1/2): x+2y+8=0x + 2y + 8 = 0 and 2x+4y9=02x + 4y - 9 = 0. To match coefficients, we can write the second equation as x+2y92=0x + 2y - \frac{9}{2} = 0. Here a2=1,b2=2,c2=8,d2=92a_2=1, b_2=2, c_2=8, d_2=-\frac{9}{2}.

    Area =(1(24))(8(92))(2)(2)(1)(1)=(25)(8+92)4+1=25(16+92)5=25(252)5=625/25=62510=1252= \frac{|(1 - (-24))(8 - (-\frac{9}{2}))|}{|(2)(2) - (1)(-1)|} = \frac{|(25)(8 + \frac{9}{2})|}{|4 + 1|} = \frac{|25(\frac{16+9}{2})|}{5} = \frac{|25(\frac{25}{2})|}{5} = \frac{625/2}{5} = \frac{625}{10} = \frac{125}{2}.