Im trying to do this textbook question which asks me to "express" a motion T(x) = Ax + b in the form T = Rot(P, $\theta$) (A is the rotation matrix)
I know that if I draw the transformation, the point P is chosen somewhere on the bisector between x and x', but Im not sure if its also possible to give a precise description of the point P in terms of A and b. is there a way to do this, or is the answer to this question simply to choose a point on the bisector?
Your motion is the composition of a rotation $R$ in the plane, given by matrix $A$, with a translation $T$ by a vector $b$, which I'll rename $\vec t$ in the following. I'll also call $O$ and $\theta$ the center and angle of rotation $R$.
A rotation $R$ with center $O$ of angle $\theta$ can be obtained by combining two reflections, about any two lines passing through $O$ and forming an angle $\theta/2$ between them. A translation $T$ of vector $\vec t$ can be obtained by combining two reflections, about any two lines perpendicular to $\vec t$ and at a distance $t/2$ between them.
We can then choose reflection lines so that two of them be the same: take line $a$ passing through $O$ and perpendicular to $\vec t$, line $b$ parallel to $a$ and at a distance $\vec t/2$ from it, line $c$ which is obtained by rotating $a$ around $O$ by an angle $-\theta/2$ (see diagram). We have: $$ T=P_b\circ P_a \quad\text{and}\quad R=P_a\circ P_c, $$ so that: $$ T\circ R=P_b\circ P_a\circ P_a\circ P_c=P_b\circ P_c. $$ Hence your transformation is the same as $P_b\circ P_c$, that is a rotation of angle $\theta$, around a center $P$ which is the intersection of lines $b$ and $c$.