Chapter 8: Polar Coordinates and Vectors

Size: px
Start display at page:

Download "Chapter 8: Polar Coordinates and Vectors"

Transcription

1 Chapter 8: Polar Coordinates and Vectors 8.1 Polar Coordinates This is another way (in addition to the x-y system) of specifying the position of a point in the plane. We give the distance r of the point P from the origin O (or pole) and the angle θ between the +x-axis (polar axis) and the segment OP. See the image below for P = (3, 60 ) or (4, 10 ). Angles θ are measured CCW from the polar axis if positive, and CW if negative. Angles may be measured in degrees or radians. If r = 0, then P = 0 for all θ; that is, (0, θ) represents the pole regardless of θ. If r is negative, then ( r, θ) is the same as (r, θ ± π). (Go r from pole in opposite direction.) P = (r, θ) may also be represented by: ( r, θ ± π) and (r, θ ± nπ), where n is any integer. Note the relation pictured above between polar and rectangular coordinates. 1

2 r = x + y θ= tan x x = r cos θ y= r sin θ 1 y

3 8. Graphs of Polar Equations Graphing a polar equation using polar coordinates is done on polar graph paper. A table of values (r, θ) that satisfy the equation may be prepared, or technology may assist in sketching the graph. r = sin(4θ) Note: On the TI-86, from the Home screen, set Mode to Pol to graph in polar coordinates. To have values when tracing expressed in polar coordinates, go Graph Formt PolarGC. Note: Polar graphs may be produced in Mathematica using the command (function) PolarPlot[ ]. Note: The student should be familiar with the more common polar graphs (see text p594). Circles and spirals are of the form r = a, r = a sin(θ), r = a cos(θ), and r = a θ Limacons are of the form r = a ± b sin(θ) or r = a ± b cos(θ) Roses are of the form r = a sin(n θ) and r = a cos(n θ); n petals if n odd, n petals if n even Lemniscates (figure-8s) are of the form r = a sin(θ) or r = a cos(θ) Example: Example: Convert rectangular coordinates ( 8, 8) to polar coordinates. r = ( 8) + ( 8) = 16; choose positive r = 4. tan(θ) = 8 / 8 = 1; choose θ so the point is in quadrant I to match (x, y) 45 Thus the point in polar coordinates is (r, θ) = (4, 45 ) or (4, π/4). Convert polar coordinates (4, π/6) to rectangular coordinates. x = r cos(θ) = 4 cos(30 ) = 4 3/ = 3 y = r sin(θ) = 4 sin(30 ) = 4 1/ = Thus the point in rectangular coordinates is (x, y) = ( 3, ) Example: Convert to polar form the equation y = x. Write r sin(θ) = [r cos(θ)] = r cos (θ) and divide by r. sin(θ) / cos (θ) = r or r = tan(θ) sec(θ) 3

4 Example: Convert to rectangular form the equation r = 1 + cos(θ). Multiply both sides by r r = r + r cos(θ) (x + y ) = (x + y ) + x or squaring [(x + y ) x] = x + y 4

5 8.3 Polar Form of Complex Numbers; DeMoivre's Theorem One may graph complex numbers in the complex plane. This plane has the real number line as x-axis and the imaginary number line as y-axis. The complex number z = a + b i is represented as the point (a, b). Images below are from Wikipedia. We define the modulus (or absolute value) of the complex number z = a + b i as the distance of (a, b) from the origin: z = a + b We may write the complex number z = a + b i in polar or trigonometric form: z= r ( cos( θ ) + i sin( θ )), where r = z = a + b and tan ( θ ) = b a r is the modulus of z and θ is an argument of z. Note Re z = a = r cos(θ) and Im z = b = r sin(θ) Note we often write z r cos i sin = θ + θ as z = r cis(θ) We define the complex conjugate of z = a + b i as z= a b i(sometimes written z*). z = r cos θ + i sin θ = r cos θ i sin θ Note in trigonometric form ( ) Multiplication, division, powers, and roots of complex numbers are often more easily done when the numbers are in trigonometric form. Multiplication: Given z1 = r1 cos( θ 1) + i sin( θ 1) and z r1 cos i sin z z = r r cos( θ +θ ) + i sin( θ +θ ) = θ + θ, then (To multiply a real number c times a complex number, just multiply the modulus times c.) Division: Given z = r cos( θ ) + i sin( θ ) and z r cos i sin z r i sin ( 1 1 cos 1 1 z = r θ θ + θ θ ) = θ + θ, then 1 5

