Euler s Formula Math 220

Size: px
Start display at page:

Download "Euler s Formula Math 220"

Transcription

1 Euler s Formula Math 0 last change: Sept 3, 05 Complex numbers A complex number is an expression of the form x+iy where x and y are real numbers and i is the imaginary square root of. For example, + 3i is a complex number. Just as we use the symbol IR to stand for the set of real numbers, we use C to denote the set of all complex numbers. Any real number x is also a complex number, x+0i; that is, the set of real numbers is a subset of the set of complex numbers, or, in set notation, IR C. If z = x+iy, then x is called the real part of z and y is called the imaginary part of z. This is written x = Re(z) and y = Im(z). Two complex numbers are equal if and only if both their real parts are equal and their imaginary parts are equal. The conjugate of z is the complex number z = x iy and the absolute value of z is z = x +y. Note that when y = 0, this is the same as the absolute value formula for real numbers x. Note also that, since (x+iy)(x iy) = x i y = x +y, z z = z. Complex Arithmetic You can add, subtract, multiply, and divide complex numbers using the usual rules of algebra, keeping in mind that i =. Example : Find the sum: Example : Find the product: (+3i)+(4 i) = 6+i (4 7i)(+3i) = 8 4i+i i = 8 ( ) i = 9 i end Example

2 Math 0 Sept 3, 05 Page end Example Writing a quotient inx+iy form requires the use of theconjugate, asthe next example demonstrates. Example 3: Find the quotient: 4 7i 3i = ( 4 7i 3i )( ) +3i = 9 i +3i 4+9 = i end Example 3 The Complex Plane Just as we think of a real number x as a point on the number line, we can think of a complex number z = x + iy as a point (x,y) on the plane. Doing so makes for some neat geometric interpretations of complex arithmetic. For instance, if z = x + iy, then z = x +y is the distance from z to the origin. If u and v are two complex numbers, then u v is the distance between u and v in the complex plane. The equation z = describes the Unit Circle, that is, the circle centered at the origin with radius. The real number line is the x-axis, i.e., those complex numbers for which y = 0. Addition of complex numbers obeys the Parallelogram Law: the sum u+v of complex numbers u and v is the fourth vertex of the parallelogram whose other three vertices are u, v, and the origin. z = u u+v v The Unit Circle. The Parallelogram Law. Euler s Formula Most of the functions with domain IR that we use in calculus can be meaningfully extended to the larger domain C. For polynomials and rational functions, for instance, it s clear how to plug in complex numbers. Example 4: Find p(+4i) if p(x) = x +3x. Calculators sometimes display complex numbers in the form (x,y). To see how your calculator displays the complex number +3i, enter + 9.

3 Math 0 Sept 3, 05 Page 3 p(+4i) = (+4i) +3(+4i) = +8i+6i +3+i = +0i. end Example 4 Example 5: Evaluate r(5 i) if r(x) = (x )/(x+). r(5 i) = 5 i ( )( ) 4 i 7+i 5 i+ = = 3 7 i 7+i i. end Example 5 But what of other functions? What does it mean, for instance, to evaluate the exponential function at the complex number x+iy? For the laws of exponents to still be true with complex numbers, we need that e x+iy = e x e iy. Since x and y are real, the only expression on the right side that s new is e iy. It turns out that the natural interpretation of this is given by Euler s Formula: () e iθ = cosθ+isinθ (Euler is pronounced Oil-er. ) That is, e iθ is the point on the unit circle θ radians from the positive real axis. The best explanation of why Euler s Formula is true involves power series, a topic to be covered later in this course. See page A63 of our text for a proof. In the meantime, it may be illuminating to note that Euler s formula is consistent with two fundamental rules of trigonometry. Start with () e i(α+β) = cos(α+β)+isin(α+β). According to the laws of exponents, we can rewrite the left side as (3) e iα e iβ = (cosα+isinα)(cosβ +isinβ) = cosαcosβ sinαsinβ +i(cosαsinβ +sinαcosβ) Equating real and imaginary parts of () and (3), we see (4) cos(α+β) = cosαcosβ sinαsinβ, and sin(α+β) = cosαsinβ +sinαcosβ, Power series also allow us to define f(x+iy) for many familiar functions f(x).

4 Math 0 Sept 3, 05 Page 4 the sum formulas for sine and cosine. Euler s formula allows us to rewrite exponentials in terms of trigonometric functions. It is also useful to be able to go the other way: write trigonometric functions in terms of exponentials. To derive the necessary formula, note that, since cos( θ) = cos θ and sin( θ) = sinθ, e iθ =cosθ +isinθ and e iθ =cosθ isinθ. That is, e iθ and e iθ are conjugates 3. By adding or subtracting these equations, and dividing by or i, we obtain (5) e iθ +e iθ = cosθ e iθ e iθ i = sinθ Note the similarity to the definitions of cosh and sinh 4. Using equations () and (5) often makes it unnecessary to remember tricks involving trigonometric identities. We next look at two examples of indefinite integrals that, without Euler s formula, would require use of the sum and difference formulas for sine and cosine. Example 6: Integrate: sin xdx. Before integrating, it is necessary to rewrite the integrand. By (5), sin x = ( e ix e ix i ) = 4 (eix +e ix e 0 ) = 4 (cosx ). Now we can integrate: sin xdx = 4 (cosx )dx = 4 (sinx x)+c = 4 sinx+ x+c. (Compare with the solution in Example 3, page 46, which uses the half-angle identities.) end Example 6 3 Another familiar trigonometry formula follows from these two equations: cos θ+sin θ = (cosθ+isinθ)(cosθ isinθ) = e iθ e iθ = e 0 =. 4 Equations (5) are special cases of the formula z+ z z z = Re(z) and i = Im(z).

