Readings this week. 1 Parametric Equations Supplement. 2 Section Sections Professor Christopher Hoffman Math 124

Size: px
Start display at page:

Download "Readings this week. 1 Parametric Equations Supplement. 2 Section 10.1. 3 Sections 2.1-2.2. Professor Christopher Hoffman Math 124"

Transcription

1 Readings this week 1 Parametric Equations Supplement 2 Section Sections

2 Precalculus Review Quiz session Thursday equations of lines and circles worksheet available at m124/ (under week 1) print it out before coming to class

3 Homework All homework assignments on webassign.net First assignment due Tuesday October 5 Help session for signing up with webassign.net Thursday September 30 3:30-5:00 Smith 102

4 Circle Review The distance formula tells us that a circle with center (h, k) and radius r has the equation (x h) 2 + (y k) 2 = r 2.

5 Equations of Lines A line is defined by two points. Call them (x 1, y 1 ) and (x 2, y 2 ). Different forms of the equation of the line include 1 y = mx + b where b is the y intercept. 2 point slope m = (y 2 y 1 ) (x 2 x 1 ) 3 parametric equations y 2 y = m(x 2 x) y = y 1 + at, x = x 1 + bt, m = a/b

6 Perpendicular Lines It is easy to tell if two lines are perpendicular. Suppose the lines have equations y = m 1 x + b 1 and y = m 2 x + b 2. They are perpendicular if m 1 m 2 = 1

7 Tangent lines to a circle If we know the equation a circle and a point on the circle then we can find the equation of the tangent line. The tangent line is perpendicular to the radial line.

8 Suppose we have the circle (x h) 2 + (y k) 2 = r 2 and we know that (p, q) is a point on the circle. How can we find the tangent line to the circle at (p, q)? We know one point on the tangent line so we only need to find the slope.

9 The tangent line is perpendicular to the radial line and m radial = q k p h. Thus the slope of the tangent line is m tangent = 1/m radial = p h q k. Using the point slope formula we get that the equation of the tangent line is y q = m tangent (x p) = p h (x p). q k

10 Tangent lines to a circle For example the point (1, 7) lies on the circle x 2 + 4x + y 2 6y = 12. Find the equation of the tangent line to the circle at (1, 7) We put the equation in standard form by completing the square. x 2 + 4x + y 2 6y = x 2 + 4x y 2 6y = (x + 2) (y 3) 2 9 = 12 or (x ( 2)) 2 + (y 3) 2 = 25 and the circle has radius 5 and center ( 2, 3).

11 Tangent lines to a circle To find the equation of the tangent line to the circle (x ( 2)) 2 + (y 3) 2 = 25 at (1, 7) we use the formula we just derived y q = m 2 (x p) = p h (x p). q k Using the formula we just derived we get the equation of the tangent line is y 7 = 1 ( 2) 7 3 (x 1) = 3 (x 1). 4

12 It is always good to check your results graphically.

13 Two Tangents Find all the tangent lines to the circle that go through the point (5, 0). x 2 + (y 1) 2 = 1

14 All the lines through (5,0) are of the form y = m(x 5). Which of them are tangent to the circle? If the line is tangent to the circle then it intersects the circle at just one point. Thus there is one simultaneus solution to y = m(x 5) and x 2 + (y 1) 2 = 1.

15 Combining the equations we get x 2 + (m(x 5) 1) 2 = 1 x 2 + m 2 (x 2 10x + 25) 2m(x 5) + 1 = 1 (1 + m 2 )x 2 + ( 10m 2 2m)x + (25m m) = 0. We want to find m so that this has a unique solution.

16 A quadratic equation ax 2 + bx + c = 0 has solutions x = b + b 2 4ac. 2a This has a unique solution if b 2 4ac = 0. In our problem we have a = (1 + m 2 ) b = ( 10m 2 2m) c = (25m m) So we have a unique solution if ( 10m 2 2m) 2 4(1 + m 2 )(25m m) = 0

17 ( 10m 2 2m) 2 4(1 + m 2 )(25m m) = 0 100m m 3 + 4m 2 4(25m m + 25m m 3 ) = 0 96m 2 40m = 0 8m(12m + 5) = 0 So m = 0, 5/12 and the equations of the lines we want are y = 0 and y = (5/12)(x 5).

18 It is always good to check your results graphically.

19 Announcements 1 scientific calculator required 2 graphing calculator not allowed for exams 3 notes available at hoffman/124.html

20 Parametric Equations Parametric equations give the location of an object as it moves. At time t the object is at (5 cos(t), 5 sin(t), t/5).

21 In this class we will use parametric equations for equations of lines graphs of functions and circular motion.

22 Skeet Shooting At the shooting range a shell is fired. It follows the trajectory x 1 (t) = 200t and y 1 (t) = 70t 16t 2. One second later a shooter fires a bullet whose trajectory is x 2 (t) = (t 1) and y 2 (t) = 75(t 1) 16(t 1) 2. Does the bullet hit the shell? If so, where?

