3 Coordinates. 3.1 Prologue

Size: px
Start display at page:

Download "3 Coordinates. 3.1 Prologue"

Transcription

1 3 Coordinates 3. Prologue Coordinates describe the location of a point or an object using numbers. If ou are shipwrecked somewhere off the coast of Patagonia and radioing for help, ou can sa, I am somewhere off the coast of Patagonia. Rescuers will arrive sooner, though, if ou give a more precise location; for eample, I am 50 miles northeast of Cape Horn. It would be even better to consult our GPS (Global Positioning Sstem) device and report: I am at S W. A latitude-longitude pair serves as coordinates of a point on Earth. Coordinates connect geometr with algebra and analtical methods; computations replace measuring. When ou move a cursor on a computer screen with a mouse, the computer converts the signals received from the mouse into numbers, computes the cursor coordinates on the screen, then displas the cursor at the appropriate location. Copright 00 b Sklight Publishing Direct measuring of distances and angles is a slow, low-tech process. It ma work if ou want to mark a boundar around our field, la out the foundation for a house, or measure the distance between two points on a map with a compass and a ruler. But if ou need to launch a satellite into orbit, control an airplane on autopilot, or generate computer animations for special effects in a movie, ou need some serious computations. Knowing the coordinates of points, on the plane and in space, we can use a computer to calculate distances and directions between them. It takes onl one number to describe the location of a point on a line or a curve. For eample, a milepost or an eit number ma describe our location on a highwa. The location of a point on the number line is described b the number it represents. It takes two numbers to describe a location on a plane or a surface and three numbers to describe a location in space. If ou travel in time, it takes four numbers to describe our location in time and space. Lines are said to have one dimension; surfaces and planes, two dimensions; space, three dimensions; and space-time, four dimensions. Mathematicians and phsicists often work with multi-dimensional spaces.