5 Math 0 Sept 3, 05 Page 5 Functions of the form Asin(Bx+C)+D or Acos(Bx+C)+D are called sinusoidal functions. Euler s formula allows us to rewrite products of sinusoidals as sums of other sinusoidals which we can then integrate. (Usually, C is zero in all our examples.) Example 7: Integrate: sin4xcos5xdx. sin4xcos5x = ( e i4x e i4x )( e i5x +e i5x ) i = ei9x e i9x e ix +e ix 4i = ( e i9x e i9x eix e ix ) i i = (sin9x sinx). Now integrating is straightforward: sin4xcos5xdx = (sin9x sinx)dx = 8 cos9x+ cosx+c (Compare with the solution in Example 9, page 465, which relies on the three identities on that page.) end Example 7 (6) Generally, when presented with an integral of the form sinαxsinβxdx sinαxcosβxdx cosαxcosβxdx or (7) sin n xcos m xdx you can use Euler s formula to rewrite the integrand as a sum of sinusoidals so as to make the integration simple. (When either n or m is odd, it s easier to integrate (7) with a substitution as in 7..)

6 Math 0 Sept 3, 05 Page 6 The Binomial Theorem and Pascal s Triangle For integrals of the last kind, it is helpful to be able to quickly expand powers of the form (x+y) n. The expansion must look something like (8) (x+y) n =?x n +?x n y+?x n y + +?x y n +?xy n +?y n. Setting x or y equal zero tells us that the first and last coefficients must both be, but what about the others? The Binomial Theorem tells us that the missing constants in (8), called the binomial coefficients, are found in the nth row of Pascal s Triangle 5 : 3 3 (Pascal s Triangle has infinitely many rows. We refer to the top row as its 0th row.) For instance, the nd row,, and the 3rd row, 3 3, tell us that (x+y) = x +xy +y, and (x+y) 3 = x 3 +3x y +3xy +y 3. To generate the next row, begin and end with a, and then add the two elements above to find the next entry. For example, since +3 = 4, the next row will begin Finish the row with the sums 3+3, and 3+: Consequently, (x+y) 4 = x 4 +4x 3 y +6x y +4xy 3 +y 4. 5 Like many old objects in mathematics, this triangle isn t named for any of the various people who first discovered it, including mathematicians in China, Persia, and ancient India. See articles on Pascal s triangle at britannica.com, encyclopediaofmath.org, and wikipedia.org

7 Math 0 Sept 3, 05 Page 7 To see why this works, consider the problem of expanding (x + y) 3. You could find (x+y) 3 by multiplying (x+y) by (x+y): (x+y) 3 = (x +xy +y )(x+y) = x 3 +x y +xy +x y +xy +y 3 = x 3 +3x y +3xy +y 3. Similarly, you could find (x+y) 4 by multiplying (x+y) 3 by (x+y): (x+y) 4 = (x 3 +3x y +3xy +y 3 )(x+y) = x 4 +3x 3 y +3x y +xy 3 +x 3 y +3x y +3xy 3 +y 4 = x 4 +4x 3 y +6x y +4xy 3 +y 4. Notice that each coefficient in the expansion of (x+y) 3 or of (x+y) 4, with the exception of the beginning and ending s, is the sum of the two neighboring coefficients in the row above. When we use one row of the Pascal s triangle to generate the next, we re just performing this process without all the symbols. Example 8: Integrate: cos 6 xdx. Start by using Euler s formula to rewrite the integrand as a sum of sinusoids. ( e cos 6 ix +e ix ) 6 x =. After some addition, we find the 6th row of Pascal s Triangle to be and so ( e ix +e ix ) 6 = ( e i6x +6e i4x +5e ix +0+5e ix +6e i4x +e i6x) 64 = 3 (cos6x+6cos4x+5cosx+0) Now we can integrate: ( cos 6 xdx = 3 6 sin6x+ 3 5 sin4x+ sinx+0x) +C. end Example 8 Example 9: Integrate: cos 4 xsin 4 xdx. Rewrite the integrand: ( e cos 4 xsin 4 ix +e ix ) 4 ( e ix e ix ) 4 x =. i

8 Math 0 Sept 3, 05 Page 8 The 4th row of Pascal s Triangle is 4 6 4, so ( e ix +e ix ) 4 ( e ix e ix i ) 4 = 8 ( e i4x +4e ix +6+4e ix +e i4x)( e i4x 4e ix +6 4e ix +e i4x) Next, carefully multiply out this product. 8(ei8x +4e i6x +6e i4x +4e ix + 4e i6x 6e i4x 4e ix 6 4e ix Collect up like terms, and the integrand is +6e i4x +4e ix +36+4e ix +6e i4x 4e ix 6 4e ix 6e i4x 4e i6x +4e ix +6e i4x +4e i6x +e i8x ) = 8 ( e i8x 4e i4x +38 4e i4x +e i8x) = 7 ( e i8x +e i8x 4 (ei4x e i4x ) = 7(cos8x 4cos4x+9) ) +9 which is straightforward to integrate. The integration is left to the reader. end Example 9 It helps to keep on eye out for times when the integrand can be simplified using the double angle formulas or the pythagorean identities. For instance, let s look once more at the integral from the previous example. Example 0: Integrate: cos 4 xsin 4 xdx. Thisparticularintegralcanbemadealoteasier byfirst using thedoubleangleformula for sine: sinx = sinxcosx. Rewrite the integrand as cos 4 xsin 4 x = ( sinx)4 = 6 sin4 x and then substitute u = x (so that du = dx). The integral then becomes 3 sin4 udu. end Example 0

