Students studying polar coordinates may be required to find the points of

Size: px
Start display at page:

Download "Students studying polar coordinates may be required to find the points of"

Transcription

1 Finding Points of Intersection of Polar-Coordinate Graphs Warren W. Esty Mathematics Teacher, September 1991, Volume 84, Number 6, pp Mathematics Teacher is a publication of the National Council of Teachers of Mathematics (NCTM). More than 200 books, videos, software, posters, and research reports are available through NCTM S publication program. Individual members receive a 20% reduction off the list price. For more information on membership in the NCTM, please call or write: NCTM Headquarters Office 1906 Association Drive Reston, Virginia Phone: (703) Fax: (707) Internet: orders@nctm.org Article reprinted with permission from Mathematics Teacher, copyright September 1991 by the National Council of Teachers of Mathematics. All rights reserved. Students studying polar coordinates may be required to find the points of intersection of the polar-coordinate graphs of two functions, f and g. Their experiences with rectangular coordinates may lead them to expect that all the points of intersection can be found by solving the equation f g. They may be distressed to discover that points of intersection of the graphs can occur that do not correspond to solutions of that equation. Example 1. Consider the polar-coordinate graphs of and a circle, given in figure 1. Two points of intersection, B and C, obviously occur in the second and third quadrants. A natural approach to find these points is to set f equal to g and solve for. For the given functions this approach yields 1 3 cos 1, 3 cos 0, cos 0. f 1 3 cos g 1,

2 The solutions in the interval 0, 2 are given by 1 2 and 2 32, from which we obtain the points A 1, 2 and D 1, 32 in figure 1. The solutions of f g correspond to the two points of intersection on the y-axis, but none of the solutions corresponds to the points B and C in the second and third quadrants. Fig. 1. f 1 3 cos and g 1. Points B and C do not solve the equation f g. The points of intersection B and C occur when the two functions yield opposite functional values at angles that differ by, since the point r, is the same as the point r, in polar coordinates. Solving f g, we have 1 3 cos 1, 3 cos 2, cos 23, with solutions in 0, 2 given by 3 cos and , from which we obtain the points C 1, and B 1, What the graphics display shows so well is that the curves r f and r g pass through the points B and C at different times, that is, with different angles, and therefore these points of intersection will not be found by solving the equation that equates the two functions with the same angle,. (Example 1 is discussed further after theorem 2.) If any two functions are graphed in rectangular coordinates, all the points of intersection can be found by setting the functions equal to each other and solving. (See theorem 1 that follows.) The purpose of this article is to help students understand why the method of solving for points of intersection in polar coordinates is not precisely parallel to the rectangular-coordinate method. 2

3 Computer Graphics The computer program listed in the Appendix was created to plot two polar-coordinate graphs simultaneously and can plot individual graphs as well. Single plots could be used to familiarize students with polar-coordinate graphs before addressing the more complex problem of points of intersection. By plotting points with different angles at different times, this APPLEBASIC (or GW-BASIC) program vividly illustrates why points of intersection of the graphs of f and g can occur that do not correspond to solutions of the equation f g. It plots points from r f and r g simultaneously in increments of chosen by the user. A point corresponds to a solution of f g if and only if both plots go through the same point at the same time (that is, with equal angles). As the display develops, it is easy to see where the points of intersection are and which occur on both graphs at the same time. Points of intersection that are plotted at different times on the two graphs (such as points B and C in fig.1) cannot be found by solving f g. (See theorem 2 for the equations that yield the desired points.) Unfortunately, all the completed graphs in the figures lack the dynamic development over time that makes the computer display so appropriate. Input-output. The program listing includes, at lines 400 and 410, the pair of functions used to create figure 1, but the functions can easily be changed while running the program by rewriting lines 400 and 410 after entering zero in response to the first question. As long as the SAVE command is not used, changes in lines 400 and 410 will be only temporary. The independent variable must be T, and the form of the new definitions must be as follows: 400 F G... To plot one polar-coordinate graph instead of two, enter line 410 as 410 G F. Then only line 400 need be changed to create new graphs. The user is asked to supply four different inputs: (a) the number of points to plot as the variable goes through the angle (72 is recommended; the entry 0 is used to change functions), (b) the multiple of desired for the domain (usually 1), (c) a time-delay factor to permit slower development of the display (often the maximum speed, 1, works well), and (d) the maximum scale of the graph (which should be large enough to fit the graph on the screen). Figure 1 was created using the entries 72, 1, 1, and 3, respectively. Example 2. Consider the polar-coordinate graphs of f 3 cos 1 and g 1 sin given in figure 2. To obtain figure 2, load the program, type RUN, and then answer 0 to the first question. Then type two lines, 400 F 3 * COS T 1 and 410 G 1 SIN T, and restart the program by typing RUN. Then answer the four questions with 72, 1, 1, and 3, respectively. One of the intersections in the fourth quadrant, B, is found by solving the equation; and one, A, is not. 2 3

4 Fig. 2. f 3 cos 1 and g 1 sin. Point B corresponds to a solution of 3 cos 1 1 sin, but point A does not. Example 3. To produce the complicated picture in figure 3, in which some of the points of intersection correspond to solutions of the equation cos 1.8 cos and some do not, enter the lines 400 F COS T1.8 and 410 G COS 1 T1.8 and answer the questions with 72, 4.5, 1, and 1. Also, several of the intersections occur because each graph intersects with itself. Fig. 3. f cos /1.8, and g cos 1 /1.8, 0 9. Some of the points of intersection correspond to solutions of the equation cos /1.8 cos 1 /1.8, and some do not. Also, a number of the intersections occur because a graph intersects with itself. 4