2 CHAPTER 3 ~ COORDINATES 3. Cartesian Coordinates As we saw in Section <...>, there is a one-to-one correspondence between real numbers and points on the number line. Now let us consider two number lines on a plane, such that the are perpendicular to each other and intersect at zero. Let s call them and aes. B convention, the -ais is drawn horizontall, pointing to the right, and the -ais is drawn verticall, pointing up: Copright 00 b Sklight Publishing For an point P on the plane, we can draw a line through P perpendicular to the -ais. Suppose that line intersects the -ais at point M. Another line through P, perpendicular to the -ais, intersects the -ais at point N: M -3 - P N 3 The points M and N are called the projections of P to the - and -ais, respectivel. The points M and N correspond to some numbers and on the respective number lines. The ordered pair (, ) is called the Cartesian coordinates of the point P. (It is called an ordered pair because the order in which and are listed matters: the first number is the -coordinate, the second the -coordinate. We will write P(, ) to indicate that and are the coordinates of P.

3 CHAPTER 3 ~ COORDINATES 3 The - and -aes define a coordinate sstem on the plane. The intersection of the aes is called the origin of the coordinate sstem. The coordinates of the origin are (0, 0). The aes divide the plane into four regions called quadrants (Figure 3-). The are numbered in counterclockwise order. Quadrant II Quadrant I Quadrant III Quadrant IV Figure 3-. The and aes divide the plane into four quadrants Copright 00 b Sklight Publishing In the first quadrant 0 and 0. Eample -3 A C B 3 What are the coordinates of the points A, B, and C above? Solution A(-3, ), B(, ), and C(, -).

4 4 CHAPTER 3 ~ COORDINATES Eample In what quadrant does the point P(6, -3) reside? Solution Since its -coordinate is positive and its -coordinate is negative, P resides in the fourth quadrant. In a three-dimensional space, we need three numbers to describe the location of a point. In the Cartesian sstem, we take three aes,,, and z, intersecting at the origin, each perpendicular to the other two. For each point P we can take its projection to the horizontal plane -, and use the - coordinates of that projection as the and coordinates of P. The vertical position of P with respect to the - plane (positive or negative, depending on whether P is above or below the - plane), gives the third coordinate, z: Copright 00 b Sklight Publishing z P Cartesian coordinates are named after René Descartes ( ), the French philosopher, mathematician, and scientist who invented them (his Latin name was Renatus Cartesius). A Cartesian coordinate sstem establishes a one-to-one correspondence between ordered pairs of real numbers and points on the plane. In general, in an coordinate sstem, the coordinates of a point describe the point s location without ambiguit. But the converse is not required: different coordinates ma describe the same location. For eample, in the latitude-longitude coordinate sstem, the latitude 90 N corresponds to the North Pole, regardless of the longitude. Polar coordinates, eplained in Section <...>, are another eample: different coordinate pairs describe the same location on the plane.

5 CHAPTER 3 ~ COORDINATES 5 We can shift and/or rotate one or both aes in a Cartesian coordinate sstem and obtain a new Cartesian coordinate sstem. If we know what the transformation is, we can write simple equations that relate the new coordinates to the old ones. For eample, if we shift the -ais up b a positive distance b and the -ais to the right b a positive distance a P b O a O Copright 00 b Sklight Publishing the new coordinates (, ) of a point can be computed from its old coordinates (, ) as follows: = a = b These formulas work for negative a (shift to the left) and negative b (shift down), too. Eercises. Look up René Descartes biograph on the Internet. Which one of his books introduced coordinates?

6 6 CHAPTER 3 ~ COORDINATES. 3 B A D - -3 C Determine the coordinates of the points A, B, C, and D above. Which of these points is in the second quadrant? 3. Mark the points A(0, 3), B(-, -), and C(3, -) on a Cartesian coordinate grid. 4. We can describe the first quadrant as a set of all points for which 0, 0. Describe the second, third, and fourth quadrants in a similar manner. Copright 00 b Sklight Publishing 5. Name the quadrants in which the points (, -), (-, ), and (-, -) reside without drawing the points. 6. Give an eample of the coordinates of points O, A, B, and C such that O is the origin, A is not on either ais, and OABC is a square.

7 CHAPTER 3 ~ COORDINATES 7 7. TrueTpe scalable computer fonts represent each character b describing its contour. Each contour is split into line segments and quadratic splines. A spline is a segment of a smooth curve, which is inscribed into an angle whose sides are tangent to the contour: Each spline is described b three points: the two points of tangenc and the verte of the angle. The following list of 5 points defines the contour of a character: (-3, 7), (-3, 7), (-3.5, 7.5), (-, ), (3, 0), (8, 8), (3, 3), (9, 0), (4.5, -5), (, -9), (-3, -7), (-4.5, -6.5), (-3.5, -5.5), (-3, -4.5) (-.5, -5 ), (4, -9), (4, -3), (4,.5), (-,.5), (-,.5), (-, ), (5, 3), (3, 7), (, ), (-3, 7) Copright 00 b Sklight Publishing This contour consists of segments. The first point, third point, and so on are on the contour; the points in between are the vertices of spline angles. (A duplicate point indicates that the spline is actuall a straight line segment.) Sketch the character. 8. If we shift the -ais 3 units to the right and the -ais units up, what are the coordinates of P(4, -) in the new coordinate sstem? 9. If we shift the -ais 3 units to the left and the -ais units down, what are the coordinates of P(4, -) in the new coordinate sstem? 0. In computer graphics sstems, the origin of the coordinate sstem is often placed in the upper-left corner of the screen, with the -ais pointing to the right and the -ais pointing down. If the screen is 680 b 050 piels (picture elements), what are the screen coordinates of a point located one quarter of the screen to the right and three quarters of the screen down?

8 8 CHAPTER 3 ~ COORDINATES. In computer graphics, a picture within a window on the screen is often described in coordinates relative to that window (with the origin in the upperleft corner of the window and the -ais pointing down). That wa, if ou move the window on the screen, the description of the picture does not change. Computer software and/or hardware can translate the relative window coordinates into absolute screen coordinates. What are the absolute screen coordinates of a point, if its window coordinates (in piels) are (00, 50), the size of the window is 400 b 450, and the window is centered on the 680 b 050 screen?. If we rotate the coordinate aes b 90 counterclockwise around the origin, what are the coordinates of P(4, -) and Q(3, 5) in the new coordinate sstem? 3. Given three points, A (, 7), B (, ), and C (6, ), what should be the coordinates of the point D for ABCD to be a parallelogram? 4. Propose a necessar and sufficient condition for the points A(, ), B(, ), C ( 3, 3), and D ( 4, 4) to form a parallelogram. Copright 00 b Sklight Publishing 5. What are the coordinates of the midpoint of a straight line segment that connects the points A(, ) and B(, )? 6. Prove algebraicall (not using geometr) that the midpoints of the sides of an quadrilateral form a parallelogram. Hint: see Questions 4 and Distance Recall that the distance between two points on a number line is equal to the absolute value of the difference of the corresponding numbers: d = This is the length of the segment that connects the points. The same concept applies to the coordinate plane:

9 CHAPTER 3 ~ COORDINATES 9 The distance between two points on the plane is equal to the length of the line segment that connects the points. If the points A(, ) and B(, ) both lie on the -ais, or if AB is parallel to the -ais, then the distance between A and B is equal to. If A and B both lie on the -ais, or if AB is parallel to the -ais, then the distance between A and B is equal to. In the general case, we use the Pthagorean theorem to find the distance between A and B (Figure 3-): d = +. A(, ) d B (, ) Copright 00 b Sklight Publishing Figure 3-. d = + This formula works for an positions of points A and B on the plane, regardless of the signs of,,, and regardless of the relationships between these numbers, including the cases when AB is parallel to the -ais (then = ), when it is parallel to the -ais (then = ), even when A and B are the same point! Since c = c for an real number c, we can use parentheses instead of the absolute values: d = ( ) + ( ), or d = ( ) + ( ). This is called the distance formula. Eample What is the distance between A(0, -) and B(-, 3)?

10 0 CHAPTER 3 ~ COORDINATES Solution ( ) ( ) ( ) ( ) d = ( ) ( ) = + 5 = + 5 = 6. The distance from the origin of a point P(, ) is r = +. r = +. This is a special case of the distance formula, because the coordinates of the origin are (0, 0). In geometr we measured distances with a ruler; now we can use the distance formula to compute the distance between two points with known coordinates. In theor, we can now prove an geometr theorem and solve an geometr problem using onl algebra! Eample Copright 00 b Sklight Publishing Find the height of an equilateral triangle if the length of its side is a. Solution Let us solve this problem without drawing a sketch, without using geometr at all. Let ABC be an equilateral triangle: AB= BC = AC = a. Let us introduce a coordinate sstem with the origin at C and the -ais going along the line CA, so that the coordinates of C are (0, 0) and the coordinates of A are (a, 0). Suppose the coordinates of B are (, ). Then is the height of the triangle, so we need to find. We have AB= BC = a. From the distance formula, BC = a = + AB = a = ( a) + Comparing the first equation to the second we get = ( a). Recall that ( a) a a = +. So = a+ a a a = a = a =.

11 CHAPTER 3 ~ COORDINATES Plugging a a a = into the first equation we get: = + a a 3a = a = a = = a. The concept of distance is ver general: in different contets and in different mathematical theories, distance ma mean different things. If ou ask, for eample, what is the distance from Atlanta to Boston, ou probabl do not mean the length of the line segment that connects Atlanta and Boston in three-dimensional space (unless ou are going to build a tunnel from Atlanta to Boston). More likel, ou are interested in the distance along the surface of the Earth, or, if ou are driving, the travel distance along Interstate 95. On a chessboard, if ou are onl allowed to move horizontall and verticall, ou might find it useful to consider the distance between the points A(, ) and B(, ) defined as d( A, B) = +, which is different from the standard distance formula. But no matter how ou define the distance d( A, B ), a well-behaved distance must alwas have the following three properties: Copright 00 b Sklight Publishing d( A, A ) = 0 the distance from an point to itself is 0. d( A, B) = d( B, A) the distance is smmetric: for an two points A and B, the distance from A to B is equal to the distance from B to A. d( A, B) + d( B, C) d( A, C) the triangle rule: the sum of the lengths of two sides of a triangle never eceeds the length of the third side; that is, the direct route from A to C is the shortest. For the distance formula on the coordinate plane, the first two properties are obvious. At first sight, the triangle rule is obvious, too: anone knows that a straight line is the shortest distance between two points. But how do we know it, mathematicall speaking? Precisel from the triangle rule! Its proof actuall takes some work. The first step is to prove the triangle rule for the number line: for an real numbers,, and 3, Here the triangle is squashed into one dimension. The proof in this case is straightforward: we simpl consider different configurations of,, and = 3 when is between and 3, and + 3 > 3 when is outside [, 3].

12 CHAPTER 3 ~ COORDINATES The second step is to prove the triangle rule on the plane for the special case when A, B, and C lie on the same straight line. The proof follows from the previous step: just turn the line into a number line. In the final step, we prove the general triangle rule. To do that, we use the projection of B onto the line AC. Let us denote that point as P : A B P C From the triangle rule for points on the same line, AP+ PC AC. But AP AB and PC BC. So, AB+ BC AC. AB+ BC = AC if and onl if the points A, B, and C lie on the same straight line, and B lies between A and C. Copright 00 b Sklight Publishing A set of points with a well-behaved distance defined for an two points is called a metric space. Eample 3 Let us consider the set of all possible positions of the minute hand on the face of a clock and define dt (, T ) as the number of minutes it takes the minute hand to travel from the position T to the position T. Can we use dt (, T ) as the definition of distance between T and T? In other words, does dt (, T ) have the three properties of a well-behaved distance? Solution It is eas to see that dt (, T ) = 0, and that the triangle rule is satisfied, too. But dt (, T ) is not smmetric: tpicall dt (, T) dt (, T). For eample, it takes five minutes for the minute hand to travel from to 3 and 55 minutes to travel from 3 to. Therefore, dt (, T ) is not an acceptable definition for distance.

13 CHAPTER 3 ~ COORDINATES 3 Eercises. What is the distance on the coordinate plane between A(-4, ) and B(, -)?. What is the distance of P(-5, ) from the origin? 3. The vertices of a triangle have the coordinates (-, ), (0, -), and (, 3). Is this triangle equilateral, isosceles, or scalene? Find its perimeter. 4. The lengths of the bases of an isosceles trapezoid are 6 and 0; the distance between the bases is 3. Draw this trapezoid in a convenient place on the coordinate plane and find the lengths of its side and the diagonals, using the distance formula. 5. Show, using the distance formula, that A(-4, -), B(-, -), and C(5, ) lie on the same straight line. Copright 00 b Sklight Publishing 6. Using coordinates, prove that for an rectangle ABCD and an point M on the plane, inside or outside the rectangle, as well as on its border, MA + MC = MB + MD. Hint: choose a convenient origin and directions of the - and -aes. 7. What is the length of the diagonal of a cube if the length of its side is unit?

14 4 CHAPTER 3 ~ COORDINATES 8. The distance between two points in the three-dimensional space is defined as the length of the line segment that connects the points. Come up with a formula for the distance between A(,, z ) and B(,, z ). Hint: z A B z z (,, 0) (,, 0) Copright 00 b Sklight Publishing 9. Recall that a line segment that connects a verte of a triangle with the midpoint of the opposite side is called a median of the triangle. If A(, ), B(, ), and C ( 3, 3) are the vertices of a triangle, the point , is called the center of gravit of the triangle. Using onl the distance formula, show that the center of gravit of a triangle lies on each of its medians (and, therefore, all three medians intersect at the center of gravit). Hint: see Question <...> in Section <...> 0. The distance between two points on Earth s surface is measured b the length of the shortest arc that connects the points. That arc lies on the circle centered at Earth s center (assuming that Earth is a perfect sphere). When two points have the same longitude, it means the lie on the same meridian, so the distance between them is measured along the meridian. Find on the Internet the approimate radius of the Earth and the coordinates of Toronto and Miami, and estimate the distance between these two cities.. Eplain wh the direct flight route from New York to New Delhi passes close to the North Pole.. Suppose that for an points A(, ) and B(, ) on the plane we define d( A, B) = +. Show that d( A, B ) has all three properties of distance.

15 CHAPTER 3 ~ COORDINATES 5 3. Suppose that for an points A(, ) and B(, ) on the plane we define { } d( A, B) = ma, (the largest of the numbers, and ). Show that d( A, B ) has all three properties of distance. 4. Given two three-letter words, we can link them with a chain of words in which onl one letter changes from one word to the net. To go from BAT to MAN, for eample, we can use the chain BAT => CAT => CAN => MAN. Let s define the distance between two three-letter words as the length of the shortest chain that connects them (assuming that an two three-letter words can be connected b a chain). For eample, the distance from BAT to MAN is equal to, because the chain BAT => MAT => MAN eists, and no shorter chain connects these words. Does this definition of distance on the set of all three-letter words turn this set into a metric space? In other words, is this a well-behaved definition of distance? Eplain. 5. Let us define the distance between two polgons F and F on the plane as the shortest distance between a verte of F to a verte of F. Is this a well-behaved definition of distance? Copright 00 b Sklight Publishing 3.4 Relations and their Graphical Representations Mathematicians like to generalize. When the see eamples of similar situations or phenomena the tr to come up with a general abstract concept that captures the essence of the eamples. The then define the concept formall and give it a name. The stud the concept as a whole and appl it to other eamples. The concept of a relation is one such ver general abstract concept. If A and B are two sets, a relation from A to B is a set of ordered pairs (a, b), where a is an element of A and b is an element of B.

16 6 CHAPTER 3 ~ COORDINATES Eample Let L be a set of 3 letters: L = { a, b, c }. Let W be a set of four words: W = { bat, cat, can, man }. Let us consider a relation R, which is a set of all pairs (letter, word) such that letter occurs in word. R consists of seven pairs: R = {( a, bat ), ( a, cat ), ( a, can ), ( a, man ), ( b, bat ), ( c, cat ), ( c, can )}. This relation represents the relationship letter occurs in word. Note that more than one letter from L ma occur in the same word, for eample, ( a, bat ), ( b, bat ), and the same letter ma occur in more than one word from W, for eample, ( c, cat ), ( c, can )). Eample The set of all pairs of real numbers (, ) such that. = 4 is a relation from to Copright 00 b Sklight Publishing The set of all pairs (a, b), where a is an element of A and b is an element of B, is called the Cartesian product of A and B and denoted as A B. The word product is used, because when A and B are finite sets with m and n elements, respectivel, then A B has m n elements. In Eample, L contains 3 letters, W contains 4 words, and L W consists of all possible letter-word pairs. B definition, a relation is a subset of A B. The - coordinate plane can be thought of as and an set of points on the plane is a relation from to. An interesting relation tpicall represents a particular relationship between elements of A and elements of B: a pair (a, b) belongs to the relation if the relationship of interest between a and b eists. That is wh the term relation is used. Often we consider relations from a set to itself. For eample, A and B can be the same set of people.