9 Math 0 Sept 3, 05 Page 9 Exercises. Write in x+iy form: a. 3+i+( i) b. 3(4 5i) ( 4i) c. (i+)(i ) d. (6+3i)( 3 i) e. (4+i) ( 8i) f. (3+i) ( i) g. e iπ/4 h. e 5iπ/6 i. e 3i. Two Facts about Complex Arithmetic. If z = x + iy and u = a + ib, then prove that u+z = ū+ z. That is, the conjugate of the sum is the sum of the conjugates. Prove also that uz = ū z. That is, the conjugate of the product is the product of the conjugates. 3. Plot 0, u, v, and u+v in the complex plane. Compare with Parallelogram Law. a. u = 3+i, v = i b. u = +i, v = +i c. u =, v = i 4. Plot z and z. In general, how are z and z related geometrically? a. z = 4+i b. z = i c. z = 3 5. Plot the solution set: it might help you to first write the equation in terms of x and y, the real and imaginary parts of z. a. z = b. z = c. z +i = / 6. Prove DeMoivre s formula: (cosθ+isinθ) n = cosnθ +isinnθ. 7. Use (5) to derive the rules d d sinx = cosx and cosx = sinx. dx dx 8. Use Pascal s Triangle to expand the binomial: ( ) a. (x+y) 7 b. (x y) 7 c. (x y) 8 d. a 8 a ( ) e. a+ 9 f. (e x e x ) 9 g. ( v ) 8 h. (u +) 9 a 9. Rewrite as a sum of sinusoidal functions: a. sin3xcos5x b. cos3xcos4x c. sinxsin4x d. cos 4 x e. sin 6 x f. sin 8 x g. cos xsin 4 x h. sin 6 xcos 4 x i. cos 8 x j. cos 3 xsin 5 x k. sin 3 x l. sin 7 x 0. Integrate: a. sin3xsin5xdx b. cosxcos4xdx c. sinxcos4xdx d. sin 4 xdx e. sin 6 xdx f. sin xcos xdx g. cos x sin xdx h. cos 4 x sin 4 xdx i. cosxsinxdx π/ j. cos 4 π xdx k. 0 0 cos3xcos5xdx l. π/4 cos xsin xdx 0 m. cos 8 xdx n. cos 4 xsin xdx o. tan 4 x sec 4 x dx

10 Math 0 Sept 3, 05 Page 0 Selected Answers. b. 0 i; c. ; f i; h. 3 i; i. e cos3 ie sin3. 4. z is the reflection of z across the real axis. 5. a. circle of radius, centered at origin. c. circle of radius, centered at (, ). 6. (cosθ+isinθ)n = (e iθ ) n = e inθ = cosnθ+isinnθ. 8. b. x 7 7x 6 y+x 5 y 35x 4 y 3 +35x 3 y 4 x y 5 +7xy 6 y 7 ; d. a 8 8a 6 +8a 4 56a a +8a 4 8a 6 +a 8 ; f. e 9x 9e 7x +36e 5x 84e 3x +6e x 6e x +84e 3x 36e 5x + 9e 7x e 9x. h. u 8 +9u 6 +36u 4 +84u +6u 0 +6u 8 +84u 6 +36u 4 +9u a. (sin8x sinx); b. (cos7x+cosx); d. 8 (cos4x+4cosx+3); f. (cos8x 8cos6x+ 7 8cos4x 56cosx+35); h. (cos0x cos8x 3cos6x+8cos4x+cosx 6); 9 j. (sin8x sin6x sin4x+6sinx); l. 7 (sin7x 7sin5x+sin3x 35sinx); 6 0. a. 4 sinx 6 sin8x+c; c. 4 cosx cos6x+c; d. 8 ( 4 sin4x sinx+3x)+c; e. 9 sin6x sin4x 64 sinx+ 5 6 x+c; f. 8 x 3 sin4x+c. g. sinxcosx+c; h. same as g.; i. 8 cos4x+c j. 3π/6; k. 0; l. π/3; m. ( 7 8 sin8x+ 4 3 sin6x+7sin4x+ 7sinx+70x)+C; n. ( 5 6 sin6x sin4x+ sinx+4x)+c; o. same as d.

COMPLEX NUMBERS. a bi c di a c b d i. a bi c di a c b d i For instance, 1 i 4 7i 1 4 1 7 i 5 6i

COMPLEX NUMBERS. a bi c di a c b d i. a bi c di a c b d i For instance, 1 i 4 7i 1 4 1 7 i 5 6i COMPLEX NUMBERS _4+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

Week 13 Trigonometric Form of Complex Numbers

Week 13 Trigonometric Form of Complex Numbers Week Trigonometric Form of Complex Numbers Overview In this week of the course, which is the last week if you are not going to take calculus, we will look at how Trigonometry can sometimes help in working

More information

