SOLUTION: solve the equation z/z+1 = cos pi/4

Algebra ->  Complex Numbers Imaginary Numbers Solvers and Lesson -> SOLUTION: solve the equation z/z+1 = cos pi/4      Log On


   



Question 1197056: solve the equation z/z+1 = cos pi/4
Answer by ikleyn(52803) About Me  (Show Source):
You can put this solution on YOUR website!
.
solve the equation z/z+1 = cos pi/4
~~~~~~~~~~~~~~~~~

Starting equation is

    z%2F%28z%2B1%29 = cos%28pi%2F4%29.    (1)


Notice that cos%28pi%2F4%29 = sqrt%282%29%2F2,  so your equation is

    z%2F%28z%2B1%29 = sqrt%282%29%2F2.


For brevity, I will use t for  sqrt%282%29%2F2, so my equation is

    z%2F%28z%2B1%29 = t.    (2)


From (2)

    z = t*(z+1)

    z = tz + t

    z - tz = t

    z(1-t) = t

    z = t%2F%281-t%29 = %28%28sqrt%282%29%2F2%29%29%2F%281-%28sqrt%282%29%2F2%29%29 = sqrt%282%29%2F%282-sqrt%282%29%29 = 2.414214  (rounded)


CHECK.  2.414214%2F%282.414214%2B1%29 = 0.707107 = sqrt%282%29%2F2%29.   ! correct !

Solved.