23 If they hit both the x and y coordinates must be the same. Setting x 1 = x 2 we get 200t = (t 1) = t so t = 2.5. Then we check to see if y 1 (2.5) = y 2 (2.5). but y 1 (2.5) = 70(2.5) 16(2.5) 2 = = 75 y 2 (2.5) = 75(2.5 1) + 16(2.5 1) 2 = = The bullet misses by half a foot.

24 Running around a football field A football field is a rectangle that is 360 feet long and 160 feet wide. There are goalposts in the middle of each of the short sides. A football player starts at one of the goal post and jogs around the edge of the field at a rate of 10 feet/second. 1 At what times does he make it to the four corners of the field? 2 Find parametric equations for his position as a function of time. 3 Find an equation for the distance between him and the initial goalposts as a function of time.

25 Running around a football field First we draw a picture Then we put down a coordinate system. We are will use a multi-part function for the parametric equations. For the last part we use the distance function.

26 Running around a football field It takes the player 16 seconds to run the width of the field and 36 seconds to run the length of the field. He will make it to the corners after 8, 44, 60 and 96 seconds and back to the goalposts after 104 seconds. Our parametric function for the x-coordinate will look like x 1 (t), 0 t < 8; x 2 (t), 8 t < 44; x(t) = x 3 (t), 44 t < 60; x 4 (t), 60 t < 96; x 5 (t), 96 t < 104.

27 Running around a football field All of the functions will be linear. Plugging in values at the endpoints we see x(t) = 0, 0 t < 8; 10(t 8), 8 t < 44; 360, 44 t < 60; (t 60), 60 t < 96; 0, 96 t < 104.

28 Running around a football field All of the functions for y(t) will also be linear. Plugging in values at the endpoints we see y(t) = 80 10t, 0 t < 8; 0, 8 t < 44; 10(t 44), 44 t < 60; 160, 60 t < 96; (t 96), 96 t < 104.

29 Finally we use the distance formula d(t) = = x(t) 2 + (y(t) 80) 2 10t, 0 t < 8; (10(t 8)) , 8 t < 44; (10(t 44)) 2, 44 t < 60; (360 10(t 60) , 60 t < 96; 80 10(t 96), 96 t < 104.

30 Circular Motion The parametric equations ( ) 2π x(t) = A cos B t C + D 1 ( ) 2π y(t) = A sin B t C + D 2 describe motion around a circle of radius A and center (D 1, D 2 ).

31 We can check that equations trace out a circle. ( ) distance (x(t), y(t)), (D 1, D 2 ) = (x(t) D 1 ) 2 + (y(t) D 2 ) 2 ( ( )) 2π 2 ( ( )) 2π 2 = A cos B t C + A sin B t C = A 2 = A

32 What role do the constants have? (D 1, D 2 ) give the x and y coordinates of the center A is the radius of the circle B is the period the sign of B determines the direction of motion C determines the initial position.

33 Ferris wheel A ferris wheel does ten revolutions counterclockwise in 8 minutes at a constant rate. At the lowest point the seats are three feet off the ground. At the high point they 113 feet high. Diego s seat starts at the bottom when the revolutions begin. Find parametric equations for the location of Diego s seat.

34 First we set up a coordinate system with the ground being y = 0 and x = 0 is the middle of the ferris wheel. The middle of the circle is at x = 0 and y = 1 2 ( ) = 58 so D 1 = 0 and D 2 = 58. The radius of the circle is A = 1 2 (113 3) = 55. The wheel makes ten revolutions in 8 minutes so the period B = 8/10 =.8. Thus the parametric equations for Diego s seat are (( ) ) 2π x(t) = 55 cos t C.8 and y(t) = 55 sin (( ) ) 2π t C

35 To find C we use that at time t = 0 Diego s seat is at the lowest point so (( ) ) 2π y(0) = 55 sin 0 C = 55 sin ( C) + 58 = 3.8 and sin( C) = 1 and C = π/2. Thus the parametric equations for Diego s seat are (( ) ) 2π x(t) = 55 cos t π/2.8 and y(t) = 55 sin (( ) ) 2π t π/

36 Bicycle Wheel A rock is stuck in the tire of a bicycle. The bicycle tires have a diameter of 27 inches and is moving at a rate of 10 feet per second. The rock first touches the ground after.5 seconds. Find the parametric equations for the location of the rock as a function of time.

37 First we need to pick a consistent set of units to work with. We will use feet for all distances so the diameter of the wheel is 2.25 feet and the radius is feet. Next we set up a coordinate system. The problem is just like the last one except that the center of the wheel is moving The parametric equations for the center of the wheel are x(t) = 10t and y(t) =

38 The wheel has done a full revolution every time it moves 2.25π feet (the circumference of the wheel). This takes B = 2.25π 10 = 9π 40 seconds. Thus the parametric equations for the rock are (( ) ) 80 x(t) = 10t cos t C 9 and (( ) ) 80 y(t) = sin t C 9

39 To find C we know that y(.5) = 0. This gives us 0 = y(.5) (( ) ) 80 0 = sin.5 C 9 (( ) ) 80 1 = sin.5 C 9 π/2 = 40 9 C C = π/ C 2.873

40 Thus the parametric equations for the rock are (( ) ) 80 x(t) 10t cos t and (( ) ) 80 y(t) sin t

41 Instantaneous Velocity If an arrow is shot upward on the moon with a velocity of 58 meters per second. It height in meters is given by h(t) = 58t 0.83t 2. 1 Find the average velocity over the time intervals [1, 2], [1, 1.5], [1, 1.1], [1, 1.01], and [1, 1.001]. 2 Find the instantaneous velocity at t = 1.

42 Average Velocity over [1, t] h(t) h(1) t 1 t As t approaches 1 the average velocity approaches We say the instantaneous velocity at t = 1 is and write h(t) h(1) lim = t 1 t 1

43 All of our work over the next few weeks will be trying determine instantaneous velocity for an arbitrary function. In order to do this we first must discuss what we mean by the limit of a function as we approach a point. Next week we will start with this.

2006 Geometry Form A Page 1

2006 Geometry Form A Page 1 2006 Geometry Form Page 1 1. he hypotenuse of a right triangle is 12" long, and one of the acute angles measures 30 degrees. he length of the shorter leg must be: () 4 3 inches () 6 3 inches () 5 inches

More information

Solutions to old Exam 1 problems

Solutions to old Exam 1 problems Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections

More information

3 e) x f) 2. Precalculus Worksheet P.1. 1. Complete the following questions from your textbook: p11: #5 10. 2. Why would you never write 5 < x > 7?