C. Complex Numbers. 1. Complex arithmetic.

C. Complex Numbers. 1. Complex arithmetic. C. Complex Numbers. Complex arithmetic. Most people think that complex numbers arose from attempts to solve quadratic equations, but actually it was in connection with cubic equations they first appeared.

More information

Differentiation and Integration

Differentiation and Integration This material is a supplement to Appendix G of Stewart. You should read the appendix, except the last section on complex exponentials, before this material. Differentiation and Integration Suppose we have

More information

Trigonometry Review with the Unit Circle: All the trig. you ll ever need to know in Calculus

Trigonometry Review with the Unit Circle: All the trig. you ll ever need to know in Calculus Trigonometry Review with the Unit Circle: All the trig. you ll ever need to know in Calculus Objectives: This is your review of trigonometry: angles, six trig. functions, identities and formulas, graphs:

More information

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus South Carolina College- and Career-Ready (SCCCR) Pre-Calculus Key Concepts Arithmetic with Polynomials and Rational Expressions PC.AAPR.2 PC.AAPR.3 PC.AAPR.4 PC.AAPR.5 PC.AAPR.6 PC.AAPR.7 Standards Know

More information

THE COMPLEX EXPONENTIAL FUNCTION

THE COMPLEX EXPONENTIAL FUNCTION Math 307 THE COMPLEX EXPONENTIAL FUNCTION (These notes assume you are already familiar with the basic properties of complex numbers.) We make the following definition e iθ = cos θ + i sin θ. (1) This formula

More information

COMPLEX NUMBERS AND SERIES. Contents

COMPLEX NUMBERS AND SERIES. Contents COMPLEX NUMBERS AND SERIES MIKE BOYLE Contents 1. Complex Numbers Definition 1.1. A complex number is a number z of the form z = x + iy, where x and y are real numbers, and i is another number such that

More information

WORKBOOK. MATH 30. PRE-CALCULUS MATHEMATICS.

WORKBOOK. MATH 30. PRE-CALCULUS MATHEMATICS. WORKBOOK. MATH 30. PRE-CALCULUS MATHEMATICS. DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE Contributor: U.N.Iyer Department of Mathematics and Computer Science, CP 315, Bronx Community College, University

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

PRE-CALCULUS GRADE 12

PRE-CALCULUS GRADE 12 PRE-CALCULUS GRADE 12 [C] Communication Trigonometry General Outcome: Develop trigonometric reasoning. A1. Demonstrate an understanding of angles in standard position, expressed in degrees and radians.

More information

Algebra and Geometry Review (61 topics, no due date)

Algebra and Geometry Review (61 topics, no due date) Course Name: Math 112 Credit Exam LA Tech University Course Code: ALEKS Course: Trigonometry Instructor: Course Dates: Course Content: 159 topics Algebra and Geometry Review (61 topics, no due date) Properties

More information

GRE Prep: Precalculus

GRE Prep: Precalculus GRE Prep: Precalculus Franklin H.J. Kenter 1 Introduction These are the notes for the Precalculus section for the GRE Prep session held at UCSD in August 2011. These notes are in no way intended to teach

More information

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style Basic Concepts of Integration 14.1 Introduction When a function f(x) is known we can differentiate it to obtain its derivative df. The reverse dx process is to obtain the function f(x) from knowledge of

More information

Complex Algebra. What is the identity, the number such that it times any number leaves that number alone?

Complex Algebra. What is the identity, the number such that it times any number leaves that number alone? Complex Algebra When the idea of negative numbers was broached a couple of thousand years ago, they were considered suspect, in some sense not real. Later, when probably one of the students of Pythagoras

More information

2.2 Magic with complex exponentials

2.2 Magic with complex exponentials 2.2. MAGIC WITH COMPLEX EXPONENTIALS 97 2.2 Magic with complex exponentials We don t really know what aspects of complex variables you learned about in high school, so the goal here is to start more or

More information

Introduction to Complex Fourier Series

Introduction to Complex Fourier Series Introduction to Complex Fourier Series Nathan Pflueger 1 December 2014 Fourier series come in two flavors. What we have studied so far are called real Fourier series: these decompose a given periodic function

More information

Georgia Department of Education Kathy Cox, State Superintendent of Schools 7/19/2005 All Rights Reserved 1

Georgia Department of Education Kathy Cox, State Superintendent of Schools 7/19/2005 All Rights Reserved 1 Accelerated Mathematics 3 This is a course in precalculus and statistics, designed to prepare students to take AB or BC Advanced Placement Calculus. It includes rational, circular trigonometric, and inverse

More information

MATH 381 HOMEWORK 2 SOLUTIONS

