Contents 10. Graphs of Trigonometric Functions

Size: px
Start display at page:

Download "Contents 10. Graphs of Trigonometric Functions"

Transcription

1 Contents 10. Graphs of Trigonometric Functions Sine and Cosine Curves: Horizontal and Vertical Displacement Example Composite Sine and Cosine Curves Calculator Graphics Example Example Example Graphs of the Other Trigonometric Functions Example Example Parametric Equations Using a Calculator to Graph Parametric Equations Example Example Example

2 Peterson, Technical Mathematics, 3rd edition Sine and Cosine Curves: Horizontal and Vertical Displacement Example The data in the Table 10.1 gives the number of hours between sunrise and sunset in Seattle, Washington on the 1st and 16th of each month for Table 10.1: Length of Day in Seattle, WA, 2002 Month January February March April Date Hours Month May June July August Date Hours Month September October November December Date Hours Determine a sinusoidal regression for this data. Solution Before we enter the data in a calculator we need to decide on a numbering system for the x-axis. One system would be to let January 1 = 1, January 16 = 16, February 1 = 32, February 28 = 59,..., December 31 = 365. Using this procedure we get the data in Table Table 10.2: Length of Day in Seattle, WA, 2002 Month January February March April Date Day Hours Month May June July August Date Day Hours Month September October November December Date Day Hours The data is entered into the spreadsheet in the same format as the table. (See Figure 10.17a.) 1 Source:

3 Peterson, Technical Mathematics, 3rd edition 3 To graph the data, we must carefully select the appropriate rows that will make up the source data for the series. The rows are Day and Hours. Follow the steps shown below in Figure 10.17b 10.17i to create the scatterplot of the data. FIGURE 10.17a FIGURE 10.17b Click on Chart Wizard and select XY (Scatter). FIGURE 10.17c Click on Next and then select the Series tab. FIGURE 10.17d Place the cursor in the X-Values dialogue box. Then, while holding down the Ctrl key, click and drag to select the cells in each Day row. FIGURE 10.17e Repeat the process for the y-values. Place the cursor in the Y-Values dialogue box. Hold the Ctrl key down and click and drag over the cells in the Hours rows FIGURE 10.17f Complete the process to obtain a graph that is similar to this one. The scale on the y-axis has been adjusted to fit the data. Unlike many other functions, Excel does not have a built-in modeling tool for sine functions. However, a model can be found using SOLVER. The model we will attempt to find is in the form y = asin(bx + c) + d where a, b, c, and d are constants. Construct a template similar to the one shown in Figure 10.17g. Column A and Column B should contain the points from the information given. Column C will contain the model using the four constants in cells D4, E4, F4, and G4: =$D$4*SIN($ E$4*A4F 4)+G4+. Column H will be the squared error between the y-value in Column B and the Model in Column C: =(B4-C4)ˆ2. Column I will contain the sum of the squared errors: =SUM(H4:H27). (Note: it is helpful to have something in Cells D4, E4, F4, and G4.)