3 e) x f) 2. Precalculus Worksheet P.1. 1. Complete the following questions from your textbook: p11: #5 10. 2. Why would you never write 5 < x > 7? Precalculus Worksheet P.1 1. Complete the following questions from your tetbook: p11: #5 10. Why would you never write 5 < > 7? 3. Why would you never write 3 > > 8? 4. Describe the graphs below using

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

Definition: A vector is a directed line segment that has and. Each vector has an initial point and a terminal point.

Definition: A vector is a directed line segment that has and. Each vector has an initial point and a terminal point. 6.1 Vectors in the Plane PreCalculus 6.1 VECTORS IN THE PLANE Learning Targets: 1. Find the component form and the magnitude of a vector.. Perform addition and scalar multiplication of two vectors. 3.

More information

Use Square Roots to Solve Quadratic Equations

Use Square Roots to Solve Quadratic Equations 10.4 Use Square Roots to Solve Quadratic Equations Before You solved a quadratic equation by graphing. Now You will solve a quadratic equation by finding square roots. Why? So you can solve a problem about

More information

AP Calculus AB First Semester Final Exam Practice Test Content covers chapters 1-3 Name: Date: Period:

AP Calculus AB First Semester Final Exam Practice Test Content covers chapters 1-3 Name: Date: Period: AP Calculus AB First Semester Final Eam Practice Test Content covers chapters 1- Name: Date: Period: This is a big tamale review for the final eam. Of the 69 questions on this review, questions will be

More information

7.4A/7.4B STUDENT ACTIVITY #1

7.4A/7.4B STUDENT ACTIVITY #1 7.4A/7.4B STUDENT ACTIVITY #1 Write a formula that could be used to find the radius of a circle, r, given the circumference of the circle, C. The formula in the Grade 7 Mathematics Chart that relates the

More information

Pre Calculus Math 40S: Explained!

Pre Calculus Math 40S: Explained! www.math40s.com 7 Part I Ferris Wheels One of the most common application questions for graphing trigonometric functions involves Ferris wheels, since the up and down motion of a rider follows the shape

More information

Mark Howell Gonzaga High School, Washington, D.C.

Mark Howell Gonzaga High School, Washington, D.C. Be Prepared for the Calculus Exam Mark Howell Gonzaga High School, Washington, D.C. Martha Montgomery Fremont City Schools, Fremont, Ohio Practice exam contributors: Benita Albert Oak Ridge High School,

More information

4. How many integers between 2004 and 4002 are perfect squares?

4. How many integers between 2004 and 4002 are perfect squares? 5 is 0% of what number? What is the value of + 3 4 + 99 00? (alternating signs) 3 A frog is at the bottom of a well 0 feet deep It climbs up 3 feet every day, but slides back feet each night If it started

More information

43 Perimeter and Area

43 Perimeter and Area 43 Perimeter and Area Perimeters of figures are encountered in real life situations. For example, one might want to know what length of fence will enclose a rectangular field. In this section we will study

More information

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has The line L through the points A and B is parallel to the vector AB = 3, 2, and has parametric equations x = 3t + 2, y = 2t +, z = t Therefore, the intersection point of the line with the plane should satisfy:

More information

Inv 1 5. Draw 2 different shapes, each with an area of 15 square units and perimeter of 16 units.

Inv 1 5. Draw 2 different shapes, each with an area of 15 square units and perimeter of 16 units. Covering and Surrounding: Homework Examples from ACE Investigation 1: Questions 5, 8, 21 Investigation 2: Questions 6, 7, 11, 27 Investigation 3: Questions 6, 8, 11 Investigation 5: Questions 15, 26 ACE

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B. Thursday, January 29, 2004 9:15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B. Thursday, January 29, 2004 9:15 a.m. to 12:15 p.m. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B Thursday, January 9, 004 9:15 a.m. to 1:15 p.m., only Print Your Name: Print Your School s Name: Print your name and

More information

Kristen Kachurek. Circumference, Perimeter, and Area Grades 7-10 5 Day lesson plan. Technology and Manipulatives used:

Kristen Kachurek. Circumference, Perimeter, and Area Grades 7-10 5 Day lesson plan. Technology and Manipulatives used: Kristen Kachurek Circumference, Perimeter, and Area Grades 7-10 5 Day lesson plan Technology and Manipulatives used: TI-83 Plus calculator Area Form application (for TI-83 Plus calculator) Login application

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

2.3 Maximum and Minimum Applications

2.3 Maximum and Minimum Applications Section.3 155.3 Maximum and Minimum Applications Maximizing (or minimizing) is an important technique used in various fields of study. In business, it is important to know how to find the maximum profit

More information

Chapter 5: Trigonometric Functions of Angles

Chapter 5: Trigonometric Functions of Angles Chapter 5: Trigonometric Functions of Angles In the previous chapters we have explored a variety of functions which could be combined to form a variety of shapes. In this discussion, one common shape has

More information

Solutions to Exercises, Section 5.1

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

More information

PROBLEM SET. Practice Problems for Exam #1. Math 1352, Fall 2004. Oct. 1, 2004 ANSWERS

PROBLEM SET. Practice Problems for Exam #1. Math 1352, Fall 2004. Oct. 1, 2004 ANSWERS PROBLEM SET Practice Problems for Exam # Math 352, Fall 24 Oct., 24 ANSWERS i Problem. vlet R be the region bounded by the curves x = y 2 and y = x. A. Find the volume of the solid generated by revolving

More information

Perimeter, Area, and Volume

Perimeter, Area, and Volume Perimeter, Area, and Volume Perimeter of Common Geometric Figures The perimeter of a geometric figure is defined as the distance around the outside of the figure. Perimeter is calculated by adding all

More information

Math 241, Exam 1 Information.

Math 241, Exam 1 Information. Math 241, Exam 1 Information. 9/24/12, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.1-14.3. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241fa12/241.html)

More information

Lesson 21. Circles. Objectives

Lesson 21. Circles. Objectives Student Name: Date: Contact Person Name: Phone Number: Lesson 1 Circles Objectives Understand the concepts of radius and diameter Determine the circumference of a circle, given the diameter or radius Determine

More information

Perimeter. 14ft. 5ft. 11ft.

Perimeter. 14ft. 5ft. 11ft. Perimeter The perimeter of a geometric figure is the distance around the figure. The perimeter could be thought of as walking around the figure while keeping track of the distance traveled. To determine

More information

MA107 Precalculus Algebra Exam 2 Review Solutions

MA107 Precalculus Algebra Exam 2 Review Solutions MA107 Precalculus Algebra Exam 2 Review Solutions February 24, 2008 1. The following demand equation models the number of units sold, x, of a product as a function of price, p. x = 4p + 200 a. Please write

More information

Show that when a circle is inscribed inside a square the diameter of the circle is the same length as the side of the square.

Show that when a circle is inscribed inside a square the diameter of the circle is the same length as the side of the square. Week & Day Week 6 Day 1 Concept/Skill Perimeter of a square when given the radius of an inscribed circle Standard 7.MG:2.1 Use formulas routinely for finding the perimeter and area of basic twodimensional

More information

Lesson 1: Introducing Circles

Lesson 1: Introducing Circles IRLES N VOLUME Lesson 1: Introducing ircles ommon ore Georgia Performance Standards M9 12.G..1 M9 12.G..2 Essential Questions 1. Why are all circles similar? 2. What are the relationships among inscribed

More information

Unit 1 - Radian and Degree Measure Classwork

Unit 1 - Radian and Degree Measure Classwork Unit 1 - Radian and Degree Measure Classwork Definitions to know: Trigonometry triangle measurement Initial side, terminal side - starting and ending Position of the ray Standard position origin if the

More information

Elements of a graph. Click on the links below to jump directly to the relevant section

Elements of a graph. Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section Elements of a graph Linear equations and their graphs What is slope? Slope and y-intercept in the equation of a line Comparing lines on