MATH 381 HOMEWORK 2 SOLUTIONS MATH 38 HOMEWORK SOLUTIONS Question (p.86 #8). If g(x)[e y e y ] is harmonic, g() =,g () =, find g(x). Let f(x, y) = g(x)[e y e y ].Then Since f(x, y) is harmonic, f + f = and we require x y f x = g (x)[e

More information

Trigonometric Functions and Equations

Trigonometric Functions and Equations Contents Trigonometric Functions and Equations Lesson 1 Reasoning with Trigonometric Functions Investigations 1 Proving Trigonometric Identities... 271 2 Sum and Difference Identities... 276 3 Extending

More information

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Welcome to Thinkwell s Homeschool Precalculus! We re thrilled that you ve decided to make us part of your homeschool curriculum. This lesson

More information

Techniques of Integration

Techniques of Integration CHPTER 7 Techniques of Integration 7.. Substitution Integration, unlike differentiation, is more of an art-form than a collection of algorithms. Many problems in applied mathematics involve the integration

More information

Dear Accelerated Pre-Calculus Student:

Dear Accelerated Pre-Calculus Student: Dear Accelerated Pre-Calculus Student: I am very excited that you have decided to take this course in the upcoming school year! This is a fastpaced, college-preparatory mathematics course that will also

More information

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

Trigonometric Functions and Triangles

Trigonometric Functions and Triangles Trigonometric Functions and Triangles Dr. Philippe B. Laval Kennesaw STate University August 27, 2010 Abstract This handout defines the trigonometric function of angles and discusses the relationship between

More information

ALGEBRA 2/TRIGONOMETRY

ALGEBRA 2/TRIGONOMETRY ALGEBRA /TRIGONOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA /TRIGONOMETRY Thursday, January 9, 015 9:15 a.m to 1:15 p.m., only Student Name: School Name: The possession

More information

Appendix 3 IB Diploma Programme Course Outlines

Appendix 3 IB Diploma Programme Course Outlines Appendix 3 IB Diploma Programme Course Outlines The following points should be addressed when preparing course outlines for each IB Diploma Programme subject to be taught. Please be sure to use IBO nomenclature

More information

2 Session Two - Complex Numbers and Vectors

2 Session Two - Complex Numbers and Vectors PH2011 Physics 2A Maths Revision - Session 2: Complex Numbers and Vectors 1 2 Session Two - Complex Numbers and Vectors 2.1 What is a Complex Number? The material on complex numbers should be familiar

More information

Algebra. Exponents. Absolute Value. Simplify each of the following as much as possible. 2x y x + y y. xxx 3. x x x xx x. 1. Evaluate 5 and 123

Algebra. Exponents. Absolute Value. Simplify each of the following as much as possible. 2x y x + y y. xxx 3. x x x xx x. 1. Evaluate 5 and 123 Algebra Eponents Simplify each of the following as much as possible. 1 4 9 4 y + y y. 1 5. 1 5 4. y + y 4 5 6 5. + 1 4 9 10 1 7 9 0 Absolute Value Evaluate 5 and 1. Eliminate the absolute value bars from

More information

Chapter 7 - Roots, Radicals, and Complex Numbers

Chapter 7 - Roots, Radicals, and Complex Numbers Math 233 - Spring 2009 Chapter 7 - Roots, Radicals, and Complex Numbers 7.1 Roots and Radicals 7.1.1 Notation and Terminology In the expression x the is called the radical sign. The expression under the

More information

Introduction Assignment

Introduction Assignment PRE-CALCULUS 11 Introduction Assignment Welcome to PREC 11! This assignment will help you review some topics from a previous math course and introduce you to some of the topics that you ll be studying

More information

Math Placement Test Study Guide. 2. The test consists entirely of multiple choice questions, each with five choices.

Math Placement Test Study Guide. 2. The test consists entirely of multiple choice questions, each with five choices. Math Placement Test Study Guide General Characteristics of the Test 1. All items are to be completed by all students. The items are roughly ordered from elementary to advanced. The expectation is that

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year.

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year. This document is designed to help North Carolina educators teach the Common Core (Standard Course of Study). NCDPI staff are continually updating and improving these tools to better serve teachers. Algebra

More information

Evaluating trigonometric functions

Evaluating trigonometric functions MATH 1110 009-09-06 Evaluating trigonometric functions Remark. Throughout this document, remember the angle measurement convention, which states that if the measurement of an angle appears without units,

More information

Calculus 1: Sample Questions, Final Exam, Solutions

Calculus 1: Sample Questions, Final Exam, Solutions Calculus : Sample Questions, Final Exam, Solutions. Short answer. Put your answer in the blank. NO PARTIAL CREDIT! (a) (b) (c) (d) (e) e 3 e Evaluate dx. Your answer should be in the x form of an integer.

More information

2009 Chicago Area All-Star Math Team Tryouts Solutions

2009 Chicago Area All-Star Math Team Tryouts Solutions 1. 2009 Chicago Area All-Star Math Team Tryouts Solutions If a car sells for q 1000 and the salesman earns q% = q/100, he earns 10q 2. He earns an additional 100 per car, and he sells p cars, so his total

More information

2.3. Finding polynomial functions. An Introduction:

2.3. Finding polynomial functions. An Introduction: 2.3. Finding polynomial functions. An Introduction: As is usually the case when learning a new concept in mathematics, the new concept is the reverse of the previous one. Remember how you first learned

More information

Unit 6 Trigonometric Identities, Equations, and Applications

Unit 6 Trigonometric Identities, Equations, and Applications Accelerated Mathematics III Frameworks Student Edition Unit 6 Trigonometric Identities, Equations, and Applications nd Edition Unit 6: Page of 3 Table of Contents Introduction:... 3 Discovering the Pythagorean

More information

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary)

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary) Core Standards of the Course Standard 1 Students will acquire number sense and perform operations with real and complex numbers. Objective 1.1 Compute fluently and make reasonable estimates. 1. Simplify

More information

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS TEST DESIGN AND FRAMEWORK September 2014 Authorized for Distribution by the New York State Education Department This test design and framework document

More information

