2 Vector Products. 2.0 Complex Numbers. (a~e 1 + b~e 2 )(c~e 1 + d~e 2 )=(ac bd)~e 1 +(ad + bc)~e 2

Size: px
Start display at page:

Download "2 Vector Products. 2.0 Complex Numbers. (a~e 1 + b~e 2 )(c~e 1 + d~e 2 )=(ac bd)~e 1 +(ad + bc)~e 2"

Transcription

1 Vector Products Copyright 07, Gregory G. Smith 8 September 07 Unlike for a pair of scalars, we did not define multiplication between two vectors. For almost all positive n N, the coordinate space R n cannot be equipped with a second binary operation which behaves like multiplication a reasonable vector product would be nontrivial, associative, and distributive. Nevertheless, this chapter focuses on the special cases in which there exists such a vector product..0 Complex Numbers How is vector multiplication on R defined? The complex numbers may viewed as R with a vector product..0.0 Theorem (Complex Numbers). The coordinate space R together with vector product defined by (a~e + b~e )(c~e + d~e )=(ac bd)~e +(ad + bc)~e, ~e + ~e ~e +~e for all a, b, c, d R, forms a field of scalars. Proof. Since Section. already demonstrates that vector addition in R satisfies the four properties for a field of scalars that only involve addition, it suffices to verify the five properties that involve multiplication. Let a, b, c, d, e, f R denote arbitrary real numbers. The commutativity, associativity, and distributivity of addition and multiplication in R give Figure.0: Complex multiplication: ~e (~e +~e )= ~e + ~e (a~e + b~e )(c~e + d~e )=(ac bd)~e +(ad + bc)~e =(ca db)~e +(da + cb)~e =(c~e + d~e )(a~e + b~e ), (a~e + b~e )(c~e + d~e ) (e~e + f ~e )= (ac bd)e (ad + bc) f ~e + (ac bd) f +(ad + bc)e ~e = a(ce df) b(cf + de) ~e + a(cf + de)+b(ce df) ~e =(a~e + b~e ) (c~e + d~e )(e~e + f ~e ),

2 linear algebra (a~e + b~e ) (c~e + d~e )+(e~e + f ~e ) = a(c + e) b(d + f ) ~e + a(d + f )+b(c + e) ~e i i i i Figure.: Multiplication table for the complex units (a~e + b~e ) = (ac bd)+(ae bf) ~e + (ad + bc)+(af + be) ~e =(a~e + b~e )(c~e + d~e )+(a~e + b~e )(e~e + f ~e ), which establishes the commutativity, associativity, and distributivity for vector multiplication on R. To prove the existence of a multiplicative identity, we observe that (~e + 0~e )(a~e + b~e )=(a 0)~e +(0 + b)~e = a~e + b~e. Lastly, if a~e + b~e 6=~0, then we have a + b 6= 0 and b a a + b ~e = + b ab + ab a + b ~e + a + b a a + b ~e ~e = ~e + 0~e, b = In(z) Im z = a + b i a = Re(z) Re Figure.: Points in the complex plane correspond to complex numbers so every nonzero vector in R has a multiplicative inverse..0. Notation. The complex numbers are denoted by C. Traditionally, one identifies the vectors ~e,~e R with the complex units, i C, so a~e + b~e = a + b i and the multiplicative identity is. When a single symbol z := a + b i is used, its real part is a := Re(z) R and its imaginary part is b := Im(z) R. We identify R with the subset of complex number in which the imaginary part is zero. Alternatively, we have C = R( p )..0. Problem. Determine the square roots of 7 4 i. Solution. Suppose that the complex number a + b i, where a, b R, satisfies the equation 7 4 i = (a + b i) = (a b )+ab i. It follows that a b = 7 and ab = 4, so we have a = /b and b b = 7. Multiplying by b and gathering terms gives 0 = b 4 7b 44 =(b 6)(b + 9) =(b 4)(b + 4)(b + 9). Since b R, we deduce that b = ±4 and a = 3, which means that the square roots are 3 4 i and i..0.3 Proposition. If z C then there exists w C such that w = z. Moreover, the additive inverse w also satisfies this equation. Figure.3: Intersection of the hyperbolas x y = a and xy = b when b > 0 Proof. Suppose that z = a + b i where a, b R. Consider w = x + y i, where x, y R, and (x y )+xy i =(x + y i) = w = z = a + b i. It follows that x y = a and xy = b, so we have x = y b and b y y = a. Multiplying by y and gathering terms gives 0 = y 4 + ay b = y a+p a +b y a+p a +b q q = y y + y + a+p a +b a+ p a +b a+ p a +b,

