0
$\begingroup$

A variable straight line is drawn through a given point $O$ to cut two fixed lines at $R$ and $S$; we take $P$ on such line in order that $${2 \over OP} = {1 \over OR} + {1\over OS}$$ holds. We have to show that the locus of $P$ is a third fixed straight line.


Let $O$ be the origin of the rectangular axes such that $OX$ is x axis and $OY$ is the y axis,

Then the equation to fixed lines are $Ax + By + C = 0$ and $A_0x+B_0y +C_0 = 0$

In polar coordinates the eqautions are then

$$ {1\over r} = -{A\cos\theta + B\sin\theta\over C} \text{ and } {1\over r} = -{A_0\cos\theta + B_0\sin\theta\over C_0} \tag{1}$$

If $\angle XOR = \theta$ then,

$${1\over OR} = -{A\cos\theta + B\sin\theta\over C} \tag{2}$$ $${1\over OS} = -{A_0\cos\theta + B_0\sin\theta\over C_0} \tag{3}$$

$$\therefore {2\over OP} = -{A\cos\theta + B\sin\theta\over C} -{A_0\cos\theta + B_0\sin\theta\over C_0}$$

Therefore the locus of $P$ on transfroming back to cartesian coordinates is

$$2 = -x\left({A\over C} + {A_0 \over C_0}\right) -y\left({B\over C} + {B_0 \over C_0}\right)$$

Hence proved.


I did not understand $(1),(2)$ and $(3)$,

  • Although I know the general equation for a line in polar coordinates is $r\cos(\theta -\alpha) = p$ where, $\alpha$ and $p$ are the angle between the line and the $\perp$ from the origin on the line, I did not get from this how we get the form given in the proof.

  • In $(2), (3)$ I did not understand why $\angle XOR = \theta \implies 1/OR , 1/OS = 1/r$


  • 0
    @JackD'Aurizio Fixed taked; I don't know what is "The third fixed straight line", I copied the question as it is.2017-01-31

2 Answers 2

1

1) This form of the polar equation of a line is obtained by substituting $x=r\cos\theta$ and $y=r\sin\theta$ in the cartesian equation $Ax+By+C=0$.

2) If $\angle XOR=\theta$, then plugging this angle into the polar equation of the first line will give $r=OR$, whence this equality.

3) As $O$, $R$ and $S$ are on the same line, we have either $\angle XOS=\angle XOR=\theta$ or $\angle XOS=\pi+\angle XOR=\pi+\theta$. In your proof only the first case is considered, but the second case can be handled in a similar way, because $\cos(\pi+\theta)=-\cos\theta$ and $\sin(\pi+\theta)=-\sin\theta$. But the two lines you get are different in the two cases, and in general you get both of them: a segment of the first one and a segment of the second one.

In addition, notice that on the variable line there are two points satisfying the relation for $P$. That gives another couple of segments. These four segments form a parallelogram.

enter image description here

  • 0
    Plugging the values give $\large -{A\cos\angle XOR + B\sin\angle XOR\over C}$ How am getting $OR$ from this expression.2017-01-31
  • 0
    $OR=r$, because $O$ is the origin.2017-01-31
  • 0
    And of course $\angle XOR$ has been replaced by $\theta$.2017-01-31
  • 0
    So there are total 4 cases of which only one is considered in my book.2017-01-31
  • 1
    Yes. Moreover, I wouldn't call "straight line" a segment.2017-01-31
  • 0
    My book is a old one(picked from library), everywhere line segment is replaced by line.2017-01-31
  • 0
    Thank you Arentino, for helping me again.2017-01-31
1

enter image description here

In the above configuration, if we consider a unit circle centered at $O$ and the circle inversion $x\mapsto x^{-1}$, both $s^{-1}$ and $r^{-1}$ are circles through $O$ and $(s\cap r)^{-1}$. $P^{-1}$ is just the midpoint of the segment delimited by $OP\cap s^{-1}$ and $OP\cap r^{-1}$, hence $P^{-1}$ lies on a circle through $O$ and $(s\cap r)^{-1}$, too. By inverting $P^{-1}$ we get that $P$ lies on a line through $s\cap r$.

In a simpler way, we may notice that the given constraint fixes a cross ratio among the four points $S,P,R,O$.

  • 0
    What is circle inversion ? I tried wikipedia but it is well beyond me.2017-01-31
  • 0
    @A---B A circle inversion is a useful transformation mapping lines and circles to lines and circles - https://en.wikipedia.org/wiki/Inversive_geometry2017-01-31
  • 0
    This answer is not my level but I would to know when we learn this inversion geometry ?2017-01-31
  • 0
    @A---B: I have no idea, I do not know your geographic position or your school level. It is taught for sure during basic courses for math competitions.2017-01-31
  • 0
    Never seen this on any geometry books I have. Any geometry books that cover this topic that you know of ?2017-01-31
  • 1
    @A---B: http://www.mit.edu/~evanchen/geombook.html Chapter 8 is about it: http://www.maa.org/sites/default/files/pdf/ebooks/pdf/EGMO_chapter8.pdf2017-01-31
  • 0
    Thank you Jack for the source. I will certainly read the book.2017-01-31
  • 1
    @A---B: you're welcome. That book is an amazing resource.2017-01-31