5 The Mathematics The key to the difficulty of finding points of intersection of polar-coordinate graphs is that points do not have unique polar-coordinate representations. The lack of uniqueness is the reason that several equations (given in theorem 2) are required instead of just one, f g to guarantee finding all the points of intersection. For instructional purposes, it may be sufficient to illustrate visually how a point of intersection can appear with two distinct representations by using the computer program discussed previously. This section is devoted to the mathematics of why setting the functions equal and solving always works in rectangular coordinates but does not necessarily find all the points of intersection of two functions graphed in polar coordinates. Theorem 1A. In rectangular coordinates, if a solution to fx gx exists, then a corresponding point of intersection of the graphs of f and g exists. Theorem 1B. In rectangular coordinates, if a point of intersection of the graphs of f and g exists, then a corresponding solution to fx gx exists. Recall that the point x 0, y 0 is on the graph of f if fx 0 y 0. Proof of theorem 1A. Let x 0 be a solution to fx gx. Denote the common value of fx 0 and gx 0 by y 0. Then fx 0 y 0 and gx 0 y 0, and the point x 0, y 0 is on both graphs. Therefore, x 0, y 0 is a point of intersection of the graphs. Proof of theorem 1B. Suppose a point of intersection of the graphs of f and g exists. Since each point has a unique representation in rectangular coordinates, we can denote it uniquely by x 0, y 0. Then f x 0 y 0 because the point is on the graph of f and gx 0 y 0 because the point is on the graph of g. Thus fx 0 gx 0 by transitivity of equality. Therefore x 0 is a solution to the equation fx gx. Theorem 1A has a perfect polar-coordinate parallel that asserts that solutions to f g do correspond to points of intersection. The first proof can be paralleled exactly, replacing x by and y by r. No polar-coordinate parallel exists to theorem 1B, however, as proved by any one counterexample, such as the example in figure 1. Nevertheless, it is illuminating to determine why the proof of theorem 1B cannot be paralleled in polar coordinates. Recall that points do not have a unique representation in polar coordinates, for instance, 1, 3 1, 43 1, 73. The point r 0, 0 may be on the polar-coordinate graph of f even if f0 is not equal to r 0, since it may be on the graph with a different representation. Next consider a polar-coordinate parallel to the proof of theorem 1B. Suppose two polar-coordinate graphs intersect at a point. The point might be represented on the graph of f by r f, f and on the graph of g by r g, g. Then ff r f and gg r g, but transitivity of equality cannot be invoked to assert that ff gg, since the r coordinates may not be equal. Furthermore, the -coordinates may not be equal even if the r-coordinates are. Thus we cannot deduce that a exists such that f g. We cannot deduce the existence of a solution to f g corresponding to a point of intersection of the graphs. 5

6 Of course, all the points of intersection of the polar-coordinate graphs of f and g do correspond to solutions of equations just not necessarily the obvious equation f g. To discover all the equations that need to be checked we need to consider the various alternative representations of points. Points of intersection that do not satisfy f g can occur in three distinct ways: (a) the two r-coordinates may be equal but the angles differ by an integral multiple of 2; (b) the two r-coordinates may be opposite and the angles differ by plus an integral multiple of 2; and (c) both curves may pass through the pole, but with angles that are not the same. Theorem 2. In polar coordinates, the points of intersection of the graphs of f and g correspond to (1) the solutions of the equations f g 2n for all integral n; (2) the solutions of the equations f g 2n for all integral n; and (3) the pole, if a solution exists to f 0 and to g 0, regardless of whether the two solutions are the same. Proof. A point of intersection is either at the pole or not. First consider the case when the point is not at the pole. If one representation of the point is r f, f, then all others are given by r or r f, f f, f 2n 2n for integral values of n. Precisely two r-coordinate values are possible. If the two representations have the same r-coordinate, then r and g g r f f 2n, that is, the point will be found by solving the equations in (1). If the two r-coordinates are negatives of one another, then r and g f g r f 2n, that is, the point will be found by solving the equations in (2). Next consider the case when the point of intersection is the pole. The pole can be represented by 0, for any. Thus, r f 0 and r g 0, but the -coordinates may be any number. That fact justifies (3). Example 1, revisited. Reconsider the functions graphed in figure 1. The points of intersection at 1, 2 and 1, 32 are found by solving f g. Point B in the second quadrant occurs on the graph of g with r 1 when is in the second quadrant but with r 1 on the graph of f when is in the fourth quadrant. Thus point B can be found by solving f g 2, as in theorem 2, part 2. The computer graph can easily illustrate this point. Note that regardless of n. Enter the line 410 G 1 g 2n 1, in addition to the original line 400. The developing graphs pass through the points B and C in figure 1 at the same time, thus indicating that they can be found by solving f g 2n, as stated in part 2 of theorem 2. With this change in g the final plot is identical to that shown in figure 1; but the points B and C are the solutions of f g. And the graphs pass through B and C simultaneously but through A and D at different times. 6

7 With the original two functions, the computer graph of g can be made to stop at point C by entering in answer to the question about the multiple of to use. It is then easy to see that f went through point C with a different angle radian and that the current angle yields a point from f further out in the third quadrant. Example 4. The graphs of f sin and g cos yield a particularly simple example in which the equation f g does not yield all the points of intersection (fig. 4). The solution set in 0, 2 is 2, 32. At 2, r 22; and at 32, r 22. This result yields the point of intersection in the first quadrant twice. But the graphs of r sin and r cos cross at the pole, where r 0, which is a point of intersection not found by solving sin cos. Since sin 0 0, the point 0, 0 is on the graph of the sine function; and since cos 2 0, the point 0, 2 is on the graph of the cosine function. But 0, 0 and 0, 2 represent the same point, the pole, which is therefore a point of intersection of the two graphs, by theorem 2, part 3. 2 Fig. 4. f sin, and g cos. Point A corresponds to a solution of sin cos, but the pole, P, does not. Conclusion Solving for the points of intersection of two graphs in polar coordinates is not the simple problem it is in rectangular coordinates. Whether the proofs are analyzed in conjunction with computer graphics, the reason for the difference will be remembered by students who watch the computer simultaneously plot two graphs in polar coordinates. 7