3 vector products 3 because p a + b > p a = a > a. Since y R, we conclude that s a + p a y = ± + b, s x = b y = ± sgn(b) b and w = ± s a + p s a sgn(b) + b + s a + p a + b = ± sgn(b) a + p a + b a + p! a + b i. The signum function of a real number x is defined to be ( if x < 0, sgn(x) := if x > 0. For all x R, we have x = sgn(x) x..0.4 Problem. Solve the equation t +( + i)t +( + 5i)=0. Solution. Completing the square yields 0 = t +( + i)t +( + 5i)= t + (i )t +(i ) i +( + 5i), so we obtain t +(i ) = i + 4 5i = 4 ( 7 4 i). The previous problem shows that the square roots of 7 4 i are ±(3 4i), so t + i = (±3 4i) and t equals 3 i or + i..0.5 Theorem (Fundamental theorem of algebra). Every polynomial in one variable with coefficients in the complex numbers is has a complex root. More explicitly, for any a positive integer n N and any complex numbers a 0, a,...,a n C, there exists z C such that z n + a n z n + a n z n + + a z + a 0 = 0. Comment on the proof. Despite its name, there is no purely algebraic proof; any proof must use the "completeness" of the real numbers. Exercises.0.6 Problem. Determine which of the following statements are true. If a statement is false, then provide a counterexample. i. Each complex number corresponds to exactly one vector in R. ii. Real numbers are not complex numbers. iii. The imaginary part of a complex number is a real number. iv. The real number has a unique square root in C..0.7 Problem. Show that complex multiplication is compatible with scalar multiplication; for all a, b, c R, we have c(a + b i) =ac + bc i..0.8 Problem. Determine every complex number such that its multiplicative inverse equals its additive inverse..0.9 Problem (Impossibility of order). Show that the following two conditions cannot both be satisfied.

4 4 linear algebra For all z C, one and only one of the relations z > 0, z > 0, and z > 0 is valid. If w > 0 and z > 0, then w + z > 0 and wz > Problem. Prove that the three numbers z, z, z 3 C with z 6= z are collinear if and only if z 3 z z z R..0. Problem. Prove that the four numbers z, z, z 3, z 4 C with z 6= z 4, z 6= z 3, and not all on the same line, lie on a circle if and only if (z z )(z 3 z 4 ) (z z 4 )(z z 3 ) R..0. Problem. Find all w C such that b Im z = a + b i w +( + 5i)w +( 0 + 5i)=0. Express your solution(s) in the form w = a + b i where a, b R. Re a b z = a b i Figure.4: Complex conjugate.0.3 Problem (Properties of the complex conjugate). For any number z = x + y i C with x, y R, its complex conjugate is the number z := a b i C. Geometrically, the complex conjugate is the reflection of the corresponding vector in the real axis. For all z, w C, establish the following properties of the complex conjugate. i. z + w = z + w ii. zw = z w iii. Re(z) = (z + z) and Im(z) = i (z z) iv. z z = z v. z = z if and only if z is a real number.

5 vector products 5. Complex Geometry How can we visualize multiplication of complex numbers? For a complex number z = a + b i where a, b R, the absolute value is z := p a + b which is the magnitude of the underlying vector in R. The argument of z is the angle arg(z) that the vector in R makes with the positive real axis. Since the argument is measured in radians, arg(z) can be changed be any integer multiple of p without changing the angle. Often, one chooses the angle such that p 6 arg(z) 6 p. Since z = a + b i = z cos arg(z) + z sin arg(z) i, we see that the absolute value and argument determine a complex number...0 Problem. Find the absolute value and argument of the complex number z := + i. Solution. By definition, we have z = p ( ) +() = p. Since tan arg(z) = = and Re(z) < 0, it follows that z sin arg(z) Im z arg(z) z cos arg(z) Figure.5: Polar form of z C Re arg(z) =arctan( )+p = p 4 + p = 3p 4... Proposition (Geometric multiplication). For all z, w C, we have zw = z w and arg(zw) = arg(z) +arg(w), so multiplication by a complex number is given by a rotation in the counterclockwise direction by the argument and a rescaling of the magnitude by the absolute value. Proof. Setting q := arg(z) and f := arg(z), we have + i p Im 3p 4 Re z = z cos(q) + sin(q) i and w = w cos(f) + sin(f) i. Figure.6: Polar form of Hence, the addition formula for trigonometric functions gives zw = z cos(q) +sin(q) i w cos(f) +sin(f) i = z w cos(q) cos(f) sin(q) sin(f) + cos(q) sin(f) +sin(q) cos(f) i + i C = z w cos(q + f) +sin(q + f) i, which yields the required formula... Corollary (De Moivre s Formula). Let z = r cos(q) + sin(q) i be a complex number with z = r and arg(z) =q. For all m N, we have z m = z m and arg(z m )=m arg(z), so z m = r m cos(mq)+sin(mq) i. The lowercase "theta" q is the eighth letter in the Greek alphabet, and is often used to denote an angle. Proof. We proceed by induction on m. The base case has m = 0 and z 0 =, so z 0 = = z 0 and arg(z 0 )=0 = 0 arg(z). Suppose that m > 0. The geometry of complex multiplication and the induction hypothesis imply z m = zz m = z z m = z z m = z m and arg(z m )=arg(zz m )=arg(z)+arg(z m ) = arg(z) +(m ) arg(z) = m arg(z).

6 6 linear algebra..3 Problem. Express cos(3q) in terms of cos(q) and sin(q). Solution. De Moivre s Formula for r = and m = 3 gives cos(3q)+sin(3q) i = cos(q)+sin(q)i 3 = cos 3 (q)+3 cos (q) sin(q) i 3 cos(q) sin (q) sin 3 (q) i, p + 3 i p 3 i Im Figure.7: Third roots of unit Re so taking real parts produces cos(3q) =cos 3 (q) 3 cos(q) sin (q)...4 Problem. Find three solutions to the equation z 3 =. Solution. Since = cos(p) + sin(p) i, consider the complex number z = cos pk 3 + sin pk 3 i for 0 6 k 6. De Moivre s Formula shows that z 3 = and arg(z 3 )=pk, so the solutions corresponding p p to k = 0,, are, + 3 i, and 3 i respectively. What is the exponential of a complex number? The exponential function exp(x) =e x equals the power series x  j j! = + x + x! + x3 3! + j=0 for all x R. To extend this function to C, it would be most natural to define e y i (y i) (y i) (y i)3 to be +! +! + 3! + for y R. Of course, to make this rigorous, we would need to discuss convergence in C which we will not do here. Nevertheless, a slight rearrangement and recognizing the power series for cos(y) and sin(y) yield exp(y i) =e y i = y! + y4 4! + y y 3 3! + y5 5! i = cos(y)+sin(y) i. This discussion can be strengthened to prove the next theorem. The equation e p i + = 0 unites the five most important numbers and the seven most important symbols in mathematics...5 Theorem (Euler s formula). For a complex number z = x + y i where x, y R, we have exp(z) = e z = e x cos(y) +sin(y) i, so we obtain e z = e x = exp Re(z), arg(e z )=y = Im(z), and z = z exp arg(z) i...6 Proposition (Properties of exp(z)). For all z, w C, we have the following. i. The exponential function is multiplicative: e z+w = e z e w. ii. The exponential function is never zero: e z 6= 0. iii. We have e z = if and only if z = pm i for some m Z. Proof. i. Euler s Formula and the multiplicative property of the real exponential function yield e z+w = exp Re(z + w) = exp Re(z)+Re(w) = e z e w, arg(e z+w )=Im(z + w) =Im(z)+Im(w) =arg(e z )+arg(e w ), so the geometry of complex multiplication shows that e z+w = e z e w.

7 vector products 7 ii. The multiplicative property implies that e z e z = e z z = e 0 =, so e z 6= 0. iii. If z = x + yi with x, y R, then the equation e z =, together with Euler s Formula, implies that e x = and x = 0. Hence, we have = e y i = cos(y)+sin(y) i, so cos(y) = and sin(y) =0 which means that y = pm for some m Z. Exercises..7 Problem. Determine which of the following statements are true. If a statement is false, then provide a counterexample. i. The absolute value of a complex number is a real number. ii. The argument of a complex number is a real number. iii. The argument of a sum of complex numbers equals the sum of the arguments. iv. The exponential function is periodic...8 Problem. Compute ( + i) Problem. Given two complex numbers z := r cos(q) + sin(q) i with r, q R and w := s cos(f)+sin(f) i 6= 0 with s, f R, show that z w = r cos(q f)+sin(q f) i. s..0 Problem. Simplify ( i)0 ( p 3 + i) p 5. ( 3i) 0.. Problem. For z, w C, show that z + w + z w = ( z + w )... Problem. If z, w C satisfy z = w = and zw 6=, then demonstrate that z + w + zw R...3 Problem. Find all z C such that z = and z z + z z =...4 Problem. For 0 < q < p, calculate the polar representation of z = + cos(q)+sin(q) i...5 Problem. Prove the following related identities. i. For all z, w C, show that zw = z w by using complex conjugates. ii. For all a, b, c, d R, show that (ac bd) +(ad + bc) =(a + b )(c + d ).

8 8 linear algebra p..6 Problem. Consider the complex numbers z := 3 3i and w := + p 3 i. i. Find zw and z/w. Give your answer in the form x + y i where x, y R. ii. Put z and w into polar form re q i = r cos(q)+sin(q) i. Find zw and z/w using the polar form and verify that you get the same answer as in part (a)...7 Problem. For any complex number z := r cos(q) +sin(q) i where r, q R, show that the n-th roots are r /n cos q+pk n + sin q+pk n i for k N with k < n...8 Problem. For all z C, we define sin(z) := ez i e z i i and For z, w C, prove the following identities. i. sin (z)+cos (z) =; ii. sin(z + w) = sin(z) cos(w) +cos(z) sin(w); iii. cos(z + w) = cos(z) cos(w) sin(z) sin(w). cos(z) := ez i + e z i.

9 vector products 9. The Cross Product How can we multiply vectors in R 3? Although significantly A unit vector has magnitude equals. different than multiplication in a field of scalars, there is a useful ~v vector product on R 3. Geometrically, we associate a magnitude (or ~w nonnegative real number) and a direction (or unit vector) to any pair q ~w of vectors ~v, ~w R 3. The associated magnitude is the area of the parallelogram formed by the two vectors. If 0 6 q 6 p denotes the ~v Figure.8: Area of parallelogram angle between ~v and ~w, then the height of the parallelogram equals k~wk sin(q) and the area of the parallelogram equals k~vk k~wk sin(q). ~w To visualize the associated direction, position the vectors ~v and ~w so that their tails coincide. Orient your right hand so that its edge and all of your finger point in the same direction as ~v. With a flat hand, extend q ~v your thumb so that it perpendicular to your fingers. When curling your fingers through the angle q, from ~v to ~w, your thumb points in the direction of the unit vector ~n. By construction, the normal vector ~n is perpendicular to the plane containing ~v and ~w, and this right-hand ~n Figure.9: The right-hand rule: if ~v and ~w lie in the plane the page, then ~n points out of the page toward the reader. rule chooses one side of the plane. The following two definitions of the cross product are equivalent. (geometry) If the vectors ~v, ~w R 3 are not parallel, then we define ~v ~w := k~vk k~wk sin(q) ~n The geometric definition was made in 878 by W.K. Clifford. The name "cross product" and the notation were introduced in 88 by J.W. Gibbs. where 0 < q < p is the angle between ~v and ~w, and ~n is the unit vector determined by the right-hand rule. If the vectors ~v and ~w are parallel, then we set ~v ~w :=~0. (algebra) For the two vectors ~v := v ~e + v ~e + v 3 ~e 3 R 3 and ~w := w ~e + w ~e + w 3 ~e 3 R 3, we have ~v ~w := (v w 3 v 3 w )~e +(v 3 w v w 3 )~e +(v w v w )~e Problem. Compute ~e j ~e k for all 6 j < k 6 3. Geometric Solution. Since the standard basis ~e,~e,~e 3 consists of pairwise perpendicular unit vectors, the geometric definition of the cross product gives ~e ~e = k~e kk~e k sin p ~e 3 = ~e 3, ~e ~e ~e 3 ~e ~e v v v 3 v v w w w 3 w w Figure.0: The cross product is the sum of the product along the solid diagonals minus the sume of the produces along the dotted diagonals. This mnemonic is named after P.F. Sarrus. ~e ~e 3 = k~e kk~e 3 k sin p ( ~e )= ~e, and ~e ~e 3 = k~e kk~e 3 k sin p ~e = ~e. Algebraic Solution. The algebraic definition of the cross product yields ~e ~e = (0)(0) (0)() ~e + (0)(0) ()(0) ~e + ()() (0)(0) ~e 3 = ~e 3, ~e ~e 3 = (0)() (0)(0) ~e + (0)(0) ()() ~e + ()(0) (0)(0) ~e 3 = ~e, ~e ~e 3 = ()() (0)(0) ~e + (0)(0) (0)() ~e + (0)(0) ()(0) ~e 3 = ~e, because ~e j has in the j-th entry and zero elsewhere for 6 j 6 3.

10 30 linear algebra.. Proposition (Properties of the cross product). For all ~u,~v, ~w R 3 and all c R, we have the following: (anti-commutativity) ~v ~w = (~w ~v) (compatibility with scalar multiplication) ~v (c ~w) =c(~v ~w) =(c ~v) ~w (distributivity) ~u (~v + ~w)=~u ~v + ~u ~w ~e ~e ~e 3 ~e ~0 ~e 3 ~e ~e ~e 3 ~0 ~e ~e 3 ~e ~e ~0 Figure.: Cross product multiplication table for the standard basis vectors Geometric Proof. For ~v R 3, we have ~v ~v = ~0 because ~v is parallel to itself. The right-hand rule tells us that ~v ~w and ~w ~v point in opposite directions. Since the magnitudes of ~v ~w and ~w ~v both equal the area of the parallelogram formed by ~v and ~w, we have ~v ~w = (~w ~v) which establishes anti-commutativity property. Exploiting anti-commutativity, we may assume that c > 0 by interchanging ~v and ~w if necessary. Hence, the compatibility of magnitude with scalar multiplication gives kc~vk k~wk sin(q) =c k~vk k~wk sin(q) =k~vk kc ~wk sin(q), so the compatibility with scalar multiplication follows from the geometric definition. We postpone the proof of distributivity until we have introduced the triple product; see Problem Algebraic Proof. The algebraic definition of the cross product gives ~v ~w =(v w 3 v 3 w )~e +(v 3 w v w 3 )~e +(v w v w )~e 3 = (v 3 w v w 3 )~e +(v w 3 v 3 w )~e +(v w v w )~e 3 = (~w ~v), ~v (c ~w) =(cv w 3 cv 3 w )~e +(cv 3 w cv w 3 )~e +(cv w cv w )~e 3 =(c~v) ~w = c (v 3 w v w 3 )~e +(v w 3 v 3 w )~e +(v w v w )~e 3 = c(~v ~w), ~u (~v + ~w) = u (v 3 + w 3 ) u 3 (v + w ) ~e + u 3 (v + w ) u (v 3 + w 3 ) ~e + u (v + w ) u (v + w ) ~e 3 =(u v 3 u 3 v )~e +(u 3 v u v 3 )~e +(u v u v )~e 3 +(u w 3 u 3 w )~e +(u 3 w u w 3 )~e +(u w u w )~e 3 = ~u ~v + ~u ~w, which establishes the three properties of the cross product. Why do the two definitions of the cross product agree? For any ~u R 3, the anti-commutativity of the cross product means that ~u ~u = (~u ~u), which implies that (~u ~u) =~0 and ~u ~u = ~0. Now, for ~v := v ~e + v ~e + v 3 ~e 3 and ~w := w ~e + w ~e + w 3 ~e 3, the properties of cross product establish that ~v ~w =(v ~e + v ~e + v 3 ~e 3 ) (w ~e + w ~e + w 3 ~e 3 ) = v w (~0 )+v w (~e ~e )+v w 3 (~e ~e 3 ) v w (~e ~e )+v w (~0 )+v w 3 (~e ~e 3 ) v 3 w (~e ~e 3 ) v 3 w (~e ~e 3 )+v 3 w 3 (~0 ). Hence, it suffices to know that geometric and algebraic definitions of the cross products agree on ~e j ~e k where 6 j < k 6 3; see Problem..0.

11 vector products 3 Exercises.. Problem. Determine which of the following statements are true. If a statement is false, then provide a counterexample. i. The cross product of two vectors in R 3 is another vector in R 3. ii. The cross product is defined for any two vectors in R n. iii. The cross product of two vectors is zero if and only if one vector is parallel to the other. iv. The cross product is commutative...3 Problem. For ~u,~v, ~w R 3, simplify the following expressions. i. (~v ~w) (~v + ~w) ii. (~u + ~v + ~w) (~v + ~w)..4 Problem. Show that the cross product is not associative by exhibiting three vectors ~u,~v, ~w R 3 such that (~u ~v) ~w 6= ~u (~v ~w)...5 Problem. Show that the cross product is not cancellative by exhibiting three vectors ~u,~v, ~w R 3 such that ~u 6= ~0, ~v 6= ~w, and ~u ~v = ~u ~w...6 Problem. Find the area of the triangle with edges corresponding to the vectors ~v := ~e +~e 3~e 3, ~w := ~e + 3~e + ~e 3, and ~w ~v...7 Problem. If~r is the position vector locating a particle relative to a fixed point has mass m and velocity ~v, then the angular momentum ~` of the particle relative to the fixed is defined to be ~` := m(~r ~v). A kg object has position vector ~r =(~e + 4~e 3~e 3 ) m and velocity vector ~v =( 6~e + 3~e + 3~e 3 ) m s. Determine the angular momentum of the object about the origin...8 Problem. If a force ~F is applied to a particle and ~r is a position vector locating the particle relative to a fixed point, then the torque on the particle relative to the fixed point is defined to be ~t :=~r ~F. A particle moves in R 3 while a force acts on it. When the particle has the position vector ~r =(~e 5~e +~e 3 ) m, the force is given by ~F =(F ~e + 4~e 3~e 3 ) N, and the corresponding torque about the origin is ~t =(~e + 5~e + t 3 ~e 3 ) N m. Find the scalars F and t Problem. A particle of charge q moving with velocity ~v in the presence of an electric field ~E and a magnetic field ~B experiences the Lorentz force ~F = q(~e + ~v ~B). A particle with 3Ccharge moves in R 3. At one instant, the particle has velocity ~v =(3~e + v ~e ~e 3 ) m s, the electric field is given by ~E =( 4~e + E ~e 8~e 3 ) N C, the magnetic field is given by ~B =(5~e +~e ~e 3 ) N m s C, and the corresponding force is ~F =( 6~e ~e + F 3 ~e 3 ) N. Find the scalars v, E, and F 3.

12 3 linear algebra a c A b C Figure.: The angles a, b, g in the triangle are opposite to the sides a, b, c. b B g a..0 Problem (Law of sines). If a, b, and c are the lengths of the sides in a triangle and a, b, and g are the opposite angles, then prove that using the cross product. sin(a) a = sin(b) b = sin(g) c,

13 vector products 33.3 Quaternions* How is vector multiplication on R 4 defined? The quaternions may viewed as R 4 with a vector product. The quaternions were introduced in 843 by W.R. Hamilton..3.0 Theorem (Quaternions). The coordinate space R 4, together with the vector multiplication defined by ~v~w =(v ~e + v ~e + v 3 ~e 3 + v 4 ~e 4 )(w ~e + w ~e + w 3 ~e 3 + w 4 ~e 4 ) =(v w v w v 3 w 3 v 4 w 4 )~e +(v w + v w + v 3 w 4 v 4 w 3 )~e +(v w 3 v w 4 + v 3 w + v 4 w )~e 3 +(v w 4 + v w 3 v 3 w + v 4 w )~e 4 satisfies the defining properties a field of scalars, except that multiplication is not commutative. Proof. Since Section. already demonstrates that vector addition in R 4 satisfies the four properties for a field of scalars that only involve addition, it suffices to verify the four of the properties that involve vector multiplication. Let ~u,~v, ~w R 4 be arbitrary vectors. The associativity and distributivity of addition and multiplication in R give (~u~v)~w = (u v u v u 3 v 3 u 4 v 4 )w (u v + u v + u 3 v 4 u 4 v 3 )w (u v 3 u v 4 + u 3 v + u 4 v )w 3 (u v 4 + u v 3 u 3 v + u 4 v )w 4 ~e + (u v u v u 3 v 3 u 4 v 4 )w +(u v + u v + u 3 v 4 u 4 v 3 )w +(u v 3 u v 4 + u 3 v + u 4 v )w 4 (u v 4 + u v 3 u 3 v + u 4 v )w 3 ~e + (u v u v u 3 v 3 u 4 v 4 )w 3 (u v + u v + u 3 v 4 u 4 v 3 )w 4 +(u v 3 u v 4 + u 3 v + u 4 v )w +(u v 4 + u v 3 u 3 v + u 4 v )w ~e 3 + (u v u v u 3 v 3 u 4 v 4 )w 4 +(u v + u v + u 3 v 4 u 4 v 3 )w 3 (u v 3 u v 4 + u 3 v + u 4 v )w +(u v 4 + u v 3 u 3 v + u 4 v )w ~e 4 = u (v w v w v 3 w 3 v 4 w 4 ) u (v w + v w + v 3 w 4 v 4 w 3 ) u 3 (v w 3 v w 4 + v 3 w + v 4 w ) u 4 (v w 4 + v w 3 v 3 w + v 4 w ) ~e + u (v w + v w + v 3 w 4 v 4 w 3 )+u (v w v w v 3 w 3 v 4 w 4 ) +u 3 (v w 4 + v w 3 v 3 w + v 4 w ) u 4 (v w 3 v w 4 + v 3 w + v 4 w ) ~e + u (v w 3 v w 4 + v 3 w + v 4 w ) u (v w 4 + v w 3 v 3 w + v 4 w ) +u 3 (v w v w v 3 w 3 v 4 w 4 )+u 4 (v w + v w + v 3 w 4 v 4 w 3 ) ~e 3 + u (v w 4 + v w 3 v 3 w + v 4 w )+u (v w 3 v w 4 + v 3 w + v 4 w ) u 3 (v w + v w + v 3 w 4 v 4 w 3 )+u 4 (v w v w v 3 w 3 v 4 w 4 ) ~e 4 = ~u(~v~w), ~e ~v = ()(v ) (0)(v ) (0)v 3 (0)v 4 ~e + ()(v )+(0)(v )+(0)(v 4 ) (0)(v 3 ) ~e + ()(v 3 ) (0)(v 4 )+(0)(v )+(0)(v ) ~e 3 + ()(v 4 )+(0)(v 3 ) (0)(v )+(0)(v ) ~e 4 = v ~e + v ~e + v 3 ~e 3 + v 4 ~e 4 = ~v,

14 34 linear algebra ~u(~v + ~w) = u (v + w ) u (v + w ) u 3 (v 3 + w 3 ) u 4 (v 4 + w 4 ) ~e + u (v + w )+u (v + w )+u 3 (v 4 + w 4 ) u 4 (v 3 + w 3 ) ~e + u (v 3 + w 3 ) u (v 4 + w 4 )+u 3 (v + w )+u 4 (v + w ) ~e 3 + u (v 4 + w 4 )+u (v 3 + w 3 ) u 3 (v + w )+u 4 (v + w ) ~e 4 = (u v u v u 3 v 3 u 4 v 4 )+(u w u w u 3 w 3 u 4 w 4 ) ~e + (u v + u v + u 3 v 4 u 4 v 3 )+(u w + u w + u 3 w 4 u 4 w 3 ) ~e + (u v 3 u v 4 + u 3 v + u 4 v )+(u w 3 u w 4 + u 3 w + u 4 w ) ~e 3 + (u v 4 + u v 3 u 3 v + u 4 v )+(u w 4 + u w 3 u 3 w + u 4 w ) ~e 4 = ~u~v + ~u~w, which establishes the associativity, existence of a multiplicative identity, and distributivity for vector multiplication in R 4. Lastly, if ~v 6=~0, then we have v + v + v 3 + v 4 6= 0. Hence, commutativity of multiplication in R yields ~v(v ~e v ~e v 3 ~e 3 v 4 ~e 4 )=(v + v + v 3 + v 4 )~e +( v v + v v v 3 v 4 + v 4 v 3 )~e +( v v 3 + v v 4 + v 3 v v 4 v )~e 3 ( v v 4 v v 3 + v 3 v v 4 v )~e 4 =(v + v + v 3 + v 4 )~e, so (v + v + v 3 + v 4 ) (v ~e v ~e v 3 ~e 3 v 4 ~e 4 ) R 4 is the multiplicative inverse of the vector ~v. i j k i j k i i k j j j k i k k j i Figure.3: The multiplication table for the quaternion units.3. Notation. The quaternions are denoted by H. Traditionally, one identifies the standard basis vectors ~e,~e,~e 3,~e 4 R with the quaternion units, i, j, k H, so a~e + b~e + c~e 3 + d~e 4 = a + b i + c j + d k and the multiplicative identity is..3. Problem. Show that quaternion units satisfy the relations i = j = k = ijk=. Solution. The definition of the multiplication in H implies that i = (0)(0) ()() (0)(0) (0)(0) + (0)()+()(0)+(0)(0) (0)(0) i + (0)(0) ()(0)+(0)(0)+(0)() j + (0)(0)+()(0) (0)()+(0)(0) k =, j = (0)(0) (0)(0) ()() (0)(0) + (0)(0)+(0)(0)+()(0) (0)() i + (0)() (0)(0)+()(0)+(0)(0) j + (0)(0)+(0)() ()(0)+(0)(0) k =, k = (0)(0) (0)(0) (0)(0) ()() + (0)(0)+(0)(0)+(0)() ()(0) i + (0)(0) (0)()+(0)(0)+()(0) j + (0)()+(0)(0) (0)(0)+()(0) k =, ij= (0)(0) ()(0) (0)() (0)(0) + (0)(0)+()(0)+(0)(0) (0)() i + (0)() ()(0)+(0)(0)+(0)(0) j + (0)(0)+()() (0)(0)+(0)(0) k = k, and i j k = k =.

15 vector products 35 Exercises.3.3 Problem. Determine which of the following statements are true. If a statement is false, then provide a counterexample. i. The quaternions form a field of scalars. ii. The quaternion units satisfy j i = i j..3.4 Problem. From the basic relations i = j = k = ijk = deduce the following relations: ii=, ij= k, ik= j, ji= k, jj=, jk= i, ki= j, kj= i, kk=..3.5 Problem. For any numbers v, v, v 3, w, w, w 3 R, consider the quaternions p := v i + v j + v 3 k H and q := w i + w j + w 3 k H, and the corresponding vectors ~p := v ~e + v ~e + v 3 ~e 3 R 3 and ~q := w ~e + w ~e + w 3 ~e 3 R 3. How is the quaternion product pq related to the cross product ~p ~q?.3.6 Problem (Properties of the quaternion conjugate). For any quaternion p := v + v i + v 3 j + v 4 k H, with v, v, v 3, v 4 R, its conjugate q is p := v v i v 3 j v 4 k H and its absolute value is p := v + v + v 3 + v 4. For all p, q H, verify the following properties of the quaternion conjugate. i. pq = q p ii. p = p iii. p p = p iv. p + p R.3.7 Problem. Prove the following related identities. i. For all p, q H, show that pq = p q. ii. For all v, v, v 3, v 4, w, w, w 3, w 4 R, show that (v + v + v 3 + v 4 )(w + w + w 3 + w 4 )=(v w v w v 3 w 3 v 4 w 4 ).3.8 Problem. If h H, then show that there exists a, b R such that h = ah+ b..3.9 Problem. If h H, then evaluate the expression h i h i + i h i h i h i h h i h i..3.0 Problem. For any h := a i + b j + c k H such that a, b, c R and a + b + c =, then prove that h = 0, which show that quadratic polynomials may have infinitely many roots over H. +(v w + v w + v 3 w 4 v 4 w 3 ) +(v w 3 v w 4 + v 3 w + v 4 w ) +(v w 4 + v w 3 v 3 w + v 4 w ).

3 Scalar Product. 3.0 The Dot Product. ~v ~w := v 1 w 1 + v 2 w v n w n.

3 Scalar Product. 3.0 The Dot Product. ~v ~w := v 1 w 1 + v 2 w v n w n. 3 Scalar Product Copyright 2017, Gregory G. Smith 28 September 2017 Although vector products on R n are rare, every coordinate space R n is equipped with a binary operation that sends two vectors to a

More information

The Cross Product. In this section, we will learn about: Cross products of vectors and their applications.

The Cross Product. In this section, we will learn about: Cross products of vectors and their applications. The Cross Product In this section, we will learn about: Cross products of vectors and their applications. THE CROSS PRODUCT The cross product a x b of two vectors a and b, unlike the dot product, is a

More information

Exponential and Trigonometric functions

Exponential and Trigonometric functions Exponential and Trigonometric functions Our toolkit of concrete holomorphic functions is woefully small. We will now remedy this by introducing the classical exponential and trigonometric functions using

More information

7 Matrix Operations. 7.0 Matrix Multiplication + 3 = 3 = 4

7 Matrix Operations. 7.0 Matrix Multiplication + 3 = 3 = 4 7 Matrix Operations Copyright 017, Gregory G. Smith 9 October 017 The product of two matrices is a sophisticated operations with a wide range of applications. In this chapter, we defined this binary operation,

More information

Course MA2C02, Hilary Term 2010 Section 4: Vectors and Quaternions

Course MA2C02, Hilary Term 2010 Section 4: Vectors and Quaternions Course MA2C02, Hilary Term 2010 Section 4: Vectors and Quaternions David R. Wilkins Copyright c David R. Wilkins 2000 2010 Contents 4 Vectors and Quaternions 47 4.1 Vectors...............................

More information

In Z: x + 3 = 2 3x = 2 x = 1 No solution In Q: 3x = 2 x 2 = 2. x = 2 No solution. In R: x 2 = 2 x = 0 x = ± 2 No solution Z Q.

In Z: x + 3 = 2 3x = 2 x = 1 No solution In Q: 3x = 2 x 2 = 2. x = 2 No solution. In R: x 2 = 2 x = 0 x = ± 2 No solution Z Q. THE UNIVERSITY OF NEW SOUTH WALES SCHOOL OF MATHEMATICS AND STATISTICS MATH 1141 HIGHER MATHEMATICS 1A ALGEBRA. Section 1: - Complex Numbers. 1. The Number Systems. Let us begin by trying to solve various

More information

Section 3: Complex numbers

Section 3: Complex numbers Essentially: Section 3: Complex numbers C (set of complex numbers) up to different notation: the same as R 2 (euclidean plane), (i) Write the real 1 instead of the first elementary unit vector e 1 = (1,

More information

1 Complex numbers and the complex plane

1 Complex numbers and the complex plane L1: Complex numbers and complex-valued functions. Contents: The field of complex numbers. Real and imaginary part. Conjugation and modulus or absolute valued. Inequalities: The triangular and the Cauchy.

More information

Math 632: Complex Analysis Chapter 1: Complex numbers

Math 632: Complex Analysis Chapter 1: Complex numbers Math 632: Complex Analysis Chapter 1: Complex numbers Spring 2019 Definition We define the set of complex numbers C to be the set of all ordered pairs (a, b), where a, b R, and such that addition and multiplication

More information

Chapter 8 Vectors and Scalars

Chapter 8 Vectors and Scalars Chapter 8 193 Vectors and Scalars Chapter 8 Vectors and Scalars 8.1 Introduction: In this chapter we shall use the ideas of the plane to develop a new mathematical concept, vector. If you have studied

More information

M361 Theory of functions of a complex variable

M361 Theory of functions of a complex variable M361 Theory of functions of a complex variable T. Perutz U.T. Austin, Fall 2012 Lecture 4: Exponentials and logarithms We have already been making free use of the sine and cosine functions, cos: R R, sin:

More information

Formulas to remember

Formulas to remember Complex numbers Let z = x + iy be a complex number The conjugate z = x iy Formulas to remember The real part Re(z) = x = z+z The imaginary part Im(z) = y = z z i The norm z = zz = x + y The reciprocal

More information

Complex Numbers. Introduction

Complex Numbers. Introduction 10 Assessment statements 1.5 Complex numbers: the number i 5 1 ; the term s real part, imaginary part, conjugate, modulus and argument. Cartesian form z 5 a 1 ib. Sums, products and quotients of complex

More information

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 1. HW 1: Due September 4 1.1.21. Suppose v, w R n and c is a scalar. Prove that Span(v + cw, w) = Span(v, w). We must prove two things: that every element

More information

Complex Analysis Homework 1: Solutions

Complex Analysis Homework 1: Solutions Complex Analysis Fall 007 Homework 1: Solutions 1.1.. a) + i)4 + i) 8 ) + 1 + )i 5 + 14i b) 8 + 6i) 64 6) + 48 + 48)i 8 + 96i c) 1 + ) 1 + i 1 + 1 i) 1 + i)1 i) 1 + i ) 5 ) i 5 4 9 ) + 4 4 15 i ) 15 4

