250 likes | 386 Views
Warm Up Problem: The game of assassin is played with 8 people and goes as follows: Each player is somehow assigned a target. You attempt to assassinate your target. if you succeed, you inherit the current target of the person you just killed If you fail, you are removed from the game
E N D
Warm Up Problem: • The game of assassin is played with 8 people and goes as follows: • Each player is somehow assigned a target. • You attempt to assassinate your target. • if you succeed, you inherit the current target of the person you just killed • If you fail, you are removed from the game • The game ends when there is one player remaining. • Say there is no impartial player, the problem is to come up with a way to assign an 8 – cycle of targets and a system of communicating the inherited target to a killer. Polynomials Review and Complex numbers Newport Math Club
Review 1 Find the quotient:
Review 2 F(x) leaves a remainder of - 8 when divided by x + 3. Find F(- 3). Can I find F(3)?
Review 3 G(x) leaves a remainder of 2x – 1 when divided by x + 6. Find G(-6).
Review 4 Say r and s are the roots of the polynomial . Find the sum .
Review 5 P(x) is a polynomial with real coefficients. When P(x) is divided by x – 1, the remainder is 3. When P(x) is divided by x – 2, the remainder is 5. Find the remainder when P(x) is divided by . hint: write P(x) as q(x)h(x) + r(x) where h is what you’re dividing by and r is the remainder
What is a complex number? • A number in the form of z = a + bi with real a, b and (Note: if then z is complex. In addition, if a = 0, then z is “purely imaginary”) • Consider the equation: Clearly, there are no real solutions, this is why we have complex numbers.
What is a complex number? (cont.) • We represent numbers in the complex plane with the x axis representing the real part of the number, and the y axis representing the imaginary part of the number. • The absolute value of a complex number, i.e., is simply just the distance from the origin. This distance is . This comes from the Pythagorean Theorem.
Basics of complex numbers • The conjugate of a complex number z = a + bi is defined as a – bi. Simply flip the sign on the imaginary part of the complex number. • Why do we care? The conjugate is used in simplifying quotients involving complex numbers (along with a variety of other uses)
Question Express as a single complex number.
Question Suppose is a complex number. Real-ize the denominator of .
Problem Prove the following
Basics of complex numbers It is often useful to write complex numbers in their polar representation. The polar representation of a point is expressed as . where r is the distance from the origin and theta is the angle from the positive x axis. Given a and b, we know . What is theta expressed in terms of a and b?
Multiplication of complex numbers When multiplying complex numbers, we treat the i as a variable and distribute normally. Ex. (4 + 5i)(2 + 3i) = 8 + 12i + 10i + 15i^2 = 8 + 22i – 15 = -7 + 22i
Practice Compute the following: (1 + 2i)(6 – 4i)
Euler’s formula When we let x = pi, this leads to the famous identity
Multiplication We have and . Express zw in terms of
Roots of unity • We say that the solutions to the polynomial are the nth roots of unity. By the fundamental theorem of algebra. There are n of them. • The most important fact about them is that the nth roots of unity will form an n – gon in the complex plane with the trivial solution of x = 1 (y = 0). • Roots of unity are extremely important in advanced mathematics, but at lower levels, it’s simply a quick trick to do stuff.
Roots of unity examples • Suppose we had the polynomial . To find the zeros, we could recall the trivial solution of x = 1 and use synthetic division with the factor (x – 1) to obtain . From here, we could just use the quadratic formula. • But this is slow, let’s used what we’ve just learned …
Problem Given that n is even, what is the sum of the x – coordinates of the nth roots of unity? What is the sum of the y – coordinates of the nth roots of unity?
Problem Find the 4 4th roots of unity.
Problems Find the roots of
de Moivre’s Formula (cont.) Say we have . We then raise z to the nth power Then .