Precalculus REVERSE CORRELATION. Content Expectations for. Precalculus. Michigan CONTENT EXPECTATIONS FOR PRECALCULUS CHAPTER/LESSON TITLES

Precalculus REVERSE CORRELATION. Content Expectations for. Precalculus. Michigan CONTENT EXPECTATIONS FOR PRECALCULUS CHAPTER/LESSON TITLES Content Expectations for Precalculus Michigan Precalculus 2011 REVERSE CORRELATION CHAPTER/LESSON TITLES Chapter 0 Preparing for Precalculus 0-1 Sets There are no state-mandated Precalculus 0-2 Operations

More information

Chapter 7 Outline Math 236 Spring 2001

Chapter 7 Outline Math 236 Spring 2001 Chapter 7 Outline Math 236 Spring 2001 Note 1: Be sure to read the Disclaimer on Chapter Outlines! I cannot be responsible for misfortunes that may happen to you if you do not. Note 2: Section 7.9 will

More information

Understanding Basic Calculus

Understanding Basic Calculus Understanding Basic Calculus S.K. Chung Dedicated to all the people who have helped me in my life. i Preface This book is a revised and expanded version of the lecture notes for Basic Calculus and other

More information

Precalculus with Geometry and Trigonometry

Precalculus with Geometry and Trigonometry Precalculus with Geometry and Trigonometry by Avinash Sathaye, Professor of Mathematics 1 Department of Mathematics, University of Kentucky Āryabhaṭa This book may be freely downloaded for personal use

More information

ALGEBRA 2/TRIGONOMETRY

ALGEBRA 2/TRIGONOMETRY ALGEBRA /TRIGONOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA /TRIGONOMETRY Tuesday, June 1, 011 1:15 to 4:15 p.m., only Student Name: School Name: Print your name

More information

SAT Subject Math Level 2 Facts & Formulas