17 CHAPTER 3 ~ COORDINATES 7 Eample 3 Let S be the set of all Facebook subscribers, R the set of all ordered pairs ( s, s ) such that s is a friend of s. This relation is smmetric: if ( s, s ) is in R then ( s, s ) is also in R. In general, a relation from a set to itself does not have to be smmetric. The relation in Eample is not smmetric. In this book we are primaril interested in relations from to. There are different was to describe such a relation: in a table, as a plot, in words. But the most common and useful wa is to use algebraic equations and/or inequalities. Eample 4 The set of all pairs (, ) such that is a relation. Eample 5 Copright 00 b Sklight Publishing The set of all pairs (, ) such that and <= is a relation. In an algebraic description of a relation, the word and is often replaced b a comma or b a curl brace. For eample, and can be written as, or This eample is a sstem of inequalities. We can have a sstem of equations, too. Sometimes we mi equations and inequalities in one sstem. As we know, in a Cartesian coordinate sstem there is a one-to-one correspondence between all points on the plane and their coordinates (, ). So an relation on the set of real numbers can be represented as a set of points on the plane. The graphical representation of a relation on the - plane is called its plot or graph.

18 8 CHAPTER 3 ~ COORDINATES Eample 6 Consider a relation between real numbers and defined b the inequalit + 4. Plot this relation on the coordinate plane. Solution In the geometric interpretation, this relation describes all points whose distance from the origin is less than or equal to. These are the points inside and on the border of the circle of radius centered at the origin: Copright 00 b Sklight Publishing An equation tpicall describes a line or several lines. An inequalit tpicall describes a region (or several disjoint regions). When a relation is described b a sstem of inequalities, its plot can be constructed as the intersection of the regions defined b the individual inequalities. It is sort of like a Venn diagram, onl instead of random blobs we use precise regions. Eample 7 Plot + 4, 0, 0.

19 CHAPTER 3 ~ COORDINATES 9 Solution Eample 8 Plot the graph of the relation defined b a sstem of inequalities Copright 00 b Sklight Publishing Solution The graph of consists of all the points on and above the parabola =. The graph of consists of all the points on and to the right of the sidewas parabola. The graph of the sstem of the two inequalities is the intersection of the two graphs. The two parabolas intersect at points (0, 0) and (, ), forming a petal : With a little knowledge of calculus it is eas to show that the area of the petal is eactl one-third of the area of the unit square into which it is inscribed. But Archimedes obtained this result without calculus, in the third centur BC. We will tell ou how he did it in Chapter <...>.

20 0 CHAPTER 3 ~ COORDINATES When a relation is described b equations connected with or, its graph can be constructed as the union of the regions defined b the individual relations. Eample 9 Plot the relation Solution =. = means = or = = - = Copright 00 b Sklight Publishing As we mentioned earlier, a relation does not have to be defined b formulas: it can be described in words, or b other means. Eample 0 Consider the set of all pairs (, ), such that and are positive integers and is evenl divisible b. Plot this relation on the coordinate plane.

21 CHAPTER 3 ~ COORDINATES Solution The plot consists of discrete points: Cartesian coordinates revolutionized mathematics because the connected geometr to algebra: the provided a wa to describe geometric figures with algebraic formulas and to visualize algebraic relations as geometric figures. Eample Copright 00 b Sklight Publishing A set of points on the - plane is described b the inequalities 5; 7. What geometric figure is it? Solution It is a rectangle with the horizontal dimension 3 and the vertical dimension 6. Eercises In Questions -6, plot the relation without using a calculator.. + = <

22 CHAPTER 3 ~ COORDINATES , 3, where the points (, ) are in the first quadrant 8. 3, 3 9. > 0. >, >.. 3. ( )( + 3) Copright 00 b Sklight Publishing = = 0 6. ( ) = + a c Give an eample of a relation from to such that its graph is one vertical line. The same for one horizontal line.

23 CHAPTER 3 ~ COORDINATES 3 8. Come up with an inequalit that describes all points on and inside the circle of radius 3 centered at (, 0). 9. A relation on a set is called smmetric if with an pair ( a, a ) it also contains the pair ( a, a ). What is the geometric interpretation of a smmetric relation from to? Which of the relations in Questions -6 are smmetric? How can we tell whether a relation described b equations and/or inequalities in, is smmetric, without plotting it? 0. Suppose a relation on real numbers with an pair (, ) also contains the pair (-, ). Such a relation is not necessaril smmetric in the sense of the definition in Question 9, but its graph does possess a kind of smmetr. What kind? Which of the relations in Questions -6 have this kind of smmetr?. Suppose a relation on real numbers with an pair (, ) also contains the pair (-, -). What kind of smmetr does a graph of such a relation posses? Which of the relations in Questions -6 have this kind of smmetr? Copright 00 b Sklight Publishing. Recall that in geometr the set of all points that satisf a given condition is called a locus of points (that satisf the condition). Given two points, A and B, find the locus of points whose distance from A is twice the distance from PA B (that is, all points P, such that PB = ). Use coordinates but interpret the result in geometric terms. Hint: Take the coordinate sstem with the -ais directed along AB with the origin at A; find the two points P and P on the -ais that belong to our locus of points; then shift the origin to the PA middle between P and P, write an equation for = in the new PB coordinates and simplif it. 3. In Question, replace with an positive number k. Draw the locus of points P such that PA k PB = for k =, k =, k =, k =, and k = 5. 5

24 4 CHAPTER 3 ~ COORDINATES 3.5 Polar Coordinates Cartesian coordinates are not the onl wa to establish a coordinate sstem on the plane. In man applications it is more convenient to use polar coordinates. For eample, if a radar screen shows an airplane approaching the airport, the air traffic controller might be interested in the airplane s distance from the airport and the direction from which the airplane is approaching. Polar coordinates use the distance of a point from the origin and the direction toward the point from the origin to describe the point s location. Copright 00 b Sklight Publishing In polar coordinates, distances are measured from one fied point, called the pole. The pole is like the origin in the Cartesian sstem. The distance from a point to the pole is called the radius and is often denoted b r (Figure 3-3). Angles are measured from one base direction, called the polar ais. B convention, the polar ais is shown in graphs as a horizontal ra, starting at the pole and pointing to the right. It is like the right half of the -ais. (Often the whole ais is drawn for convenience.) The polar ais also determines the units for measuring distances. Angles are measured in the counterclockwise direction, starting from the polar ais. The angular position of a point is often denoted b θ. The (, r θ ) pair serves as the polar coordinates of the point (Figure 3-3). pole 0 r θ Prθ (, ) 3 4 polar ais Figure 3-3. Polar coordinates In practical fields, such as navigation and surveing, and in militar applications, angles are measured in degrees. In mathematics and science, angles are often measured in radians.