8 APPENDIX The following computer program written in APPLEBASIC (DOS 3.1 and higher) will simultaneously plot two polar-coordinate graphs and can also plot individual graphs. For a GW-BASIC version of the program use the modifications following the program listing. 10 TEXT 20 PRINT " SUGGESTED ANSWERS TO THE INPUT QUESTIONS" 30 PRINT " ARE MARKED WITH AN ASTERISK(*). " 40 PRINT " " 50 PRINT " TO CHANGE FUNCTIONS ENTER ' 0' NEXT. " 60 PRINT " " 70 PRINT " HOW MANY POINTS IN ANGLE PI? (72*)" 80 INPUT P 90 IF P > 0 THEN PRINT " " 110 PRINT " " 120 PRINT " ENTER NEW LINES 400 AND 410 NOW. " 130 PRINT " DEFINE FUNCTIONS F AND G WITH THE" 140 PRINT " VARIABLE NAMED ' T '. FOR EXAMPLE, TYPE: " 150 PRINT " " 160 PRINT " 400 F 3* COST 1" 170 PRINT " 410 G 1 SINT" 180 PRINT " RUN" 181 PRINT " " 182 PRINT " TO CREATE SINGLE GRAPHS, ENTER" 183 PRINT " LINE 400 AS ABOVE AND ' 410 G F'". 184 PRINT " THEREAFTER, CHANGE ONLY LINE 400. " 190 GOTO PRINT " MULTIPLE OF 2*PI FOR THE DOMAIN? (1*)" 210 INPUT N 220 PRINT " ENTER THE TIME DELAY FACTOR (1*)." 225 PRINT " LARGER NUMBERS SLOW THE PLOTTING. " 230 INPUT D 240 PRINT " MAXIMUM SCALE VALUE? (3*)" 8

9 250 INPUT S 260 W 90S 270 D D*D*D 280 HOME: HGR: HCOLOR HPLOT 125, 1 TO 125, HPLOT 1,90 TO 250, HPLOT W,89 TO W, HPLOT 125W,89 TO 125W, HPLOT 124,90W TO 126,90W 340 HPLOT 124,90+W TO 126,90+W 370 IT 2*N*P 380 FOR 1 0 TO IT 390 T # *I/P 400 F 1 3*COS(T) 410 G X1 F*COS(T) 430 Y1 F*SIN(T) 440 X2 G*COS(T) 450 Y2 G*SIN(T) 460 X1 125W*X1 470 Y1 90W*Y1 480 X2 125W*X2 490 Y2 90W*Y2 500 IF I 0 THEN HPLOT U1, V1 TO X1, Y1 520 HPLOT U2, V2 TO X2, Y2 530 U1 X1: V1 Y1 540 U2 X2: V2 Y2 550 FOR K 1 TO D 560 NEXT K 570 NEXT END. 9

10 APPLEBASIC modifications. The program is complete as listed, but the APPLEBASIC program may halt unexpectedly if a scale factor is entered that is too small to fit the whole graph on the screen. The insertion of the following lines will protect against that possibility by automatically using a larger scale factor if necessary. 265 SX 1.388*S 421 IF ABSX1 > SX THEN IF ABSY1 > S THEN IF ABSX2 > SX THEN IF ABSY2 < S THEN S S1 453 GOTO 265 GW-BASIC modifications. The aforementioned program uses the APPLEBASIC HPLOT command. A similar program will run using IBM compatible versions of BASIC (assuming they permit graphics), such as GW-BASIC 2.14, where the LINE command replaces the HPLOT command. Lines , , and remained unchanged. Replace line 10 with 10 CLS, replace lines with 280 SCREEN 1: CLS 290 LINE 0,90250, LINE 125,0125, LINE 125W,89125W, LINE 125W,89125W, LINE 124,90W126,90W 340 LINE 124,90W126,90W, and replace lines 510 and 520 with 510 LINE U1,V1X1,Y1 and 520 LINE U2,V2X2,Y2. No need arises for the APPLEBASIC modifications mentioned earlier. 10

11 Program notes. The coordinate systems of the HPLOT and LINE commands are such that 0, 0 is the upper-left corner of the screen. This program treats the screen as 250 horizontal units by 180 vertical units, and references to 125 and 90 in the program refer to the center of the screen. Line 270 defines W, which is the screen equivalent of one unit in the original system. Line 280 clears the screen and puts it in the graphics mode. Lines draw the axes and mark one unit from the pole in each direction. Line 460 shifts and rescales the original x-coordinate value. Line 470 subtracts because the HPLOT command coordinate system is upside down with respect to the usual x-y coordinate system. Line 240 merely creates a large number from the time-delay factor D so that the development of the picture can be slowed by the loop If the program is used to plot two graphs, I recommend omitting lines , since they clutter the screen and merely inform the user how to plot a single graph. Line 225 can be omitted also. If your computer expects a different screen width, graphs that should be circles may appear as ellipses. To remedy that problem, the user can implement a width-changing command described in the manual; or simply insert a line reading 275 WX 100S and change W in lines 310, 320, 460, and 480 to WX. If, in line 275, the number 100 which would expand the horizontal scale by a factor of is not correct, another number should be tried. The author thanks Lyle Anderson, mathematics professor at Montana State University, and the referees for suggestions that substantially improved this article. 11

The customary introduction to hyperbolic functions mentions that the combinations and

The customary introduction to hyperbolic functions mentions that the combinations and An Introduction to Hyperbolic Functions in Elementary Calculus Jerome Rosenthal, Broward Community College, Pompano Beach, FL 33063 Mathematics Teacher, April 986, Volume 79, Number 4, pp. 98 300. Mathematics

More information

Section 10.1 Polar Coordinates

Section 10.1 Polar Coordinates Section 10.1 Polar Coordinates Up until now, we have always graphed using the rectangular coordinate system (also called the Cartesian coordinate system). In this section we will learn about another system,

More information

Review of Trigonometry

Review of Trigonometry Worksheet 8 Properties of Trigonometric Functions Section Review of Trigonometry This section reviews some of the material covered in Worksheets 8, and The reader should be familiar with the trig ratios,

More information

Two commonly taught algebraic sums are. Looking at kand k 2 Geometrically. Eric Hegblom

Two commonly taught algebraic sums are. Looking at kand k 2 Geometrically. Eric Hegblom Looking at kand k Geometrically Eric Hegblom The Mathematics Teacher, October 1993, Volume 8, Number 7, pp. 584 587 Mathematics Teacher is a publication of the National Council of Teachers of Mathematics