6 Powers (DeMoivre's Theorem): If z r cos i sin n n z = r cos( n θ ) + i sin( n θ) = θ + θ, then for any integer n: Roots: If z= r ( cos( θ ) + i sin( θ )), and n is a positive integer, then 1 1 n k k n n θ+ π θ+ π z = z = r cos + i sin n n for k = 0, 1,,..., n-1. Example: Convert z = 3 + i to trigonometric form. r = z = = 16 = 4 and θ = tan = 30 3 π Thus z = 4 cos( 30 ) + i sin ( 30 ) = 4 cis( 30 ) = 4 cis 6 Example: Given z = 3 + i, find z and z = z π 4 cos 30 + i sin 30 = 4 cis 30 = 4 cis z = 4 cos( 3 30 ) + i sin ( 3 30 ) = 64 cos( 90 ) + i sin ( 90 ) = 64 cis( 90 ) = i k k z = 4 cos + i sin = 4 cos( k) + i sin ( k) for k = 0, 1, = 4 cis 10, 4 cis 130, 4 cis 50 In trigonometric form, z = Note in complex numbers, there are 3 cube roots, 4 fourth roots, and so on. If we graph them, they are equally spaced around a circle of radius z. On the TI-86, represent complex numbers as (a, b). Most operations are available from the Home screen. The CPLX menu aids in converting between polar and rectangular, and offers to find moduli, arguments, and more. z Example: Given z1 = 3+ i, and z = 1+ 3 i, find z z and 1 = ( ) and z = cis( 60 ) z1 cis 30. Thus: z z = cis = 4 cis 90 = 0+ 4 i 1 1 z1 3 1 = cis[ ] = 1 cis( 30 ) = 1 cos( 30 ) i sin ( 30 ) i z = Mathematica handles complex numbers entered as a + bi, where the i is a special symbol. z 6

7 8.4 Vectors A vector is a mathematical object with magnitude and direction. Geometrically, it is represented by a directed line segment or arrow. (Images below from Wikipedia) For a vector from initial point A(x 1, y 1 ) to terminal point B(x, y ), we write: AB =< x x 1, y y1 >. For a vector starting at the origin, OA =<,3 >= i + 3j The notation V= ai + bj + ck describes a vector with components along the x, y, and z axes of a, b, and c, where i, j, k are unit vectors (of length one) pointing along the coordinate axes. Sometimes vectors are represented in print by boldface quantities. The TI-86 calculator inputs vectors in square brackets. Thus u = [, 3] is sometimes seen. For a vector from initial point A(x 1, y 1 ) to terminal point B(x, y ), AB =< x x 1, y y1 >, AB = x x + y y define the length or magnitude of the vector y y1 and its direction, measured CW from the +x-axis, as θ= tan x x1 The zero vector is defined to have length zero. Geometrically, multiplication of a vector by a scalar multiplies the length of the vector of its arrow representation. If a = <x 1, y 1 >, c a = <c x 1, c y 1 >. The negative of a vector has length unchanged but points in the opposite direction. If a = <x 1, y 1 >, a = < x 1, y 1 >. Addition: If the vectors a = <x 1, y 1 > and b = <x, y > are tail to tail, form the parallelogram with a and b as two consecutive sides. The diagonal starting at the initial point of the vectors is the sum a + b. Alternatively, move b parallel to its own length so its tail is at the tip of a. The vector from the tail of a to the tip of b is the sum. Analytically, a + b = <x 1 + x, y 1 + y > Subtraction: With a and b tail to tail, draw the vector from the tip of b to the tip of a. This is equivalent to adding a + ( b). Analytically, a b = <x 1 x, y 1 y > 7

8 A unit vector in the direction of vector a, where a = <x 1, y 1 >, is: a xi 1 + yj 1 x1 y1 a = = =, a x + y x + y x + y The horizontal and vertical components of a vector with length a and direction θ: x = a cos θ y = a sin θ 1 1 Example: Express the vector from P(3, ) to Q(8, 9) in component form. PQ = (8 3)i + (9 ) j = 5i + 7 j =< 5, 7 > Example: Find u, 3v, u + v, 3u 4v, and u for u = <, 7> and v = <3, 1> u = <4, 14> 3v = < 9, 3> u + v = <5, 8> 3u 4v = < 6, 17> u = 53 Example: Find the magnitude and direction of the vector v = <3, 4>. 1 4 v = =5 and θ= tan = Example: Find the horizontal and vertical components of the vector v with length 40 and v = 40 cos 30 i + 40 sin 30 j = 0 3i + 0j direction 30. 8

9 8.5 Dot Product If A = <x 1, y 1 > and B = <x, y > are vectors as pictured above, then define: A B = x 1 x + y 1 y = A B cos(θ) = dot (or scalar or inner) product of A and B. Note this product is a scalar, not a vector. It has magnitude without direction. Example: Given A = 3i + 4j and B= 4i 3j. Find AB i and the angle θ between the vectors AB 0 AB i = ( 3)( 4) + ( 4)( 3) = 0and cos( θ ) = i 0 90 AB = ( 5)( 5) = θ= If two nonzero vectors have dot product = 0, then the vectors are perpendicular. (Converse also true) The angle between two nonzero vectors A and B is given by: AB i cos( θ ) = AB Note for vector u: u u = u The scalar projection of A onto B (also called the component of A along or in the direction of B) AB i = Acos( θ ) =, where θ is the angle between A and B. (See diagram above) B The vector projection of A onto B is the above scalar projection times a unit vector in the direction of B: AB = proj A i = B B B If the vector A is resolved into components A 1 and A where A 1 is parallel to B and A is perpendicular to B, then A 1 = proj A and A = A proj A B B 9

10 Example: A lawn mower is pushed a distance of 65.0 m along a horizontal path by a constant force along the handle of 00. N. The handle makes an angle of 30 with the horizontal. Find the work done by the force acting along the handle. Force and displacement are both vectors. Work is the scalar product F d = F d cos(θ) Thus Work = (00 N)(65 m)(cos30 ) = 1158 Nm J to 3 significant figures. Example: Given u = <, 4> and v = <1, 1>. Find the component of u along v, the vector projection of u onto v, and resolve u into components u 1 parallel to v and u perpendicular to v. uv i ( )( 1) + ( 4)( 1) Component of u along v = u cos(θ) = = = = v uv v 1,1 proj u i < > = v = ( ) =< 1,1 > v v u = proj u =< 1,1> 1 v u = u u =<,4> < 1,1>=< 3,3> 1 Example: A jet is flying through wind blowing at 55 mph in direction N 30 E. The jet has speed of 765 mph in still air, and is heading in the direction N 45 E. Find the resultant speed and direction of the jet. Write both velocity vectors in component form. Add, and then convert back to magnitude and direction form. Wind w = 55 cos( 60 ),55 sin ( 60 ) =, Jet j = 765 cos( 45 ),765 sin ( 45 ) =, j+ w = 568.4,588.6 so j+ w = 818mph in direction θ = 46 or N 44 E Mathematica inputs vectors inside curly braces: {3, 4} for our <3, 4>. The Mathematica notebook (here in PDF format) Vectors and Matrices at illustrates many commands used in working with vectors. 10

Precalculus Notes: Unit 6 Vectors, Parametrics, Polars, & Complex Numbers. A: Initial Point (start); B: Terminal Point (end) : ( ) ( )

Precalculus Notes: Unit 6 Vectors, Parametrics, Polars, & Complex Numbers. A: Initial Point (start); B: Terminal Point (end) : ( ) ( ) Syllabus Objectives: 5.1 The student will explore methods of vector addition and subtraction. 5. The student will develop strategies for computing a vector s direction angle and magnitude given its coordinates.

More information

SECTION 6.3: VECTORS IN THE PLANE

SECTION 6.3: VECTORS IN THE PLANE (Section 6.3: Vectors in the Plane) 6.18 SECTION 6.3: VECTORS IN THE PLANE Assume a, b, c, and d are real numbers. PART A: INTRO A scalar has magnitude but not direction. We think of real numbers as scalars,

More information

VECTORS. Section 6.3 Precalculus PreAP/Dual, Revised /11/ :41 PM 6.3: Vectors in the Plane 1

VECTORS. Section 6.3 Precalculus PreAP/Dual, Revised /11/ :41 PM 6.3: Vectors in the Plane 1 VECTORS Section 6.3 Precalculus PreAP/Dual, Revised 2017 Viet.dang@humbleisd.net 10/11/2018 11:41 PM 6.3: Vectors in the Plane 1 DEFINITIONS A. Vector is used to indicate a quantity that has both magnitude

More information

Chapter 6 Additional Topics in Trigonometry, Part II

Chapter 6 Additional Topics in Trigonometry, Part II Chapter 6 Additional Topics in Trigonometry, Part II Section 3 Section 4 Section 5 Vectors in the Plane Vectors and Dot Products Trigonometric Form of a Complex Number Vocabulary Directed line segment

More information

Precalculus Notes: Unit 6 Vectors, Parametrics, Polars, & Complex Numbers

Precalculus Notes: Unit 6 Vectors, Parametrics, Polars, & Complex Numbers Syllabus Objectives: 5.1 The student will eplore methods of vector addition and subtraction. 5. The student will develop strategies for computing a vector s direction angle and magnitude given its coordinates.

More information

10.1 Vectors. c Kun Wang. Math 150, Fall 2017

10.1 Vectors. c Kun Wang. Math 150, Fall 2017 10.1 Vectors Definition. A vector is a quantity that has both magnitude and direction. A vector is often represented graphically as an arrow where the direction is the direction of the arrow, and the magnitude

More information

Chapter 8. Complex Numbers, Polar Equations, and Parametric Equations. Section 8.1: Complex Numbers. 26. { ± 6i}

Chapter 8. Complex Numbers, Polar Equations, and Parametric Equations. Section 8.1: Complex Numbers. 26. { ± 6i} Chapter 8 Complex Numbers, Polar Equations, and Parametric Equations 6. { ± 6i} Section 8.1: Complex Numbers 1. true. true. true 4. true 5. false (Every real number is a complex number. 6. true 7. 4 is

More information

9.4 Polar Coordinates

9.4 Polar Coordinates 9.4 Polar Coordinates Polar coordinates uses distance and direction to specify a location in a plane. The origin in a polar system is a fixed point from which a ray, O, is drawn and we call the ray the

More information

Unit #17: Spring Trig Unit. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that same amount.

Unit #17: Spring Trig Unit. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that same amount. Name Unit #17: Spring Trig Unit Notes #1: Basic Trig Review I. Unit Circle A circle with center point and radius. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that

More information

Pre-Calc Unit 15: Polar Assignment Sheet May 4 th to May 31 st, 2012

Pre-Calc Unit 15: Polar Assignment Sheet May 4 th to May 31 st, 2012 Pre-Calc Unit 15: Polar Assignment Sheet May 4 th to May 31 st, 2012 Date Objective/ Topic Assignment Did it Friday Polar Discover y Activity Day 1 pp. 2-3 May 4 th Monday Polar Discover y Activity Day

More information

Unit IV: Introduction to Vector Analysis

Unit IV: Introduction to Vector Analysis Unit IV: Introduction to Vector nalysis s you learned in the last unit, there is a difference between speed and velocity. Speed is an example of a scalar: a quantity that has only magnitude. Velocity is

More information

Appendix D: Algebra and Trig Review

Appendix D: Algebra and Trig Review Appendix D: Algebra and Trig Review Find the domains of the following functions. x+2 x 2 5x+4 3 x 4 + x 2 9 7 x If f(x) = x 3, find f(8+h) f(8) h and simplify by rationalizing the numerator. 1 Converting

More information

Lesson 73 Polar Form of Complex Numbers. Relationships Among x, y, r, and. Polar Form of a Complex Number. x r cos y r sin. r x 2 y 2.

Lesson 73 Polar Form of Complex Numbers. Relationships Among x, y, r, and. Polar Form of a Complex Number. x r cos y r sin. r x 2 y 2. Lesson 7 Polar Form of Complex Numbers HL Math - Santowski Relationships Among x, y, r, and x r cos y r sin r x y tan y x, if x 0 Polar Form of a Complex Number The expression r(cos isin ) is called the

More information

8.2 Graphs of Polar Equations

8.2 Graphs of Polar Equations 8. Graphs of Polar Equations Definition: A polar equation is an equation whose variables are polar coordinates. One method used to graph a polar equation is to convert the equation to rectangular form.

More information

Complex Numbers and Polar Coordinates

Complex Numbers and Polar Coordinates Chapter 5 Complex Numbers and Polar Coordinates One of the goals of algebra is to find solutions to polynomial equations. You have probably done this many times in the past, solving equations like x 1

More information

Vector Supplement Part 1: Vectors

Vector Supplement Part 1: Vectors Vector Supplement Part 1: Vectors A vector is a quantity that has both magnitude and direction. Vectors are drawn as directed line segments and are denoted by boldface letters a or by a. The magnitude

More information

1.1 Vectors. The length of the vector AB from A(x1,y 1 ) to B(x 2,y 2 ) is

1.1 Vectors. The length of the vector AB from A(x1,y 1 ) to B(x 2,y 2 ) is 1.1 Vectors A vector is a quantity that has both magnitude and direction. Vectors are drawn as directed line segments and are denoted by boldface letters a or by a. The magnitude of a vector a is its length,

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

College Trigonometry

College Trigonometry College Trigonometry George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 131 George Voutsadakis (LSSU) Trigonometry January 2015 1 / 25 Outline 1 Functions

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

UNIT TWO POLAR COORDINATES AND COMPLEX NUMBERS MATH 611B 15 HOURS

UNIT TWO POLAR COORDINATES AND COMPLEX NUMBERS MATH 611B 15 HOURS UNIT TWO POLAR COORDINATES AND COMPLEX NUMBERS MATH 611B 15 HOURS Revised Dec 10, 02 38 SCO: By the end of grade 12, students will be expected to: C97 construct and examine graphs in the polar plane Elaborations

More information

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b vectors and POLAR COORDINATES LEARNING OBJECTIVES In this section, ou will: View vectors geometricall. Find magnitude and direction. Perform vector addition and scalar multiplication. Find the component

More information

New concepts: scalars, vectors, unit vectors, vector components, vector equations, scalar product. reading assignment read chap 3

New concepts: scalars, vectors, unit vectors, vector components, vector equations, scalar product. reading assignment read chap 3 New concepts: scalars, vectors, unit vectors, vector components, vector equations, scalar product reading assignment read chap 3 Most physical quantities are described by a single number or variable examples:

More information

Pre-Calculus & Trigonometry Scope and Sequence

Pre-Calculus & Trigonometry Scope and Sequence WHCSD Scope and Sequence Pre-Calculus/ 2017-2018 Pre-Calculus & Scope and Sequence Course Overview and Timing This section is to help you see the flow of the unit/topics across the entire school year.

More information

PreCalculus Honors Curriculum Pacing Guide First Half of Semester

PreCalculus Honors Curriculum Pacing Guide First Half of Semester Unit 1 Introduction to Trigonometry (9 days) First Half of PC.FT.1 PC.FT.2 PC.FT.2a PC.FT.2b PC.FT.3 PC.FT.4 PC.FT.8 PC.GCI.5 Understand that the radian measure of an angle is the length of the arc on

More information

Pre-Calculus & Trigonometry Scope and Sequence

Pre-Calculus & Trigonometry Scope and Sequence Pre-Calculus & Trigonometry Scope and Sequence Domain INTERPRETING F.IF Understand the concept of a function, and use function notation. TRIGONOMETRIC F.TF BUILDING F.BF EXPRESSING GEOMETRIC PROPERTIES

More information

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics LECTURE OUTLINE CHAPTER 3 Vectors in Physics 3-1 Scalars Versus Vectors Scalar a numerical value (number with units). May be positive or negative. Examples: temperature, speed, height, and mass. Vector

More information

Grade 12 Precalculus 3 rd Nine Weeks Pacing Guide

Grade 12 Precalculus 3 rd Nine Weeks Pacing Guide Week 1 (1/ 4-6) Week 2 (1/9-13) Week 3 (1/16-20) 2016-2017 Grade 12 3 rd Nine Weeks Pacing Guide Review content prerequisites. 26. [F-TF.10] Determine the amplitude, period, phase shift, domain, and range

More information

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b vectors and POLAR COORDINATES LEARNING OBJECTIVES In this section, ou will: View vectors geometricall. Find magnitude and direction. Perform vector addition and scalar multiplication. Find the component

More information

CHAPTER 1 COMPLEX NUMBER

CHAPTER 1 COMPLEX NUMBER BA0 ENGINEERING MATHEMATICS 0 CHAPTER COMPLEX NUMBER. INTRODUCTION TO COMPLEX NUMBERS.. Quadratic Equations Examples of quadratic equations:. x + 3x 5 = 0. x x 6 = 0 3. x = 4 i The roots of an equation

More information

Vectors are used to represent quantities such as force and velocity which have both. and. The magnitude of a vector corresponds to its.

Vectors are used to represent quantities such as force and velocity which have both. and. The magnitude of a vector corresponds to its. Fry Texas A&M University Fall 2016 Math 150 Notes Chapter 9 Page 248 Chapter 9 -- Vectors Remember that is the set of real numbers, often represented by the number line, 2 is the notation for the 2-dimensional

More information

Polar Coordinates: Graphs

Polar Coordinates: Graphs Polar Coordinates: Graphs By: OpenStaxCollege The planets move through space in elliptical, periodic orbits about the sun, as shown in [link]. They are in constant motion, so fixing an exact position of

More information

Vectors (Trigonometry Explanation)

Vectors (Trigonometry Explanation) Vectors (Trigonometry Explanation) CK12 Editor Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable version of this book, as well as other interactive

More information

OpenStax-CNX module: m Vectors. OpenStax College. Abstract

OpenStax-CNX module: m Vectors. OpenStax College. Abstract OpenStax-CNX module: m49412 1 Vectors OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 In this section you will: Abstract View vectors

More information

Chapter 13: Vectors and the Geometry of Space

Chapter 13: Vectors and the Geometry of Space Chapter 13: Vectors and the Geometry of Space 13.1 3-Dimensional Coordinate System 13.2 Vectors 13.3 The Dot Product 13.4 The Cross Product 13.5 Equations of Lines and Planes 13.6 Cylinders and Quadratic

More information

Chapter 13: Vectors and the Geometry of Space

Chapter 13: Vectors and the Geometry of Space Chapter 13: Vectors and the Geometry of Space 13.1 3-Dimensional Coordinate System 13.2 Vectors 13.3 The Dot Product 13.4 The Cross Product 13.5 Equations of Lines and Planes 13.6 Cylinders and Quadratic

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Vectors and the Geometry of Space Many quantities in geometry and physics, such as area, volume, temperature, mass, and time, can be characterized by a single real number scaled to appropriate units of

More information

PreCalculus Notes. MAT 129 Chapter 10: Polar Coordinates; Vectors. David J. Gisch. Department of Mathematics Des Moines Area Community College

PreCalculus Notes. MAT 129 Chapter 10: Polar Coordinates; Vectors. David J. Gisch. Department of Mathematics Des Moines Area Community College PreCalculus Notes MAT 129 Chapter 10: Polar Coordinates; Vectors David J. Gisch Department of Mathematics Des Moines Area Community College October 25, 2011 1 Chapter 10 Section 10.1: Polar Coordinates

More information

27 ft 3 adequately describes the volume of a cube with side 3. ft F adequately describes the temperature of a person.

27 ft 3 adequately describes the volume of a cube with side 3. ft F adequately describes the temperature of a person. VECTORS The stud of ectors is closel related to the stud of such phsical properties as force, motion, elocit, and other related topics. Vectors allow us to model certain characteristics of these phenomena

More information

Complex Numbers, Polar Coordinates, and Parametric Equations

Complex Numbers, Polar Coordinates, and Parametric Equations 8 Complex Numbers, Polar Coordinates, and Parametric Equations If a golfer tees off with an initial velocity of v 0 feet per second and an initial angle of trajectory u, we can describe the position of

More information

SUPPLEMENT I. Example. Graph the vector 4, 3. Definition. Given two points A(x 1, y 1 ) and B(x 2, y 2 ), the vector represented by # AB is # AB =,

SUPPLEMENT I. Example. Graph the vector 4, 3. Definition. Given two points A(x 1, y 1 ) and B(x 2, y 2 ), the vector represented by # AB is # AB =, SUPPLEMENT I 1. Vectors Definition. A vector is a quantity that has both a magnitude and a direction. A twodimensional vector is an ordered pair a = a 1, a 2 of real numbers. The numbers a 1 and a 2 are

More information

PRECALCULUS. Changes to the original 2010 COS is in red. If it is red and crossed out, it has been moved to another course.

PRECALCULUS. Changes to the original 2010 COS is in red. If it is red and crossed out, it has been moved to another course. PRECALCULUS Precalculus is a course designed for students who have successfully completed the Algebra II With Trigonometry course. This course is considered to be a prerequisite for success in calculus

More information

Day 1: Introduction to Vectors + Vector Arithmetic

Day 1: Introduction to Vectors + Vector Arithmetic Day 1: Introduction to Vectors + Vector Arithmetic A is a quantity that has magnitude but no direction. You can have signed scalar quantities as well. A is a quantity that has both magnitude and direction.

More information

11.8 Vectors Applications of Trigonometry

11.8 Vectors Applications of Trigonometry 00 Applications of Trigonometry.8 Vectors As we have seen numerous times in this book, Mathematics can be used to model and solve real-world problems. For many applications, real numbers suffice; that

More information

Introduction. Law of Sines. Introduction. Introduction. Example 2. Example 1 11/18/2014. Precalculus 6.1

Introduction. Law of Sines. Introduction. Introduction. Example 2. Example 1 11/18/2014. Precalculus 6.1 Introduction Law of Sines Precalculus 6.1 In this section, we will solve oblique triangles triangles that have no right angles. As standard notation, the angles of a triangle are labeled A, B, and C, and

More information

Chapter 1E - Complex Numbers

Chapter 1E - Complex Numbers Fry Texas A&M University Math 150 Spring 2015 Unit 4 20 Chapter 1E - Complex Numbers 16 exists So far the largest (most inclusive) number set we have discussed and the one we have the most experience with

More information

Find the rectangular coordinates for each of the following polar coordinates:

Find the rectangular coordinates for each of the following polar coordinates: WORKSHEET 13.1 1. Plot the following: 7 3 A. 6, B. 3, 6 4 5 8 D. 6, 3 C., 11 2 E. 5, F. 4, 6 3 Find the rectangular coordinates for each of the following polar coordinates: 5 2 2. 4, 3. 8, 6 3 Given the

More information

Complex Numbers Class Work. Complex Numbers Homework. Pre-Calc Polar & Complex #s ~1~ NJCTL.org. Simplify using i b 4 3.

Complex Numbers Class Work. Complex Numbers Homework. Pre-Calc Polar & Complex #s ~1~ NJCTL.org. Simplify using i b 4 3. Complex Numbers Class Work Simplify using i. 1. 16 2. 36b 4 3. 8a 2 4. 32x 6 y 7 5. 16 25 6. 8 10 7. 3i 4i 5i 8. 2i 4i 6i 8i 9. i 9 10. i 22 11. i 75 Complex Numbers Homework Simplify using i. 12. 81 13.

More information

11.4 Dot Product Contemporary Calculus 1

11.4 Dot Product Contemporary Calculus 1 11.4 Dot Product Contemporary Calculus 1 11.4 DOT PRODUCT In the previous sections we looked at the meaning of vectors in two and three dimensions, but the only operations we used were addition and subtraction

More information

For a semi-circle with radius r, its circumfrence is πr, so the radian measure of a semi-circle (a straight line) is

For a semi-circle with radius r, its circumfrence is πr, so the radian measure of a semi-circle (a straight line) is Radian Measure Given any circle with radius r, if θ is a central angle of the circle and s is the length of the arc sustained by θ, we define the radian measure of θ by: θ = s r For a semi-circle with

More information

Scalar & Vector tutorial

Scalar & Vector tutorial Scalar & Vector tutorial scalar vector only magnitude, no direction both magnitude and direction 1-dimensional measurement of quantity not 1-dimensional time, mass, volume, speed temperature and so on

More information

Vectors. Introduction

Vectors. Introduction Chapter 3 Vectors Vectors Vector quantities Physical quantities that have both numerical and directional properties Mathematical operations of vectors in this chapter Addition Subtraction Introduction

More information

Polar Equations and Complex Numbers

Polar Equations and Complex Numbers Polar Equations and Complex Numbers Art Fortgang, (ArtF) Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable version of this book, as well as other

More information

POLAR FORMS: [SST 6.3]

POLAR FORMS: [SST 6.3] POLAR FORMS: [SST 6.3] RECTANGULAR CARTESIAN COORDINATES: Form: x, y where x, y R Origin: x, y = 0, 0 Notice the origin has a unique rectangular coordinate Coordinate x, y is unique. POLAR COORDINATES:

More information

SB Ch 6 May 15, 2014

SB Ch 6 May 15, 2014 Warm Up 1 Chapter 6: Applications of Trig: Vectors Section 6.1 Vectors in a Plane Vector: directed line segment Magnitude is the length of the vector Direction is the angle in which the vector is pointing

More information

30. (+) Use the unit circle to explain symmetry (odd and even) and periodicity of trigonometric functions. [F-TF]

30. (+) Use the unit circle to explain symmetry (odd and even) and periodicity of trigonometric functions. [F-TF] Pre-Calculus Curriculum Map (Revised April 2015) Unit Content Standard Unit 1 Unit Circle 29. (+) Use special triangles to determine geometrically the values of sine, cosine, and tangent for and use the

More information

Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations.

Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations. 1. Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations. x + y = 5, z = 4 Choose the correct description. A. The circle with center (0,0, 4)

More information

Chapter 8: Further Applications of Trigonometry

Chapter 8: Further Applications of Trigonometry 308 Chapter 8 Chapter 8: Further Applications of Trigonometry In this chapter, we will eplore additional applications of trigonometry. We will begin with an etension of the right triangle trigonometry

More information

in Trigonometry Name Section 6.1 Law of Sines Important Vocabulary

in Trigonometry Name Section 6.1 Law of Sines Important Vocabulary Name Chapter 6 Additional Topics in Trigonometry Section 6.1 Law of Sines Objective: In this lesson you learned how to use the Law of Sines to solve oblique triangles and how to find the areas of oblique

More information

Math Precalculus Blueprint Assessed Quarter 1

Math Precalculus Blueprint Assessed Quarter 1 PO 11. Find approximate solutions for polynomial equations with or without graphing technology. MCWR-S3C2-06 Graphing polynomial functions. MCWR-S3C2-12 Theorems of polynomial functions. MCWR-S3C3-08 Polynomial

More information

1. Vectors and Matrices

1. Vectors and Matrices E. 8.02 Exercises. Vectors and Matrices A. Vectors Definition. A direction is just a unit vector. The direction of A is defined by dir A = A, (A 0); A it is the unit vector lying along A and pointed like

More information

The choice of origin, axes, and length is completely arbitrary.

The choice of origin, axes, and length is completely arbitrary. Polar Coordinates There are many ways to mark points in the plane or in 3-dim space for purposes of navigation. In the familiar rectangular coordinate system, a point is chosen as the origin and a perpendicular

More information

Quantities which have only magnitude are called scalars. Quantities which have magnitude and direction are called vectors.

Quantities which have only magnitude are called scalars. Quantities which have magnitude and direction are called vectors. Vectors summary Quantities which have only magnitude are called scalars. Quantities which have magnitude and direction are called vectors. AB is the position vector of B relative to A and is the vector

More information

CHAPTER 3 : VECTORS. Definition 3.1 A vector is a quantity that has both magnitude and direction.

CHAPTER 3 : VECTORS. Definition 3.1 A vector is a quantity that has both magnitude and direction. EQT 101-Engineering Mathematics I Teaching Module CHAPTER 3 : VECTORS 3.1 Introduction Definition 3.1 A ector is a quantity that has both magnitude and direction. A ector is often represented by an arrow

More information

2- Scalars and Vectors

2- Scalars and Vectors 2- Scalars and Vectors Scalars : have magnitude only : Length, time, mass, speed and volume is example of scalar. v Vectors : have magnitude and direction. v The magnitude of is written v v Position, displacement,

More information

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers CLASSIFICATIONS OF NUMBERS NATURAL NUMBERS = N = {1,2,3,4,...}

More information

3 Vectors. 18 October 2018 PHY101 Physics I Dr.Cem Özdoğan

3 Vectors. 18 October 2018 PHY101 Physics I Dr.Cem Özdoğan Chapter 3 Vectors 3 Vectors 18 October 2018 PHY101 Physics I Dr.Cem Özdoğan 2 3 3-2 Vectors and Scalars Physics deals with many quantities that have both size and direction. It needs a special mathematical

More information

Overall Description of Course Trigonometry is a College Preparatory level course.

Overall Description of Course Trigonometry is a College Preparatory level course. Radnor High School Course Syllabus Modified 9/1/2011 Trigonometry 444 Credits: 1 Grades: 11-12 Unweighted Prerequisite: Length: Year Algebra 2 Format: Meets Daily or teacher recommendation Overall Description

More information

Mathematics Trigonometry: Unit Circle

Mathematics Trigonometry: Unit Circle a place of mind F A C U L T Y O F E D U C A T I O N Department of Curriculum and Pedagog Mathematics Trigonometr: Unit Circle Science and Mathematics Education Research Group Supported b UBC Teaching and

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Spring 2018, WEEK 1 JoungDong Kim Week 1 Vectors, The Dot Product, Vector Functions and Parametric Curves. Section 1.1 Vectors Definition. A Vector is a quantity that

More information

CURRICULUM GUIDE. Honors Algebra II / Trigonometry

CURRICULUM GUIDE. Honors Algebra II / Trigonometry CURRICULUM GUIDE Honors Algebra II / Trigonometry The Honors course is fast-paced, incorporating the topics of Algebra II/ Trigonometry plus some topics of the pre-calculus course. More emphasis is placed

More information

Vectors. Introduction. Prof Dr Ahmet ATAÇ

Vectors. Introduction. Prof Dr Ahmet ATAÇ Chapter 3 Vectors Vectors Vector quantities Physical quantities that have both n u m e r i c a l a n d d i r e c t i o n a l properties Mathematical operations of vectors in this chapter A d d i t i o

More information

ALGEBRAIC LONG DIVISION

ALGEBRAIC LONG DIVISION QUESTIONS: 2014; 2c 2013; 1c ALGEBRAIC LONG DIVISION x + n ax 3 + bx 2 + cx +d Used to find factors and remainders of functions for instance 2x 3 + 9x 2 + 8x + p This process is useful for finding factors

More information

Precalculus. Precalculus Higher Mathematics Courses 85

Precalculus. Precalculus Higher Mathematics Courses 85 Precalculus Precalculus combines the trigonometric, geometric, and algebraic techniques needed to prepare students for the study of calculus, and strengthens students conceptual understanding of problems

More information

Section 10.4 Vectors

Section 10.4 Vectors 220 Section 10.4 Vectors In this section, we will define and explore the properties of vectors. Vectors can be used to represent the speed and the direction of an object, the force and direction acting

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

Physics 40 Chapter 3: Vectors

Physics 40 Chapter 3: Vectors Physics 40 Chapter 3: Vectors Cartesian Coordinate System Also called rectangular coordinate system x-and y- axes intersect at the origin Points are labeled (x,y) Polar Coordinate System Origin and reference

More information

Quiz No. 1: Tuesday Jan. 31. Assignment No. 2, due Thursday Feb 2: Problems 8.4, 8.13, 3.10, 3.28 Conceptual questions: 8.1, 3.6, 3.12, 3.

Quiz No. 1: Tuesday Jan. 31. Assignment No. 2, due Thursday Feb 2: Problems 8.4, 8.13, 3.10, 3.28 Conceptual questions: 8.1, 3.6, 3.12, 3. Quiz No. 1: Tuesday Jan. 31 Assignment No. 2, due Thursday Feb 2: Problems 8.4, 8.13, 3.10, 3.28 Conceptual questions: 8.1, 3.6, 3.12, 3.20 Chapter 3 Vectors and Two-Dimensional Kinematics Properties of

More information

MAT 1339-S14 Class 8

MAT 1339-S14 Class 8 MAT 1339-S14 Class 8 July 28, 2014 Contents 7.2 Review Dot Product........................... 2 7.3 Applications of the Dot Product..................... 4 7.4 Vectors in Three-Space.........................

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

Mathematics Standards for High School Precalculus

Mathematics Standards for High School Precalculus Mathematics Standards for High School Precalculus Precalculus is a rigorous fourth-year launch course that prepares students for college and career readiness and intended specifically for those students

More information

Vectors. 1 Basic Definitions. Liming Pang

Vectors. 1 Basic Definitions. Liming Pang Vectors Liming Pang 1 Basic Definitions Definition 1. A vector in a line/plane/space is a quantity which has both magnitude and direction. The magnitude is a nonnegative real number and the direction is

More information

Congruence Axioms. Data Required for Solving Oblique Triangles

Congruence Axioms. Data Required for Solving Oblique Triangles Math 335 Trigonometry Sec 7.1: Oblique Triangles and the Law of Sines In section 2.4, we solved right triangles. We now extend the concept to all triangles. Congruence Axioms Side-Angle-Side SAS Angle-Side-Angle

More information

Module 10 Polar Form of Complex Numbers

Module 10 Polar Form of Complex Numbers MAC 1114 Module 10 Polar Form of Complex Numbers Learning Objectives Upon completing this module, you should be able to: 1. Identify and simplify imaginary and complex numbers. 2. Add and subtract complex

More information

Vectors Summary. can slide along the line of action. not restricted, defined by magnitude & direction but can be anywhere.

Vectors Summary. can slide along the line of action. not restricted, defined by magnitude & direction but can be anywhere. Vectors Summary A vector includes magnitude (size) and direction. Academic Skills Advice Types of vectors: Line vector: Free vector: Position vector: Unit vector (n ): can slide along the line of action.

More information

Further Pure Mathematics 1

Further Pure Mathematics 1 Complex Numbers Section Supplementary Notes and Examples The modulus-argument form of complex numbers You are familiar with describing a point in the plane using Cartesian coordinates. However, this is

More information

8.1 Solutions to Exercises

8.1 Solutions to Exercises Last edited 9/6/17 8.1 Solutions to Exercises 1. Since the sum of all angles in a triangle is 180, 180 = 70 + 50 + α. Thus α = 60. 10 α B The easiest way to find A and B is to use Law of Sines. sin( )

More information

UNIT-05 VECTORS. 3. Utilize the characteristics of two or more vectors that are concurrent, or collinear, or coplanar.

UNIT-05 VECTORS. 3. Utilize the characteristics of two or more vectors that are concurrent, or collinear, or coplanar. UNIT-05 VECTORS Introduction: physical quantity that can be specified by just a number the magnitude is known as a scalar. In everyday life you deal mostly with scalars such as time, temperature, length

More information

General Physics I, Spring Vectors

General Physics I, Spring Vectors General Physics I, Spring 2011 Vectors 1 Vectors: Introduction A vector quantity in physics is one that has a magnitude (absolute value) and a direction. We have seen three already: displacement, velocity,

More information

+ 4 Ex: y = v = (1, 4) x = 1 Focus: (h, k + ) = (1, 6) L.R. = 8 units We can have parabolas that open sideways too (inverses) x = a (y k) 2 + h

+ 4 Ex: y = v = (1, 4) x = 1 Focus: (h, k + ) = (1, 6) L.R. = 8 units We can have parabolas that open sideways too (inverses) x = a (y k) 2 + h Unit 7 Notes Parabolas: E: reflectors, microphones, (football game), (Davinci) satellites. Light placed where ras will reflect parallel. This point is the focus. Parabola set of all points in a plane that

More information

PreCalculus. Curriculum (637 topics additional topics)

PreCalculus. Curriculum (637 topics additional topics) PreCalculus This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet curricular needs.

More information

Bonus Section II: Solving Trigonometric Equations

Bonus Section II: Solving Trigonometric Equations Fry Texas A&M University Math 150 Spring 2017 Bonus Section II 260 Bonus Section II: Solving Trigonometric Equations (In your text this section is found hiding at the end of 9.6) For what values of x does

More information

Unit 10 Parametric and Polar Equations - Classwork

Unit 10 Parametric and Polar Equations - Classwork Unit 10 Parametric and Polar Equations - Classwork Until now, we have been representing graphs by single equations involving variables x and y. We will now study problems with which 3 variables are used

More information

Matrices and Vectors

Matrices and Vectors Matrices and Vectors James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 11, 2013 Outline 1 Matrices and Vectors 2 Vector Details 3 Matrix

More information

Vectors in the Plane

Vectors in the Plane Vectors in the Plane MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Vectors vs. Scalars scalar quantity having only a magnitude (e.g. temperature, volume, length, area) and

More information

Chapter 8B - Trigonometric Functions (the first part)

Chapter 8B - Trigonometric Functions (the first part) Fry Texas A&M University! Spring 2016! Math 150 Notes! Section 8B-I! Page 79 Chapter 8B - Trigonometric Functions (the first part) Recall from geometry that if 2 corresponding triangles have 2 angles of

More information

Vectors. Examples of vectors include: displacement, velocity, acceleration, and force. Examples of scalars include: distance, speed, time, and volume.

Vectors. Examples of vectors include: displacement, velocity, acceleration, and force. Examples of scalars include: distance, speed, time, and volume. Math 150 Prof. Beydler 7.4/7.5 Notes Page 1 of 6 Vectors Suppose a car is heading NE (northeast) at 60 mph. We can use a vector to help draw a picture (see right). v A vector consists of two parts: 1.

More information

What is the purpose of this document? What is in the document? How do I send Feedback?

What is the purpose of this document? What is in the document? How do I send Feedback? 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. Number

More information

MATH 130 FINAL REVIEW

MATH 130 FINAL REVIEW MATH 130 FINAL REVIEW Problems 1 5 refer to triangle ABC, with C=90º. Solve for the missing information. 1. A = 40, c = 36m. B = 53 30', b = 75mm 3. a = 91 ft, b = 85 ft 4. B = 1, c = 4. ft 5. A = 66 54',

More information

Introduction. The first chapter of FP1 introduces you to imaginary and complex numbers

Introduction. The first chapter of FP1 introduces you to imaginary and complex numbers Introduction The first chapter of FP1 introduces you to imaginary and complex numbers You will have seen at GCSE level that some quadratic equations cannot be solved Imaginary and complex numbers will

More information