25 CHAPTER 3 ~ COORDINATES = π radians. radian = π degrees. Measuring angles in radians is often more convenient for mathematical formulas and scientific computations because the radian measure corresponds to the length of the arc of the unit circle (the circle of radius centered at the origin) that spans the angle. So, if a particle is moving counterclockwise along the unit circle at a speed of unit per second, the angle θ changes at the rate of radian per second. On a Cartesian plane, points are plotted on a rectangular grid. For polar coordinates we use a polar coordinate grid, something like this: π 3 π π 3 5π 6 π 6 π Copright 00 b Sklight Publishing Eample A 7π 6 0 4π 3 D 3 3π 5π 3 π 6 B C What are the polar coordinates of points A, B, C, and D above?

26 6 CHAPTER 3 ~ COORDINATES Solution A, π 3, 7 B 3, π 6, C.5, π 6, (, 0) D. A (, r θ ) pair alwas defines a unique point on the plane. But the converse is not true: the same point can have multiple representations in polar coordinates. In fact, an point has an infinite number of representations in polar coordinates! First, an pair (0, θ ) (with radius 0 and an value of θ ) represents the pole. Second, for an point, if we add or subtract π the full revolution around the unit circle to/from θ, we get the same point. In Eample above, we gave the polar, π, or coordinates of point D as (, 0 ), but (, π ), (, 4π ), (, 00π ), ( ) (, 00π ) represent the same point. Third, the radius r can be negative! Convention permits negative radii in order to make the graphs of some polar functions consistent and continuous. Copright 00 b Sklight Publishing A negative radius r is interpreted as a positive radius with the same absolute value, but pointing in the opposite direction. This means if we flip the sign of the radius and, at the same time, add π to θ (or subtract π from θ ), we get the same point. For eample, D(, π ) represents the same point as D (, 0), and B 3, π 6 represents the same point as 7 B 3, π 6. Eample Plot on a polar grid 5 A.5, π, (, 0) B, C.5, π 3, and D( 3, 6π ).

27 CHAPTER 3 ~ COORDINATES 7 Solution π Equivalent simplified coordinates for these points are A.5, 4 C.5, π 3, and ( 3, 0) D., (, ) B π, A B 0 D 3 C Copright 00 b Sklight Publishing A polar coordinate sstem is related to a Cartesian coordinate sstem with the origin at the pole, the -ais directed along the polar ais, and the same distance units: r θ Prθ (, ) It is not ver hard to convert polar coordinates into related Cartesian coordinates. Let us first take a point Prθ (, ) in the first quadrant. Let M be its projection onto the -ais.

28 8 CHAPTER 3 ~ COORDINATES O r θ M P OPM is a right triangle with the hpotenuse OP. You might recall from geometr that in a right triangle the ratio of the length of the leg adjacent to θ to the length of the hpotenuse is called the cosine of θ and denoted cosθ ; the ratio of the length of leg opposite θ to the length of the hpotenuse is called the sine of θ (sinθ ). In OM PM other words (or rather in smbols), = cosθ and = sinθ. But OM is the OP OP -coordinate and PM is the -coordinate of P in our Cartesian sstem. OP get = cosθ and = sinθ. So r r = r. We Copright 00 b Sklight Publishing = rcos θ; = rsinθ Knowing θ, we can find cosθ and sinθ with a calculator.

29 CHAPTER 3 ~ COORDINATES 9 Eample 3: π The polar coordinates of a point M are 5,. Find its Cartesian coordinates. 7 Solution π π = 5cos, = 5sin. After setting the calculator to radian mode, we find 7 7 π π cos ; sin So ; The Cartesian coordinates of M are, approimatel, (4.505,.70). Copright 00 b Sklight Publishing What about points in other quadrants? The definitions of cosθ and sinθ are etended for all values of θ in precisel such a wa that the above polar-to-cartesian conversion formulas work. We will consider the general definitions of these trig (trigonometric) functions in Chapter <...>. Meanwhile, just remember that if ou enter an value of θ in our calculator, get its cosine and sine, and plug them into the conversion formulas, the formulas will work. The formulas will work without an change even if r is negative! Eample 4: 7π Find the Cartesian coordinates of a point if its polar coordinates are 3, 8. Solution 7π 7π (, ) = ( 3)cos, ( 3)sin. Using a calculator we find 8 8 7π 7π cos ; sin Therefore, 8 8 (, ) ( 3) ( ), ( 3) (,77,.49). The point lies in the ( ) fourth quadrant, as epected.

30 30 CHAPTER 3 ~ COORDINATES Conversion from Cartesian coordinates into related polar coordinates is prett eas, too. We know that r = +. Also cosθ =, and sinθ =. We can use either r r sinθ of these two equations to find θ, or we can use tanθ = =. A graphing cosθ calculator has commands for finding θ from a given value of a trig function b using the inverse function, such as cos, sin, or tan. The onl problem is that different values of θ can produce the same value of cos, sin, and tan, and the calculator gives ou onl one of them. If (, ) resides in the first quadrant, the calculator alwas returns the correct value of θ ; otherwise ou might need to adjust θ to match the quadrant in which (, ) resides. This requires some understanding of how the trig functions behave, so let s postpone the general case until Chapter <...>. Eample 5: Find the polar coordinates of M(4, 7). Solution Copright 00 b Sklight Publishing r = = = tanθ =. After setting the calculator to radian 4 mode, we find tan.05 (radians). Since M resides in the first quadrant, this 4 value does not need an further adjustment. The polar coordinates of M are ( 65,.05 ). A relation between r and θ (an equation, an inequalit, or a combination of several equations and/or inequalities) can be plotted in polar coordinates, just like a relation between and can be plotted in Cartesian coordinates. Man simple polar equations produce interesting curves. Eample 6: Plot r = θ for θ 0.

31 CHAPTER 3 ~ COORDINATES 3 Solution 36 Copright 00 b Sklight Publishing The curve r = aθ, where a is a positive constant, is known as the Spiral of Archimedes. In this eample, a =. The spiral starts at the pole: r = 0 when θ = 0. The spiral crosses the polar ais at r = π, r = 4π r = 6π, r = 8π, and so on. An interesting question is how the spiral behaves around the pole. B definition, θ is the angle between the radius vector (the segment directed from O to P) and the polar ais. If ou approach the pole along the spiral, θ becomes smaller and smaller, so the radius vector becomes more and more horizontal (even as it becomes shorter and shorter). At the pole, the spiral must be tangent to the polar ais. But ou ll need to zoom in reall close to see that: Google polar curves and ou will find man web sites that show famous polar curves. Man sites have animations and Java applets, which let ou change the parameters of the equation or let ou see plotting in progress. Follow the link, for eample, to Famous Curves Applet Inde. Man of these curves are defined b equations that use trigonometric functions, so we will take another look at them later, in Chapter <...>. Questions <...>-<...> in the eercises ask ou to plot a couple of simple polar regions and lines.

32 3 CHAPTER 3 ~ COORDINATES Eercises. Look up Archimedes life stor on the Internet. Wh was his tomb decorated with a sphere inscribed into a clinder?. A D B C 0 3 Determine the polar coordinates of the points A, B, C, and D above (with r > 0 and 0 θ < π ). Copright 00 b Sklight Publishing 3. On a polar coordinate grid, plot the points with the following polar π coordinates: (0, 0),,, 5π, On a polar coordinate grid, plot the points with the following polar 7π coordinates:,, 3, π, 3, π Plot the following points in polar coordinates, then convert them into Cartesian coordinates. π (a) (, 0 ) ; (b), ; (c) (, π ) ; (d) 3π,. 6. Convert the following polar coordinates into Cartesian coordinates without plotting the points. π (a), 6 ; (b) 5π.5, 8 ; (c) ( 5, 6.π ) ; (d), π 7.

33 CHAPTER 3 ~ COORDINATES Convert the following Cartesian coordinates of points in the first quadrant π into polar coordinates (with r > 0 and 0 θ ): π (a) (, 3 ) ; (b) 3,, ; (d) (, 7 ). 7 ; (c) ( ) π 8. What is greater: θ (in radians) or sinθ, for 0 θ? Hint: consider the Cartesian coordinates of (, θ ). 9. Plot on a polar grid the region defined b the sstem of inequalities π π r 3, θ Write an equation in polar coordinates that describes the circle of radius centered at the pole. Copright 00 b Sklight Publishing. Write an equation in polar coordinates that describes the vertical line through the point ( 3, 0 ). Hint: write the equation in Cartesian coordinates first, then convert it to the polar form.. Write an equation in polar coordinates that describes the vertical line through the point ( 5, π ). 3. Write an equation in polar coordinates that describes the horizontal line π through the point 4,. 4. Rewrite the equation + 4 = 0 (from Question <...>(5) in Section <...>) in polar coordinates. 5. Plot the Spiral of Archimedes for θ 0.