More information

Syllabus: for Complex variables

Syllabus: for Complex variables EE-2020, Spring 2009 p. 1/42 Syllabus: for omplex variables 1. Midterm, (4/27). 2. Introduction to Numerical PDE (4/30): [Ref.num]. 3. omplex variables: [Textbook]h.13-h.18. omplex numbers and functions,

More information

AH Complex Numbers.notebook October 12, 2016

AH Complex Numbers.notebook October 12, 2016 Complex Numbers Complex Numbers Complex Numbers were first introduced in the 16th century by an Italian mathematician called Cardano. He referred to them as ficticious numbers. Given an equation that does

More information

5. Vector Algebra and Spherical Trigonometry (continued)

5. Vector Algebra and Spherical Trigonometry (continued) MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Section 5: Vector Algebra and Spherical Trigonometry David R. Wilkins 5.1. Vectors in Three-Dimensional

More information

Contents. D. R. Wilkins. Copyright c David R. Wilkins

Contents. D. R. Wilkins. Copyright c David R. Wilkins MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Section 5: Vector Algebra and Spherical Trigonometry D. R. Wilkins Copyright c David R. Wilkins 2015

More information

1 Review of complex numbers

1 Review of complex numbers 1 Review of complex numbers 1.1 Complex numbers: algebra The set C of complex numbers is formed by adding a square root i of 1 to the set of real numbers: i = 1. Every complex number can be written uniquely

