$A =(3, 1)$ is reflected over line $y = 2x$, become $A'$. $O = (0,0)$ Find area of triangle OAA' I find that $A'$ is $(-1, 3)$ I find it by mutiply $A$ to matrix of $y = 2x$
There is rule Area = $$\sqrt{s(s-a)(s-b)(s-c)}$$ $S = \frac{a+b+c}{2}$ $a$ = distance between $A$ and $O=\sqrt {10}$
$b$ = between $A'$ and $O = \sqrt {10}$
$c$ = between $A$ and $A' = \sqrt {20}$.
Am i on the right way? Because it looks so complicated to solve. I am afraid i am on the wrong way.
Since $A_1=(-1,3)$, it follows that $\triangle A_1OA$ is the right triangle, which is also isosceles, hence its area \begin{align} S_{\triangle A_1OA} &= \tfrac12|OA||OA_1| =\tfrac12|OA|^2 =\tfrac12(A_x^2+A_y^2)=5 . \end{align}
Edit
Since you know the coordinates, you can also use the coordinate-based formula for the area: \begin{align} S_{\triangle A_1OA} &= \tfrac12\,\left|((A_x-O_x)\cdot(A_{1y}-O_y)-(A_{1x}-O_x)\cdot(A_y-O_y))\right| \\ &= \tfrac12\,|(A_x\cdot A_{1y}-A_{1x}\cdot A_y| =\tfrac12\,|3\cdot3-(-1)\cdot 1| =5 . \end{align}