Can you please help me for this problem?
Show that the map $x:M\rightarrow \mathbb{R}$, $\mathbb{R}$ has group structures under addition, is defined by $x\left( \left[ \begin{matrix} a& b\\ o& c\end{matrix} \right] \right)$ =$ \log \left( \dfrac {a} {c}\right) $ is a group homomorphism.
Also, is x surjective and what is ker(x)?
I assume that $M \subseteq GL(2,\Bbb{R}).$ \begin{align*} x\left( \begin{bmatrix} a& b\\ 0& c\end{bmatrix} \begin{bmatrix} p& q\\ 0& r\end{bmatrix}\right) &= x\left( \begin{bmatrix} ap& aq+br\\ 0& cr\end{bmatrix}\right)\\ &= \log \left( \dfrac {ap} {cr}\right) \\ &=\log\left(\frac{a}{c}\right)+\log\left(\frac{p}{r}\right)\\ &= x\left( \begin{bmatrix} a& b\\ 0& c\end{bmatrix}\right)+x\left( \begin{bmatrix} p& q\\ 0& r\end{bmatrix}\right) \end{align*}
Beware that the operation of $M$ is multiplication.
The kernel of $x$ is $\left\{\begin{bmatrix} a& b\\ 0& c\end{bmatrix}\; \bigg|\;\log(a/c)=0 \right\}=\left\{\begin{bmatrix} a& b\\ 0& a\end{bmatrix}\; \bigg|\;a,b\in \Bbb{R},a\neq0\right\}$.
For $k\in \Bbb{R}$, $$x\left( \begin{bmatrix} e^k& 0\\ 0& 1\end{bmatrix} \right) =\log(e^k)=k$$ So the map is surjective.