More information

COMPLEX NUMBERS AND QUADRATIC EQUATIONS

COMPLEX NUMBERS AND QUADRATIC EQUATIONS Chapter 5 COMPLEX NUMBERS AND QUADRATIC EQUATIONS 5. Overview We know that the square of a real number is always non-negative e.g. (4) 6 and ( 4) 6. Therefore, square root of 6 is ± 4. What about the square

More information

Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound

Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound Copyright 2018 by James A. Bernhard Contents 1 Vector spaces 3 1.1 Definitions and basic properties.................

More information

Objective 1. Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI FINDING THE CROSS PRODUCT OF TWO VECTORS

Objective 1. Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI FINDING THE CROSS PRODUCT OF TWO VECTORS Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI In this lesson you will learn how to find the cross product of two vectors how to find an orthogonal vector to a plane defined by two vectors how

More information

Chapter One Complex Numbers

Chapter One Complex Numbers Chapter One Complex Numbers 1.1 Introduction. Let us hark back to the first grade when the only numbers you knew were the ordinary everyday integers. You had no trouble solving problems in which you were,

More information

Chapter 3: Complex Numbers

Chapter 3: Complex Numbers Chapter 3: Complex Numbers Daniel Chan UNSW Semester 1 2018 Daniel Chan (UNSW) Chapter 3: Complex Numbers Semester 1 2018 1 / 48 Philosophical discussion about numbers Q In what sense is 1 a number? DISCUSS

