I solved my problem into parametric equations as shown below:
x == 3/4sqrt(2m^2 + 2)m/(m^2 + 1), y == 1/4sqrt(2*m^2 + 2)/(m^2 + 1)
But I meet difficult on how to convert into a normal one. So my problem may be described as: is there any function will help solve
x == cos(theta), y == sin(theta)
into
x ^ 2 + y ^ 2 == 1
Thanks.