How to find the coordinates of the reflection of the point $(1, 0)$ in the line $y = mx$?
I tried, but I can't think of any way to start this problem. Any help is greatly appreciated.
How to find the coordinates of the reflection of the point $(1, 0)$ in the line $y = mx$?
I tried, but I can't think of any way to start this problem. Any help is greatly appreciated.
Hint:
Let's do some geometry: if $\varphi$ is the polar angle of the given line, and $\theta$ the polar angle of the reflection , say $M$, we know that the vector $\overrightarrow{OM}$ will be a unit vector, so it has coordinates $(\cos\theta,\sin\theta)$.
On the other hand, the points $M$ and $(1,0)$ are the reflection of each other w.r.t. the given line if and only if $\theta=2\varphi$. So by the duplication formulæ in trigonometry, we have $$\tan\theta=\frac{2\tan \varphi}{1-\tan^2\varphi}=\frac{2m}{1-m^2}\qquad (m\ne\pm1).$$ Can you continue?
Observe that the reflection point is on the line that is normal to $ y=mx$ and passes through (1,0), i.e.
$$y= -\frac{1}{m}(x-1)$$
which intersects with the line $y=mx$ at
$$ \left( \frac{1}{m^2+1}, \frac{m}{m^2+1} \right)$$
Let (a,b) be the reflection point, then the above intercept is the midpoint of (1,0) and (a,b). So, simply take the average,
$$ \frac{1+a}{2} = \frac{1}{m^2+1}, \space \frac{b}{2}=\frac{m}{m^2+1} $$
which solves the reflection point at,
$$\left( \frac{1-m^2}{1+m^2}, \space \frac{2m}{1+m^2} \right)$$
Consider a line perpendicular to $y=mx$ through $(1,0):$
$y=-(1/m)(x-1)$;
The reflected point $(x',y')$ has distance $1$ to origin (why?).
Hence:
$(x')^2+ (y')^2=$
$ (x')^2+(1/m^2)(x'-1)^2=1$;
$m^2(x')^2+(x'-1)^2-m^2=0$;
$(1+m^2)(x')^2-2x' +(1-m^2)=0;$
$x'_{1,2}=$
$\dfrac{2\pm\sqrt{4-4(1+m^2)(1-m^2)}}{2(1+m^2)}$;
$x'_{1,2}=\dfrac {1\pm m^2}{1+m^2}$;
$x'_1=1$;
$x'_2= \dfrac{1-m^2}{1+m^2}$;
Reflected point:
$(x'_2, -(1/m)(x'_2-1)).$