Given a convex quadrilateral $ABCD$ circumscribed about a circle of diameter $1$. Inside $ABCD$, there is a point $M$ such that $|MA|^2 + |MB|^2+ |MC|^2 + |MD|^2= 2.$ Find the area of $ABCD$.
I've tried to solve this problem but I'm unable to do as I don't understand the use of the information of the distance of the point and how to use it, any help would be really appreciated!
answer=1
my process-
i couldn't start with this sum
As you asked about explicitation of the method, here it is.
It isn't still a solution, but it connects point $M$ to the centroid $G$ of the vertices.
Let us rename vertices $A,B,C,D$ as $P_k$ for $k=1\cdots 4$.
Let
$$G=\frac14 \sum_{k=1}^4(P_k)$$
be their centroid.
Let us write the given constraint under a vectorial form by expanding it using dot product :
$$2=\sum_{k=1}^4(MP_k)^2=\sum_{k=1}^4\overrightarrow{MP_k}^2=\sum_{k=1}^4\overrightarrow{MG +GP_k}^2$$
$$2=\sum_{k=1}^4 \overrightarrow{MG}^2+2\sum_{k=1}^4(\overrightarrow{MG}.\overrightarrow{GP_k})+\sum_{k=1}^4(\overrightarrow{GP_k})^2$$
$$2=4(MG)^2+2 \overrightarrow{MG}.\underbrace{\sum_{k=1}^4 \overrightarrow{GP_k}}_{0}+\underbrace{\sum_{k=1}^4(\overrightarrow{GP_k})^2}_S$$
$$2=4(MG)^2+S \ \text{where} \ S:=\sum_{k=1}^4(\overrightarrow{GP_k})^2 >0,$$
giving a very strong constraint that I would translate into "point $M$ should be very close to centroid $G$".