More information

MATH 135: COMPLEX NUMBERS

MATH 135: COMPLEX NUMBERS MATH 135: COMPLEX NUMBERS (WINTER, 010) The complex numbers C are important in just about every branch of mathematics. These notes 1 present some basic facts about them. 1. The Complex Plane A complex

More information

3 + 4i 2 + 3i. 3 4i Fig 1b

3 + 4i 2 + 3i. 3 4i Fig 1b The introduction of complex numbers in the 16th century was a natural step in a sequence of extensions of the positive integers, starting with the introduction of negative numbers (to solve equations of

More information

Physics 307. Mathematical Physics. Luis Anchordoqui. Wednesday, August 31, 16

Physics 307. Mathematical Physics. Luis Anchordoqui. Wednesday, August 31, 16 Physics 307 Mathematical Physics Luis Anchordoqui 1 Bibliography L. A. Anchordoqui and T. C. Paul, ``Mathematical Models of Physics Problems (Nova Publishers, 2013) G. F. D. Duff and D. Naylor, ``Differential

More information

Solutions to Tutorial for Week 3

Solutions to Tutorial for Week 3 The University of Sydney School of Mathematics and Statistics Solutions to Tutorial for Week 3 MATH9/93: Calculus of One Variable (Advanced) Semester, 08 Web Page: sydney.edu.au/science/maths/u/ug/jm/math9/

More information

Mathematics of Imaging: Lecture 3

Mathematics of Imaging: Lecture 3 Mathematics of Imaging: Lecture 3 Linear Operators in Infinite Dimensions Consider the linear operator on the space of continuous functions defined on IR. J (f)(x) = x 0 f(s) ds Every function in the range

More information

Discrete mathematics I - Complex numbers

Discrete mathematics I - Complex numbers Discrete mathematics I - Emil Vatai (based on hungarian slides by László Mérai) 1 January 31, 018 1 Financed from the financial support ELTE won from the Higher Education Restructuring

More information

Chapter 1. Complex Numbers. Dr. Pulak Sahoo

Chapter 1. Complex Numbers. Dr. Pulak Sahoo Chapter 1 Complex Numbers BY Dr. Pulak Sahoo Assistant Professor Department of Mathematics University Of Kalyani West Bengal, India E-mail : sahoopulak1@gmail.com 1 Module-1: Basic Ideas 1 Introduction

More information

Student Solutions Manual. for. Web Sections. Elementary Linear Algebra. 4 th Edition. Stephen Andrilli. David Hecker

Student Solutions Manual. for. Web Sections. Elementary Linear Algebra. 4 th Edition. Stephen Andrilli. David Hecker Student Solutions Manual for Web Sections Elementary Linear Algebra th Edition Stephen Andrilli David Hecker Copyright, Elsevier Inc. All rights reserved. Table of Contents Lines and Planes and the Cross

More information

Complex numbers, the exponential function, and factorization over C

Complex numbers, the exponential function, and factorization over C Complex numbers, the exponential function, and factorization over C 1 Complex Numbers Recall that for every non-zero real number x, its square x 2 = x x is always positive. Consequently, R does not contain

More information

8. Complex Numbers. sums and products. basic algebraic properties. complex conjugates. exponential form. principal arguments. roots of complex numbers

8. Complex Numbers. sums and products. basic algebraic properties. complex conjugates. exponential form. principal arguments. roots of complex numbers EE202 - EE MATH II 8. Complex Numbers Jitkomut Songsiri sums and products basic algebraic properties complex conjugates exponential form principal arguments roots of complex numbers regions in the complex

More information

MTH 362: Advanced Engineering Mathematics

MTH 362: Advanced Engineering Mathematics MTH 362: Advanced Engineering Mathematics Lecture 1 Jonathan A. Chávez Casillas 1 1 University of Rhode Island Department of Mathematics September 7, 2017 Course Name and number: MTH 362: Advanced Engineering

More information

10.1 Complex Arithmetic Argand Diagrams and the Polar Form The Exponential Form of a Complex Number De Moivre s Theorem 29

10.1 Complex Arithmetic Argand Diagrams and the Polar Form The Exponential Form of a Complex Number De Moivre s Theorem 29 10 Contents Complex Numbers 10.1 Complex Arithmetic 2 10.2 Argand Diagrams and the Polar Form 12 10.3 The Exponential Form of a Complex Number 20 10.4 De Moivre s Theorem 29 Learning outcomes In this Workbook

More information

A matrix over a field F is a rectangular array of elements from F. The symbol

A matrix over a field F is a rectangular array of elements from F. The symbol Chapter MATRICES Matrix arithmetic A matrix over a field F is a rectangular array of elements from F The symbol M m n (F ) denotes the collection of all m n matrices over F Matrices will usually be denoted

More information

Exercises for Part 1

Exercises for Part 1 MATH200 Complex Analysis. Exercises for Part Exercises for Part The following exercises are provided for you to revise complex numbers. Exercise. Write the following expressions in the form x + iy, x,y

More information

COMPLEX NUMBERS AND SERIES

COMPLEX NUMBERS AND SERIES COMPLEX NUMBERS AND SERIES MIKE BOYLE Contents 1. Complex Numbers 1 2. The Complex Plane 2 3. Addition and Multiplication of Complex Numbers 2 4. Why Complex Numbers Were Invented 3 5. The Fundamental

More information

Section 5.8. (i) ( 3 + i)(14 2i) = ( 3)(14 2i) + i(14 2i) = {( 3)14 ( 3)(2i)} + i(14) i(2i) = ( i) + (14i + 2) = i.

Section 5.8. (i) ( 3 + i)(14 2i) = ( 3)(14 2i) + i(14 2i) = {( 3)14 ( 3)(2i)} + i(14) i(2i) = ( i) + (14i + 2) = i. 1. Section 5.8 (i) ( 3 + i)(14 i) ( 3)(14 i) + i(14 i) {( 3)14 ( 3)(i)} + i(14) i(i) ( 4 + 6i) + (14i + ) 40 + 0i. (ii) + 3i 1 4i ( + 3i)(1 + 4i) (1 4i)(1 + 4i) (( + 3i) + ( + 3i)(4i) 1 + 4 10 + 11i 10

More information

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems To locate a point in a plane, two numbers are necessary. We know that any point in the plane can be represented as an ordered pair (a, b) of real numbers, where a is the x-coordinate and b is the y-coordinate.

More information

y 2 . = x 1y 1 + x 2 y x + + x n y n 2 7 = 1(2) + 3(7) 5(4) = 3. x x = x x x2 n.

y 2 . = x 1y 1 + x 2 y x + + x n y n 2 7 = 1(2) + 3(7) 5(4) = 3. x x = x x x2 n. 6.. Length, Angle, and Orthogonality In this section, we discuss the defintion of length and angle for vectors and define what it means for two vectors to be orthogonal. Then, we see that linear systems

More information

Quaternion Dynamics, Part 1 Functions, Derivatives, and Integrals. Gary D. Simpson. rev 00 Dec 27, 2014.

Quaternion Dynamics, Part 1 Functions, Derivatives, and Integrals. Gary D. Simpson. rev 00 Dec 27, 2014. Quaternion Dynamics, Part 1 Functions, Derivatives, and Integrals Gary D. Simpson gsim100887@aol.com rev 00 Dec 27, 2014 Summary Definitions are presented for "quaternion functions" of a quaternion. Polynomial

More information

The modulus, or absolute value, of a complex number z a bi is its distance from the origin. From Figure 3 we see that if z a bi, then.

The modulus, or absolute value, of a complex number z a bi is its distance from the origin. From Figure 3 we see that if z a bi, then. COMPLEX NUMBERS _+i _-i FIGURE Complex numbers as points in the Arg plane i _i +i -i A complex number can be represented by an expression of the form a bi, where a b are real numbers i is a symbol with

More information

(x 1, y 1 ) = (x 2, y 2 ) if and only if x 1 = x 2 and y 1 = y 2.

(x 1, y 1 ) = (x 2, y 2 ) if and only if x 1 = x 2 and y 1 = y 2. 1. Complex numbers A complex number z is defined as an ordered pair z = (x, y), where x and y are a pair of real numbers. In usual notation, we write z = x + iy, where i is a symbol. The operations of

More information

The Complex Numbers c ). (1.1)

The Complex Numbers c ). (1.1) The Complex Numbers In this chapter, we will study the basic properties of the field of complex numbers. We will begin with a brief historic sketch of how the study of complex numbers came to be and then

