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'?
you will get the system $$3x-1=\sin(t)+\cos(t)$$ $$3y-2=\sin(t)-\cos(t)$$ adding these two equations we get $$\sin(t)=\frac{3x+3y-3}{2}$$ thus you will get $t$ and analogously $\cos(t)$ and finally you have to calculate $$\sin(t)^2+\cos(t)^2=1$$ with the tems above