More information

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED CONDENSED L E S S O N 10.1 Solving Quadratic Equations In this lesson you will look at quadratic functions that model projectile motion use tables and graphs to approimate solutions to quadratic equations

More information

= f x 1 + h. 3. Geometrically, the average rate of change is the slope of the secant line connecting the pts (x 1 )).

= f x 1 + h. 3. Geometrically, the average rate of change is the slope of the secant line connecting the pts (x 1 )). Math 1205 Calculus/Sec. 3.3 The Derivative as a Rates of Change I. Review A. Average Rate of Change 1. The average rate of change of y=f(x) wrt x over the interval [x 1, x 2 ]is!y!x ( ) - f( x 1 ) = y

More information

1.2 GRAPHS OF EQUATIONS. Copyright Cengage Learning. All rights reserved.

1.2 GRAPHS OF EQUATIONS. Copyright Cengage Learning. All rights reserved. 1.2 GRAPHS OF EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Sketch graphs of equations. Find x- and y-intercepts of graphs of equations. Use symmetry to sketch graphs

More information

Tallahassee Community College PERIMETER

Tallahassee Community College PERIMETER Tallahassee Community College 47 PERIMETER The perimeter of a plane figure is the distance around it. Perimeter is measured in linear units because we are finding the total of the lengths of the sides

More information

Name Summer Assignment for College Credit Math Courses 2015-2016

Name Summer Assignment for College Credit Math Courses 2015-2016 Name Summer Assignment for College Credit Math Courses 015-016 To: All students enrolled in Pre-AP PreCalculus and Dual Credit PreCalculus at El Campo High School College math classes utilizes skills and

More information

12.5 Equations of Lines and Planes

12.5 Equations of Lines and Planes Instructor: Longfei Li Math 43 Lecture Notes.5 Equations of Lines and Planes What do we need to determine a line? D: a point on the line: P 0 (x 0, y 0 ) direction (slope): k 3D: a point on the line: P

More information

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

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

More information

This unit has primarily been about quadratics, and parabolas. Answer the following questions to aid yourselves in creating your own study guide.

This unit has primarily been about quadratics, and parabolas. Answer the following questions to aid yourselves in creating your own study guide. COLLEGE ALGEBRA UNIT 2 WRITING ASSIGNMENT This unit has primarily been about quadratics, and parabolas. Answer the following questions to aid yourselves in creating your own study guide. 1) What is the

More information

Warm-Up Oct. 22. Daily Agenda:

Warm-Up Oct. 22. Daily Agenda: Evaluate y = 2x 3x + 5 when x = 1, 0, and 2. Daily Agenda: Grade Assignment Go over Ch 3 Test; Retakes must be done by next Tuesday 5.1 notes / assignment Graphing Quadratic Functions 5.2 notes / assignment

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

MATH 121 FINAL EXAM FALL 2010-2011. December 6, 2010

MATH 121 FINAL EXAM FALL 2010-2011. December 6, 2010 MATH 11 FINAL EXAM FALL 010-011 December 6, 010 NAME: SECTION: Instructions: Show all work and mark your answers clearly to receive full credit. This is a closed notes, closed book exam. No electronic

More information

Calculating Area, Perimeter and Volume

Calculating Area, Perimeter and Volume Calculating Area, Perimeter and Volume You will be given a formula table to complete your math assessment; however, we strongly recommend that you memorize the following formulae which will be used regularly

More information

Pizza! Pizza! Assessment

Pizza! Pizza! Assessment Pizza! Pizza! Assessment 1. A local pizza restaurant sends pizzas to the high school twelve to a carton. If the pizzas are one inch thick, what is the volume of the cylindrical shipping carton for the

More information

Trigonometric Functions: The Unit Circle

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

More information

Perimeter is the length of the boundary of a two dimensional figure.

Perimeter is the length of the boundary of a two dimensional figure. Section 2.2: Perimeter and Area Perimeter is the length of the boundary of a two dimensional figure. The perimeter of a circle is called the circumference. The perimeter of any two dimensional figure whose

More information

Characteristics of the Four Main Geometrical Figures

Characteristics of the Four Main Geometrical Figures Math 40 9.7 & 9.8: The Big Four Square, Rectangle, Triangle, Circle Pre Algebra We will be focusing our attention on the formulas for the area and perimeter of a square, rectangle, triangle, and a circle.

More information

Arrangements And Duality

Arrangements And Duality Arrangements And Duality 3.1 Introduction 3 Point configurations are tbe most basic structure we study in computational geometry. But what about configurations of more complicated shapes? For example,

More information

CIRCLE COORDINATE GEOMETRY

CIRCLE COORDINATE GEOMETRY CIRCLE COORDINATE GEOMETRY (EXAM QUESTIONS) Question 1 (**) A circle has equation x + y = 2x + 8 Determine the radius and the coordinates of the centre of the circle. r = 3, ( 1,0 ) Question 2 (**) A circle