SAT Subject Math Level 2 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Arithmetic Sequences: PEMDAS (Parentheses

More information

Estimated Pre Calculus Pacing Timeline

Estimated Pre Calculus Pacing Timeline Estimated Pre Calculus Pacing Timeline 2010-2011 School Year The timeframes listed on this calendar are estimates based on a fifty-minute class period. You may need to adjust some of them from time to

More information

Algebra 1 Course Title

Algebra 1 Course Title Algebra 1 Course Title Course- wide 1. What patterns and methods are being used? Course- wide 1. Students will be adept at solving and graphing linear and quadratic equations 2. Students will be adept

More information

TRIGONOMETRY Compound & Double angle formulae

TRIGONOMETRY Compound & Double angle formulae TRIGONOMETRY Compound & Double angle formulae In order to master this section you must first learn the formulae, even though they will be given to you on the matric formula sheet. We call these formulae

More information

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 4.4 Using the Fundamental Theorem As we saw in Section 4.3, using the Fundamental Theorem of Integral Calculus reduces the problem of evaluating a

More information

Techniques of Integration

Techniques of Integration 8 Techniques of Integration Over the next few sections we examine some techniques that are frequently successful when seeking antiderivatives of functions. Sometimes this is a simple problem, since it

More information

MATH BOOK OF PROBLEMS SERIES. New from Pearson Custom Publishing!

MATH BOOK OF PROBLEMS SERIES. New from Pearson Custom Publishing! MATH BOOK OF PROBLEMS SERIES New from Pearson Custom Publishing! The Math Book of Problems Series is a database of math problems for the following courses: Pre-algebra Algebra Pre-calculus Calculus Statistics

More information

10.3. The Exponential Form of a Complex Number. Introduction. Prerequisites. Learning Outcomes

10.3. The Exponential Form of a Complex Number. Introduction. Prerequisites. Learning Outcomes The Exponential Form of a Complex Number 10.3 Introduction In this Section we introduce a third way of expressing a complex number: the exponential form. We shall discover, through the use of the complex

More information

Core Maths C2. Revision Notes

Core Maths C2. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Polnomials: +,,,.... Factorising... Long division... Remainder theorem... Factor theorem... 4 Choosing a suitable factor... 5 Cubic equations...

More information

Notes and questions to aid A-level Mathematics revision

Notes and questions to aid A-level Mathematics revision Notes and questions to aid A-level Mathematics revision Robert Bowles University College London October 4, 5 Introduction Introduction There are some students who find the first year s study at UCL and

More information

Friday, January 29, 2016 9:15 a.m. to 12:15 p.m., only

Friday, January 29, 2016 9:15 a.m. to 12:15 p.m., only ALGEBRA /TRIGONOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA /TRIGONOMETRY Friday, January 9, 016 9:15 a.m. to 1:15 p.m., only Student Name: School Name: The possession

More information

Additional Topics in Math

Additional Topics in Math Chapter Additional Topics in Math In addition to the questions in Heart of Algebra, Problem Solving and Data Analysis, and Passport to Advanced Math, the SAT Math Test includes several questions that are

More information

9.2 Summation Notation

9.2 Summation Notation 9. Summation Notation 66 9. Summation Notation In the previous section, we introduced sequences and now we shall present notation and theorems concerning the sum of terms of a sequence. We begin with a

More information

Algebra 2: Themes for the Big Final Exam

Algebra 2: Themes for the Big Final Exam Algebra : Themes for the Big Final Exam Final will cover the whole year, focusing on the big main ideas. Graphing: Overall: x and y intercepts, fct vs relation, fct vs inverse, x, y and origin symmetries,

More information

AMSCO S Ann Xavier Gantert

AMSCO S Ann Xavier Gantert AMSCO S Integrated ALGEBRA 1 Ann Xavier Gantert AMSCO SCHOOL PUBLICATIONS, INC. 315 HUDSON STREET, NEW YORK, N.Y. 10013 Dedication This book is dedicated to Edward Keenan who left a profound influence

More information

ALGEBRA 2/TRIGONOMETRY

ALGEBRA 2/TRIGONOMETRY ALGEBRA /TRIGONOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA /TRIGONOMETRY Tuesday, January 8, 014 1:15 to 4:15 p.m., only Student Name: School Name: The possession

More information

DEFINITION 5.1.1 A complex number is a matrix of the form. x y. , y x

DEFINITION 5.1.1 A complex number is a matrix of the form. x y. , y x Chapter 5 COMPLEX NUMBERS 5.1 Constructing the complex numbers One way of introducing the field C of complex numbers is via the arithmetic of matrices. DEFINITION 5.1.1 A complex number is a matrix of

More information

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers.

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers. Math 0980 Chapter Objectives Chapter 1: Introduction to Algebra: The Integers. 1. Identify the place value of a digit. 2. Write a number in words or digits. 3. Write positive and negative numbers used

More information

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS BORIS HASSELBLATT CONTENTS. Introduction. Why complex numbers were introduced 3. Complex numbers, Euler s formula 3 4. Homogeneous differential equations 8 5.

More information

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx y 1 u 2 du u 1 3u 3 C

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx y 1 u 2 du u 1 3u 3 C Trigonometric Integrals In this section we use trigonometric identities to integrate certain combinations of trigonometric functions. We start with powers of sine and cosine. EXAMPLE Evaluate cos 3 x dx.

More information

MTN Learn. Mathematics. Grade 10. radio support notes

MTN Learn. Mathematics. Grade 10. radio support notes MTN Learn Mathematics Grade 10 radio support notes Contents INTRODUCTION... GETTING THE MOST FROM MINDSET LEARN XTRA RADIO REVISION... 3 BROADAST SCHEDULE... 4 ALGEBRAIC EXPRESSIONS... 5 EXPONENTS... 9

More information

Second Order Linear Differential Equations

Second Order Linear Differential Equations CHAPTER 2 Second Order Linear Differential Equations 2.. Homogeneous Equations A differential equation is a relation involving variables x y y y. A solution is a function f x such that the substitution

More information

Algebra I Credit Recovery

Algebra I Credit Recovery Algebra I Credit Recovery COURSE DESCRIPTION: The purpose of this course is to allow the student to gain mastery in working with and evaluating mathematical expressions, equations, graphs, and other topics,

More information

Examples of Tasks from CCSS Edition Course 3, Unit 5

Examples of Tasks from CCSS Edition Course 3, Unit 5 Examples of Tasks from CCSS Edition Course 3, Unit 5 Getting Started The tasks below are selected with the intent of presenting key ideas and skills. Not every answer is complete, so that teachers can

More information

Angles and Quadrants. Angle Relationships and Degree Measurement. Chapter 7: Trigonometry

Angles and Quadrants. Angle Relationships and Degree Measurement. Chapter 7: Trigonometry Chapter 7: Trigonometry Trigonometry is the study of angles and how they can be used as a means of indirect measurement, that is, the measurement of a distance where it is not practical or even possible

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

Radicals - Multiply and Divide Radicals

Radicals - Multiply and Divide Radicals 8. Radicals - Multiply and Divide Radicals Objective: Multiply and divide radicals using the product and quotient rules of radicals. Multiplying radicals is very simple if the index on all the radicals

More information

2312 test 2 Fall 2010 Form B

2312 test 2 Fall 2010 Form B 2312 test 2 Fall 2010 Form B 1. Write the slope-intercept form of the equation of the line through the given point perpendicular to the given lin point: ( 7, 8) line: 9x 45y = 9 2. Evaluate the function

More information

Vector Math Computer Graphics Scott D. Anderson

Vector Math Computer Graphics Scott D. Anderson Vector Math Computer Graphics Scott D. Anderson 1 Dot Product The notation v w means the dot product or scalar product or inner product of two vectors, v and w. In abstract mathematics, we can talk about

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds Isosceles Triangle Congruent Leg Side Expression Equation Polynomial Monomial Radical Square Root Check Times Itself Function Relation One Domain Range Area Volume Surface Space Length Width Quantitative

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

Advanced Math Study Guide

Advanced Math Study Guide Advanced Math Study Guide Topic Finding Triangle Area (Ls. 96) using A=½ bc sin A (uses Law of Sines, Law of Cosines) Law of Cosines, Law of Cosines (Ls. 81, Ls. 72) Finding Area & Perimeters of Regular

More information

The Exponential Form of a Complex Number

The Exponential Form of a Complex Number The Exponential Form of a Complex Number 10.3 Introduction In this block we introduce a third way of expressing a complex number: the exponential form. We shall discover, through the use of the complex

More information

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11}

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11} Mathematics Pre-Test Sample Questions 1. Which of the following sets is closed under division? I. {½, 1,, 4} II. {-1, 1} III. {-1, 0, 1} A. I only B. II only C. III only D. I and II. Which of the following

More information

Solutions for Math 311 Assignment #1