4 Peterson, Technical Mathematics, 3rd edition 4 FIGURE 10.17g The idea is to make the Sum of the Squared Errors the very smallest number possible. You can experiment with different values for a, b, c, and d to see what happens to that sum (see Figure 10.17h). FIGURE 10.17h Now, use Solver. Place the cursor on cell I4. Under Tools find Solver. We want to minimize the value in I4 by changing the values in D4, E4, F4, and G4. (See Figure 10.17i.) Solver can produce errors if the values that are going to change are too far from the solution you desire. In this case, the data is sinusoidal with a period of 360 and an amplitude of about 4.5. The curve is shifted vertically by about 12. So, 2?/b = 360 which means b FIGURE 10.17i After several attempts, with different combinations of values for a, b, c, and d, Solver finds that an appropriate model (see Figure 10.17j). (A model is appropriate if the scatter plot of the data and the model-data is about the same. (See Figure 10.17k.)

5 Peterson, Technical Mathematics, 3rd edition 5 FIGURE 10.17j FIGURE 10.17k

6 Peterson, Technical Mathematics, 3rd edition Composite Sine and Cosine Curves FIGURE 10.25a Example FIGURE 10.25b Calculator Graphics Graphing these curves by hand takes a great deal of time. Using a calculator or computer to draw graphs of trigonometric curves would save time. We will briefly describe how to use a spreadsheet to graph trigonometric functions. All of the directions and illustrations are specific to Excel. Use a spreadsheet to graph y = 1 2 cos(3x + π). Solution The first step in graphing any equation is to make a table of values. Notice that the input values will be radian values, not degrees. This is the default setting for trigonometric functions in Excel. The first decision to make concerns the x-values. What values do we use? Your answer may not be exactly what you want the first time, but if it is close you will be able to adjust the scale on the x-axis after the first sketch. We know the amplitude of this function is 1 2 = 0.5 and that it has a period of 2π Since the period is in 1 3 π, we should scale the axis in 1 1 6π, or 12 π, depending on how many values we wish to use. Look at Figure 10.25a. The first column will be the multiples of π 12. The second column will be the x-values; obtained by multiplying π 12 by the number in Column A. This is a way to make filling in the x-values easier and quicker. Next enter the function in cell C2 (see Figure 10.25b): =0.5*COS(3*B2PI())+ FIGURE 10.25c Copy the two formulas in B2 and C2 down to match the values you placed in Column A. (See Figures 10.25c d.) Use the Chart Wizard to construct your first look at the scatterplot. (Use the connected option of the XY-Scatter.) Figure 10.25e shows the graph using the data shown in Figure 10.25d. FIGURE 10.25e FIGURE 10.25d However, if we want to show the graph beginning on the left side of the y-axis, then we can adjust the values in Column A as shown in Figure 10.25f. After adding a few more values in Column A and adjusting the Source Data, the completed graph is shown in Figure 10.25g.

7 Peterson, Technical Mathematics, 3rd edition 7 FIGURE 10.25f FIGURE 10.25g

8 Peterson, Technical Mathematics, 3rd edition 8 FIGURE 10.26a ( ) sin x Example Use a graphing calculator to graph y = (sin 2x). x Solution This is the same function we graphed in Example We will graph this function as the product of two functions: y 1 = sin 2x and y 2 = sin x. Their product x is y = y 1 y 2. Based on our work in Example 10.18, we choose x-values between 0 and 10 scaled by π 4. As we ve done before, Column A will be the multiplier and Column B will contain the multiples of π 4 (see Figure 10.26a). Next, enter the functions. In C2, enter =sin(2*b2), enter =(sin(b2))/b2 in D2, and =C2*D2 in E2. (See Figures 10.26b d.) Copy these values to complete the table as shown in Figure 10.26e. FIGURE 10.26b FIGURE 10.26c FIGURE 10.26d The graph of the function is made using the source data from Column B (the x-values) and Column E (the y-values). The result is shown in Figure 10.26f. FIGURE 10.26e FIGURE 10.26f Example Use a spreadsheet to graph two cycles of y = 3 cos 2x sin 4x + 5. Solution We need to analyze this function to help determine the period and the range. To help our analysis we let y = y 1 + y 2 with y 1 = 3 cos 2x and y 2 = sin 4x + 5. The function y 1 = 3 cos 2x has amplitude 3, period π, and vertical displacement 0. the function y 2 = sin 4x + 5 has amplitude 1, period π 2, and vertical

9 Peterson, Technical Mathematics, 3rd edition 9 displacement of 5. Because the least common multiple of π and π 2 is π, the period for y = y 1 + y 2 is π. The amplitudes are 3 and 1, so the largest possible amplitude is 4. With a vertical displacement of 5, the range of this function is in the interval [5 4, 5 + 4] = [1, 9]. Note that this is probably not the actual range of the function. This range is just an estimate to help establish the values of the y-axis. Since the period is π, an interval from x = 0 to x = 2π will include two cycles. The x-values will go from 0 to 2π by π 8 as shown in Figure 10.27a. Next enter the functions as shown in Figures 10.27b d. FIGURE 10.27a FIGURE 10.27b FIGURE 10.27c Copy the formulas and graph the result. All three graphs are shown in Figure Figure 10.27e and the graph of only the function is shown in Figure 10.27f. FIGURE 10.27d FIGURE 10.27e FIGURE 10.27f

10 Peterson, Technical Mathematics, 3rd edition Graphs of the Other Trigonometric Functions Calculator Graphics Example Use a spreadsheet to graph of y = 1 3 tan ( 2x π 4 ). Solution From Table 10.5, we see that the period is π We would like to see at least two periods of this graph, so we will want to use values of x between π 4 and 9π 8, between 0.8 and 3.6. Spreadsheets aren t built to handle asymptotes. We expect to see asymptotes when we graph the tangent function, so we should know up front that we will have to use a great many more points than usual to construct an accurate graph. In the past few examples, we ve used multiples of some fraction of π to make the table of values. In this case of the tangent function (and other functions that have asymptotes), it actually works out best not to put in the exact values. Figure 10.34a shows a graph of this function without connecting the points and using x-values incremented by 0.1 between 0.8 and 3.6. By making the increment for x smaller, and adding more points, the graph can be more accurate (see Figure 10.34b). Part of the table of values used for Figure 10.34b is shown in Figure 10.34c. FIGURE 10.34a FIGURE 10.34b By connecting the dots a more recognizable representation of the graph of the function is created, as shown in Figure 10.34d. FIGURE 10.34c FIGURE 10.34d

11 Peterson, Technical Mathematics, 3rd edition 11 Notice that the computer seems to have drawn in the vertical asymptotes. Look closely. These are not vertical lines. The portion above the x-axis is not directly above the portion below the x-axis. These apparent vertical asymptotes are put in by some graphing calculators and computer graphing programs as they try to connect the last point on the left side of an asymptote (a large negative number) to the first point on the right side of the asymptote (a large positive number). Example Use a spreadsheet to sketch y = 1.5 sec (x + 2). Solution The x-values are between x = 1 and x = 7. Since we expect asymptotes in the graph of this function, we will set up the spreadsheet to allow us to change the increment for x until we are satisfied with the result. The secant is not a built-in function so we will need to use the reciprocal identity sec x = 1 to rewrite this function as cos x y = 1.5 cos(x + 2) The first sketch is shown in Figure 10.35a. The graph is not as smooth as expected. Figure 10.35b shows the result after changing the increment to 0.1. Once again, you see that the computer seems to have drawn in the vertical asymptotes. FIGURE 10.35a FIGURE 10.35b

12 Peterson, Technical Mathematics, 3rd edition Parametric Equations Using a Calculator to Graph Parametric Equations Example Use a spreadsheet to sketch the curve represented by the parametric equations x = 2t and y = t 2 4. Solution There is nothing difficult about graphing parametric equations using a spreadsheet. In fact, the spreadsheet makes it easy. Create 3 columns, one for t, one for x, and one for y. (See Figure 10.50a.) Next enter the values for t from 4 to 4 by one, enter the equation for x in cell B2 (see Figure 10.50b), and enter the equation for y in cell C2 as shown in Figure 10.50c). Copy the two equations and graph the result (see Figure 10.50d) using Column B and Column C as your source data. FIGURE 10.50a FIGURE 10.50b FIGURE 10.50c FIGURE 10.50d

