Assume the function to be bijective.
so,
f( a ) = f( b ) now check whether a = b or not , if it is then the function is one-one otherwise it is many-one.
f( a ) = f (b )
.: 1 + ia / 1 - ia = 1 + ib / 1 - ib
Rationalising..
1 + a2 / (1 - ia)2 = 1 + b2 / (1 - ib)2
=> ( 1 + a2 )( 1 - ib )2 = ( 1 + b2 )( 1 - ia )2
=> a2 - b2 - i( 2b + 2a2b ) = b2 - a2 - i( 2a + 2ab2 )
.:a2 - b2 = b2 - a2 ....(i)
&
2b + 2a2b = 2a + 2ab2 .....(ii)
now, since it is given that the domain consists of only real numbers..
from (i)
a = b or a = -b
Out of these two a = b ONLY would satisfy equation (ii)
Hence the function is one-one or injective.