More information

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC Walt Whitman High School SUMMER REVIEW PACKET For students entering AP CALCULUS BC Name: 1. This packet is to be handed in to your Calculus teacher on the first day of the school year.. All work must be

More information

Unit 3, Lesson 1.3 Special Angles in the Unit Circle

Unit 3, Lesson 1.3 Special Angles in the Unit Circle Unit, Lesson Special Angles in the Unit Circle Special angles exist within the unit circle For these special angles, it is possible to calculate the exact coordinates for the point where the terminal side

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

PARAMETRIC EQUATIONS AND POLAR COORDINATES 10 PARAMETRIC EQUATIONS AND POLAR COORDINATES PARAMETRIC EQUATIONS & POLAR COORDINATES A coordinate system represents a point in the plane by an ordered pair of numbers called coordinates. PARAMETRIC EQUATIONS

More information

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc. 8 Complex Numbers, Polar Equations, and Parametric Equations Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 8.5 Polar Equations and Graphs Polar Coordinate System Graphs of Polar Equations Conversion

More information

9.5 Polar Coordinates. Copyright Cengage Learning. All rights reserved.

9.5 Polar Coordinates. Copyright Cengage Learning. All rights reserved. 9.5 Polar Coordinates Copyright Cengage Learning. All rights reserved. Introduction Representation of graphs of equations as collections of points (x, y), where x and y represent the directed distances

More information

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle.

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle. Algebra I Chapter 4 Notes Name Sec 4.1 Coordinates and Scatter Plots Coordinate Plane: Formed by two real number lines that intersect at a right angle. X-axis: The horizontal axis Y-axis: The vertical

More information

Vertical and Horizontal Translations

Vertical and Horizontal Translations SECTION 4.3 Vertical and Horizontal Translations Copyright Cengage Learning. All rights reserved. Learning Objectives 1 2 3 4 Find the vertical translation of a sine or cosine function. Find the horizontal

More information

Example 1: Give the coordinates of the points on the graph.

Example 1: Give the coordinates of the points on the graph. Ordered Pairs Often, to get an idea of the behavior of an equation, we will make a picture that represents the solutions to the equation. A graph gives us that picture. The rectangular coordinate plane,

More information

Getting a New Perspective

Getting a New Perspective Section 6.3 Polar Coordinates Getting a New Perspective We have worked etensively in the Cartesian coordinate system, plotting points, graphing equations, and using the properties of the Cartesian plane

More information

AP Calculus Summer Review Packet

AP Calculus Summer Review Packet AP Calculus Summer Review Packet Name: Date began: Completed: **A Formula Sheet has been stapled to the back for your convenience!** Email anytime with questions: danna.seigle@henry.k1.ga.us Complex Fractions

More information

2.3 Circular Functions of Real Numbers

2.3 Circular Functions of Real Numbers www.ck12.org Chapter 2. Graphing Trigonometric Functions 2.3 Circular Functions of Real Numbers Learning Objectives Graph the six trigonometric ratios as functions on the Cartesian plane. Identify the

More information

TImath.com Algebra 2. Proof of Identity

TImath.com Algebra 2. Proof of Identity TImath.com Algebra Proof of Identity ID: 9846 Time required 45 minutes Activity Overview Students use graphs to verify the reciprocal identities. They then use the handheld s manual graph manipulation

More information

Rational Numbers: Graphing: The Coordinate Plane

Rational Numbers: Graphing: The Coordinate Plane Rational Numbers: Graphing: The Coordinate Plane A special kind of plane used in mathematics is the coordinate plane, sometimes called the Cartesian plane after its inventor, René Descartes. It is one

More information

Secondary Math 3- Honors. 7-4 Inverse Trigonometric Functions

Secondary Math 3- Honors. 7-4 Inverse Trigonometric Functions Secondary Math 3- Honors 7-4 Inverse Trigonometric Functions Warm Up Fill in the Unit What You Will Learn How to restrict the domain of trigonometric functions so that the inverse can be constructed. How

More information

Section 7.6 Graphs of the Sine and Cosine Functions

Section 7.6 Graphs of the Sine and Cosine Functions Section 7.6 Graphs of the Sine and Cosine Functions We are going to learn how to graph the sine and cosine functions on the xy-plane. Just like with any other function, it is easy to do by plotting points.

More information

MATHEMATICS 105 Plane Trigonometry

MATHEMATICS 105 Plane Trigonometry Chapter I THE TRIGONOMETRIC FUNCTIONS MATHEMATICS 105 Plane Trigonometry INTRODUCTION The word trigonometry literally means triangle measurement. It is concerned with the measurement of the parts, sides,

More information

Algebra II Trigonometric Functions

Algebra II Trigonometric Functions Slide 1 / 162 Slide 2 / 162 Algebra II Trigonometric Functions 2015-12-17 www.njctl.org Slide 3 / 162 Trig Functions click on the topic to go to that section Radians & Degrees & Co-terminal angles Arc

More information

AP Calculus AB. Table of Contents. Slide 1 / 180. Slide 2 / 180. Slide 3 / 180. Review Unit

AP Calculus AB. Table of Contents. Slide 1 / 180. Slide 2 / 180. Slide 3 / 180. Review Unit Slide 1 / 180 Slide 2 / 180 P alculus Review Unit 2015-10-20 www.njctl.org Table of ontents lick on the topic to go to that section Slide 3 / 180 Slopes Equations of Lines Functions Graphing Functions

More information

Transformations: Translating Functions

Transformations: Translating Functions Math Objectives Students will vertically translate a function by adding a constant and write the appropriate symbolic representation for the translated function. Students will horizontally translate a

More information

Graphing Trig Functions - Sine & Cosine

Graphing Trig Functions - Sine & Cosine Graphing Trig Functions - Sine & Cosine Up to this point, we have learned how the trigonometric ratios have been defined in right triangles using SOHCAHTOA as a memory aid. We then used that information

More information

Chapter 5. Radicals. Lesson 1: More Exponent Practice. Lesson 2: Square Root Functions. Lesson 3: Solving Radical Equations