34 34 CHAPTER 3 ~ COORDINATES 6. Using geometr, plot on the polar coordinate plane the relation r = acosθ, where a is a positive constant. Hint: a 7. Plot the relation from Question 6, using algebra. Hint: multipl both sides b r, then convert to Cartesian coordinates, then shift the origin to a,0 and rewrite the equation in new coordinates. 8. We eplained in Eample 6 that the Spiral of Archimedes is tangent to the polar ais at the pole. The curve r = acosθ also goes through the pole (see Questions 6 and 7), but it is not tangent to the polar ais. In fact, it has a vertical tangent line. How can this be? Eplain the difference between these situations. Copright 00 b Sklight Publishing 3.6 Review Concepts, terms, methods, and formulas introduced in this chapter: Cartesian coordinates - and -aes Origin Quadrants Coordinates in the new coordinate sstem when the origin shifts to (a, b): = a = b Distance between A(, ) and B(, ) : Distance properties The triangle rule Metric space Relation Sstem of equations or inequalities Graph of a relation Polar coordinates Pole Polar ais d = ( ) + ( )

35 CHAPTER 3 ~ COORDINATES 35 Radians; 360 = π (radians) (, r θ ) = (, r θ ± π) ( r, θ ) = ( r, θ ± π) r θ cosθ = r sinθ = r r = + tanθ = From polar to Cartesian coordinates: From Cartesian to polar coordinates: = rcosθ, = rsinθ. r = +, θ = tan. Copright 00 b Sklight Publishing

0 COORDINATE GEOMETRY

0 COORDINATE GEOMETRY 0 COORDINATE GEOMETRY Coordinate Geometr 0-1 Equations of Lines 0- Parallel and Perpendicular Lines 0- Intersecting Lines 0- Midpoints, Distance Formula, Segment Lengths 0- Equations of Circles 0-6 Problem

More information

Reteaching Golden Ratio

Reteaching Golden Ratio Name Date Class Golden Ratio INV 11 You have investigated fractals. Now ou will investigate the golden ratio. The Golden Ratio in Line Segments The golden ratio is the irrational number 1 5. c On the line

More information

Appendix C: Review of Graphs, Equations, and Inequalities

Appendix C: Review of Graphs, Equations, and Inequalities Appendi C: Review of Graphs, Equations, and Inequalities C. What ou should learn Just as ou can represent real numbers b points on a real number line, ou can represent ordered pairs of real numbers b points

More information

LESSON 3.1 INTRODUCTION TO GRAPHING

LESSON 3.1 INTRODUCTION TO GRAPHING LESSON 3.1 INTRODUCTION TO GRAPHING LESSON 3.1 INTRODUCTION TO GRAPHING 137 OVERVIEW Here s what ou ll learn in this lesson: Plotting Points a. The -plane b. The -ais and -ais c. The origin d. Ordered

More information

8.6 Three-Dimensional Cartesian Coordinate System

8.6 Three-Dimensional Cartesian Coordinate System SECTION 8.6 Three-Dimensional Cartesian Coordinate Sstem 69 What ou ll learn about Three-Dimensional Cartesian Coordinates Distance and Midpoint Formulas Equation of a Sphere Planes and Other Surfaces

More information

2.8 Distance and Midpoint Formulas; Circles

2.8 Distance and Midpoint Formulas; Circles Section.8 Distance and Midpoint Formulas; Circles 9 Eercises 89 90 are based on the following cartoon. B.C. b permission of Johnn Hart and Creators Sndicate, Inc. 89. Assuming that there is no such thing

More information

Polar Functions Polar coordinates

Polar Functions Polar coordinates 548 Chapter 1 Parametric, Vector, and Polar Functions 1. What ou ll learn about Polar Coordinates Polar Curves Slopes of Polar Curves Areas Enclosed b Polar Curves A Small Polar Galler... and wh Polar

More information

20 Calculus and Structures

20 Calculus and Structures 0 Calculus and Structures CHAPTER FUNCTIONS Calculus and Structures Copright LESSON FUNCTIONS. FUNCTIONS A function f is a relationship between an input and an output and a set of instructions as to how

More information

Glossary alternate interior angles absolute value function Example alternate exterior angles Example angle of rotation Example

Glossary alternate interior angles absolute value function Example alternate exterior angles Example angle of rotation Example Glossar A absolute value function An absolute value function is a function that can be written in the form, where is an number or epression. alternate eterior angles alternate interior angles Alternate

More information

Connecting Algebra and Geometry with Polygons

Connecting Algebra and Geometry with Polygons Connecting Algebra and Geometr with Polgons 15 Circles are reall important! Once ou know our wa around a circle, ou can use this knowledge to figure out a lot of other things! 15.1 Name That Triangle!

More information

2.1 The ReCTAngUlAR COORdInATe SySTemS And graphs

2.1 The ReCTAngUlAR COORdInATe SySTemS And graphs 7 CHAPTER equations ANd inequalities learning ObjeCTIveS In this section ou will: Plot ordered pairs in a Cartesian coordinate sstem. Graph equations b plotting points. Graph equations with a graphing

More information

Lines and Their Slopes

Lines and Their Slopes 8.2 Lines and Their Slopes Linear Equations in Two Variables In the previous chapter we studied linear equations in a single variable. The solution of such an equation is a real number. A linear equation

More information

Unit 4 Trigonometry. Study Notes 1 Right Triangle Trigonometry (Section 8.1)

Unit 4 Trigonometry. Study Notes 1 Right Triangle Trigonometry (Section 8.1) Unit 4 Trigonometr Stud Notes 1 Right Triangle Trigonometr (Section 8.1) Objective: Evaluate trigonometric functions of acute angles. Use a calculator to evaluate trigonometric functions. Use trigonometric

More information

Introduction to Trigonometric Functions. Peggy Adamson and Jackie Nicholas

Introduction to Trigonometric Functions. Peggy Adamson and Jackie Nicholas Mathematics Learning Centre Introduction to Trigonometric Functions Pegg Adamson and Jackie Nicholas c 998 Universit of Sdne Acknowledgements A significant part of this manuscript has previousl appeared

More information

Isometry: When the preimage and image are congruent. It is a motion that preserves the size and shape of the image as it is transformed.

Isometry: When the preimage and image are congruent. It is a motion that preserves the size and shape of the image as it is transformed. Chapter Notes Notes #36: Translations and Smmetr (Sections.1,.) Transformation: A transformation of a geometric figure is a change in its position, shape or size. Preimage: The original figure. Image:

More information

Polar Coordinates. 2, π and ( )

Polar Coordinates. 2, π and ( ) Polar Coordinates Up to this point we ve dealt exclusively with the Cartesian (or Rectangular, or x-y) coordinate system. However, as we will see, this is not always the easiest coordinate system to work

More information

The Graph of an Equation

The Graph of an Equation 60_0P0.qd //0 :6 PM Page CHAPTER P Preparation for Calculus Archive Photos Section P. RENÉ DESCARTES (96 60) Descartes made man contributions to philosoph, science, and mathematics. The idea of representing

More information

Module 2, Section 2 Graphs of Trigonometric Functions

Module 2, Section 2 Graphs of Trigonometric Functions Principles of Mathematics Section, Introduction 5 Module, Section Graphs of Trigonometric Functions Introduction You have studied trigonometric ratios since Grade 9 Mathematics. In this module ou will

More information

10.7. Polar Coordinates. Introduction. What you should learn. Why you should learn it. Example 1. Plotting Points on the Polar Coordinate System

10.7. Polar Coordinates. Introduction. What you should learn. Why you should learn it. Example 1. Plotting Points on the Polar Coordinate System _7.qxd /8/5 9: AM Page 779 Section.7 Polar Coordinates 779.7 Polar Coordinates What ou should learn Plot points on the polar coordinate sstem. Convert points from rectangular to polar form and vice versa.

More information

angle The figure formed by two lines with a common endpoint called a vertex. angle bisector The line that divides an angle into two equal parts.

angle The figure formed by two lines with a common endpoint called a vertex. angle bisector The line that divides an angle into two equal parts. A angle The figure formed b two lines with a common endpoint called a verte. verte angle angle bisector The line that divides an angle into two equal parts. circle A set of points that are all the same

More information

Equations and Inequalities

Equations and Inequalities Equations and Inequalities Figure CHAPTER OUTLINE. The Rectangular Coordinate Sstems and Graphs. Linear Equations in One Variable. Models and Applications. Comple Numbers. Quadratic Equations.6 Other Tpes

