Consider the following problem:
A function $g:\mathbb R\to\mathbb R$ given by $g(t)=yt+x$, $t$,$x$,$y\in\mathbb R$, $y>0$, is called a proper affine function. The subset of all such functions with respect to the usual composition law is a Lie group $G$. As a differentiable manifold $G$ is simply the upper half-plane, that is, $\{(x,y)\in\mathbb R^2|y>0\}$ with the usual differentiable structure. Prove that:
(a) The left-invariant Riemannian metric of $G$ which at the neutral element $e=(0,1)$ coincides with the Euclidean metric ($g_{11}=g_{22}=1,g_{12}=0$) is given by $g_{11}=g_{22}=\frac{1}{y^2},g_{12}=0$.
This question already has an answer here, but I did not understand the argument. Also, I took another path and I would like to know if what I did is reasonable and how to finnish the question following this line of thought.
Here is my attempt:
Note that the tangent space of $G$ at the point $g \in G$ is nothing but $\mathbb R^2$. The parametrization $x$ is just the identity of $\mathbb R^2$. Then $$ d x_g(1, 0) = (1, 0), \quad d x_g(0, 1) = (0, 1) $$ for all $g \in G$ and therefore $$ g_{ij}(0, 1) = \delta_{ij}, $$ since $\langle \cdot, \cdot \rangle_e$ coincides with the euclidean inner product.
Now, for $g \in G$ we have \begin{align*} g_{11}( x^{-1}(g)) = & \langle d x_g(1, 0), d x_g(1, 0) \rangle_g \\ = & \langle d (L_{g^{-1}})_g(1, 0), d (L_{g^{-1}})_g(1, 0) \rangle_e \end{align*}
I am stuck on how to compute the derivative $d(L_{g^{-1}})_g$. Any hints will be the most appreciated.
Thanks in advance and kind regards.