Chapter 5. Radicals. Lesson 1: More Exponent Practice. Lesson 2: Square Root Functions. Lesson 3: Solving Radical Equations Chapter 5 Radicals Lesson 1: More Exponent Practice Lesson 2: Square Root Functions Lesson 3: Solving Radical Equations Lesson 4: Simplifying Radicals Lesson 5: Simplifying Cube Roots This assignment is

More information

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates Department of Computer Science and Software Engineering The Lecture outline Introduction Vectors and matrices Translation

More information

This unit is built upon your knowledge and understanding of the right triangle trigonometric ratios. A memory aid that is often used was SOHCAHTOA.

This unit is built upon your knowledge and understanding of the right triangle trigonometric ratios. A memory aid that is often used was SOHCAHTOA. Angular Rotations This unit is built upon your knowledge and understanding of the right triangle trigonometric ratios. A memory aid that is often used was SOHCAHTOA. sin x = opposite hypotenuse cosx =

More information

Graphing Techniques. Domain (, ) Range (, ) Squaring Function f(x) = x 2 Domain (, ) Range [, ) f( x) = x 2

Graphing Techniques. Domain (, ) Range (, ) Squaring Function f(x) = x 2 Domain (, ) Range [, ) f( x) = x 2 Graphing Techniques In this chapter, we will take our knowledge of graphs of basic functions and expand our ability to graph polynomial and rational functions using common sense, zeros, y-intercepts, stretching

More information

AP Calculus AB. Table of Contents. Slide 1 / 180. Slide 2 / 180. Slide 3 / 180. Review Unit

AP Calculus AB. Table of Contents. Slide 1 / 180. Slide 2 / 180. Slide 3 / 180. Review Unit Slide 1 / 180 Slide 2 / 180 P alculus Review Unit 2015-10-20 www.njctl.org Table of ontents lick on the topic to go to that section Slide 3 / 180 Slopes Equations of Lines Functions Graphing Functions

More information

to and go find the only place where the tangent of that

to and go find the only place where the tangent of that Study Guide for PART II of the Spring 14 MAT187 Final Exam. NO CALCULATORS are permitted on this part of the Final Exam. This part of the Final exam will consist of 5 multiple choice questions. You will

More information

Trigonometry Review Version 0.1 (September 6, 2004)