More information

Basic Math for the Small Public Water Systems Operator

Basic Math for the Small Public Water Systems Operator Basic Math for the Small Public Water Systems Operator Small Public Water Systems Technology Assistance Center Penn State Harrisburg Introduction Area In this module we will learn how to calculate the

More information

Example SECTION 13-1. X-AXIS - the horizontal number line. Y-AXIS - the vertical number line ORIGIN - the point where the x-axis and y-axis cross

Example SECTION 13-1. X-AXIS - the horizontal number line. Y-AXIS - the vertical number line ORIGIN - the point where the x-axis and y-axis cross CHAPTER 13 SECTION 13-1 Geometry and Algebra The Distance Formula COORDINATE PLANE consists of two perpendicular number lines, dividing the plane into four regions called quadrants X-AXIS - the horizontal

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

SAT Subject Math Level 2 Facts & Formulas

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

More information

D.3. Angles and Degree Measure. Review of Trigonometric Functions

D.3. Angles and Degree Measure. Review of Trigonometric Functions APPENDIX D Precalculus Review D7 SECTION D. Review of Trigonometric Functions Angles and Degree Measure Radian Measure The Trigonometric Functions Evaluating Trigonometric Functions Solving Trigonometric

More information

AP Calculus AB 2010 Free-Response Questions Form B

AP Calculus AB 2010 Free-Response Questions Form B AP Calculus AB 2010 Free-Response Questions Form B The College Board The College Board is a not-for-profit membership association whose mission is to connect students to college success and opportunity.

More information

APPLYING PRE-CALCULUS/CALCULUS SHARP EL-9600. Graphing Calculator DAVID P. LAWRENCE

APPLYING PRE-CALCULUS/CALCULUS SHARP EL-9600. Graphing Calculator DAVID P. LAWRENCE APPLYING PRE-CALCULUS/CALCULUS SHARP U S I N G T H E EL-9600 Graphing Calculator DAVID P. LAWRENCE Applying PRE-CALCULUS/CALCULUS using the SHARP EL-9600 GRAPHING CALCULATOR David P. Lawrence Southwestern

More information

Jump Shot Mathematics Howard Penn

Jump Shot Mathematics Howard Penn Jump Shot Mathematics Howard Penn Abstract In this paper we exae variations of standard calculus problems in the context of shooting a basketball jump shot. We believe that many students will find this

More information

Geometry Unit 6 Areas and Perimeters

Geometry Unit 6 Areas and Perimeters Geometry Unit 6 Areas and Perimeters Name Lesson 8.1: Areas of Rectangle (and Square) and Parallelograms How do we measure areas? Area is measured in square units. The type of the square unit you choose

More information

Student Outcomes. Lesson Notes. Classwork. Exercises 1 3 (4 minutes)

Student Outcomes. Lesson Notes. Classwork. Exercises 1 3 (4 minutes) Student Outcomes Students give an informal derivation of the relationship between the circumference and area of a circle. Students know the formula for the area of a circle and use it to solve problems.

More information

Average rate of change of y = f(x) with respect to x as x changes from a to a + h:

Average rate of change of y = f(x) with respect to x as x changes from a to a + h: L15-1 Lecture 15: Section 3.4 Definition of the Derivative Recall the following from Lecture 14: For function y = f(x), the average rate of change of y with respect to x as x changes from a to b (on [a,

More information

Writing the Equation of a Line in Slope-Intercept Form

Writing the Equation of a Line in Slope-Intercept Form Writing the Equation of a Line in Slope-Intercept Form Slope-Intercept Form y = mx + b Example 1: Give the equation of the line in slope-intercept form a. With y-intercept (0, 2) and slope -9 b. Passing

More information

2013 MBA Jump Start Program

2013 MBA Jump Start Program 2013 MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Algebra Review Calculus Permutations and Combinations [Online Appendix: Basic Mathematical Concepts] 2 1 Equation of

More information

Solids. Objective A: Volume of a Solids

Solids. Objective A: Volume of a Solids Solids Math00 Objective A: Volume of a Solids Geometric solids are figures in space. Five common geometric solids are the rectangular solid, the sphere, the cylinder, the cone and the pyramid. A rectangular

More information

Exam 1 Sample Question SOLUTIONS. y = 2x

Exam 1 Sample Question SOLUTIONS. y = 2x Exam Sample Question SOLUTIONS. Eliminate the parameter to find a Cartesian equation for the curve: x e t, y e t. SOLUTION: You might look at the coordinates and notice that If you don t see it, we can

More information

10 Polar Coordinates, Parametric Equations

10 Polar Coordinates, Parametric Equations Polar Coordinates, Parametric Equations ½¼º½ ÈÓÐ Ö ÓÓÖ Ò Ø Coordinate systems are tools that let us use algebraic methods to understand geometry While the rectangular (also called Cartesian) coordinates

More information

1 of 7 9/5/2009 6:12 PM

1 of 7 9/5/2009 6:12 PM 1 of 7 9/5/2009 6:12 PM Chapter 2 Homework Due: 9:00am on Tuesday, September 8, 2009 Note: To understand how points are awarded, read your instructor's Grading Policy. [Return to Standard Assignment View]

More information

MATH 10550, EXAM 2 SOLUTIONS. x 2 + 2xy y 2 + x = 2

MATH 10550, EXAM 2 SOLUTIONS. x 2 + 2xy y 2 + x = 2 MATH 10550, EXAM SOLUTIONS (1) Find an equation for the tangent line to at the point (1, ). + y y + = Solution: The equation of a line requires a point and a slope. The problem gives us the point so we

More information

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form

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

More information

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20 Lecture 8 : Coordinate Geometry The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 0 distance on the axis and give each point an identity on the corresponding

More information

MATH 110 Landscape Horticulture Worksheet #4

MATH 110 Landscape Horticulture Worksheet #4 MATH 110 Landscape Horticulture Worksheet #4 Ratios The math name for a fraction is ratio. It is just a comparison of one quantity with another quantity that is similar. As a Landscape Horticulturist,

More information

C B A T 3 T 2 T 1. 1. What is the magnitude of the force T 1? A) 37.5 N B) 75.0 N C) 113 N D) 157 N E) 192 N

