Let $A$ be the $\Bbb R$-algebra defined by endowing $\Bbb R^2$ with the multiplication $$(a,b)\cdot (c,d)=(ac,ad+bc).$$ Show that $A \cong \Bbb R[x]/(x^2)$.
So I'm planning to use the first isomorphism theorem. For that I need a surjective map $\varphi : \Bbb R[x]\to A$ with kernel $(x^2)$. For any $p = \sum_ka_kx^k \in \Bbb R[x]$ we only need to describe where $x$ maps to, since $$\varphi\left(\sum_ka_kx^k\right)= \sum_ka_k\varphi(x)^k.$$ Since we need to map $x^2$ to $0$ we seek for elements in $A$ that square to $0$. One such element is $(0,1)$ so define $\varphi$ by sending $x$ to $(0,1)$. Extending linearly we get a map $$\varphi\left(\sum_ka_kx^k\right)= \sum_ka_k\varphi(x)^k = \sum_k a_k (0,1)^k.$$
However, I think that there is a problem with this approach. Every image of $\varphi$ has its first component $0$, so it cannot be surjective and so even if I managed to show that $\ker(\varphi) = (x^2)$, I would need to consider the image of $\varphi$ in $A$ only. How should I fix this?