More information

A Learning Progression for Complex Numbers

A Learning Progression for Complex Numbers A Learning Progression for Complex Numbers In mathematics curriculum development around the world, the opportunity for students to study complex numbers in secondary schools is decreasing. Given that the

More information

1. COMPLEX NUMBERS. z 1 + z 2 := (a 1 + a 2 ) + i(b 1 + b 2 ); Multiplication by;

1. COMPLEX NUMBERS. z 1 + z 2 := (a 1 + a 2 ) + i(b 1 + b 2 ); Multiplication by; 1. COMPLEX NUMBERS Notations: N the set of the natural numbers, Z the set of the integers, R the set of real numbers, Q := the set of the rational numbers. Given a quadratic equation ax 2 + bx + c = 0,

More information

Course 2BA1: Hilary Term 2007 Section 8: Quaternions and Rotations

Course 2BA1: Hilary Term 2007 Section 8: Quaternions and Rotations Course BA1: Hilary Term 007 Section 8: Quaternions and Rotations David R. Wilkins Copyright c David R. Wilkins 005 Contents 8 Quaternions and Rotations 1 8.1 Quaternions............................ 1 8.

More information

Complex Numbers. 1 Introduction. 2 Imaginary Number. December 11, Multiplication of Imaginary Number

Complex Numbers. 1 Introduction. 2 Imaginary Number. December 11, Multiplication of Imaginary Number Complex Numbers December, 206 Introduction 2 Imaginary Number In your study of mathematics, you may have noticed that some quadratic equations do not have any real number solutions. For example, try as

