A triangle has two of its sides along the co-ordinate axes and its third side is a tangent to the circle $x^2+y^2=a^2$. If the coordinates of the point of contact of the tangent are $(a \cosØ,a \sinØ)$, show that the coordinates of the centroid are $(a/3 \cosØ, a/3 \sinØ)$. Show that the locus of the centroid is $1/x^2+1/y^2=9/a^2$
Asked
Active
Viewed 634 times
1 Answers
2
From the Article $#148$ of this, the tangent at $(a\cos\phi,a\sin\phi)$ is $x\cos\phi+y\sin\phi=a$
So, $$\frac x{\frac a{\cos\phi}}+\frac y{\frac a{\sin\phi}}=1$$
So,the vertices are $(0,0);(\frac a{\cos\phi},0);(0,\frac a{\sin\phi})$
So, the centorid will be $$\left(\frac{0+0+\frac a{\cos\phi}}3,\frac{0+\frac a{\sin\phi}+0}3\right)$$
Now, eliminate $\phi$
lab bhattacharjee
- 274,582
Similarly, $\sin\phi=\frac b{3\beta}$
$$\implies\left(\frac a{3\alpha}\right)^2+\left(\frac b{3\beta}\right)^2=1\implies \left(\frac 1{\alpha}\right)^2+\left(\frac 1{\beta}\right)^2=\left(\frac 3a\right)^2$$
So, the locus of the cetroid $(\alpha,\beta)$ will be $$\frac 1{x^2}+\frac 1{y^2}=\frac9{a^2}$$
– lab bhattacharjee May 07 '13 at 16:06So, $h=\frac{0+c+0}3\implies c=3h$. Similarly, $d=3k$
So, the equation of the tangent becomes $\frac x{3h}+\frac y{3k}=1\iff k\cdot x+h\cdot y=3hk$
Now, the distance of the center of the circle from the tangent is equal to the length of radius.
So, $$\left|\frac{k\cdot 0+h\cdot 0-3hk}{\sqrt{k^2+h^2}}\right|=a$$
Squaring we get, $$ 9h^2k^2=a^2(k^2+h^2)\iff \frac1{h^2}+\frac1{k^2}=\frac9{a^2}$$
– lab bhattacharjee May 08 '13 at 08:37