Given $A=(0,-10)$ and $B=(2,0)$. Determine the coordinate of $C$ in the curve $y=x^2$ which minimalize the area of triangle $ABC$.
2026-04-01 10:01:31.1775037691
On
Determining the coordinate of C to minimize the area of a triangle ABC
57 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
7
On
HINT:
Any point on the curve $y=x^2$ can be expressed as $(t,t^2)$
So, $\triangle ABC$ will be the absolute value of $$\frac12\begin{vmatrix}0 & 2 & t\\-10 &0 &t^2\\1 &1&1\end{vmatrix}$$
On simplification this will be a Quadratic equation in $t$
Now, for $\displaystyle A>0, Ax^2+Bx+C=\frac{(2Ax+B)^2+4CA-B^2}{4A}\ge\frac{4CA-B^2}{4A}$
The surface is half the base $AB$ times the height, where the height is the distance between the point $(x,x^2)$ and the line $AB$.
So the question is the same as asking the minimum distance of the point $(x,x^2)$ to the line $5x + y -10 = 0$.