Solutions for Math 311 Assignment #1 Solutions for Math 311 Assignment #1 (1) Show that (a) Re(iz) Im(z); (b) Im(iz) Re(z). Proof. Let z x + yi with x Re(z) and y Im(z). Then Re(iz) Re( y + xi) y Im(z) and Im(iz) Im( y + xi) x Re(z). () Verify

More information

Solutions to Exercises, Section 5.1

Solutions to Exercises, Section 5.1 Instructor s Solutions Manual, Section 5.1 Exercise 1 Solutions to Exercises, Section 5.1 1. Find all numbers t such that ( 1 3,t) is a point on the unit circle. For ( 1 3,t)to be a point on the unit circle

More information

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx Trigonometric Integrals In this section we use trigonometric identities to integrate certain combinations of trigonometric functions. We start with powers of sine and cosine. EXAMPLE Evaluate cos 3 x dx.

More information

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form Goal Graph quadratic functions. VOCABULARY Quadratic function A function that can be written in the standard form y = ax 2 + bx+ c where a 0 Parabola

More information

DRAFT. Further mathematics. GCE AS and A level subject content

DRAFT. Further mathematics. GCE AS and A level subject content Further mathematics GCE AS and A level subject content July 2014 s Introduction Purpose Aims and objectives Subject content Structure Background knowledge Overarching themes Use of technology Detailed

More information

MATH 2 Course Syllabus Spring Semester 2007 Instructor: Brian Rodas

MATH 2 Course Syllabus Spring Semester 2007 Instructor: Brian Rodas MATH 2 Course Syllabus Spring Semester 2007 Instructor: Brian Rodas Class Room and Time: MC83 MTWTh 2:15pm-3:20pm Office Room: MC38 Office Phone: (310)434-8673 E-mail: rodas brian@smc.edu Office Hours:

More information

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1 Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs

More information

One advantage of this algebraic approach is that we can write down

One advantage of this algebraic approach is that we can write down . Vectors and the dot product A vector v in R 3 is an arrow. It has a direction and a length (aka the magnitude), but the position is not important. Given a coordinate axis, where the x-axis points out

More information

ALGEBRA 2 CRA 2 REVIEW - Chapters 1-6 Answer Section

ALGEBRA 2 CRA 2 REVIEW - Chapters 1-6 Answer Section ALGEBRA 2 CRA 2 REVIEW - Chapters 1-6 Answer Section MULTIPLE CHOICE 1. ANS: C 2. ANS: A 3. ANS: A OBJ: 5-3.1 Using Vertex Form SHORT ANSWER 4. ANS: (x + 6)(x 2 6x + 36) OBJ: 6-4.2 Solving Equations by

More information

Trigonometric Functions: The Unit Circle

Trigonometric Functions: The Unit Circle Trigonometric Functions: The Unit Circle This chapter deals with the subject of trigonometry, which likely had its origins in the study of distances and angles by the ancient Greeks. The word trigonometry

More information

Figure 1.1 Vector A and Vector F

Figure 1.1 Vector A and Vector F CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have

More information

Section 6-3 Double-Angle and Half-Angle Identities

Section 6-3 Double-Angle and Half-Angle Identities 6-3 Double-Angle and Half-Angle Identities 47 Section 6-3 Double-Angle and Half-Angle Identities Double-Angle Identities Half-Angle Identities This section develops another important set of identities

More information

Introduction to Complex Numbers in Physics/Engineering

Introduction to Complex Numbers in Physics/Engineering Introduction to Complex Numbers in Physics/Engineering ference: Mary L. Boas, Mathematical Methods in the Physical Sciences Chapter 2 & 14 George Arfken, Mathematical Methods for Physicists Chapter 6 The

More information

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any.

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. Algebra 2 - Chapter Prerequisites Vocabulary Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. P1 p. 1 1. counting(natural) numbers - {1,2,3,4,...}

More information

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Algebra 2 Year-at-a-Glance Leander ISD 2007-08 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Essential Unit of Study 6 weeks 3 weeks 3 weeks 6 weeks 3 weeks 3 weeks

More information

SOLVING TRIGONOMETRIC INEQUALITIES (CONCEPT, METHODS, AND STEPS) By Nghi H. Nguyen

SOLVING TRIGONOMETRIC INEQUALITIES (CONCEPT, METHODS, AND STEPS) By Nghi H. Nguyen SOLVING TRIGONOMETRIC INEQUALITIES (CONCEPT, METHODS, AND STEPS) By Nghi H. Nguyen DEFINITION. A trig inequality is an inequality in standard form: R(x) > 0 (or < 0) that contains one or a few trig functions

More information

SOLVING TRIGONOMETRIC EQUATIONS

SOLVING TRIGONOMETRIC EQUATIONS Mathematics Revision Guides Solving Trigonometric Equations Page 1 of 17 M.K. HOME TUITION Mathematics Revision Guides Level: AS / A Level AQA : C2 Edexcel: C2 OCR: C2 OCR MEI: C2 SOLVING TRIGONOMETRIC

More information

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education)

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) Accurately add, subtract, multiply, and divide whole numbers, integers,

More information

MATH 132: CALCULUS II SYLLABUS

MATH 132: CALCULUS II SYLLABUS MATH 32: CALCULUS II SYLLABUS Prerequisites: Successful completion of Math 3 (or its equivalent elsewhere). Math 27 is normally not a sufficient prerequisite for Math 32. Required Text: Calculus: Early

More information