Complex Numbers: Definitions, Absolute Value, Complex Conjugate, and Polar Coordinates, Study notes of Calculus

Definitions, theorems, and facts about complex numbers, including addition, multiplication, absolute value, complex conjugate, and polar coordinates. The author proves the existence of multiplicative inverses and the triangle inequality.

Typology: Study notes

2010/2011

Uploaded on 10/08/2011

deville
deville 🇺🇸

4.7

(23)

390 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
The Complex Field
Adrian Down
August 30, 2005
1 Definitions
Definition. The set Cof all complex numbers is the set of all possible pairs
of real numbers (x, y)
Want to make an algebra, so must define addition and multiplication.
Definition.
(x, y)+(u, v) = (x+u, y +v)
(x, y)(u, v) = (xu y v, xv +yu)
Theorem. Cwith the above definition of +,·is a field
This is too much to prove, so we only prove one of the field properties.
Proof. Multiplicative inverses exist. Given z= (x, y)6= (0,0). Claim the
inverse is
w=x
x2+y2,y
x2+y2
Want to get that z·w= 1. Multiply out and do algebra.
This is how you prove a simple existence statement: find one and show
that it has the desired properties.
Definition. ıis the complex number (0,1). We can write 1 instead of ı.
Identify Rwith a subset of Cvia the one-to-one correspondence x
(x, 0). This correspondence preserves sums and products.
Definition. x+ıy is the complex number (x, y), where x, y R.
Now we are back to the usual notation. To multiply, expand and use the
identity ı2=1.
1
pf3

Partial preview of the text

Download Complex Numbers: Definitions, Absolute Value, Complex Conjugate, and Polar Coordinates and more Study notes Calculus in PDF only on Docsity!

The Complex Field

Adrian Down

August 30, 2005

1 Definitions

Definition. The set C of all complex numbers is the set of all possible pairs of real numbers (x, y)

Want to make an algebra, so must define addition and multiplication.

Definition.

(x, y) + (u, v) = (x + u, y + v) (x, y)(u, v) = (xu − yv, xv + yu)

Theorem. C with the above definition of +, · is a field

This is too much to prove, so we only prove one of the field properties.

Proof. Multiplicative inverses exist. Given z = (x, y) 6 = (0, 0). Claim the inverse is

w =

x x^2 + y^2

y x^2 + y^2

Want to get that z · w = 1. Multiply out and do algebra.

This is how you prove a simple existence statement: find one and show that it has the desired properties.

Definition. ı is the complex number (0, 1). We can write

−1 instead of ı. Identify R with a subset of C via the one-to-one correspondence x → (x, 0). This correspondence preserves sums and products.

Definition. x + ıy is the complex number (x, y), where x, y ∈ R.

Now we are back to the usual notation. To multiply, expand and use the identity ı^2 = −1.

2 Absolute value

Definition.

|z| =

x^2 + y^2

Definition. Complex conjugate

z¯ = x − ıy if z = x + ıy

Facts:

z · z¯ = |z|^2

z ·

¯z |z|^2

z

z¯ |z|^2

, ∀z 6 = 0

|z · w| = |z| · |w| |z + w| ≤ |z| + |w|

The last of these is called the triangle inequality. Note that there is no reasonable ordering (≤ and ≥) for the complex numbers, as there is for the reals.

Proof. Proof of the triangle inequality to practice with inequalities and com- plex numbers. Note that |z + w|, |z| + |w| are positive real numbers ⇒

|z + w| ≤ |z| + |w| ⇔ |z + w|^2 ≤ (|z| + |w|)^2 |z + w|^2 = |(x + u) + ı(y + v)|^2 = (x + u)^2 + (y + v)^2 (|z| + |w|)^2 = |z| + 2|z| · |w| + |w|^2 = (x^2 + y^2 ) + (u^2 + v^2 ) + 2|z| · |w|

So our proof is finished if we can prove

x^2 + 2xu + u^2 + y^2 + 2yv + v^2 ≤ x^2 + y^2 + u^2 + v^2 + 2|z| · |w| 2(xu + yv) ≤ 2 |z| · |w|

The magnitudes still contain a square root, so square again to get rid of it. Note that this time the left hand side could be negative. Want to get

xu + yv ≤ |z| · |w|