More information

Table of Contents. Unit 5: Trigonometric Functions. Answer Key...AK-1. Introduction... v

Table of Contents. Unit 5: Trigonometric Functions. Answer Key...AK-1. Introduction... v These materials ma not be reproduced for an purpose. The reproduction of an part for an entire school or school sstem is strictl prohibited. No part of this publication ma be transmitted, stored, or recorded

More information

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology Intermediate Algebra Gregg Waterman Oregon Institute of Technolog c 2017 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International license. The essence of the license

More information

1.2 Visualizing and Graphing Data

1.2 Visualizing and Graphing Data 6360_ch01pp001-075.qd 10/16/08 4:8 PM Page 1 1 CHAPTER 1 Introduction to Functions and Graphs 9. Volume of a Cone The volume V of a cone is given b V = 1 3 pr h, where r is its radius and h is its height.

More information

P.5 The Cartesian Plane

P.5 The Cartesian Plane 7_0P0.qp //07 8: AM Page 8 8 Chapter P Prerequisites P. The Cartesian Plane The Cartesian Plane Just as ou can represent real numbers b points on a real number line, ou can represent ordered pairs of real

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

PARAMETRIC EQUATIONS AND POLAR COORDINATES 9 ARAMETRIC EQUATIONS AND OLAR COORDINATES So far we have described plane curves b giving as a function of f or as a function of t or b giving a relation between and that defines implicitl as a function

More information

PATTERNS AND ALGEBRA. He opened mathematics to many discoveries and exciting applications.

PATTERNS AND ALGEBRA. He opened mathematics to many discoveries and exciting applications. PATTERNS AND ALGEBRA The famous French philosopher and mathematician René Descartes (596 65) made a great contribution to mathematics in 67 when he published a book linking algebra and geometr for the

More information

In this chapter, we will investigate what have become the standard applications of the integral:

In this chapter, we will investigate what have become the standard applications of the integral: Chapter 8 Overview: Applications of Integrals Calculus, like most mathematical fields, began with trying to solve everyday problems. The theory and operations were formalized later. As early as 70 BC,

More information

Syllabus Objective: 3.1 The student will solve problems using the unit circle.

Syllabus Objective: 3.1 The student will solve problems using the unit circle. Precalculus Notes: Unit 4 Trigonometr Sllabus Objective:. The student will solve problems using the unit circle. Review: a) Convert. hours into hours and minutes. Solution: hour + (0.)(60) = hour and minutes

More information

Name Class Date. subtract 3 from each side. w 5z z 5 2 w p - 9 = = 15 + k = 10m. 10. n =

Name Class Date. subtract 3 from each side. w 5z z 5 2 w p - 9 = = 15 + k = 10m. 10. n = Reteaching Solving Equations To solve an equation that contains a variable, find all of the values of the variable that make the equation true. Use the equalit properties of real numbers and inverse operations

More information

(0, 4) Figure 12. x + 3. d = c. = b. Figure 13

(0, 4) Figure 12. x + 3. d = c. = b. Figure 13 80 CHAPTER EQUATIONS AND INEQUALITIES Plot both points, and draw a line passing through them as in Figure. Tr It # _, 0 Figure Find the intercepts of the equation and sketch the graph: = _ +. (0, (This

More information

MATH STUDENT BOOK. 10th Grade Unit 9

MATH STUDENT BOOK. 10th Grade Unit 9 MATH STUDENT BOOK 10th Grade Unit 9 Unit 9 Coordinate Geometr MATH 1009 Coordinate Geometr INTRODUCTION 3 1. ORDERED PAIRS 5 POINTS IN A PLANE 5 SYMMETRY 11 GRAPHS OF ALGEBRAIC CONDITIONS 19 SELF TEST

More information

9Trigonometric ONLINE PAGE PROOFS. functions 1

9Trigonometric ONLINE PAGE PROOFS. functions 1 9Trigonometric functions 9. Kick off with CAS 9. Trigonometric ratios 9. Circular measure 9. Unit circle definitions 9.5 Smmetr properties 9. Graphs of the sine and cosine functions 9.7 Review 9. Kick

More information

Moore Catholic High School Math Department

Moore Catholic High School Math Department Moore Catholic High School Math Department Geometry Vocabulary The following is a list of terms and properties which are necessary for success in a Geometry class. You will be tested on these terms during

More information

Transformations of Functions. 1. Shifting, reflecting, and stretching graphs Symmetry of functions and equations

Transformations of Functions. 1. Shifting, reflecting, and stretching graphs Symmetry of functions and equations Chapter Transformations of Functions TOPICS.5.. Shifting, reflecting, and stretching graphs Smmetr of functions and equations TOPIC Horizontal Shifting/ Translation Horizontal Shifting/ Translation Shifting,

More information

1 Points and Distances

1 Points and Distances Ale Zorn 1 Points and Distances 1. Draw a number line, and plot and label these numbers: 0, 1, 6, 2 2. Plot the following points: (A) (3,1) (B) (2,5) (C) (-1,1) (D) (2,-4) (E) (-3,-3) (F) (0,4) (G) (-2,0)

More information

