We are given a parabola defined by the equation $y^2 = 12x$ and two points $P_1(x_1, y_1)$ and $P_2(x_2, y_2)$ on it. The chord connecting these points, $P_1P_2$, subtends a right angle at the vertex of the parabola, $V(0,0)$. We need to find the value of the expression $x_1x_2 - y_1y_2$.
The standard equation of a parabola with vertex at the origin is $y^2 = 4ax$. Comparing this with the given equation $y^2 = 12x$, we find $4a = 12$, which implies $a = 3$. The vertex $V$ is at $(0,0)$.
Points on the parabola $y^2 = 4ax$ can be represented parametrically as $(at^2, 2at)$. For our parabola $y^2 = 12x$ (where $a=3$), the points are of the form $(3t^2, 6t)$.
The chord $P_1P_2$ subtending a right angle at the vertex $V(0,0)$ means the line segments $VP_1$ and $VP_2$ are perpendicular.
The slope of $VP_1$ is $m_1 = \frac{y_1 - 0}{x_1 - 0} = \frac{6t_1}{3t_1^2} = \frac{2}{t_1}$ (assuming $t_1 \neq 0$).
The slope of $VP_2$ is $m_2 = \frac{y_2 - 0}{x_2 - 0} = \frac{6t_2}{3t_2^2} = \frac{2}{t_2}$ (assuming $t_2 \neq 0$).
The condition for perpendicularity is $m_1 m_2 = -1$. $ \implies \left(\frac{2}{t_1}\right) \left(\frac{2}{t_2}\right) = -1 $ $ \implies \frac{4}{t_1 t_2} = -1 $ $ \implies t_1 t_2 = -4 $
We need to evaluate $x_1x_2 - y_1y_2$. Using the parametric forms:
Substitute the derived value $t_1 t_2 = -4$:
Now, compute the final expression:
$ x_1x_2 - y_1y_2 = 144 - (-144) = 144 + 144 = 288 $