13 Peterson, Technical Mathematics, 3rd edition 13 Example Use a spreadsheet to sketch the curve represented by the parametric equations x = 2 cos t and y = sin t. Solution We choose t values between 0 and 6.3 in increments of 0.1. You should type =2*cos(A2) in cell B2 and =sin(a2) in cell C2. The resulting table of values is shown in Figure 10.51a and the resulting graph is displayed in Figure 10.51b. FIGURE 10.51a FIGURE 10.51b Gravity-influenced Trajectories When a communications satellite or the Space Shuttle is launched, it is given enough velocity to enable it to go into Earth s orbit instead of falling back to Earth. How much velocity is enough? The answer depends on the weight of the rocket and where you want the orbit to be. The Space Shuttle, for example, must be sent off at 17,500 mph in order to reach its orbit. If a projectile moves with an initial velocity that is below its escape velocity, it returns to Earth without going into orbit. We ll now return to motion which does not reach orbit, and is therefore called sub-orbital motion. Summary of Sub-Orbital Projectile Motion The parametric equations that describe the position of an object thrown into the air with velocity less than the Earth s escape velocity are { x(t) = vx0 t + x 0 y(t) = 1 2 gt2 + v y0 t + y 0 where t is the time after the toss; x(t) the horizontal distance traveled; y(t) the vertical distance traveled; v x0 the initial horizontal component of velocity (v x0 is constant during flight); x 0 the horizontal distance from zero point at release; g = 32 if the units are feet and seconds and g = 9.81 if the units are meters and seconds; v y0 is the initial vertical component of velocity; and y 0 is the height above ground at release. Example A ball is thrown upward at an angle of 50 from a height of 30 ft with a velocity of 92 ft/sec. (a) Write the parametric equations of the position of the ball at any time t. (b) Plot the trajectory on your calculator.

14 Peterson, Technical Mathematics, 3rd edition 14 (c) Estimate to two decimal places the time when the ball reaches the ground. (d) Estimate to the nearest foot the maximum height the ball reaches. (e) Estimate to the nearest foot the horizontal distance the ball traveled. Solutions: We are given that y 0 = 30, and we can set x 0 = 0. Since v 0 = 92, we have v x0 = 92 cos ft./sec., and v y0 = 92 sin ft./sec. Since y 0 and v 0 are both in terms of feet, we use g = 32. (a) Using the above information, the equations are { x = 59t y = 16t t + 30 (b) The trajectory is shown in Figure 10.52a along with the table of values used to create the trajectory. (c) There are several ways to answer part (c). Using the quadratic formula to solve 16t t + 30 = 0, we see that t 0.39 seconds or t 4.77ṡ. The first time is unacceptable since it was before the ball was thrown. Thus, it took about 4.77 seconds for the ball to hit the ground. The table of values provides another way to estimate the time. In Figure 10.52a, we see that the y-value becomes zero sometime between t = 4.7 s and t = 4.8 s. A more exact answer can be found by choosing smaller increments of t (see Figure 10.52b). FIGURE 10.52a FIGURE 10.52c FIGURE 10.52b A third way is to use Goal Seek. Figure 10.52c shows Goal Seek being used to set cell C61 to a value of 0 by changing cell A61. The result is shown in Figure 10.52d. The projectile will hit the ground in seconds. (d) In the last chapter, we learned that the vertex of a parabola f(t) = at 2 + bt + c occurs when t = b 2a. Here we have y(t) = 16t2 + 70t + 30, so the vertex is at t = 70 2( 16) = By using t = , a height of about feet will be obtained (see Figure 10.52e).

15 Peterson, Technical Mathematics, 3rd edition 15 FIGURE 10.52d FIGURE 10.52e You can also use Solver to find the maximum value of cell C14 by changing the value of cell A14 (see Figure 10.52f). The result is shown in Figure 10.52g. FIGURE 10.52f FIGURE 10.52g (e) At the time the ball hits the ground (when t = 4.77 seconds), the ball has traveled x(4.77) feet horizontally. Since x(4.77) = , the ball lands feet away from the point where it was thrown.

Contents 10. Graphs of Trigonometric Functions

Contents 10. Graphs of Trigonometric Functions Contents 10. Graphs of Trigonometric Functions 2 10.2 Sine and Cosine Curves: Horizontal and Vertical Displacement...... 2 Example 10.15............................... 2 10.3 Composite Sine and Cosine

More information

Lesson 3.1 Vertices and Intercepts. Important Features of Parabolas

Lesson 3.1 Vertices and Intercepts. Important Features of Parabolas Lesson 3.1 Vertices and Intercepts Name: _ Learning Objective: Students will be able to identify the vertex and intercepts of a parabola from its equation. CCSS.MATH.CONTENT.HSF.IF.C.7.A Graph linear and

More information

Unit 2: Functions and Graphs

Unit 2: Functions and Graphs AMHS Precalculus - Unit 16 Unit : Functions and Graphs Functions A function is a rule that assigns each element in the domain to exactly one element in the range. The domain is the set of all possible

More information

7-5 Parametric Equations

7-5 Parametric Equations 3. Sketch the curve given by each pair of parametric equations over the given interval. Make a table of values for 6 t 6. t x y 6 19 28 5 16.5 17 4 14 8 3 11.5 1 2 9 4 1 6.5 7 0 4 8 1 1.5 7 2 1 4 3 3.5

More information

8.4 Graphs of Sine and Cosine Functions Additional Material to Assist in Graphing Trig Functions

8.4 Graphs of Sine and Cosine Functions Additional Material to Assist in Graphing Trig Functions 8.4 Graphs of Sine and Cosine Functions Additional Material to Assist in Graphing Trig Functions One of the things that will help a great deal in learning to graph the trig functions is an understanding

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

Since a projectile moves in 2-dimensions, it therefore has 2 components just like a resultant vector: Horizontal Vertical

Since a projectile moves in 2-dimensions, it therefore has 2 components just like a resultant vector: Horizontal Vertical Since a projectile moves in 2-dimensions, it therefore has 2 components just like a resultant vector: Horizontal Vertical With no gravity the projectile would follow the straight-line path (dashed line).

More information

Precalculus 2 Section 10.6 Parametric Equations

Precalculus 2 Section 10.6 Parametric Equations Precalculus 2 Section 10.6 Parametric Equations Parametric Equations Write parametric equations. Graph parametric equations. Determine an equivalent rectangular equation for parametric equations. Determine

More information

This is called the horizontal displacement of also known as the phase shift.

This is called the horizontal displacement of also known as the phase shift. sin (x) GRAPHS OF TRIGONOMETRIC FUNCTIONS Definitions A function f is said to be periodic if there is a positive number p such that f(x + p) = f(x) for all values of x. The smallest positive number p for

More information

Projectile Trajectory Scenarios

Projectile Trajectory Scenarios Projectile Trajectory Scenarios Student Worksheet Name Class Note: Sections of this document are numbered to correspond to the pages in the TI-Nspire.tns document ProjectileTrajectory.tns. 1.1 Trajectories

More information

Semester 2 Review Problems will be sectioned by chapters. The chapters will be in the order by which we covered them.

Semester 2 Review Problems will be sectioned by chapters. The chapters will be in the order by which we covered them. Semester 2 Review Problems will be sectioned by chapters. The chapters will be in the order by which we covered them. Chapter 9 and 10: Right Triangles and Trigonometric Ratios 1. The hypotenuse of a right

More information

Falling Balls. Names: Date: About this Laboratory

Falling Balls. Names: Date: About this Laboratory Falling Balls Names: Date: About this Laboratory In this laboratory,1 we will explore quadratic functions and how they relate to the motion of an object that is dropped from a specified height above ground

More information

Name Period. (b) Now measure the distances from each student to the starting point. Write those 3 distances here. (diagonal part) R measured =

Name Period. (b) Now measure the distances from each student to the starting point. Write those 3 distances here. (diagonal part) R measured = Lesson 5: Vectors and Projectile Motion Name Period 5.1 Introduction: Vectors vs. Scalars (a) Read page 69 of the supplemental Conceptual Physics text. Name at least 3 vector quantities and at least 3

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

Semester 2 Review Problems will be sectioned by chapters. The chapters will be in the order by which we covered them.

Semester 2 Review Problems will be sectioned by chapters. The chapters will be in the order by which we covered them. Semester 2 Review Problems will be sectioned by chapters. The chapters will be in the order by which we covered them. Chapter 9 and 10: Right Triangles and Trigonometric Ratios 1. The hypotenuse of a right

More information

Math12 Pre-Calc Review - Trig

Math12 Pre-Calc Review - Trig Math1 Pre-Calc Review - Trig Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which of the following angles, in degrees, is coterminal with, but not equal

More information

Review for Quarter 3 Cumulative Test

Review for Quarter 3 Cumulative Test Review for Quarter 3 Cumulative Test I. Solving quadratic equations (LT 4.2, 4.3, 4.4) Key Facts To factor a polynomial, first factor out any common factors, then use the box method to factor the quadratic.

More information

Unit 4 Graphs of Trigonometric Functions - Classwork

Unit 4 Graphs of Trigonometric Functions - Classwork Unit Graphs of Trigonometric Functions - Classwork For each of the angles below, calculate the values of sin x and cos x decimal places) on the chart and graph the points on the graph below. x 0 o 30 o

More information

Unit 4 Graphs of Trigonometric Functions - Classwork

Unit 4 Graphs of Trigonometric Functions - Classwork Unit Graphs of Trigonometric Functions - Classwork For each of the angles below, calculate the values of sin x and cos x (2 decimal places) on the chart and graph the points on the graph below. x 0 o 30

More information

Unit 6 Quadratic Functions

Unit 6 Quadratic Functions Unit 6 Quadratic Functions 12.1 & 12.2 Introduction to Quadratic Functions What is A Quadratic Function? How do I tell if a Function is Quadratic? From a Graph The shape of a quadratic function is called

More information

Module 4 Graphs of the Circular Functions

Module 4 Graphs of the Circular Functions MAC 1114 Module 4 Graphs of the Circular Functions Learning Objectives Upon completing this module, you should be able to: 1. Recognize periodic functions. 2. Determine the amplitude and period, when given

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

Algebra II Quadratic Functions and Equations - Extrema Unit 05b

Algebra II Quadratic Functions and Equations - Extrema Unit 05b Big Idea: Quadratic Functions can be used to find the maximum or minimum that relates to real world application such as determining the maximum height of a ball thrown into the air or solving problems

More information

Math Learning Center Boise State 2010, Quadratic Modeling STEM 10

Math Learning Center Boise State 2010, Quadratic Modeling STEM 10 Quadratic Modeling STEM 10 Today we are going to put together an understanding of the two physics equations we have been using. Distance: Height : Recall the variables: o acceleration o gravitation force

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

Functions and Transformations

Functions and Transformations Using Parametric Representations to Make Connections Richard Parr T 3 Regional, Stephenville, Texas November 7, 009 Rice University School Mathematics Project rparr@rice.edu If you look up parametric equations

More information

Multiple Angle and Product-to-Sum Formulas. Multiple-Angle Formulas. Double-Angle Formulas. sin 2u 2 sin u cos u. 2 tan u 1 tan 2 u. tan 2u.

Multiple Angle and Product-to-Sum Formulas. Multiple-Angle Formulas. Double-Angle Formulas. sin 2u 2 sin u cos u. 2 tan u 1 tan 2 u. tan 2u. 3330_0505.qxd 1/5/05 9:06 AM Page 407 Section 5.5 Multiple-Angle and Product-to-Sum Formulas 407 5.5 Multiple Angle and Product-to-Sum Formulas What you should learn Use multiple-angle formulas to rewrite

More information

Basic Graphs of the Sine and Cosine Functions

Basic Graphs of the Sine and Cosine Functions Chapter 4: Graphs of the Circular Functions 1 TRIG-Fall 2011-Jordan Trigonometry, 9 th edition, Lial/Hornsby/Schneider, Pearson, 2009 Section 4.1 Graphs of the Sine and Cosine Functions Basic Graphs of

More information

Unit 3 Trig II. 3.1 Trig and Periodic Functions

Unit 3 Trig II. 3.1 Trig and Periodic Functions Unit 3 Trig II AFM Mrs. Valentine Obj.: I will be able to use a unit circle to find values of sine, cosine, and tangent. I will be able to find the domain and range of sine and cosine. I will understand

More information

College Pre Calculus A Period. Weekly Review Sheet # 1 Assigned: Monday, 9/9/2013 Due: Friday, 9/13/2013

College Pre Calculus A Period. Weekly Review Sheet # 1 Assigned: Monday, 9/9/2013 Due: Friday, 9/13/2013 College Pre Calculus A Name Period Weekly Review Sheet # 1 Assigned: Monday, 9/9/013 Due: Friday, 9/13/013 YOU MUST SHOW ALL WORK FOR EVERY QUESTION IN THE BOX BELOW AND THEN RECORD YOUR ANSWERS ON THE

More information

PLANE TRIGONOMETRY Exam I September 13, 2007

PLANE TRIGONOMETRY Exam I September 13, 2007 Name Rec. Instr. Rec. Time PLANE TRIGONOMETRY Exam I September 13, 2007 Page 1 Page 2 Page 3 Page 4 TOTAL (10 pts.) (30 pts.) (30 pts.) (30 pts.) (100 pts.) Below you will find 10 problems, each worth

More information

You are not expected to transform y = tan(x) or solve problems that involve the tangent function.

You are not expected to transform y = tan(x) or solve problems that involve the tangent function. In this unit, we will develop the graphs for y = sin(x), y = cos(x), and later y = tan(x), and identify the characteristic features of each. Transformations of y = sin(x) and y = cos(x) are performed and

More information

Edexcel Mechanics 2 Kinematics of a particle. Section 1: Projectiles

Edexcel Mechanics 2 Kinematics of a particle. Section 1: Projectiles Edecel Mechanics Kinematics of a particle Section 1: Projectiles Notes and Eamples These notes contain subsections on Investigating projectiles Modelling assumptions General strateg for projectile questions

More information

Learning Objectives. Math Prerequisites. Technology Prerequisites. Materials. Math Objectives. Technology Objectives

Learning Objectives. Math Prerequisites. Technology Prerequisites. Materials. Math Objectives. Technology Objectives Learning Objectives Parametric Functions Lesson 2: Dude, Where s My Football? Level: Algebra 2 Time required: 60 minutes Many students expect a falling object graph to look just like the path of the falling

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

Quadratic Functions CHAPTER. 1.1 Lots and Projectiles Introduction to Quadratic Functions p. 31

Quadratic Functions CHAPTER. 1.1 Lots and Projectiles Introduction to Quadratic Functions p. 31 CHAPTER Quadratic Functions Arches are used to support the weight of walls and ceilings in buildings. Arches were first used in architecture by the Mesopotamians over 4000 years ago. Later, the Romans

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

Rationalize the Denominator: Get the root the denom. Multiply by more roots to cancel. w/ and w/

Rationalize the Denominator: Get the root the denom. Multiply by more roots to cancel. w/ and w/ Name Unit 2 Day 1 Simplifying Square Roots Properties: 1. = Examples: 2. = 12 4 9 4 9 4 + 9 4 + 9 Rationalize the Denominator: Get the root the denom. Multiply by more roots to cancel. w/ and w/ Conjugate:

More information

Excel Spreadsheets and Graphs

Excel Spreadsheets and Graphs Excel Spreadsheets and Graphs Spreadsheets are useful for making tables and graphs and for doing repeated calculations on a set of data. A blank spreadsheet consists of a number of cells (just blank spaces

More information

Trigonometric Functions of Any Angle

Trigonometric Functions of Any Angle Trigonometric Functions of Any Angle MATH 160, Precalculus J. Robert Buchanan Department of Mathematics Fall 2011 Objectives In this lesson we will learn to: evaluate trigonometric functions of any angle,

More information

Quadratic Functions, Part 1

Quadratic Functions, Part 1 Quadratic Functions, Part 1 A2.F.BF.A.1 Write a function that describes a relationship between two quantities. A2.F.BF.A.1a Determine an explicit expression, a recursive process, or steps for calculation

More information

Using Technology to Make Connections in Algebra

Using Technology to Make Connections in Algebra Using Technology to Make Connections in Algebra Richard Parr rparr@rice.edu Rice University School Mathematics Project http://rusmp.rice.edu All On The Line Alg1Week17_Systems.tns Name Class Problem 1

More information

CHAPTER 2. Polynomials and Rational functions

CHAPTER 2. Polynomials and Rational functions CHAPTER 2 Polynomials and Rational functions Section 2.1 (e-book 3.1) Quadratic Functions Definition 1: A quadratic function is a function which can be written in the form (General Form) Example 1: Determine

More information

CURRICULUM MAP. Course / Subject: Precalculus Grade: 11/12 Teacher: Kelly, Kirk, McCollick, Palkovics, Roderick Month: September (19 days)

CURRICULUM MAP. Course / Subject: Precalculus Grade: 11/12 Teacher: Kelly, Kirk, McCollick, Palkovics, Roderick Month: September (19 days) Month: September (19 days) - Change from radian to degree measure, & vice versa - Find angles that are coterminal with a given angle - Find reference angle for a given angle Angles & Their Measure (Section

More information

Student Exploration: Quadratics in Polynomial Form

Student Exploration: Quadratics in Polynomial Form Name: Date: Student Exploration: Quadratics in Polynomial Form Vocabulary: axis of symmetry, parabola, quadratic function, vertex of a parabola Prior Knowledge Questions (Do these BEFORE using the Gizmo.)

More information

Physics 251 Laboratory Introduction to Spreadsheets

Physics 251 Laboratory Introduction to Spreadsheets Physics 251 Laboratory Introduction to Spreadsheets Pre-Lab: Please do the lab-prep exercises on the web. Introduction Spreadsheets have a wide variety of uses in both the business and academic worlds.

More information

Unit 4 Graphs of Trigonometric Functions - Classwork

Unit 4 Graphs of Trigonometric Functions - Classwork Unit Graphs of Trigonometric Functions - Classwork For each of the angles below, calculate the values of sin x and cos x ( decimal places) on the chart and graph the points on the graph below. x 0 o 30

More information

(Type your answer in radians. Round to the nearest hundredth as needed.)

(Type your answer in radians. Round to the nearest hundredth as needed.) 1. Find the exact value of the following expression within the interval (Simplify your answer. Type an exact answer, using as needed. Use integers or fractions for any numbers in the expression. Type N

More information

You ll use the six trigonometric functions of an angle to do this. In some cases, you will be able to use properties of the = 46

You ll use the six trigonometric functions of an angle to do this. In some cases, you will be able to use properties of the = 46 Math 1330 Section 6.2 Section 7.1: Right-Triangle Applications In this section, we ll solve right triangles. In some problems you will be asked to find one or two specific pieces of information, but often

More information

Unit 1 Quadratic Functions

Unit 1 Quadratic Functions Unit 1 Quadratic Functions This unit extends the study of quadratic functions to include in-depth analysis of general quadratic functions in both the standard form f ( x) = ax + bx + c and in the vertex

More information

Chapter 1: Introduction to the Microsoft Excel Spreadsheet

Chapter 1: Introduction to the Microsoft Excel Spreadsheet Chapter 1: Introduction to the Microsoft Excel Spreadsheet Objectives This chapter introduces you to the Microsoft Excel spreadsheet. You should gain an understanding of the following topics: The range

More information

Lesson 8 Practice Problems

Lesson 8 Practice Problems Name: Date: Lesson 8 Section 8.1: Characteristics of Quadratic Functions 1. For each of the following quadratic functions: Identify the coefficients a, b, c Determine if the parabola opens up or down and

More information

MATH 122 Final Exam Review Precalculus Mathematics for Calculus, 7 th ed., Stewart, et al. by hand.

MATH 122 Final Exam Review Precalculus Mathematics for Calculus, 7 th ed., Stewart, et al. by hand. MATH 1 Final Exam Review Precalculus Mathematics for Calculus, 7 th ed., Stewart, et al 5.1 1. Mark the point determined by 6 on the unit circle. 5.3. Sketch a graph of y sin( x) by hand. 5.3 3. Find the

More information

Section 7.1. Standard position- the vertex of the ray is at the origin and the initial side lies along the positive x-axis.

Section 7.1. Standard position- the vertex of the ray is at the origin and the initial side lies along the positive x-axis. 1 Section 7.1 I. Definitions Angle Formed by rotating a ray about its endpoint. Initial side Starting point of the ray. Terminal side- Position of the ray after rotation. Vertex of the angle- endpoint

More information

= 3 + (5*4) + (1/2)*(4/2)^2.

= 3 + (5*4) + (1/2)*(4/2)^2. Physics 100 Lab 1: Use of a Spreadsheet to Analyze Data by Kenneth Hahn and Michael Goggin In this lab you will learn how to enter data into a spreadsheet and to manipulate the data in meaningful ways.

More information

MA 154 PRACTICE QUESTIONS FOR THE FINAL 11/ The angles with measures listed are all coterminal except: 5π B. A. 4

MA 154 PRACTICE QUESTIONS FOR THE FINAL 11/ The angles with measures listed are all coterminal except: 5π B. A. 4 . If θ is in the second quadrant and sinθ =.6, find cosθ..7.... The angles with measures listed are all coterminal except: E. 6. The radian measure of an angle of is: 7. Use a calculator to find the sec

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

Math 1330 Test 3 Review Sections , 5.1a, ; Know all formulas, properties, graphs, etc!

Math 1330 Test 3 Review Sections , 5.1a, ; Know all formulas, properties, graphs, etc! Math 1330 Test 3 Review Sections 4.1 4.3, 5.1a, 5. 5.4; Know all formulas, properties, graphs, etc! 1. Similar to a Free Response! Triangle ABC has right angle C, with AB = 9 and AC = 4. a. Draw and label

More information

Chapter 5. An Introduction to Trigonometric Functions 1-1

Chapter 5. An Introduction to Trigonometric Functions 1-1 Chapter 5 An Introduction to Trigonometric Functions Copyright (c) The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1-1 5.1 A half line or all points extended from a single

More information

2. Periodic functions have a repeating pattern called a cycle. Some examples from real-life that have repeating patterns might include:

2. Periodic functions have a repeating pattern called a cycle. Some examples from real-life that have repeating patterns might include: GRADE 2 APPLIED SINUSOIDAL FUNCTIONS CLASS NOTES Introduction. To date we have studied several functions : Function linear General Equation y = mx + b Graph; Diagram Usage; Occurence quadratic y =ax 2

More information

To sketch the graph we need to evaluate the parameter t within the given interval to create our x and y values.

To sketch the graph we need to evaluate the parameter t within the given interval to create our x and y values. Module 10 lesson 6 Parametric Equations. When modeling the path of an object, it is useful to use equations called Parametric equations. Instead of using one equation with two variables, we will use two

More information

Math 4: Advanced Algebra Ms. Sheppard-Brick A Quiz Review LT ,

Math 4: Advanced Algebra Ms. Sheppard-Brick A Quiz Review LT , 4A Quiz Review LT 3.4 3.10, 4.1 4.3 Key Facts Know how to use the formulas for projectile motion. The formulas will be given to you on the quiz, but you ll need to know what the variables stand for 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

CW High School. Advanced Math A. 1.1 I can make connections between the algebraic equation or description for a function, its name, and its graph.

CW High School. Advanced Math A. 1.1 I can make connections between the algebraic equation or description for a function, its name, and its graph. 1. Functions and Math Models (10.00%) 1.1 I can make connections between the algebraic equation or description for a function, its name, and its graph. 4 Pro cient I can make connections between the algebraic

More information

Honors Precalculus: Solving equations and inequalities graphically and algebraically. Page 1

Honors Precalculus: Solving equations and inequalities graphically and algebraically. Page 1 Solving equations and inequalities graphically and algebraically 1. Plot points on the Cartesian coordinate plane. P.1 2. Represent data graphically using scatter plots, bar graphs, & line graphs. P.1

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

II. Functions. 61. Find a way to graph the line from the problem 59 on your calculator. Sketch the calculator graph here, including the window values:

II. Functions. 61. Find a way to graph the line from the problem 59 on your calculator. Sketch the calculator graph here, including the window values: II Functions Week 4 Functions: graphs, tables and formulas Problem of the Week: The Farmer s Fence A field bounded on one side by a river is to be fenced on three sides so as to form a rectangular enclosure

More information

EXERCISE SET 10.2 MATD 0390 DUE DATE: INSTRUCTOR

EXERCISE SET 10.2 MATD 0390 DUE DATE: INSTRUCTOR EXERCISE SET 10. STUDENT MATD 090 DUE DATE: INSTRUCTOR You have studied the method known as "completing the square" to solve quadratic equations. Another use for this method is in transforming the equation

More information

EEN118 LAB FOUR. h = v t ½ g t 2

EEN118 LAB FOUR. h = v t ½ g t 2 EEN118 LAB FOUR In this lab you will be performing a simulation of a physical system, shooting a projectile from a cannon and working out where it will land. Although this is not a very complicated physical

More information

sin30 = sin60 = cos30 = cos60 = tan30 = tan60 =

sin30 = sin60 = cos30 = cos60 = tan30 = tan60 = Precalculus Notes Trig-Day 1 x Right Triangle 5 How do we find the hypotenuse? 1 sinθ = cosθ = tanθ = Reciprocals: Hint: Every function pair has a co in it. sinθ = cscθ = sinθ = cscθ = cosθ = secθ = cosθ

More information

Math 2412 Activity 4(Due with Final Exam)

Math 2412 Activity 4(Due with Final Exam) Math Activity (Due with Final Exam) Use properties of similar triangles to find the values of x and y x y 7 7 x 5 x y 7 For the angle in standard position with the point 5, on its terminal side, find the

More information

COMPUTER TRAINING CENTER

COMPUTER TRAINING CENTER Excel 2007 Introduction to Spreadsheets COMPUTER TRAINING CENTER 1515 SW 10 th Avenue Topeka KS 66604-1374 785.580.4606 class@tscpl.org www.tscpl.org Excel 2007 Introduction 1 Office button Quick Access

More information

Test 3 review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

Test 3 review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Test 3 review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Approximate the coordinates of each turning point by graphing f(x) in the standard viewing

More information

PART I You must complete this portion of the test without using a calculator. After you

PART I You must complete this portion of the test without using a calculator. After you Salt Lake Community College Math 1060 Final Exam A Fall Semester 2010 Name: Instructor: This Exam has three parts. Please read carefully the directions for each part. All problems are of equal point value.

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. Precalculus CP Final Exam Review - 01 Name Date: / / MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Convert the angle in degrees to radians. Express

More information

Algebra II. Chapter 13 Notes Sections 13.1 & 13.2

Algebra II. Chapter 13 Notes Sections 13.1 & 13.2 Algebra II Chapter 13 Notes Sections 13.1 & 13.2 Name Algebra II 13.1 Right Triangle Trigonometry Day One Today I am using SOHCAHTOA and special right triangle to solve trig problems. I am successful

More information

Y. Butterworth Lehmann & 9.2 Page 1 of 11

Y. Butterworth Lehmann & 9.2 Page 1 of 11 Pre Chapter 9 Coverage Quadratic (2 nd Degree) Form a type of graph called a parabola Form of equation we'll be dealing with in this chapter: y = ax 2 + c Sign of a determines opens up or down "+" opens

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

Projectile Motion. A.1. Finding the flight time from the vertical motion. The five variables for the vertical motion are:

Projectile Motion. A.1. Finding the flight time from the vertical motion. The five variables for the vertical motion are: Projectile Motion A. Finding the muzzle speed v0 The speed of the projectile as it leaves the gun can be found by firing it horizontally from a table, and measuring the horizontal range R0. On the diagram,

More information

Lesson 6 - Practice Problems

Lesson 6 - Practice Problems Lesson 6 - Practice Problems Section 6.1: Characteristics of Quadratic Functions 1. For each of the following quadratic functions: Identify the coefficients a, b and c. Determine if the parabola opens

More information

Practice problems from old exams for math 233

Practice problems from old exams for math 233 Practice problems from old exams for math 233 William H. Meeks III October 26, 2012 Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These

More information

1) The domain of y = sin-1x is The range of y = sin-1x is. 2) The domain of y = cos-1x is The range of y = cos-1x is

1) The domain of y = sin-1x is The range of y = sin-1x is. 2) The domain of y = cos-1x is The range of y = cos-1x is MAT 204 NAME TEST 4 REVIEW ASSIGNMENT Sections 8.1, 8.3-8.5, 9.2-9.3, 10.1 For # 1-3, fill in the blank with the appropriate interval. 1) The domain of y = sin-1x is The range of y = sin-1x is 2) The domain

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