C B A T 3 T 2 T 1. 1. What is the magnitude of the force T 1? A) 37.5 N B) 75.0 N C) 113 N D) 157 N E) 192 N Three boxes are connected by massless strings and are resting on a frictionless table. Each box has a mass of 15 kg, and the tension T 1 in the right string is accelerating the boxes to the right at a

More information

Circumference Pi Regular polygon. Dates, assignments, and quizzes subject to change without advance notice.

Circumference Pi Regular polygon. Dates, assignments, and quizzes subject to change without advance notice. Name: Period GPreAP UNIT 14: PERIMETER AND AREA I can define, identify and illustrate the following terms: Perimeter Area Base Height Diameter Radius Circumference Pi Regular polygon Apothem Composite

More information

Geometry Notes PERIMETER AND AREA

Geometry Notes PERIMETER AND AREA Perimeter and Area Page 1 of 57 PERIMETER AND AREA Objectives: After completing this section, you should be able to do the following: Calculate the area of given geometric figures. Calculate the perimeter

More information

SAT Subject Math Level 1 Facts & Formulas

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

More information

Section 6.1 Angle Measure

Section 6.1 Angle Measure Section 6.1 Angle Measure An angle AOB consists of two rays R 1 and R 2 with a common vertex O (see the Figures below. We often interpret an angle as a rotation of the ray R 1 onto R 2. In this case, R

More information

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

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

More information

MATH 60 NOTEBOOK CERTIFICATIONS

MATH 60 NOTEBOOK CERTIFICATIONS MATH 60 NOTEBOOK CERTIFICATIONS Chapter #1: Integers and Real Numbers 1.1a 1.1b 1.2 1.3 1.4 1.8 Chapter #2: Algebraic Expressions, Linear Equations, and Applications 2.1a 2.1b 2.1c 2.2 2.3a 2.3b 2.4 2.5

More information

Chapter 8 Geometry We will discuss following concepts in this chapter.

Chapter 8 Geometry We will discuss following concepts in this chapter. Mat College Mathematics Updated on Nov 5, 009 Chapter 8 Geometry We will discuss following concepts in this chapter. Two Dimensional Geometry: Straight lines (parallel and perpendicular), Rays, Angles

More information

Geometry - Calculating Area and Perimeter

Geometry - Calculating Area and Perimeter Geometry - Calculating Area and Perimeter In order to complete any of mechanical trades assessments, you will need to memorize certain formulas. These are listed below: (The formulas for circle geometry

More information

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were:

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were: Topic 1 2.1 mode MultipleSelection text How can we approximate the slope of the tangent line to f(x) at a point x = a? This is a Multiple selection question, so you need to check all of the answers that

More information

Midterm Exam 1 October 2, 2012

Midterm Exam 1 October 2, 2012 Midterm Exam 1 October 2, 2012 Name: Instructions 1. This examination is closed book and closed notes. All your belongings except a pen or pencil and a calculator should be put away and your bookbag should

More information

Exam 1 Review Questions PHY 2425 - Exam 1

Exam 1 Review Questions PHY 2425 - Exam 1 Exam 1 Review Questions PHY 2425 - Exam 1 Exam 1H Rev Ques.doc - 1 - Section: 1 7 Topic: General Properties of Vectors Type: Conceptual 1 Given vector A, the vector 3 A A) has a magnitude 3 times that

More information

AP Calculus AB 2003 Scoring Guidelines Form B

AP Calculus AB 2003 Scoring Guidelines Form B AP Calculus AB Scoring Guidelines Form B The materials included in these files are intended for use by AP teachers for course and exam preparation; permission for any other use must be sought from the

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

MATH 100 PRACTICE FINAL EXAM

MATH 100 PRACTICE FINAL EXAM MATH 100 PRACTICE FINAL EXAM Lecture Version Name: ID Number: Instructor: Section: Do not open this booklet until told to do so! On the separate answer sheet, fill in your name and identification number

More information

Math Common Core Sampler Test

Math Common Core Sampler Test Math Common Core Sampler Test This sample test reviews the top 20 questions we have seen on the 37 assessment directly written for the Common Core Curriculum. This test will be updated as we see new questions

More information

Lines. We have learned that the graph of a linear equation. y = mx +b

Lines. We have learned that the graph of a linear equation. y = mx +b Section 0. Lines We have learne that the graph of a linear equation = m +b is a nonvertical line with slope m an -intercept (0, b). We can also look at the angle that such a line makes with the -ais. This

More information

Math 1B, lecture 5: area and volume

Math 1B, lecture 5: area and volume Math B, lecture 5: area and volume Nathan Pflueger 6 September 2 Introduction This lecture and the next will be concerned with the computation of areas of regions in the plane, and volumes of regions in

More information

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left.

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left. The verbal answers to all of the following questions should be memorized before completion of pre-algebra. Answers that are not memorized will hinder your ability to succeed in algebra 1. Number Basics

More information

Chapter 4 One Dimensional Kinematics

Chapter 4 One Dimensional Kinematics Chapter 4 One Dimensional Kinematics 41 Introduction 1 4 Position, Time Interval, Displacement 41 Position 4 Time Interval 43 Displacement 43 Velocity 3 431 Average Velocity 3 433 Instantaneous Velocity

More information

16 Circles and Cylinders

16 Circles and Cylinders 16 Circles and Cylinders 16.1 Introduction to Circles In this section we consider the circle, looking at drawing circles and at the lines that split circles into different parts. A chord joins any two

More information

Area, Perimeter, Volume and Pythagorean Theorem Assessment

Area, Perimeter, Volume and Pythagorean Theorem Assessment Area, Perimeter, Volume and Pythagorean Theorem Assessment Name: 1. Find the perimeter of a right triangle with legs measuring 10 inches and 24 inches a. 34 inches b. 60 inches c. 120 inches d. 240 inches

More information

Geometry and Measurement

Geometry and Measurement The student will be able to: Geometry and Measurement 1. Demonstrate an understanding of the principles of geometry and measurement and operations using measurements Use the US system of measurement for

More information

1.1 Practice Worksheet

1.1 Practice Worksheet Math 1 MPS Instructor: Cheryl Jaeger Balm 1 1.1 Practice Worksheet 1. Write each English phrase as a mathematical expression. (a) Three less than twice a number (b) Four more than half of a number (c)

More information

AP Calculus BC 2010 Free-Response Questions

AP Calculus BC 2010 Free-Response Questions AP Calculus BC 2010 Free-Response Questions The College Board The College Board is a not-for-profit membership association whose mission is to connect students to college success and opportunity. Founded

More information

1. Which of the 12 parent functions we know from chapter 1 are power functions? List their equations and names.

1. Which of the 12 parent functions we know from chapter 1 are power functions? List their equations and names. Pre Calculus Worksheet. 1. Which of the 1 parent functions we know from chapter 1 are power functions? List their equations and names.. Analyze each power function using the terminology from lesson 1-.

More information

Contents. 2 Lines and Circles 3 2.1 Cartesian Coordinates... 3 2.2 Distance and Midpoint Formulas... 3 2.3 Lines... 3 2.4 Circles...

Contents. 2 Lines and Circles 3 2.1 Cartesian Coordinates... 3 2.2 Distance and Midpoint Formulas... 3 2.3 Lines... 3 2.4 Circles... Contents Lines and Circles 3.1 Cartesian Coordinates.......................... 3. Distance and Midpoint Formulas.................... 3.3 Lines.................................. 3.4 Circles..................................

More information

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

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

More information

Math 259 Winter 2009. Recitation Handout 1: Finding Formulas for Parametric Curves

Math 259 Winter 2009. Recitation Handout 1: Finding Formulas for Parametric Curves Math 259 Winter 2009 Recitation Handout 1: Finding Formulas for Parametric Curves 1. The diagram given below shows an ellipse in the -plane. -5-1 -1-3 (a) Find equations for (t) and (t) that will describe

More information

Bicycle Math. presented to the Math, Computer Science, & Physics Seminar Bard College Annandale-on-Hudson, New York. Timothy E.

Bicycle Math. presented to the Math, Computer Science, & Physics Seminar Bard College Annandale-on-Hudson, New York. Timothy E. Bicycle Math presented to the Math, Computer Science, & Physics Seminar Bard College Annandale-on-Hudson, New York Timothy E. Goldberg Cornell University Ithaca, New York April 1, 2010 Abstract We report

More information