Suppose $g$ is the map defined by translating by $(4,0)$ and then reflecting across $y=3x$.
I am wondering if $g$ fixes some point. Visually, such a point $P:=(a,b)$ would have to lie to the left of $y=3x$, and given the perpendicular line joining $P$ and $y=3x$, we would need the distance between $P$ and this point $Q$ of intersection to equal the distance between $(a+4,0)$ and $Q$.
But how can I show if such a $P$ exists?
Let $g = g_2\cdot g_1$, where $ g_1 (x, y) = (x + 4, y)$ is the translation,
and
$g_2$ is the reflection across the line $y = 3x.$
Consider a unit vector $\vec u$ from $(0,0)$ along $y = 3x$ in the first quadrant:
$\vec u = (1/√10) (1,3).$
The projection of $ (x, y)$ along $ \vec u$ :
$(x, y) \cdot (1/√10) (1, 3) = (1/√10)(x + 3y).$
$\vec d := (1/√10)(x + 3y) \vec u - (x, y).$
The reflected vector $ (x', y')$:
$(x', y') = (x, y) + 2 \vec d .$
$(x', y') = (x, y) $
$+ 2(1/√10)(x + 3y)(1/√10)(1, 3)$
$-2(x, y).$
$(x', y') = (2/10)(x + 3y)(1, 3)$
$- (x, y)$.
Combining:
$g = g_2 \cdot g_1 (x, y) = g_2(x +4, y)=$
$(2/10)(x + 4 + 3y)(1, 3) - (x + 4, y)$.
Is there a fixed point?