Solveeit Logo

Question

Question: A line passing through the point of intersection of $x + y = 4$ and $x - y = 2$ makes an angle $\tan...

A line passing through the point of intersection of x+y=4x + y = 4 and xy=2x - y = 2 makes an angle tan1(34)\tan^{-1}(\frac{3}{4}) with the X-axis. It intersects the parabola y2=4(x3)y^2 = 4(x - 3) at points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), respectively. Then x1x2|x_1 - x_2| is equal to.

A

32/3

B

32/9

C

8/9

D

4/3

Answer

32/9

Explanation

Solution

Here's how to solve the problem:

  1. Find the intersection of the lines:

    Solve the system of equations:

    {x+y=4xy=2\begin{cases} x + y = 4 \\ x - y = 2 \end{cases}

    Adding the equations, we get 2x=62x = 6, so x=3x = 3. Substituting this into the first equation, we get 3+y=43 + y = 4, so y=1y = 1. The intersection point is (3,1)(3, 1).

  2. Equation of the line:

    The line passes through (3,1)(3, 1) with a slope of m=tan(tan1(34))=34m = \tan(\tan^{-1}(\frac{3}{4})) = \frac{3}{4}. Using the point-slope form, the equation of the line is:

    y1=34(x3)    y=34x54y - 1 = \frac{3}{4}(x - 3) \implies y = \frac{3}{4}x - \frac{5}{4}
  3. Intersection with the parabola:

    The equation of the parabola is y2=4(x3)y^2 = 4(x - 3). Substitute y=34x54y = \frac{3}{4}x - \frac{5}{4} into the parabola equation:

    (34x54)2=4(x3)\left(\frac{3}{4}x - \frac{5}{4}\right)^2 = 4(x - 3)

    Multiply both sides by 16:

    (3x5)2=64(x3)(3x - 5)^2 = 64(x - 3)

    Expand and rearrange:

    9x230x+25=64x192    9x294x+217=09x^2 - 30x + 25 = 64x - 192 \implies 9x^2 - 94x + 217 = 0
  4. Find x1x2|x_1 - x_2|:

    For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the difference between the roots is given by:

    x1x2=b24aca|x_1 - x_2| = \frac{\sqrt{b^2 - 4ac}}{|a|}

    In our case, a=9a = 9, b=94b = -94, and c=217c = 217. Compute the discriminant:

    D=(94)249217=88367812=1024D = (-94)^2 - 4 \cdot 9 \cdot 217 = 8836 - 7812 = 1024

    Therefore,

    x1x2=10249=329|x_1 - x_2| = \frac{\sqrt{1024}}{9} = \frac{32}{9}