More information

or i 2 = -1 i 4 = 1 Example : ( i ),, 7 i and 0 are complex numbers. and Imaginary part of z = b or img z = b

or i 2 = -1 i 4 = 1 Example : ( i ),, 7 i and 0 are complex numbers. and Imaginary part of z = b or img z = b 1 A- LEVEL MATHEMATICS P 3 Complex Numbers (NOTES) 1. Given a quadratic equation : x 2 + 1 = 0 or ( x 2 = -1 ) has no solution in the set of real numbers, as there does not exist any real number whose

More information

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

More information

1 Complex Numbers. 1.1 Sums and Products

1 Complex Numbers. 1.1 Sums and Products 1 Complex Numbers 1.1 Sums Products Definition: The complex plane, denoted C is the set of all ordered pairs (x, y) with x, y R, where Re z = x is called the real part Imz = y is called the imaginary part.

More information

Vector Spaces. Chapter 1

Vector Spaces. Chapter 1 Chapter 1 Vector Spaces Linear algebra is the study of linear maps on finite-dimensional vector spaces. Eventually we will learn what all these terms mean. In this chapter we will define vector spaces

More information

Chennai Mathematical Institute B.Sc Physics Mathematical methods Lecture 1: Introduction to complex algebra

Chennai Mathematical Institute B.Sc Physics Mathematical methods Lecture 1: Introduction to complex algebra Chennai Mathematical Institute B.Sc Physics Mathematical methods Lecture 1: Introduction to complex algebra A Thyagaraja January, 2009 AT p.1/12 1. Real numbers The set of all real numbers (hereafter denoted

More information

Linear Algebra March 16, 2019

Linear Algebra March 16, 2019 Linear Algebra March 16, 2019 2 Contents 0.1 Notation................................ 4 1 Systems of linear equations, and matrices 5 1.1 Systems of linear equations..................... 5 1.2 Augmented

More information

Course 2BA1: Hilary Term 2006 Section 7: Trigonometric and Exponential Functions

Course 2BA1: Hilary Term 2006 Section 7: Trigonometric and Exponential Functions Course 2BA1: Hilary Term 2006 Section 7: Trigonometric and Exponential Functions David R. Wilkins Copyright c David R. Wilkins 2005 Contents 7 Trigonometric and Exponential Functions 1 7.1 Basic Trigonometric

More information

Here are brief notes about topics covered in class on complex numbers, focusing on what is not covered in the textbook.

Here are brief notes about topics covered in class on complex numbers, focusing on what is not covered in the textbook. Phys374, Spring 2008, Prof. Ted Jacobson Department of Physics, University of Maryland Complex numbers version 5/21/08 Here are brief notes about topics covered in class on complex numbers, focusing on

More information

Geometry in the Complex Plane

Geometry in the Complex Plane Geometry in the Complex Plane Hongyi Chen UNC Awards Banquet 016 All Geometry is Algebra Many geometry problems can be solved using a purely algebraic approach - by placing the geometric diagram on a coordinate

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

MAT1035 Analytic Geometry

MAT1035 Analytic Geometry MAT1035 Analytic Geometry Lecture Notes R.A. Sabri Kaan Gürbüzer Dokuz Eylül University 2016 2 Contents 1 Review of Trigonometry 5 2 Polar Coordinates 7 3 Vectors in R n 9 3.1 Located Vectors..............................................

More information

Section 13.4 The Cross Product

Section 13.4 The Cross Product Section 13.4 The Cross Product Multiplying Vectors 2 In this section we consider the more technical multiplication which can be defined on vectors in 3-space (but not vectors in 2-space). 1. Basic Definitions

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

Exercises for Part 1

Exercises for Part 1 MATH200 Complex Analysis. Exercises for Part Exercises for Part The following exercises are provided for you to revise complex numbers. Exercise. Write the following expressions in the form x+iy, x,y R:

More information

MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Vector Algebra and Spherical Trigonometry

MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Vector Algebra and Spherical Trigonometry MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Vector Algebra and Spherical Trigonometry David R. Wilkins 3.1. Vectors in Three-Dimensional Euclidean

More information

Section 8.4 Vector and Parametric Equations of a Plane

Section 8.4 Vector and Parametric Equations of a Plane Section 8.4 Vector and Parametric Equations of a Plane In the previous section, the vector, parametric, and symmetric equations of lines in R 3 were developed. In this section, we will develop vector and

More information

Tennessee s State Mathematics Standards Precalculus

Tennessee s State Mathematics Standards Precalculus Tennessee s State Mathematics Standards Precalculus Domain Cluster Standard Number Expressions (N-NE) Represent, interpret, compare, and simplify number expressions 1. Use the laws of exponents and logarithms

More information

45. The Parallelogram Law states that. product of a and b is the vector a b a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1. a c. a 1. b 1.

45. The Parallelogram Law states that. product of a and b is the vector a b a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1. a c. a 1. b 1. SECTION 10.4 THE CROSS PRODUCT 537 42. Suppose that all sides of a quadrilateral are equal in length and opposite sides are parallel. Use vector methods to show that the diagonals are perpendicular. 43.

More information

CM2202: Scientific Computing and Multimedia Applications General Maths: 3. Complex Numbers

CM2202: Scientific Computing and Multimedia Applications General Maths: 3. Complex Numbers CM2202: Scientific Computing and Multimedia Applications General Maths: 3. Complex Numbers Prof. David Marshall School of Computer Science & Informatics A problem when solving some equations There are

More information

The Cross Product of Two Vectors

The Cross Product of Two Vectors The Cross roduct of Two Vectors In proving some statements involving surface integrals, there will be a need to approximate areas of segments of the surface by areas of parallelograms. Therefore it is

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 998 Comments to the author at krm@mathsuqeduau All contents copyright c 99 Keith

More information

Review of Coordinate Systems

Review of Coordinate Systems Vector in 2 R and 3 R Review of Coordinate Systems Used to describe the position of a point in space Common coordinate systems are: Cartesian Polar Cartesian Coordinate System Also called rectangular coordinate

More information

MAT 2037 LINEAR ALGEBRA I web:

MAT 2037 LINEAR ALGEBRA I web: MAT 237 LINEAR ALGEBRA I 2625 Dokuz Eylül University, Faculty of Science, Department of Mathematics web: Instructor: Engin Mermut http://kisideuedutr/enginmermut/ HOMEWORK 2 MATRIX ALGEBRA Textbook: Linear

More information

Semester University of Sheffield. School of Mathematics and Statistics

Semester University of Sheffield. School of Mathematics and Statistics University of Sheffield School of Mathematics and Statistics MAS140: Mathematics (Chemical) MAS152: Civil Engineering Mathematics MAS152: Essential Mathematical Skills & Techniques MAS156: Mathematics

More information

B Elements of Complex Analysis

B Elements of Complex Analysis Fourier Transform Methods in Finance By Umberto Cherubini Giovanni Della Lunga Sabrina Mulinacci Pietro Rossi Copyright 21 John Wiley & Sons Ltd B Elements of Complex Analysis B.1 COMPLEX NUMBERS The purpose

More information

a b 0 a cos u, 0 u 180 :

a b 0 a  cos u, 0 u 180 : Section 7.3 The Dot Product of Two Geometric Vectors In hapter 6, the concept of multiplying a vector by a scalar was discussed. In this section, we introduce the dot product of two vectors and deal specifically

More information

Chapter XI Novanion rings

Chapter XI Novanion rings Chapter XI Novanion rings 11.1 Introduction. In this chapter we continue to provide general structures for theories in physics. J. F. Adams proved in 1960 that the only possible division algebras are at

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 Chapter LINEAR EQUATIONS Introduction to linear equations A linear equation in n unknowns x,

More information

Complex Numbers. Vicky Neale. Michaelmas Term Introduction 1. 2 What is a complex number? 2. 3 Arithmetic of complex numbers 3

Complex Numbers. Vicky Neale. Michaelmas Term Introduction 1. 2 What is a complex number? 2. 3 Arithmetic of complex numbers 3 Complex Numbers Vicky Neale Michaelmas Term 2018 Contents 1 Introduction 1 2 What is a complex number? 2 3 Arithmetic of complex numbers 3 4 The Argand diagram 4 5 Complex conjugation 5 6 Modulus 6 7 Argument

More information

Introduction to Complex Analysis

Introduction to Complex Analysis Introduction to Complex Analysis George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 413 George Voutsadakis (LSSU) Complex Analysis October 2014 1 / 67 Outline

More information

Re(z) = a, For example, 3 + 2i = = 13. The complex conjugate (or simply conjugate") of z = a + bi is the number z defined by

Re(z) = a, For example, 3 + 2i = = 13. The complex conjugate (or simply conjugate) of z = a + bi is the number z defined by F COMPLEX NUMBERS In this appendi, we review the basic properties of comple numbers. A comple number is a number z of the form z = a + bi where a,b are real numbers and i represents a number whose square

More information

Senior Secondary Australian Curriculum

Senior Secondary Australian Curriculum Senior Secondary Australian Curriculum Specialist Mathematics Glossary Unit 1 Combinatorics Arranging n objects in an ordered list The number of ways to arrange n different objects in an ordered list is

More information

Topic 4 Notes Jeremy Orloff

Topic 4 Notes Jeremy Orloff Topic 4 Notes Jeremy Orloff 4 Complex numbers and exponentials 4.1 Goals 1. Do arithmetic with complex numbers.. Define and compute: magnitude, argument and complex conjugate of a complex number. 3. Euler

More information

SPECIALIST MATHEMATICS

SPECIALIST MATHEMATICS SPECIALIST MATHEMATICS (Year 11 and 12) UNIT A A1: Combinatorics Permutations: problems involving permutations use the multiplication principle and factorial notation permutations and restrictions with

More information

6. Vectors. Given two points, P 0 = (x 0, y 0 ) and P 1 = (x 1, y 1 ), a vector can be drawn with its foot at P 0 and

6. Vectors. Given two points, P 0 = (x 0, y 0 ) and P 1 = (x 1, y 1 ), a vector can be drawn with its foot at P 0 and 6. Vectors For purposes of applications in calculus and physics, a vector has both a direction and a magnitude (length), and is usually represented as an arrow. The start of the arrow is the vector s foot,

More information

Course Notes Math 275 Boise State University. Shari Ultman

Course Notes Math 275 Boise State University. Shari Ultman Course Notes Math 275 Boise State University Shari Ultman Fall 2017 Contents 1 Vectors 1 1.1 Introduction to 3-Space & Vectors.............. 3 1.2 Working With Vectors.................... 7 1.3 Introduction

More information

A Primer on Complex Numbers

A Primer on Complex Numbers ams 10/10A supplementary notes ucsc A Primer on Complex Numbers c 2013, Yonatan Katznelson 1. Imaginary and complex numbers. The real numbers are can be thought of as numbers that represent quantities

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 1998 Comments to the author at krm@maths.uq.edu.au Contents 1 LINEAR EQUATIONS

More information

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS.

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS. STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF 2017 - DRAFT SYLLABUS Subject :Mathematics Class : XI TOPIC CONTENT Unit 1 : Real Numbers - Revision : Rational, Irrational Numbers, Basic Algebra

More information

Linear Algebra I. Ronald van Luijk, 2015

Linear Algebra I. Ronald van Luijk, 2015 Linear Algebra I Ronald van Luijk, 2015 With many parts from Linear Algebra I by Michael Stoll, 2007 Contents Dependencies among sections 3 Chapter 1. Euclidean space: lines and hyperplanes 5 1.1. Definition

More information

Waves, the Wave Equation, and Phase Velocity

Waves, the Wave Equation, and Phase Velocity Waves, the Wave Equation, and Phase Velocity What is a wave? The one-dimensional wave equation Wavelength, frequency, period, etc. Phase velocity Complex numbers and exponentials Plane waves, laser beams,

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational expressions Solve polynomial equations and equations involving rational expressions Review Chapter 1 and their

More information

1.6 Lecture 2: Conjugation and inequalities

1.6 Lecture 2: Conjugation and inequalities 1.6. LECTURE 2: CONJUGATION AND INEQUALITIES 21 Lastly, we have the exceptional case αβ = 2δ and α 2 β 2 < 4γ. In this case, z = 1 [ ( α + i β ± )] β 2 2 α 2 + 4γ. As can be seen clearly from this exercise,

More information

Definitions, Theorems and Exercises. Abstract Algebra Math 332. Ethan D. Bloch

Definitions, Theorems and Exercises. Abstract Algebra Math 332. Ethan D. Bloch Definitions, Theorems and Exercises Abstract Algebra Math 332 Ethan D. Bloch December 26, 2013 ii Contents 1 Binary Operations 3 1.1 Binary Operations............................... 4 1.2 Isomorphic Binary

More information

Vectors Primer. M.C. Simani. July 7, 2007

Vectors Primer. M.C. Simani. July 7, 2007 Vectors Primer M.. Simani Jul 7, 2007 This note gives a short introduction to the concept of vector and summarizes the basic properties of vectors. Reference textbook: Universit Phsics, Young and Freedman,

More information

Quaternion Dynamics, Part 1 Functions, Derivatives, and Integrals. Gary D. Simpson. rev 01 Aug 08, 2016.

Quaternion Dynamics, Part 1 Functions, Derivatives, and Integrals. Gary D. Simpson. rev 01 Aug 08, 2016. Quaternion Dynamics, Part 1 Functions, Derivatives, and Integrals Gary D. Simpson gsim1887@aol.com rev 1 Aug 8, 216 Summary Definitions are presented for "quaternion functions" of a quaternion. Polynomial

More information

Group, Rings, and Fields Rahul Pandharipande. I. Sets Let S be a set. The Cartesian product S S is the set of ordered pairs of elements of S,

Group, Rings, and Fields Rahul Pandharipande. I. Sets Let S be a set. The Cartesian product S S is the set of ordered pairs of elements of S, Group, Rings, and Fields Rahul Pandharipande I. Sets Let S be a set. The Cartesian product S S is the set of ordered pairs of elements of S, A binary operation φ is a function, S S = {(x, y) x, y S}. φ

More information

58. The Triangle Inequality for vectors is. dot product.] 59. The Parallelogram Law states that

58. The Triangle Inequality for vectors is. dot product.] 59. The Parallelogram Law states that 786 CAPTER 12 VECTORS AND TE GEOETRY OF SPACE 0, 0, 1, and 1, 1, 1 as shown in the figure. Then the centroid is. ( 1 2, 1 2, 1 2 ) ] x z C 54. If c a a, where a,, and c are all nonzero vectors, show that

More information