I need to solve following problem:
The vertex of the isosceles triangle $ABC$ is the point $A(-1, 0)$, and the vertices $B$ and $C$ belong to the parabola $y^2 = 4x$. If the point $(0, 0)$ is the orthocenter of triangle $ABC$, then its area is equal to ?
I've tried to use fact that points C and B lies on parabola to express their coordinates $B(x,2\sqrt x)$ and $C(x,-2\sqrt x)$
Also i can express height and area of triangle as: Area = $2\sqrt{x}(x+1)$. Height = $x+1$
Can you help me to figure it out ?
Assume $B(t^2,2t)$ and $C(t^2,-2t)$ as $AB=AC$, Where $t>0$.
As you said orthocentre is $H(0,0)$, it implies that,
$m_{BH}\cdot m_{AC}=-1$
Or,
$$\left(\frac{2t-0}{t^2-0}\right)\left(\frac{-2t-0}{t^2+1}\right)=-1$$$$\implies t=\sqrt{3}$$
So, area will be $$ \frac{1}{2} (1+t^2)(4t)=\boxed{8\sqrt{3}}$$