I have a plane $P: 2x + y - z -1 = 0.$
I have a point $A_1( 0, 1, 1).$
Question asks to find the coordinates of $A_2$, which is symetrical to $A_1$ with respect to $P$.
I tried using the formula for distance between a point and a plane(for $A_1$ and $P$) and with it, tried to find the coords of $A_2$, but that was unsuccesful.
I believe the last prospects are in finding a normal vector $N_1$, colinear to the normal to $P$ $n(2,1,-1)$, whose module is equal to the distance between $A_1$ and $P$, then multiplying by $-1$ and getting the answer.
I ask for help in finding this $N_1$ vector.
The vector $v=(2,1,-1)$ is orthogonal to $P$. So, the point of $P$ which is closer to $A$ is the intersection of $P$ with the line passing through $A_1$ and with the direction given by $v$, which is the line$$\{(0,1,1)+t(2,1,-1)\mid t\in\Bbb R\}=\{(2t,t+1,-t+1)\mid t\in\Bbb R\}.$$And $(2t,t+1,-t+1)\in P$ if and only if $4t+(t+1)-(-t+1)-1=0$; in other words, if and only if $t=\frac16$. So, the intersection point is $I=\left(\frac13,\frac76,\frac56\right)$. And then\begin{align}A_2&=I-(A_1-I)\\&=2I-A_1\\&=\left(\frac23,\frac43,\frac23\right).\end{align}