Math 1330 Final Exam Review Covers all material covered in class this semester.

Math 1330 Final Exam Review Covers all material covered in class this semester. Math 1330 Final Exam Review Covers all material covered in class this semester. 1. Give an equation that could represent each graph. A. Recall: For other types of polynomials: End Behavior An even-degree

More information

Quadratics Functions: Review

Quadratics Functions: Review Quadratics Functions: Review Name Per Review outline Quadratic function general form: Quadratic function tables and graphs (parabolas) Important places on the parabola graph [see chart below] vertex (minimum

More information

Chapter 4. Trigonometric Functions. 4.6 Graphs of Other. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 4. Trigonometric Functions. 4.6 Graphs of Other. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter 4 Trigonometric Functions 4.6 Graphs of Other Trigonometric Functions Copyright 2014, 2010, 2007 Pearson Education, Inc. 1 Objectives: Understand the graph of y = tan x. Graph variations of y =

More information

Changing from Standard to Vertex Form Date: Per:

Changing from Standard to Vertex Form Date: Per: Math 2 Unit 11 Worksheet 1 Name: Changing from Standard to Vertex Form Date: Per: [1-9] Find the value of cc in the expression that completes the square, where cc =. Then write in factored form. 1. xx

More information

Graphing Trigonometric Functions: Day 1

Graphing Trigonometric Functions: Day 1 Graphing Trigonometric Functions: Day 1 Pre-Calculus 1. Graph the six parent trigonometric functions.. Apply scale changes to the six parent trigonometric functions. Complete the worksheet Exploration:

More information

Step 2: Find the coordinates of the vertex (h, k) Step 5: State the zeros and interpret what they mean. Step 6: Make sure you answered all questions.

Step 2: Find the coordinates of the vertex (h, k) Step 5: State the zeros and interpret what they mean. Step 6: Make sure you answered all questions. Chapter 4 No Problem Word Problems! Name: Algebra 2 Period: 1 2 3 4 5 6 A. Solving from Standard Form 1. A ball is thrown so its height, h, in feet, is given by the equation h = 16t! + 10t where t is the

More information

EEN118 LAB FOUR. h = v t ½ g t 2

EEN118 LAB FOUR. h = v t ½ g t 2 EEN118 LAB FOUR In this lab you will be performing a simulation of a physical system, shooting a projectile from a cannon and working out where it will land. Although this is not a very complicated physical

More information

Teaching trigonometry with technology

Teaching trigonometry with technology Teaching trigonometry with technology Barry Kissane & Marian Kemp Murdoch University, WA In this workshop, we explore some of the ways in which the teaching of trigonometry might be supported by the availability

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

OCR Maths M2. Topic Questions from Papers. Projectiles

OCR Maths M2. Topic Questions from Papers. Projectiles OCR Maths M2 Topic Questions from Papers Projectiles PhysicsAndMathsTutor.com 21 Aparticleisprojectedhorizontallywithaspeedof6ms 1 from a point 10 m above horizontal ground. The particle moves freely under

More information

5-2 Verifying Trigonometric Identities

5-2 Verifying Trigonometric Identities Verify each identity 1 (sec 1) cos = sin sec (1 cos ) = tan 3 sin sin cos 3 = sin 4 csc cos cot = sin 4 5 = cot Page 1 4 5 = cot 6 tan θ csc tan = cot 7 = cot 8 + = csc Page 8 = csc + 9 + tan = sec 10

More information

Zero Launch Angle. since θ=0, then v oy =0 and v ox = v o. The time required to reach the water. independent of v o!!

Zero Launch Angle. since θ=0, then v oy =0 and v ox = v o. The time required to reach the water. independent of v o!! Zero Launch Angle y h since θ=0, then v oy =0 and v ox = v o and based on our coordinate system we have x o =0, y o =h x The time required to reach the water independent of v o!! 1 2 Combining Eliminating

More information

Slide 2 / 222. Algebra II. Quadratic Functions

Slide 2 / 222. Algebra II. Quadratic Functions Slide 1 / 222 Slide 2 / 222 Algebra II Quadratic Functions 2014-10-14 www.njctl.org Slide 3 / 222 Table of Contents Key Terms Explain Characteristics of Quadratic Functions Combining Transformations (review)

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

MATH EXAM 1 - SPRING 2018 SOLUTION

MATH EXAM 1 - SPRING 2018 SOLUTION MATH 140 - EXAM 1 - SPRING 018 SOLUTION 8 February 018 Instructor: Tom Cuchta Instructions: Show all work, clearly and in order, if you want to get full credit. If you claim something is true you must

More information

Precalculus and Calculus

Precalculus and Calculus 4 Precalculus and Calculus You have permission to make copies of this document for your classroom use only. You may not distribute, copy or otherwise reproduce any part of this document or the lessons

More information

Select the Points You ll Use. Tech Assignment: Find a Quadratic Function for College Costs

Select the Points You ll Use. Tech Assignment: Find a Quadratic Function for College Costs In this technology assignment, you will find a quadratic function that passes through three of the points on each of the scatter plots you created in an earlier technology assignment. You will need the

More information