For the variable triangle $ABC$ with fixed vertex at $C(1,2)$ and $A,B$ having co-ordinates $(cos t, sin t), (sin t, -cos t)$ respectively, what is the locus of its centroid?
My Approach:
The coordinate of centroid $O(x ,y )$ in triangle having $A(a,d ), B(b,e), C(c ,f)$ $$x =\frac {a +b +c}{3}, y=\frac {d + e + f}{3}$$
So coordinate of given triangle is :
$$h=\frac {cost +sint +1}{3}, k =\frac {sint - cost + 2}{3}$$
I got stuck at here. Please help me to continue.
Moreover, What is meant by 'variable triangle'?