Trigonometry Review Version 0.1 (September 6, 2004) Trigonometry Review Version 0. (September, 00 Martin Jackson, University of Puget Sound The purpose of these notes is to provide a brief review of trigonometry for students who are taking calculus. The

More information

Mastery. PRECALCULUS Student Learning Targets

Mastery. PRECALCULUS Student Learning Targets PRECALCULUS Student Learning Targets Big Idea: Sequences and Series 1. I can describe a sequence as a function where the domain is the set of natural numbers. Connections (Pictures, Vocabulary, Definitions,

More information

The triangle

The triangle The Unit Circle The unit circle is without a doubt the most critical topic a student must understand in trigonometry. The unit circle is the foundation on which trigonometry is based. If someone were to

More information

Albertson AP Calculus AB AP CALCULUS AB SUMMER PACKET DUE DATE: The beginning of class on the last class day of the first week of school.

Albertson AP Calculus AB AP CALCULUS AB SUMMER PACKET DUE DATE: The beginning of class on the last class day of the first week of school. Albertson AP Calculus AB Name AP CALCULUS AB SUMMER PACKET 2017 DUE DATE: The beginning of class on the last class day of the first week of school. This assignment is to be done at you leisure during the

More information

Section Graphs of the Sine and Cosine Functions

Section Graphs of the Sine and Cosine Functions Section 5. - Graphs of the Sine and Cosine Functions In this section, we will graph the basic sine function and the basic cosine function and then graph other sine and cosine functions using transformations.

More information

Review Notes for the Calculus I/Precalculus Placement Test

Review Notes for the Calculus I/Precalculus Placement Test Review Notes for the Calculus I/Precalculus Placement Test Part 9 -. Degree and radian angle measures a. Relationship between degrees and radians degree 80 radian radian 80 degree Example Convert each

More information

Precalculus: Graphs of Tangent, Cotangent, Secant, and Cosecant Practice Problems. Questions

Precalculus: Graphs of Tangent, Cotangent, Secant, and Cosecant Practice Problems. Questions Questions 1. Describe the graph of the function in terms of basic trigonometric functions. Locate the vertical asymptotes and sketch two periods of the function. y = 3 tan(x/2) 2. Solve the equation csc

More information

1 MATH 253 LECTURE NOTES for FRIDAY SEPT. 23,1988: edited March 26, 2013.

1 MATH 253 LECTURE NOTES for FRIDAY SEPT. 23,1988: edited March 26, 2013. 1 MATH 253 LECTURE NOTES for FRIDAY SEPT. 23,1988: edited March 26, 2013. TANGENTS Suppose that Apple Computers notices that every time they raise (or lower) the price of a $5,000 Mac II by $100, the number

More information

Graphics and Interaction Transformation geometry and homogeneous coordinates

Graphics and Interaction Transformation geometry and homogeneous coordinates 433-324 Graphics and Interaction Transformation geometry and homogeneous coordinates Department of Computer Science and Software Engineering The Lecture outline Introduction Vectors and matrices Translation

More information

Use Parametric notation. Interpret the effect that T has on the graph as motion.

Use Parametric notation. Interpret the effect that T has on the graph as motion. Learning Objectives Parametric Functions Lesson 3: Go Speed Racer! Level: Algebra 2 Time required: 90 minutes One of the main ideas of the previous lesson is that the control variable t does not appear

More information

The Unit Circle. Math Objectives. Vocabulary continuous function periodic function unit circle. About the Lesson. Related Lessons

The Unit Circle. Math Objectives. Vocabulary continuous function periodic function unit circle. About the Lesson. Related Lessons Math Objectives Students will describe the relationship between the unit circle and the sine and cosine functions. Students will describe the shape of the sine and cosine curves after unwrapping the unit

More information

A lg e b ra II. Trig o n o m e tric F u n c tio

A lg e b ra II. Trig o n o m e tric F u n c tio 1 A lg e b ra II Trig o n o m e tric F u n c tio 2015-12-17 www.njctl.org 2 Trig Functions click on the topic to go to that section Radians & Degrees & Co-terminal angles Arc Length & Area of a Sector

More information

1. The circle below is referred to as a unit circle. Why is this the circle s name?

1. The circle below is referred to as a unit circle. Why is this the circle s name? Right Triangles and Coordinates on the Unit Circle Learning Task: 1. The circle below is referred to as a unit circle. Why is this the circle s name? Part I 2. Using a protractor, measure a 30 o angle

More information

The Algebra Standard of Principles and Standards

The Algebra Standard of Principles and Standards ACTIVITIES for students Marlena Herman Introducing Parametric Equations through Graphing Calculator Explorations The Algebra Standard of Principles and Standards for School Mathematics (NCTM 2000) suggests

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS 1.3 New Functions from Old Functions In this section, we will learn: How to obtain new functions from old functions and how to combine pairs of functions. NEW

More information

Polar Coordinates. OpenStax. 1 Dening Polar Coordinates

Polar Coordinates. OpenStax. 1 Dening Polar Coordinates OpenStax-CNX module: m53852 1 Polar Coordinates OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License 4.0 Abstract Locate points

More information

y= sin( x) y= cos( x)

y= sin( x) y= cos( x) . The graphs of sin(x) and cos(x). Now I am going to define the two basic trig functions: sin(x) and cos(x). Study the diagram at the right. The circle has radius. The arm OP starts at the positive horizontal

More information

Algebra II. Slide 1 / 162. Slide 2 / 162. Slide 3 / 162. Trigonometric Functions. Trig Functions

Algebra II. Slide 1 / 162. Slide 2 / 162. Slide 3 / 162. Trigonometric Functions. Trig Functions Slide 1 / 162 Algebra II Slide 2 / 162 Trigonometric Functions 2015-12-17 www.njctl.org Trig Functions click on the topic to go to that section Slide 3 / 162 Radians & Degrees & Co-terminal angles Arc

More information

Investigating the Sine and Cosine Functions Part 1

Investigating the Sine and Cosine Functions Part 1 Investigating the Sine and Cosine Functions Part 1 Name: Period: Date: Set-Up Press. Move down to 5: Cabri Jr and press. Press for the F1 menu and select New. Press for F5 and select Hide/Show > Axes.

More information

6.1 Polar Coordinates

6.1 Polar Coordinates 6.1 Polar Coordinates Introduction This chapter introduces and explores the polar coordinate system, which is based on a radius and theta. Students will learn how to plot points and basic graphs in this

More information

MATH STUDENT BOOK. 12th Grade Unit 7

MATH STUDENT BOOK. 12th Grade Unit 7 MATH STUDENT BOOK 1th Grade Unit 7 Unit 7 POLAR COORDINATES MATH 107 POLAR COORDINATES INTRODUCTION 1. POLAR EQUATIONS 5 INTRODUCTION TO POLAR COORDINATES 5 POLAR EQUATIONS 1 POLAR CURVES 19 POLAR FORMS

More information

Proof of Identities TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System

Proof of Identities TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System Math Objectives Students will be able to interpret reciprocal, negative angle, cofunction, and Pythagorean identities in terms of the graphs of the trigonometric functions involved Students will be able

More information

SECTION 4.5: GRAPHS OF SINE AND COSINE FUNCTIONS

SECTION 4.5: GRAPHS OF SINE AND COSINE FUNCTIONS SECTION 4.5: GRAPHS OF SINE AND COSINE FUNCTIONS 4.33 PART A : GRAPH f ( θ ) = sinθ Note: We will use θ and f ( θ) for now, because we would like to reserve x and y for discussions regarding the Unit Circle.

More information

Building Concepts: Moving from Proportional Relationships to Linear Equations

Building Concepts: Moving from Proportional Relationships to Linear Equations Lesson Overview In this TI-Nspire lesson, students use previous experience with proportional relationships of the form y = kx to consider relationships of the form y = mx and eventually y = mx + b. Proportional

More information

Summer Review for Students Entering Pre-Calculus with Trigonometry. TI-84 Plus Graphing Calculator is required for this course.

Summer Review for Students Entering Pre-Calculus with Trigonometry. TI-84 Plus Graphing Calculator is required for this course. Summer Review for Students Entering Pre-Calculus with Trigonometry 1. Using Function Notation and Identifying Domain and Range 2. Multiplying Polynomials and Solving Quadratics 3. Solving with Trig Ratios

More information

MAT 115: Precalculus Mathematics Constructing Graphs of Trigonometric Functions Involving Transformations by Hand. Overview

MAT 115: Precalculus Mathematics Constructing Graphs of Trigonometric Functions Involving Transformations by Hand. Overview MAT 115: Precalculus Mathematics Constructing Graphs of Trigonometric Functions Involving Transformations by Hand Overview Below are the guidelines for constructing a graph of a trigonometric function

More information

Math 144 Activity #2 Right Triangle Trig and the Unit Circle

Math 144 Activity #2 Right Triangle Trig and the Unit Circle 1 p 1 Right Triangle Trigonometry Math 1 Activity #2 Right Triangle Trig and the Unit Circle We use right triangles to study trigonometry. In right triangles, we have found many relationships between the

More information

Unit Circle. Project Response Sheet

Unit Circle. Project Response Sheet NAME: PROJECT ACTIVITY: Trigonometry TOPIC Unit Circle GOALS MATERIALS Explore Degree and Radian Measure Explore x- and y- coordinates on the Unit Circle Investigate Odd and Even functions Investigate

More information

The Rectangular Coordinate System and Equations of Lines. College Algebra

The Rectangular Coordinate System and Equations of Lines. College Algebra The Rectangular Coordinate System and Equations of Lines College Algebra Cartesian Coordinate System A grid system based on a two-dimensional plane with perpendicular axes: horizontal axis is the x-axis

More information

CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12

CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12 Tool 1: Standards for Mathematical ent: Interpreting Functions CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12 Name of Reviewer School/District Date Name of Curriculum Materials:

More information

Mid-Chapter Quiz: Lessons 9-1 through 9-3

Mid-Chapter Quiz: Lessons 9-1 through 9-3 Graph each point on a polar grid. 1. A( 2, 45 ) 3. Because = 45, locate the terminal side of a 45 angle with the polar axis as its initial side. Because r = 2, plot a point 2 units from the pole in the

More information

Appendix D Trigonometry

Appendix D Trigonometry Math 151 c Lynch 1 of 8 Appendix D Trigonometry Definition. Angles can be measure in either degree or radians with one complete revolution 360 or 2 rad. Then Example 1. rad = 180 (a) Convert 3 4 into degrees.

More information

PRECALCULUS MATH Trigonometry 9-12

PRECALCULUS MATH Trigonometry 9-12 1. Find angle measurements in degrees and radians based on the unit circle. 1. Students understand the notion of angle and how to measure it, both in degrees and radians. They can convert between degrees

More information

5.2. The Sine Function and the Cosine Function. Investigate A

5.2. The Sine Function and the Cosine Function. Investigate A 5.2 The Sine Function and the Cosine Function What do an oceanographer, a stock analyst, an audio engineer, and a musician playing electronic instruments have in common? They all deal with periodic patterns.

More information

AP Calculus AB Summer Assignment 2018

AP Calculus AB Summer Assignment 2018 AP Calculus AB Summer Assignment 2018 Welcome to AP Calculus. In order to accomplish our goals this year, we will need to begin a little in the summer. Your Algebra skills are important in Calculus. Things

More information

Summer Review for Students Entering Pre-Calculus with Trigonometry. TI-84 Plus Graphing Calculator is required for this course.

Summer Review for Students Entering Pre-Calculus with Trigonometry. TI-84 Plus Graphing Calculator is required for this course. 1. Using Function Notation and Identifying Domain and Range 2. Multiplying Polynomials and Solving Quadratics 3. Solving with Trig Ratios and Pythagorean Theorem 4. Multiplying and Dividing Rational Expressions

More information

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below:

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below: Polar Coordinates Any point in the plane can be described by the Cartesian coordinates (x, y), where x and y are measured along the corresponding axes. However, this is not the only way to represent points

More information

Graphs of Exponential

Graphs of Exponential Graphs of Exponential Functions By: OpenStaxCollege As we discussed in the previous section, exponential functions are used for many realworld applications such as finance, forensics, computer science,

More information

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6 Polar Coordinates Any point in the plane can be described by the Cartesian coordinates (x, y), where x and y are measured along the corresponding axes. However, this is not the only way to represent points

More information

Basics of Computational Geometry

Basics of Computational Geometry Basics of Computational Geometry Nadeem Mohsin October 12, 2013 1 Contents This handout covers the basic concepts of computational geometry. Rather than exhaustively covering all the algorithms, it deals

More information

More Ways to Solve & Graph Quadratics The Square Root Property If x 2 = a and a R, then x = ± a

More Ways to Solve & Graph Quadratics The Square Root Property If x 2 = a and a R, then x = ± a More Ways to Solve & Graph Quadratics The Square Root Property If x 2 = a and a R, then x = ± a Example: Solve using the square root property. a) x 2 144 = 0 b) x 2 + 144 = 0 c) (x + 1) 2 = 12 Completing

