Math Problem Statement

obtain the billinear transformation which maps 0,i,1 into -1,0,1

Solution

To find the bilinear transformation w=f(z)w = f(z) that maps points z=0,i,1z = 0, i, 1 in the zz-plane to w=1,0,1w = -1, 0, 1 in the ww-plane, we use the general form of a bilinear (or Möbius) transformation:

w=az+bcz+d,w = \frac{az + b}{cz + d}, where a,b,c,da, b, c, d are complex constants satisfying adbc0ad - bc \neq 0.


Step-by-Step Solution:

  1. Mapping conditions:

    • f(0)=1f(0) = -1: Substituting z=0z = 0 and w=1w = -1: 1=bd.-1 = \frac{b}{d}. Thus, b=db = -d.

    • f(i)=0f(i) = 0: Substituting z=iz = i and w=0w = 0: 0=ai+bci+d.0 = \frac{ai + b}{ci + d}. Since b=db = -d, this becomes: 0=aidci+d.0 = \frac{ai - d}{ci + d}. Therefore, aid=0ai - d = 0, which gives: d=ai.d = ai.

    • f(1)=1f(1) = 1: Substituting z=1z = 1 and w=1w = 1: 1=a+bc+d.1 = \frac{a + b}{c + d}. Substituting b=db = -d and d=aid = ai, this becomes: 1=aaic+ai.1 = \frac{a - ai}{c + ai}.

  2. Simplifying cc: Rewrite aai=a(1i)a - ai = a(1 - i) and c+ai=c+aic + ai = c + ai. Thus: 1=a(1i)c+ai.1 = \frac{a(1 - i)}{c + ai}. Cross-multiply to get: c+ai=a(1i).c + ai = a(1 - i). Separating real and imaginary parts: c=a,ai=ai,c = a, \quad ai = -ai, leading to simplify the constants a,b,c,da, b, c, d further.


Step 2: Refining Parameters

At this stage, we know:

  • b=db = -d,
  • d=aid = ai,
  • c=ac = a.

We substitute these relationships into the bilinear transformation and adjust it to ensure it maps the given points exactly.

Full Solution

The bilinear transformation is now:

w=azdcz+d.w = \frac{az - d}{cz + d}.

Substituting b=db = -d, d=aid = ai, and c=ac = a:

w=azaiaz+ai.w = \frac{a z - ai}{a z + ai}.

Factor aa from numerator and denominator:

w=ziz+i.w = \frac{z - i}{z + i}.

This is the desired bilinear transformation.


Verification

To confirm the transformation w=ziz+iw = \frac{z - i}{z + i} satisfies the given mappings:

  1. z=0z = 0: w=0i0+i=ii=1.w = \frac{0 - i}{0 + i} = \frac{-i}{i} = -1.

  2. z=iz = i: w=iii+i=02i=0.w = \frac{i - i}{i + i} = \frac{0}{2i} = 0.

  3. z=1z = 1: w=1i1+i.w = \frac{1 - i}{1 + i}. Multiply numerator and denominator by the conjugate of the denominator: w=(1i)(1i)(1+i)(1i)=12i+i21i2=12i11+1=2i2=1.w = \frac{(1 - i)(1 - i)}{(1 + i)(1 - i)} = \frac{1 - 2i + i^2}{1 - i^2} = \frac{1 - 2i - 1}{1 + 1} = \frac{-2i}{2} = 1.

Thus, the mapping is correct.


Final Transformation

The bilinear transformation is:

w=ziz+i.w = \frac{z - i}{z + i}.


Questions:

  1. How does bilinear transformation preserve angles?
  2. Can this transformation map other sets of points with similar methods?
  3. What happens to the unit circle under this transformation?
  4. How is the cross-ratio used in deriving bilinear transformations?
  5. Can this be extended to map 3D points (using complex projective geometry)?

Tip: When solving bilinear transformations, always verify your solution by checking all mapping conditions explicitly.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Complex Analysis
Bilinear Transformation
Möbius Transformation

Formulas

w = (az + b) / (cz + d)
Cross-ratio preservation: (z1, z2; z3, z4) = (w1, w2; w3, w4)

Theorems

Möbius Transformation Properties
Mapping of three points uniquely determines a bilinear transformation

Suitable Grade Level

Undergraduate Level (Complex Analysis)