Let the operations of addition and multiplication on the set $K = {at+bu : a,b ∈ R}$, where $t$ and $u$ are formal symbols, be defined as follows:
$(at+bu)+(ct+du) = (a+c)t+(b+d)u$,
$(at+bu)·(ct+du) = (ac+ad+bc−bd)t+(−ac+ad+bc+bd)u$
Specify a bijection $f : C → K$ such that $f(α+β) = f(α)+ f(β)$ and $f(αβ) = f(α)f(β)$ for all complex numbers $α$ and $β$. [Such a bijection is called an isomorphism of rings.]
Is there a quick way-trick-golden rule to find such a bijection easily? I've tried several linear functions (since they will always satisfy the additive property and are also easy to prove bijective), but multiplication goes haywire whatever I try. Mind you that this is an exam question, so trial and error is not an efficient way to solve it, especially when the calculations take so much time out of the 2 hours.
Hint: You need to find complex numbers (for the preimages of) $t, u$ such that $$tu=t+u\\ t^2=t-u\\ u^2=-t+u$$