More information

NARROW CORRIDOR. Teacher s Guide Getting Started. Lay Chin Tan Singapore

NARROW CORRIDOR. Teacher s Guide Getting Started. Lay Chin Tan Singapore Teacher s Guide Getting Started Lay Chin Tan Singapore Purpose In this two-day lesson, students are asked to determine whether large, long, and bulky objects fit around the corner of a narrow corridor.

More information

1.1 Pearson Modeling and Equation Solving

1.1 Pearson Modeling and Equation Solving Date:. Pearson Modeling and Equation Solving Syllabus Objective:. The student will solve problems using the algebra of functions. Modeling a Function: Numerical (data table) Algebraic (equation) Graphical

More information

Foundations of Math II

Foundations of Math II Foundations of Math II Unit 6b: Toolkit Functions Academics High School Mathematics 6.6 Warm Up: Review Graphing Linear, Exponential, and Quadratic Functions 2 6.6 Lesson Handout: Linear, Exponential,

More information

Ganado Unified School District Pre-Calculus 11 th /12 th Grade

Ganado Unified School District Pre-Calculus 11 th /12 th Grade Ganado Unified School District Pre-Calculus 11 th /12 th Grade PACING Guide SY 2016-2017 Timeline & Resources Quarter 1 AZ College and Career Readiness Standard HS.A-CED.4. Rearrange formulas to highlight

More information

An interesting related problem is Buffon s Needle which was first proposed in the mid-1700 s.

An interesting related problem is Buffon s Needle which was first proposed in the mid-1700 s. Using Monte Carlo to Estimate π using Buffon s Needle Problem An interesting related problem is Buffon s Needle which was first proposed in the mid-1700 s. Here s the problem (in a simplified form). Suppose

More information

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier Calculus I Review Handout 1.3 Introduction to Calculus - Limits by Kevin M. Chevalier We are now going to dive into Calculus I as we take a look at the it process. While precalculus covered more static

More information

Look up partial Decomposition to use for problems #65-67 Do Not solve problems #78,79

Look up partial Decomposition to use for problems #65-67 Do Not solve problems #78,79 Franklin Township Summer Assignment 2017 AP calculus AB Summer assignment Students should use the Mathematics summer assignment to identify subject areas that need attention in preparation for the study

More information

A function: A mathematical relationship between two variables (x and y), where every input value (usually x) has one output value (usually y)

A function: A mathematical relationship between two variables (x and y), where every input value (usually x) has one output value (usually y) SESSION 9: FUNCTIONS KEY CONCEPTS: Definitions & Terminology Graphs of Functions - Straight line - Parabola - Hyperbola - Exponential Sketching graphs Finding Equations Combinations of graphs TERMINOLOGY

More information

9.1 POLAR COORDINATES

9.1 POLAR COORDINATES 9. Polar Coordinates Contemporary Calculus 9. POLAR COORDINATES The rectangular coordinate system is immensely useful, but it is not the only way to assign an address to a point in the plane and sometimes

