Coordinates of $\Delta ABC$ are $A(3,4)$, $B(5 \cos\theta, 5 \sin\theta)$ and $C(5 \sin\theta,-5 \cos\theta)$. Find the locus of its orthocenter.
My idea: It is clear that $(0,0)$ is equidistant from the three coordinates. So $S(0,0)$ is the circumcenter of $\Delta ABC$. Also the centroid of $\Delta ABC$ is
$$ G\left( \frac{5 \cos\theta+5\sin\theta+3}{3},\frac{5\sin\theta-5\cos\theta+4}{3} \right) $$
Now if the orthocenter is $H(h,k)$, we have $G$ divides $H$ and $S$ in the ratio 2:1. So $G$ is given by $$ G\left(\frac{h}{3},\frac{k}{3}\right) \implies \\ \begin{align} h &= 5 \cos\theta+5\sin\theta+3 \\ k &= 5 \sin\theta-5\cos\theta+4 \end{align} $$
Eliminating $\theta$ we get the locus as:
$$ (x-3)^2+(y-4)^2=50 $$
Let me know whether my approach is logical .. if there is an alternate way I will be happy to know.
Yes, its completely logical. Alternative approach would be to find the point of intersection of two perpendiculars drawn from the vertices onto opposite sides, by finding solution of two linear equations but it'll be long of course.