turn counterclockwise from the positive x-axis. However, we could equally well get to this point by a 3 4 turn clockwise, giving (r, θ) = (1, 3π 2

turn counterclockwise from the positive x-axis. However, we could equally well get to this point by a 3 4 turn clockwise, giving (r, θ) = (1, 3π 2 Math 133 Polar Coordinates Stewart 10.3/I,II Points in polar coordinates. The first and greatest achievement of modern mathematics was Descartes description of geometric objects b numbers, using a sstem

More information

Beecher J.A, Penna J.A., Bittinger M.L. Algebra and Trigonometry (3ed, Addison Wesley, 2007) 58 Chapter 1 Graphs, Functions, and Models

Beecher J.A, Penna J.A., Bittinger M.L. Algebra and Trigonometry (3ed, Addison Wesley, 2007) 58 Chapter 1 Graphs, Functions, and Models Beecher J.A, Penna J.A., Bittinger M.L. Algebra and Trigonometr (ed, Addison Wesle, 007) 8 Chapter Graphs, Functions, and Models.. Introduction Polnomial to Functions Graphing and Modeling Plot points.

More information

Unit Activity Correlations to Common Core State Standards. Geometry. Table of Contents. Geometry 1 Statistics and Probability 8

Unit Activity Correlations to Common Core State Standards. Geometry. Table of Contents. Geometry 1 Statistics and Probability 8 Unit Activity Correlations to Common Core State Standards Geometry Table of Contents Geometry 1 Statistics and Probability 8 Geometry Experiment with transformations in the plane 1. Know precise definitions

More information

3 Identify shapes as two-dimensional (lying in a plane, flat ) or three-dimensional ( solid ).

3 Identify shapes as two-dimensional (lying in a plane, flat ) or three-dimensional ( solid ). Geometry Kindergarten Identify and describe shapes (squares, circles, triangles, rectangles, hexagons, cubes, cones, cylinders, and spheres). 1 Describe objects in the environment using names of shapes,

More information

Geometry I Can Statements I can describe the undefined terms: point, line, and distance along a line in a plane I can describe the undefined terms:

Geometry I Can Statements I can describe the undefined terms: point, line, and distance along a line in a plane I can describe the undefined terms: Geometry I Can Statements I can describe the undefined terms: point, line, and distance along a line in a plane I can describe the undefined terms: point, line, and distance along a line in a plane I can

More information

Geometry. Cluster: Experiment with transformations in the plane. G.CO.1 G.CO.2. Common Core Institute

Geometry. Cluster: Experiment with transformations in the plane. G.CO.1 G.CO.2. Common Core Institute Geometry Cluster: Experiment with transformations in the plane. G.CO.1: Know precise definitions of angle, circle, perpendicular line, parallel line, and line segment, based on the undefined notions of

More information

Geometry Rules. Triangles:

Geometry Rules. Triangles: Triangles: Geometry Rules 1. Types of Triangles: By Sides: Scalene - no congruent sides Isosceles - 2 congruent sides Equilateral - 3 congruent sides By Angles: Acute - all acute angles Right - one right

More information

Method 1: Use Pencil and Paper 1. Draw the triangle with vertices A(2, 5), B(1, 2), and C(6, 2). Use the. that it is isosceles.

Method 1: Use Pencil and Paper 1. Draw the triangle with vertices A(2, 5), B(1, 2), and C(6, 2). Use the. that it is isosceles. 3. Verif Properties of Triangles Since triangular frames are strong and simple to make, the are widel used to strengthen buildings and other structures. This section applies analtic geometr to verif the

More information

To prove theorems using figures in the coordinate plane

To prove theorems using figures in the coordinate plane 6-9 s Using Coordinate Geometr Content Standard G.GPE.4 Use coordinates to prove simple geometric theorems algebraicall. bjective To prove theorems using figures in the coordinate plane Better draw a diagram!

More information

Engineering and Construction F3HV 11 Maths Craft 1 RIGHT ANGLED TRIANGLES : PYTHAGORAS' THEOREM

Engineering and Construction F3HV 11 Maths Craft 1 RIGHT ANGLED TRIANGLES : PYTHAGORAS' THEOREM RIGHT NGLED TRINGLES : PYTHGORS' THEOREM ver important triangle, in terms of practical use, is the right-angled triangle. In the "real" world, the right-angled triangle is used etensivel. It is a shape

More information

Double Integrals in Polar Coordinates

Double Integrals in Polar Coordinates Double Integrals in Polar Coordinates. A flat plate is in the shape of the region in the first quadrant ling between the circles + and +. The densit of the plate at point, is + kilograms per square meter

More information

Three-Dimensional Coordinates

Three-Dimensional Coordinates CHAPTER Three-Dimensional Coordinates Three-dimensional movies superimpose two slightl different images, letting viewers with polaried eeglasses perceive depth (the third dimension) on a two-dimensional

More information

Graphs and Functions

Graphs and Functions CHAPTER Graphs and Functions. Graphing Equations. Introduction to Functions. Graphing Linear Functions. The Slope of a Line. Equations of Lines Integrated Review Linear Equations in Two Variables.6 Graphing

More information

Parametric and Polar Curves

Parametric and Polar Curves Chapter 2 Parametric and Polar Curves 2.1 Parametric Equations; Tangent Lines and Arc Length for Parametric Curves Parametric Equations So far we ve described a curve by giving an equation that the coordinates

More information

Parametric and Polar Curves

Parametric and Polar Curves Chapter 2 Parametric and Polar Curves 2.1 Parametric Equations; Tangent Lines and Arc Length for Parametric Curves Parametric Equations So far we ve described a curve by giving an equation that the coordinates

More information

2.4 Coordinate Proof Using Distance with Quadrilaterals

2.4 Coordinate Proof Using Distance with Quadrilaterals Name Class Date.4 Coordinate Proof Using Distance with Quadrilaterals Essential Question: How can ou use slope and the distance formula in coordinate proofs? Resource Locker Eplore Positioning a Quadrilateral

More information

9 CARTESIAN SYSTEM OF COORDINATES You must have searched for our seat in a cinema hall, a stadium, or a train. For eample, seat H-4 means the fourth seat in the H th row. In other words, H and 4 are the

More information

Graphs, Linear Equations, and Functions

Graphs, Linear Equations, and Functions Graphs, Linear Equations, and Functions. The Rectangular R. Coordinate Fractions Sstem bjectives. Interpret a line graph.. Plot ordered pairs.. Find ordered pairs that satisf a given equation. 4. Graph

More information

To name coordinates of special figures by using their properties

To name coordinates of special figures by using their properties 6-8 Appling Coordinate Geometr Content tandard Prepares for G.GP.4 Use coordinates to prove simple geometric theorems algebraicall. bjective o name coordinates of special figures b using their properties

More information

Name Honors Geometry Final Exam Review. 1. The following figure is a parallelogram. Find the values of x and y.

Name Honors Geometry Final Exam Review. 1. The following figure is a parallelogram. Find the values of x and y. 2013-2014 Name Honors Geometr Final Eam Review Chapter 5 Questions 1. The following figure is a parallelogram. Find the values of and. (+)⁰ 130⁰ (-)⁰ 85⁰ 2. Find the value of in the figure below. D is

More information

Rene Descartes (left) and Pierre de Fermat (right) developed analytical geometry independently of each other in the 1600 s.

Rene Descartes (left) and Pierre de Fermat (right) developed analytical geometry independently of each other in the 1600 s. Lesson 14 Analtical Geometr, Part I Rene Descartes (left) and Pierre de Fermat (right) developed analtical geometr independentl of each other in the 1600 s. Rules and Definitions Rules No new rules for

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

Maths Year 11 Mock Revision list

Maths Year 11 Mock Revision list Maths Year 11 Mock Revision list F = Foundation Tier = Foundation and igher Tier = igher Tier Number Tier Topic know and use the word integer and the equality and inequality symbols use fractions, decimals

More information

Translations, Reflections, and Rotations

Translations, Reflections, and Rotations Translations, Reflections, and Rotations The Marching Cougars Lesson 9-1 Transformations Learning Targets: Perform transformations on and off the coordinate plane. Identif characteristics of transformations

More information

Math 26: Fall (part 1) The Unit Circle: Cosine and Sine (Evaluating Cosine and Sine, and The Pythagorean Identity)

Math 26: Fall (part 1) The Unit Circle: Cosine and Sine (Evaluating Cosine and Sine, and The Pythagorean Identity) Math : Fall 0 0. (part ) The Unit Circle: Cosine and Sine (Evaluating Cosine and Sine, and The Pthagorean Identit) Cosine and Sine Angle θ standard position, P denotes point where the terminal side of

More information

9.1 Exercises. Section 9.1 The Square Root Function 879. In Exercises 1-10, complete each of the following tasks.

9.1 Exercises. Section 9.1 The Square Root Function 879. In Exercises 1-10, complete each of the following tasks. Section 9. The Square Root Function 879 9. Eercises In Eercises -, complete each of the following tasks. i. Set up a coordinate sstem on a sheet of graph paper. Label and scale each ais. ii. Complete the

More information

5.8 Start Thinking. 5.8 Warm Up. 5.8 Cumulative Review Warm Up

5.8 Start Thinking. 5.8 Warm Up. 5.8 Cumulative Review Warm Up 5.8 Start Thinking Use dnamic geometr software to create an ABC in a coordinate plane such that the center of the triangle is the origin. Use the software to manipulate the triangle so it has whole-number

More information

5/27/12. Objectives. Plane Curves and Parametric Equations. Sketch the graph of a curve given by a set of parametric equations.

5/27/12. Objectives. Plane Curves and Parametric Equations. Sketch the graph of a curve given by a set of parametric equations. Objectives Sketch the graph of a curve given by a set of parametric equations. Eliminate the parameter in a set of parametric equations. Find a set of parametric equations to represent a curve. Understand

More information

Angles. An angle is: the union of two rays having a common vertex.

Angles. An angle is: the union of two rays having a common vertex. Angles An angle is: the union of two rays having a common vertex. Angles can be measured in both degrees and radians. A circle of 360 in radian measure is equal to 2π radians. If you draw a circle with

More information

CCNY Math Review Chapters 5 and 6: Trigonometric functions and graphs

CCNY Math Review Chapters 5 and 6: Trigonometric functions and graphs Ch 5. Trigonometry 6. Angles 6. Right triangles 6. Trig funs for general angles 5.: Trigonometric functions and graphs 5.5 Inverse functions CCNY Math Review Chapters 5 and 6: Trigonometric functions and

More information

Parametric and Polar Curves

Parametric and Polar Curves Chapter 2 Parametric and Polar Curves 2.1 Parametric Equations; Tangent Lines and Arc Length for Parametric Curves Parametric Equations So far we ve described a curve by giving an equation that the coordinates

More information

x=2 26. y 3x Use calculus to find the area of the triangle with the given vertices. y sin x cos 2x dx 31. y sx 2 x dx

x=2 26. y 3x Use calculus to find the area of the triangle with the given vertices. y sin x cos 2x dx 31. y sx 2 x dx 4 CHAPTER 6 APPLICATIONS OF INTEGRATION 6. EXERCISES 4 Find the area of the shaded region.. =5-. (4, 4) =. 4. = - = (_, ) = -4 =œ + = + =.,. sin,. cos, sin,, 4. cos, cos, 5., 6., 7.,, 4, 8., 8, 4 4, =_

More information

MATHEMATICS FOR ENGINEERING TRIGONOMETRY

MATHEMATICS FOR ENGINEERING TRIGONOMETRY MATHEMATICS FOR ENGINEERING TRIGONOMETRY TUTORIAL SOME MORE RULES OF TRIGONOMETRY This is the one of a series of basic tutorials in mathematics aimed at beginners or anyone wanting to refresh themselves

More information

Common Core Standards Addressed in this Resource

Common Core Standards Addressed in this Resource Common Core Standards Addressed in this Resource N-CN.4 - Represent complex numbers on the complex plane in rectangular and polar form (including real and imaginary numbers), and explain why the rectangular

More information

Derivatives 3: The Derivative as a Function

Derivatives 3: The Derivative as a Function Derivatives : The Derivative as a Function 77 Derivatives : The Derivative as a Function Model : Graph of a Function 9 8 7 6 5 g() - - - 5 6 7 8 9 0 5 6 7 8 9 0 5 - - -5-6 -7 Construct Your Understanding

More information

NAEP Released Items Aligned to the Iowa Core: Geometry

NAEP Released Items Aligned to the Iowa Core: Geometry NAEP Released Items Aligned to the Iowa Core: Geometry Congruence G-CO Experiment with transformations in the plane 1. Know precise definitions of angle, circle, perpendicular line, parallel line, and

More information

Mathematics Geometry

Mathematics Geometry Common Core Correlations Mathematics Geometry Please note the following abbreviations found in this document: A=Activity L=Lesson AP=Activity Practice EA=Embedded Assessment GR=Getting Ready BENCHMARK

More information

Quadratic Inequalities

Quadratic Inequalities TEKS FCUS - Quadratic Inequalities VCABULARY TEKS ()(H) Solve quadratic inequalities. TEKS ()(E) Create and use representations to organize, record, and communicate mathematical ideas. Representation a

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

Trigonometric Ratios and Functions

Trigonometric Ratios and Functions Algebra 2/Trig Unit 8 Notes Packet Name: Date: Period: # Trigonometric Ratios and Functions (1) Worksheet (Pythagorean Theorem and Special Right Triangles) (2) Worksheet (Special Right Triangles) (3) Page

More information

GEOMETRY CCR MATH STANDARDS

GEOMETRY CCR MATH STANDARDS CONGRUENCE, PROOF, AND CONSTRUCTIONS M.GHS. M.GHS. M.GHS. GEOMETRY CCR MATH STANDARDS Mathematical Habits of Mind. Make sense of problems and persevere in solving them.. Use appropriate tools strategically..

More information

Geometry Geometry Grade Grade Grade

Geometry Geometry Grade Grade Grade Grade Grade Grade 6.G.1 Find the area of right triangles, special quadrilaterals, and polygons by composing into rectangles or decomposing into triangles and other shapes; apply these techniques in the

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

2.3 Polynomial Functions of Higher Degree with Modeling

2.3 Polynomial Functions of Higher Degree with Modeling SECTION 2.3 Polnomial Functions of Higher Degree with Modeling 185 2.3 Polnomial Functions of Higher Degree with Modeling What ou ll learn about Graphs of Polnomial Functions End Behavior of Polnomial

More information

7.5. Systems of Inequalities. The Graph of an Inequality. What you should learn. Why you should learn it

7.5. Systems of Inequalities. The Graph of an Inequality. What you should learn. Why you should learn it 0_0705.qd /5/05 9:5 AM Page 5 Section 7.5 7.5 Sstems of Inequalities 5 Sstems of Inequalities What ou should learn Sketch the graphs of inequalities in two variables. Solve sstems of inequalities. Use

More information

HS Geometry Mathematics CC

HS Geometry Mathematics CC Course Description This course involves the integration of logical reasoning and spatial visualization skills. It includes a study of deductive proofs and applications from Algebra, an intense study of

More information

SOL Chapter Due Date

SOL Chapter Due Date Name: Block: Date: Geometry SOL Review SOL Chapter Due Date G.1 2.2-2.4 G.2 3.1-3.5 G.3 1.3, 4.8, 6.7, 9 G.4 N/A G.5 5.5 G.6 4.1-4.7 G.7 6.1-6.6 G.8 7.1-7.7 G.9 8.2-8.6 G.10 1.6, 8.1 G.11 10.1-10.6, 11.5,

More information

2.5. Verifying Properties of Geometric Figures. LEARN ABOUT the Math. Proving a conjecture about a geometric figure

2.5. Verifying Properties of Geometric Figures. LEARN ABOUT the Math. Proving a conjecture about a geometric figure .5 Verifing Properties of Geometric Figures YOU WILL NEED grid paper and ruler, or dnamic geometr software P( 7, 9) Q(9, ) J - - M - R(9, ) - - - L - - S(, ) K GOAL Use analtic geometr to verif properties

More information

(0, 2) y = x 1 2. y = x (2, 2) y = 2x + 2

(0, 2) y = x 1 2. y = x (2, 2) y = 2x + 2 .5 Equations of Parallel and Perpendicular Lines COMMON CORE Learning Standards HSG-GPE.B.5 HSG-GPE.B. Essential Question How can ou write an equation of a line that is parallel or perpendicular to a given

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

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

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

Pre AP Geometry. Mathematics Standards of Learning Curriculum Framework 2009: Pre AP Geometry

Pre AP Geometry. Mathematics Standards of Learning Curriculum Framework 2009: Pre AP Geometry Pre AP Geometry Mathematics Standards of Learning Curriculum Framework 2009: Pre AP Geometry 1 The content of the mathematics standards is intended to support the following five goals for students: becoming

More information

PITSCO Math Individualized Prescriptive Lessons (IPLs)

PITSCO Math Individualized Prescriptive Lessons (IPLs) Orientation Integers 10-10 Orientation I 20-10 Speaking Math Define common math vocabulary. Explore the four basic operations and their solutions. Form equations and expressions. 20-20 Place Value Define

More information

is a plane curve and the equations are parametric equations for the curve, with parameter t.

is a plane curve and the equations are parametric equations for the curve, with parameter t. MATH 2412 Sections 6.3, 6.4, and 6.5 Parametric Equations and Polar Coordinates. Plane Curves and Parametric Equations Suppose t is contained in some interval I of the real numbers, and = f( t), = gt (

More information

Common Core Specifications for Geometry

Common Core Specifications for Geometry 1 Common Core Specifications for Geometry Examples of how to read the red references: Congruence (G-Co) 2-03 indicates this spec is implemented in Unit 3, Lesson 2. IDT_C indicates that this spec is implemented

More information

Bracken County Schools Curriculum Guide Geometry

Bracken County Schools Curriculum Guide Geometry Geometry Unit 1: Lines and Angles (Ch. 1-3) Suggested Length: 6 weeks Core Content 1. What properties do lines and angles demonstrate in Geometry? 2. How do you write the equation of a line? 3. What affect

More information

6-12 Math Course Sequence Effective

6-12 Math Course Sequence Effective 6-12 Math Course Sequence Effective 2009-2010 Regular Single Acceleration Double Acceleration Grade 6 Everyday Math Pre- Algebra Linear Algebra I Grade 7 Pre-Algebra Linear Algebra I Intermediate Algebra

More information

UNIT P1: PURE MATHEMATICS 1 QUADRATICS

UNIT P1: PURE MATHEMATICS 1 QUADRATICS QUADRATICS Candidates should able to: carr out the process of completing the square for a quadratic polnomial, and use this form, e.g. to locate the vertex of the graph of or to sketch the graph; find

More information

Common Core State Standards for Mathematics High School

Common Core State Standards for Mathematics High School Using the Program for Success Common Core State Standards for Mathematics High School The following shows the High School Standards for Mathematical Content that are taught in Pearson Common Core Edition

More information

This lesson gives students practice in graphing

This lesson gives students practice in graphing NATIONAL MATH + SCIENCE INITIATIVE Mathematics 9 7 5 1 1 5 7 LEVEL Grade, Algebra 1, or Math 1 in a unit on solving sstems of equations MODULE/CONNECTION TO AP* Areas and Volumes *Advanced Placement and

More information

What You ll See in This Chapter. Word Cloud. René Descartes. Introduction. Ian Parberry University of North Texas. Fletcher Dunn

What You ll See in This Chapter. Word Cloud. René Descartes. Introduction. Ian Parberry University of North Texas. Fletcher Dunn What You ll See in This Chapter Chapter 1: Cartesian Coordinate Systems Fletcher Dunn Valve Software Ian Parberry University of North Texas This chapter describes the basic concepts of 3D math. It is divided

More information

Geometry. Geometry. Domain Cluster Standard. Congruence (G CO)

Geometry. Geometry. Domain Cluster Standard. Congruence (G CO) Domain Cluster Standard 1. Know precise definitions of angle, circle, perpendicular line, parallel line, and line segment, based on the undefined notions of point, line, distance along a line, and distance

More information

GRAPHICS OUTPUT PRIMITIVES

GRAPHICS OUTPUT PRIMITIVES CHAPTER 3 GRAPHICS OUTPUT PRIMITIVES LINE DRAWING ALGORITHMS DDA Line Algorithm Bresenham Line Algorithm Midpoint Circle Algorithm Midpoint Ellipse Algorithm CG - Chapter-3 LINE DRAWING Line drawing is

More information