More information

Examples of Conformal Maps and of Critical Points

Examples of Conformal Maps and of Critical Points Examples of Conformal Maps and of Critical Points We know that an analytic function f(z) is conformal (preserves angles and orientation) at all points where the derivative f (z) is not zero. Here we look

More information

Conic Sections and Locii

Conic Sections and Locii Lesson Summary: Students will investigate the ellipse and the hyperbola as a locus of points. Activity One addresses the ellipse and the hyperbola is covered in lesson two. Key Words: Locus, ellipse, hyperbola

More information

Ganado Unified School District #20 (Pre-Calculus 11th/12th Grade)

Ganado Unified School District #20 (Pre-Calculus 11th/12th Grade) Ganado Unified School District #20 (Pre-Calculus 11th/12th Grade) PACING Guide SY 2018-2019 Timeline & Quarter 1 AZ College and Career Readiness Standard HS.A-CED.4. Rearrange formulas to highlight a quantity

More information

Name: Teacher: Pd: Algebra 2/Trig: Trigonometric Graphs (SHORT VERSION)

Name: Teacher: Pd: Algebra 2/Trig: Trigonometric Graphs (SHORT VERSION) Algebra 2/Trig: Trigonometric Graphs (SHORT VERSION) In this unit, we will Learn the properties of sine and cosine curves: amplitude, frequency, period, and midline. Determine what the parameters a, b,

More information

MATH STUDENT BOOK. 12th Grade Unit 4

MATH STUDENT BOOK. 12th Grade Unit 4 MATH STUDENT BOOK th Grade Unit Unit GRAPHING AND INVERSE FUNCTIONS MATH 0 GRAPHING AND INVERSE FUNCTIONS INTRODUCTION. GRAPHING 5 GRAPHING AND AMPLITUDE 5 PERIOD AND FREQUENCY VERTICAL AND HORIZONTAL

More information

1 Vertical and Horizontal

1 Vertical and Horizontal www.ck12.org Chapter 1. Vertical and Horizontal Transformations CHAPTER 1 Vertical and Horizontal Transformations Here you will learn about graphing more complex types of functions easily by applying horizontal

More information

Ganado Unified School District Trigonometry/Pre-Calculus 12 th Grade

Ganado Unified School District Trigonometry/Pre-Calculus 12 th Grade Ganado Unified School District Trigonometry/Pre-Calculus 12 th Grade PACING Guide SY 2014-2015 Timeline & Resources Quarter 1 AZ College and Career Readiness Standard HS.A-CED.4. Rearrange formulas to

More information

6 Using Technology Wisely

6 Using Technology Wisely 6 Using Technology Wisely Concepts: Advantages and Disadvantages of Graphing Calculators How Do Calculators Sketch Graphs? When Do Calculators Produce Incorrect Graphs? The Greatest Integer Function Graphing

More information

SOME PROPERTIES OF TRIGONOMETRIC FUNCTIONS. 5! x7 7! + = 6! + = 4! x6

SOME PROPERTIES OF TRIGONOMETRIC FUNCTIONS. 5! x7 7! + = 6! + = 4! x6 SOME PROPERTIES OF TRIGONOMETRIC FUNCTIONS PO-LAM YUNG We defined earlier the sine cosine by the following series: sin x = x x3 3! + x5 5! x7 7! + = k=0 cos x = 1 x! + x4 4! x6 6! + = k=0 ( 1) k x k+1

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Convert the angle to decimal degrees and round to the nearest hundredth of a degree. 1)

More information

PreCalculus Chapter 9 Practice Test Name:

PreCalculus Chapter 9 Practice Test Name: This ellipse has foci 0,, and therefore has a vertical major axis. The standard form for an ellipse with a vertical major axis is: 1 Note: graphs of conic sections for problems 1 to 1 were made with the

More information

LESSON 1: Trigonometry Pre-test

LESSON 1: Trigonometry Pre-test LESSON 1: Trigonometry Pre-test Instructions. Answer each question to the best of your ability. If there is more than one answer, put both/all answers down. Try to answer each question, but if there is

More information

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 33 Notes These notes correspond to Section 9.3 in the text. Polar Coordinates Throughout this course, we have denoted a point in the plane by an ordered

More information

Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations

Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations 1 Definition of polar coordinates Let us first recall the definition of Cartesian coordinates: to each point in the plane we can

More information

USING DUAL GRAPHICS VIEWS IN GEOGEBRA

USING DUAL GRAPHICS VIEWS IN GEOGEBRA USING DUAL GRAPHICS VIEWS IN GEOGEBRA Barbara K. D Ambrosia Carl R. Spitznagel John Carroll University Department of Mathematics and Computer Science Cleveland, OH 44118 bdambrosia@jcu.edu spitz@jcu.edu

More information

Solving an Oblique Triangle

Solving an Oblique Triangle Several methods exist to solve an oblique triangle, i.e., a triangle with no right angle. The appropriate method depends on the information available for the triangle. All methods require that the length

More information

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System 3. The Rectangular Coordinate System Interpret a line graph. Objectives Interpret a line graph. Plot ordered pairs. 3 Find ordered pairs that satisfy a given equation. 4 Graph lines. 5 Find x- and y-intercepts.

More information

Unit 1 Algebraic Functions and Graphs

Unit 1 Algebraic Functions and Graphs Algebra 2 Unit 1 Algebraic Functions and Graphs Name: Unit 1 Day 1: Function Notation Today we are: Using Function Notation We are successful when: We can Use function notation to evaluate a function This

More information

Trigonometric Functions. Copyright Cengage Learning. All rights reserved.

Trigonometric Functions. Copyright Cengage Learning. All rights reserved. 4 Trigonometric Functions Copyright Cengage Learning. All rights reserved. 4.7 Inverse Trigonometric Functions Copyright Cengage Learning. All rights reserved. What You Should Learn Evaluate and graph

More information

Mathematics Background

Mathematics Background Finding Area and Distance Students work in this Unit develops a fundamentally important relationship connecting geometry and algebra: the Pythagorean Theorem. The presentation of ideas in the Unit reflects

More information