Find the locus of the centre of the circle which passes through these two points of intersection?

1k Views Asked by At

A line moves in the plane so that it passes through the point (1, 1) and such that it intersects the two coordinate axes. Find the locus of the centre of the circle which passes through these two points of intersection of the line with the coordinate axes, and through the origin.

i was thinking that :

enter image description here

the locus of the centre of the circle which passes through these two points of intersection of the line with the coordinate axes, and through the origin is $(x-1)^2 + (y-1)^2 =1^2 $

is its correct or not ? Pliz verified and give me some hints or any solutions

thanks in advance

3

There are 3 best solutions below

3
On BEST ANSWER

Parametrization for circle coordinates would be is convenient.

$$ \frac{x}{a}+ \frac{y}{b} =1 $$

Since the straight line goes through $(1,1)$ we have

$$ \frac{1}{a}+ \frac{1}{b} =1 $$

Let $\alpha$ be the variable parameter of inclination of the straight line to negative x-axis

Let

$$ c= \cos \alpha, s = \sin \alpha,\, s^2+c^2 =1;\, \frac{1}{a} = c^2 ;\, \frac{1}{b} =s^2 $$

and the parametric circles can be found from

$$ (x-a/2)^2 + (y-b/2)^2 = \frac{a^2+b^2}{4} $$

the above plugged in as

$$ (x-1/2c^2)^2 + (y-1/2s^2)^2 = \frac{(1/2c^2)^2 + (1/2s^2)^2}{4} $$

which you can take up further for simplification.

EDIT1:

we have

$$ (x=1/2c^2) ; (y=1/2s^2); $$

Using relation $$ s^2+c^2=1 $$ we get $$ x+y = 2 x y ; \quad\frac1x + \frac1y =2\, $$ which relation of the hyperbola reminds one of the Lens formula in Optics. I cannot resist the temptation to add a sketch even if $OP$ did not ask for it.

$$ x\rightarrow u, \, y\rightarrow v, \, f\rightarrow \frac12; \quad \frac1u+\frac1v= \frac1f $$

enter image description here

If one of $(u,v)$ is given along with $f$ the other can be found out by such simple geometric construction suggested in OP's question with $(f,f)$ as concurrency point, put together with Newtonian Ray-trace construction.

It was not given in my high school physics text-book..

10
On

The radius is not 1. By Pythagoras theorem, radius is $\sqrt{1^2+1^2}=\sqrt{2}$, found by finding the distance from the centre of the circle to the origin, which happens to be a point on the circumference.

1
On

Any line through $(1,1)$ that has intersections with both axis is given by $y-1=m(x-1)$ and $m\neq0$. The intersection points are $(0,1-m)$ and $(1-1/m,0)$. These two points and the origin make a right triangle, so we are looking for Thales' circle. The center of the circle is the average of the intersection points, namely

$$1/2(1-1/m,1-m).$$

Letting $x=1/2(1-1/m)$ gives $1/2(1-m)=\frac{x}{2x-1}$, hence the function $$x\mapsto y=\frac{x}{2x-1}$$ describes the locus of the center which answers the question. Notice that $1/x+1/y=2$

BONUS: The circle's radius is the distance of the center to the origin.

A little bit of algebra gives the equation of the circle: $$x^2-(1-1/m)x+y^2-(1-m)y=0.$$

Notice that this works for $m=1$, too.

CORIOUS REMARK: Pick a point of the $x$-axis and another of the $y$-axis. Then $y=\frac{x}{2x-1}$ cuts the line between them in two equals halves.