Locus/set of points - circle

91 Views Asked by At

From point A on the circle $x^2+y^2=R^2$ two lines pass; one that is perpendicular to X-Axis and passes X-Axis at point B, and a second one that is perpendicular to Y-Axis and passes through the circle again at point C.

1) Find the set of points where lines BC and AO [O(0,0)] intersect.

2) Find R if the locus passes at (1.5,-2).

Answers are $x^2+y^2= \frac{R^2}9$ and 7.5

One of my attempts: One of my attempts until I gave up

2

There are 2 best solutions below

0
On BEST ANSWER

$A = (x_1,y_1)\\B = (x_1,0)\\C= (-x_1,y_1)$

$BC: 2y_1x + x_1y = x_1y_1\\ AO: y_1x - x_1 y = 0$

intersect at $(\frac {x_1}{3}, \frac {y_1}{3})$

The locus of points is a circle with $\frac 13$ the radius.

$x^2+y^2 = \frac {R^2}{3}$

0
On

Hint: Instead of trying to find an equation for your locus right away, it is much easier to find a parametric representation of it.

Let $A(t)=(x,y)=(R\cos(t), R\sin(t))$ and then compute where the corresponding intersection between your $BC$ and $AO$ is, as a function of $t$. You can work in terms of $x$ and $y$ rather than $\cos$ and $\sin$ most of the way.

Once you have done this, it should be easy to recognize that you have arrived at a parametric representation of what you also already know as the locus of $x^2+y^2=(R/3)^2$.

(Note that when $A$ lies on one of the axes, the two lines you're intersecting coincide, so the description of the construction in the problem does not really make sense there. From the known solution it seems that the problem setter is blithely ignoring that; you can probably get away with doing likewise).