10.2 Calculus with Parametric Curves

Size: px
Start display at page:

Download "10.2 Calculus with Parametric Curves"

Transcription

1 CHAPTER 1. PARAMETRIC AND POLAR Calculus with Parametric Curves Example 1. Return to the parametric equations in Example 2 from the previous section: x t +sin() y t + cos() (a) Find the cartesian equation of the tangent line at t 7/4 (decimals ok). (b) Graph the original curve and the tangent line on your calculator. Solution. (a) As always, for any equation of a tangent line, our goal is to fill in y m(x x )+y with x x-value of tangent point y y-value of tangent point m dx In this case, we calculate each of these as a function of t. p x f(7/4) 7/4+cos(7 /4) 7/4 2/2 1.4 y g(7/4) 7/4+sin(7 /4) 7/4+ p 2/ dx g (7/4) f (7/4) 1 sin() 1+ cos() t7/4 1 sin(7 /4) 1+ cos(7 /4) 1 p 2/2 1 p 2/2 1 Combining the above steps we see that the tangent line is y (x 1.4) (b) To graph both the original curve, and the equation of the tangent line at the same time, we use parametric mode for both. To put the tangent line in parametric mode we need to make x and y both functions of t. Actually, y is alrea a function of x, soassoonaswe figure out how to make x afunctionoft, wewillimplicitlyalreabe done for y too. We will use the easiest possible way to write x as a function of t: x t

2 CHAPTER 1. PARAMETRIC AND POLAR 16 y (t 1.4) The same approach works with every equation of the form y f(x): to put it in parametric mode simply let x t and y f(t). Now we enter the following in our calculator: The result is shown below Y 1 T T +cos( T) X1 T T +sin( T) Y 2 T (T 1.4) X2 T T graphics/t+sin_and_t+cos_w_tangent-eps-converted-to.pdf

3 CHAPTER 1. PARAMETRIC AND POLAR 17 Example 2. [Based on Dwyer Gruenwald] A double Ferris wheel consists of two smaller Ferris wheels, attached to a single larger rotating bo, somewhat like pictured below: The position of a person riding on a double Ferris wheel is given 2 x(t) 2 sin + 1 sin 1 2 y(t) 3 2 cos 1 cos 1 where t is in seconds, x and y are in feet. (a) Graph the position of a rider for apple t apple 2. (b) Take the derivative algebraically, but then use your calculator to find when the slope is. What does this mean in terms of the movement of the rider? Solution. (a) We enter the x- an-equations into the calculator and get the following graph graphics/movement_of_double_ferris_wheel-eps-converted-to.pdf (b) dx dt dx dt 2cos +4cos 2 1 2cos +4cos 2 1

4 CHAPTER 1. PARAMETRIC AND POLAR 18 2cos +4cos 2 1 2cos +4cos cos +4cos 1 2 To solve this we graph 2 cos +4 cos and see when it crosses 1 the x-axis. The graph looks like this graphics/double_ferris_wheel_y_deriv-eps-converted-to.pdf By zooming in we can solve for t: 2 graph of 2 cos +4cos 1 t, 2.8, 4.6, 7.8, 1, 12.4, 1.4, 17.2, 2. These are the positions where the rider of the Ferris wheel reaches a local max or min in terms of height.

5 CHAPTER 1. PARAMETRIC AND POLAR 19 Example 3. The shape defined by x (t sin(t)), y (1 cos(t)) is called the cycloid 3 (a) Use your calculator to sketch this shape for 2 apple t apple 4. (b) Find the equation of the tangent line at t /4. (c) Find the area under the first arch (you ll understand what this is after you graph it). Solution. (a) We enter this in our calculators and get the following: graphics/parametric_cycloid-eps-converted-to.pdf (b) The equation of a line is still given by y m(x x )+y where m is the usual slope, and (x,y ) is a point on the curve. What s new in this problem is how we find the slope and the coordinates (x,y ). For the coordinates, we just plug in t /4: x ( /4 sin( /4)) ( /4 1/ p 2).39 y (1 cos( /4)) (1 1/ p 2) 1.46 For the slope, we take the derivative as described above: dx dt dx dt sin(t) (1 cos(t)) m dx t /4 sin( /4) (1 cos( /4)) / p 2 (1 1/ p 2) 1 p Putting it all together, we get the following equation: y p 2 (x ( /4 1/p 2))+(1 1/ p 2) 2.414(x.39)+1.46 (c) We integrate Z g(t)f (t) dt Z 2 (1 cos(t)) (1 cos(t)) dt 3 This shape was originally described in the 16s this way: the path traced out by a fixed point on the outside of a wheel as the wheel rolls along the ground.

6 CHAPTER 1. PARAMETRIC AND POLAR 11 Z cos(t)+cos 2 (t) dt 3 2 t 2sin(t)+1 2 sin(t)cos(t) 2

7 CHAPTER 1. PARAMETRIC AND POLAR 111 Example 4. Find the arc-length, L, along the top part of a circle of radius 3, between and /2, as shown, L 3 Solution. Before we do this using parametric equations, we pause to consider how di cult it would be using cartesian equations. We would have to find the x-value corresponding to, we would have to take the derivative of y p 3 2 x 2,squarethederivative,add1,putthis in a square root, and hope for the best. We will find that parametric equations are much easier. We use sine and cosine for our parametric equations. In a circle of radius 3 we have sin( ) y 3 and cos( ) x. Solving these for x and 3 y, andusingt instead of gives x 3cos(t), y3sin(t) Then the arc-length is given by dt 3cos(t), dx dt L Z /2 Z /2 Z /2 Z /2 /2 p ( 3sin(t) 3sin(t))2 +(3cos(t)) 2 dt q 9sin 2 (t)+9cos 2 (t) dt q 3 sin 2 (t)+cos 2 (t) dt 3 p 1 dt 3t 3( /2 ) 3 /6 /2

8 CHAPTER 1. PARAMETRIC AND POLAR 112 Example. Find the arc-length of one full arc of the following Archimedean spiral: x cos(t)+tsin(t) y sin(t) t cos(t) apple t apple 2 Solution. dt t sin(t) dx dt t cos(t) AL 1 2 t2 2 p (t cos(t))2 +(t sin(t)) 2 dt q t 2 cos 2 (t)+t 2 sin 2 (t) dt q t 2 (cos 2 (t)+sin 2 (t)) dt p t2 dt tdt

10.2 Calculus with Parametric Curves

10.2 Calculus with Parametric Curves CHAPTER 1. PARAMETRIC AND POLAR 91 1.2 Calculus with Parametric Curves Example 1. Return to the parametric equations in Example 2 from the previous section: x t + sin() y t + cos() (a) Find the Cartesian

More information

Math 136 Exam 1 Practice Problems

Math 136 Exam 1 Practice Problems Math Exam Practice Problems. Find the surface area of the surface of revolution generated by revolving the curve given by around the x-axis? To solve this we use the equation: In this case this translates

More information

Updated: August 24, 2016 Calculus III Section Math 232. Calculus III. Brian Veitch Fall 2015 Northern Illinois University

Updated: August 24, 2016 Calculus III Section Math 232. Calculus III. Brian Veitch Fall 2015 Northern Illinois University Updated: August 24, 216 Calculus III Section 1.2 Math 232 Calculus III Brian Veitch Fall 215 Northern Illinois University 1.2 Calculus with Parametric Curves Definition 1: First Derivative of a Parametric

More information

10.1 Curves Defined by Parametric Equations

10.1 Curves Defined by Parametric Equations 10.1 Curves Defined by Parametric Equations Ex: Consider the unit circle from Trigonometry. What is the equation of that circle? There are 2 ways to describe it: x 2 + y 2 = 1 and x = cos θ y = sin θ When

More information

Lecture 15. Lecturer: Prof. Sergei Fedotov Calculus and Vectors. Length of a Curve and Parametric Equations

Lecture 15. Lecturer: Prof. Sergei Fedotov Calculus and Vectors. Length of a Curve and Parametric Equations Lecture 15 Lecturer: Prof. Sergei Fedotov 10131 - Calculus and Vectors Length of a Curve and Parametric Equations Sergei Fedotov (University of Manchester) MATH10131 2011 1 / 5 Lecture 15 1 Length of a

More information

9.1 Parametric Curves

9.1 Parametric Curves Math 172 Chapter 9A notes Page 1 of 20 9.1 Parametric Curves So far we have discussed equations in the form. Sometimes and are given as functions of a parameter. Example. Projectile Motion Sketch and axes,

More information

Chapter 10 Homework: Parametric Equations and Polar Coordinates

Chapter 10 Homework: Parametric Equations and Polar Coordinates Chapter 1 Homework: Parametric Equations and Polar Coordinates Name Homework 1.2 1. Consider the parametric equations x = t and y = 3 t. a. Construct a table of values for t =, 1, 2, 3, and 4 b. Plot the

More information

CALCULUS II. Parametric Equations and Polar Coordinates. Paul Dawkins

CALCULUS II. Parametric Equations and Polar Coordinates. Paul Dawkins CALCULUS II Parametric Equations and Polar Coordinates Paul Dawkins Table of Contents Preface... ii Parametric Equations and Polar Coordinates... 3 Introduction... 3 Parametric Equations and Curves...

More information

: = Curves Defined by Parametric Equations. Ex: Consider the unit circle from Trigonometry. What is the equation of that circle?

: = Curves Defined by Parametric Equations. Ex: Consider the unit circle from Trigonometry. What is the equation of that circle? 10.1 Curves Defined by Parametric Equations Ex: Consider the unit circle from Trigonometry. What is the equation of that circle? of 8* * # 2+-12=1 There are 2 ways to describe it: x 2 + y 2 = 1 x = cos!

More information

The diagram above shows a sketch of the curve C with parametric equations

The diagram above shows a sketch of the curve C with parametric equations 1. The diagram above shows a sketch of the curve C with parametric equations x = 5t 4, y = t(9 t ) The curve C cuts the x-axis at the points A and B. (a) Find the x-coordinate at the point A and the x-coordinate

More information

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 28 / 46

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 28 / 46 Polar Coordinates Polar Coordinates: Given any point P = (x, y) on the plane r stands for the distance from the origin (0, 0). θ stands for the angle from positive x-axis to OP. Polar coordinate: (r, θ)

More information

Name: Date: 1. Match the equation with its graph. Page 1

Name: Date: 1. Match the equation with its graph. Page 1 Name: Date: 1. Match the equation with its graph. y 6x A) C) Page 1 D) E) Page . Match the equation with its graph. ( x3) ( y3) A) C) Page 3 D) E) Page 4 3. Match the equation with its graph. ( x ) y 1

More information

MATH 1020 WORKSHEET 10.1 Parametric Equations

MATH 1020 WORKSHEET 10.1 Parametric Equations MATH WORKSHEET. Parametric Equations If f and g are continuous functions on an interval I, then the equations x ft) and y gt) are called parametric equations. The parametric equations along with the graph

More information

Math 124 Final Examination Winter 2015 !!! READ...INSTRUCTIONS...READ!!!

Math 124 Final Examination Winter 2015 !!! READ...INSTRUCTIONS...READ!!! 1 Math 124 Final Examination Winter 2015 Print Your Name Signature Student ID Number Quiz Section Professor s Name TA s Name!!! READ...INSTRUCTIONS...READ!!! 1. Your exam contains 7 problems and 11 pages;

More information

First of all, we need to know what it means for a parameterize curve to be differentiable. FACT:

First of all, we need to know what it means for a parameterize curve to be differentiable. FACT: CALCULUS WITH PARAMETERIZED CURVES In calculus I we learned how to differentiate and integrate functions. In the chapter covering the applications of the integral, we learned how to find the length of

More information

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves Block #1: Vector-Valued Functions Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves 1 The Calculus of Moving Objects Problem.

More information

10.1 Curves Defined by Parametric Equations

10.1 Curves Defined by Parametric Equations CHAPTER 10. PARAMETRIC AND POLAR 99 10.1 Curves Defined by Parametric Equations Example 1. Let x and y be given parametric equations below: x(t) =t cos(t) y(t) =t sin(t) (a) Calculate x and y for 11 values

More information

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 27 / 45

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 27 / 45 : Given any point P = (x, y) on the plane r stands for the distance from the origin (0, 0). θ stands for the angle from positive x-axis to OP. Polar coordinate: (r, θ) Chapter 10: Parametric Equations

More information

MAT1B01: Curves defined by parametric equations

MAT1B01: Curves defined by parametric equations MAT1B01: Curves defined by parametric equations Dr Craig 24 October 2016 My details: acraig@uj.ac.za Consulting hours: Thursday 11h20 12h55 Friday 11h30 13h00 Office C-Ring 508 https://andrewcraigmaths.wordpress.com/

More information

: = Curves Defined by Parametric Equations. Ex: Consider the unit circle from Trigonometry. What is the equation of that circle?

: = Curves Defined by Parametric Equations. Ex: Consider the unit circle from Trigonometry. What is the equation of that circle? 10.1 Curves Defined by Parametric Equations Ex: Consider the unit circle from Trigonometry. What is the equation of that circle? of 8* * # 2+-121 There are 2 ways to describe it: x 2 + y 2 1 x cos! : 9

More information

Exam 3 SCORE. MA 114 Exam 3 Spring Section and/or TA:

Exam 3 SCORE. MA 114 Exam 3 Spring Section and/or TA: MA 114 Exam 3 Spring 217 Exam 3 Name: Section and/or TA: Last Four Digits of Student ID: Do not remove this answer page you will return the whole exam. You will be allowed two hours to complete this test.

More information

Volumes of Solids of Revolution Lecture #6 a

Volumes of Solids of Revolution Lecture #6 a Volumes of Solids of Revolution Lecture #6 a Sphereoid Parabaloid Hyperboloid Whateveroid Volumes Calculating 3-D Space an Object Occupies Take a cross-sectional slice. Compute the area of the slice. Multiply

More information

10.4 Areas in Polar Coordinates

10.4 Areas in Polar Coordinates CHAPTER 0. PARAMETRIC AND POLAR 9 0.4 Areas in Polar Coordinates Example. Find the area of the circle defined by r.5sin( ) (seeexample ). Solution. A Z 0.5 (.5sin( )) d sin( )cos( ).5 (.5/) (r where r.5/)

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

12 Polar Coordinates, Parametric Equations

12 Polar Coordinates, Parametric Equations 54 Chapter Polar Coordinates, Parametric Equations Polar Coordinates, Parametric Equations Just as we describe curves in the plane using equations involving x and y, so can we describe curves using equations

More information

ENGI Parametric & Polar Curves Page 2-01

ENGI Parametric & Polar Curves Page 2-01 ENGI 3425 2. Parametric & Polar Curves Page 2-01 2. Parametric and Polar Curves Contents: 2.1 Parametric Vector Functions 2.2 Parametric Curve Sketching 2.3 Polar Coordinates r f 2.4 Polar Curve Sketching

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

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

More information

Parametric and Polar Curves

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

More information

Parametric and Polar Curves

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

More information

MATH11007 NOTES 12: PARAMETRIC CURVES, ARCLENGTH ETC.

MATH11007 NOTES 12: PARAMETRIC CURVES, ARCLENGTH ETC. MATH117 NOTES 12: PARAMETRIC CURVES, ARCLENGTH ETC. 1. Parametric representation of curves The position of a particle moving in three-dimensional space is often specified by an equation of the form For

More information

MA 114 Worksheet #17: Average value of a function

MA 114 Worksheet #17: Average value of a function Spring 2019 MA 114 Worksheet 17 Thursday, 7 March 2019 MA 114 Worksheet #17: Average value of a function 1. Write down the equation for the average value of an integrable function f(x) on [a, b]. 2. Find

More information

Calculators ARE NOT Permitted On This Portion Of The Exam 28 Questions - 55 Minutes

Calculators ARE NOT Permitted On This Portion Of The Exam 28 Questions - 55 Minutes 1 of 11 1) Give f(g(1)), given that Calculators ARE NOT Permitted On This Portion Of The Exam 28 Questions - 55 Minutes 2) Find the slope of the tangent line to the graph of f at x = 4, given that 3) Determine

More information

Angle Measure 1. Use the relationship π rad = 180 to express the following angle measures in radian measure. a) 180 b) 135 c) 270 d) 258

Angle Measure 1. Use the relationship π rad = 180 to express the following angle measures in radian measure. a) 180 b) 135 c) 270 d) 258 Chapter 4 Prerequisite Skills BLM 4-1.. Angle Measure 1. Use the relationship π rad = 180 to express the following angle measures in radian measure. a) 180 b) 135 c) 70 d) 58. Use the relationship 1 =!

More information

MATH11007 NOTES 15: PARAMETRIC CURVES, ARCLENGTH ETC.

MATH11007 NOTES 15: PARAMETRIC CURVES, ARCLENGTH ETC. MATH117 NOTES 15: PARAMETRIC CURVES, ARCLENGTH ETC. 1. Parametric representation of curves The position of a particle moving in three-dimensional space is often specified by an equation of the form For

More information

f xx (x, y) = 6 + 6x f xy (x, y) = 0 f yy (x, y) = y In general, the quantity that we re interested in is

f xx (x, y) = 6 + 6x f xy (x, y) = 0 f yy (x, y) = y In general, the quantity that we re interested in is 1. Let f(x, y) = 5 + 3x 2 + 3y 2 + 2y 3 + x 3. (a) Final all critical points of f. (b) Use the second derivatives test to classify the critical points you found in (a) as a local maximum, local minimum,

More information

Polar (BC Only) They are necessary to find the derivative of a polar curve in x- and y-coordinates. The derivative

Polar (BC Only) They are necessary to find the derivative of a polar curve in x- and y-coordinates. The derivative Polar (BC Only) Polar coordinates are another way of expressing points in a plane. Instead of being centered at an origin and moving horizontally or vertically, polar coordinates are centered at the pole

More information

Differential Geometry MAT WEEKLY PROGRAM 1-2

Differential Geometry MAT WEEKLY PROGRAM 1-2 15.09.014 WEEKLY PROGRAM 1- The first week, we will talk about the contents of this course and mentioned the theory of curves and surfaces by giving the relation and differences between them with aid of

More information

d f(g(t), h(t)) = x dt + f ( y dt = 0. Notice that we can rewrite the relationship on the left hand side of the equality using the dot product: ( f

d f(g(t), h(t)) = x dt + f ( y dt = 0. Notice that we can rewrite the relationship on the left hand side of the equality using the dot product: ( f Gradients and the Directional Derivative In 14.3, we discussed the partial derivatives f f and, which tell us the rate of change of the x y height of the surface defined by f in the x direction and the

More information

Plane Curve [Parametric Equation]

Plane Curve [Parametric Equation] Plane Curve [Parametric Equation] Bander Almutairi King Saud University December 1, 2015 Bander Almutairi (King Saud University) Plane Curve [Parametric Equation] December 1, 2015 1 / 8 1 Parametric Equation

More information

48. Logistic Growth (BC) Classwork

48. Logistic Growth (BC) Classwork 48. Logistic Growth (BC) Classwork Using the exponential growth model, the growth of a population is proportion to its current size. The differential equation for exponential growth is dp = kp leading

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

Functions of Several Variables

Functions of Several Variables Jim Lambers MAT 280 Spring Semester 2009-10 Lecture 2 Notes These notes correspond to Section 11.1 in Stewart and Section 2.1 in Marsden and Tromba. Functions of Several Variables Multi-variable calculus

More information

Tangents of Parametric Curves

Tangents of Parametric Curves Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 32 Notes These notes correspond to Section 92 in the text Tangents of Parametric Curves When a curve is described by an equation of the form y = f(x),

More information

Parametric and Polar Curves

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

More information

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

Parametric Curves and Polar Coordinates

Parametric Curves and Polar Coordinates Parametric Curves and Polar Coordinates Math 251, Fall 2017 Juergen Gerlach Radford University Parametric Curves We will investigate several aspects of parametric curves in the plane. The curve given by

More information

Parametric Curves and Polar Coordinates

Parametric Curves and Polar Coordinates Parametric Curves and Polar Coordinates Math 251, Fall 2017 Juergen Gerlach Radford University Parametric Curves We will investigate several aspects of parametric curves in the plane. The curve given by

More information

Chapter 11. Parametric Equations And Polar Coordinates

Chapter 11. Parametric Equations And Polar Coordinates Instructor: Prof. Dr. Ayman H. Sakka Chapter 11 Parametric Equations And Polar Coordinates In this chapter we study new ways to define curves in the plane, give geometric definitions of parabolas, ellipses,

More information

MAT01B1: Curves defined by parametric equations

MAT01B1: Curves defined by parametric equations MAT01B1: Curves defined by parametric equations Dr Craig 10 October 2018 My details: acraig@uj.ac.za Consulting hours: Monday 14h40 15h25 Thursday 11h20 12h55 Friday 11h20 12h55 Office C-Ring 508 https://andrewcraigmaths.wordpress.com/

More information

Version 001 Polar Curve Review rittenhouse (RittBCblock2) correct

Version 001 Polar Curve Review rittenhouse (RittBCblock2) correct Version 1 Polar Curve Review rittenhouse (RittBCblock 1 This print-out should have 9 questions. Multiple-choice questions may continue on the next column or page find all choices before answering. BC 1993

More information

Lecture 34: Curves defined by Parametric equations

Lecture 34: Curves defined by Parametric equations Curves defined by Parametric equations When the path of a particle moving in the plane is not the graph of a function, we cannot describe it using a formula that express y directly in terms of x, or x

More information

f sin the slope of the tangent line is given by f sin f cos cos sin , but it s also given by 2. So solve the DE with initial condition: sin cos

f sin the slope of the tangent line is given by f sin f cos cos sin , but it s also given by 2. So solve the DE with initial condition: sin cos Math 414 Activity 1 (Due by end of class August 1) 1 Four bugs are placed at the four corners of a square with side length a The bugs crawl counterclockwise at the same speed and each bug crawls directly

More information

Chapter 6 Some Applications of the Integral

Chapter 6 Some Applications of the Integral Chapter 6 Some Applications of the Integral More on Area More on Area Integrating the vertical separation gives Riemann Sums of the form More on Area Example Find the area A of the set shaded in Figure

More information

Section 5.4: Modeling with Circular Functions

Section 5.4: Modeling with Circular Functions Section 5.4: Modeling with Circular Functions Circular Motion Example A ferris wheel with radius 25 feet is rotating at a rate of 3 revolutions per minute, When t = 0, a chair starts at its lowest point

More information

Pre-Calculus Guided Notes: Chapter 10 Conics. A circle is

Pre-Calculus Guided Notes: Chapter 10 Conics. A circle is Name: Pre-Calculus Guided Notes: Chapter 10 Conics Section Circles A circle is _ Example 1 Write an equation for the circle with center (3, ) and radius 5. To do this, we ll need the x1 y y1 distance formula:

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

NAME: Section # SSN: X X X X

NAME: Section # SSN: X X X X Math 155 FINAL EXAM A May 5, 2003 NAME: Section # SSN: X X X X Question Grade 1 5 (out of 25) 6 10 (out of 25) 11 (out of 20) 12 (out of 20) 13 (out of 10) 14 (out of 10) 15 (out of 16) 16 (out of 24)

More information

1. no trace exists correct. 2. hyperbola : z 2 y 2 = ellipse : y z2 = ellipse : 5. circle : y 2 +z 2 = 2

1. no trace exists correct. 2. hyperbola : z 2 y 2 = ellipse : y z2 = ellipse : 5. circle : y 2 +z 2 = 2 grandi (rg38778) Homework 5 grandi () This print-out should have 3 questions. Multiple-choice questions may continue on the next column or page find all choices before answering.. points Classify the quadric

More information

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

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

More information

During the timed portion for Part A, you may work only on the problems in Part A.

During the timed portion for Part A, you may work only on the problems in Part A. SECTION II Time: hour and 30 minutes Percent of total grade: 50 Part A: 45 minutes, 3 problems (A graphing calculator is required for some problems or parts of problems.) During the timed portion for Part

More information

AP * Calculus Review. Area and Volume

AP * Calculus Review. Area and Volume AP * Calculus Review Area and Volume Student Packet Advanced Placement and AP are registered trademark of the College Entrance Examination Board. The College Board was not involved in the production of,

More information

Parametric Surfaces. Substitution

Parametric Surfaces. Substitution Calculus Lia Vas Parametric Surfaces. Substitution Recall that a curve in space is given by parametric equations as a function of single parameter t x = x(t) y = y(t) z = z(t). A curve is a one-dimensional

More information

Math 113 Calculus III Final Exam Practice Problems Spring 2003

Math 113 Calculus III Final Exam Practice Problems Spring 2003 Math 113 Calculus III Final Exam Practice Problems Spring 23 1. Let g(x, y, z) = 2x 2 + y 2 + 4z 2. (a) Describe the shapes of the level surfaces of g. (b) In three different graphs, sketch the three cross

More information

Tuesday 22 January 2008 Afternoon Time: 1 hour 30 minutes

Tuesday 22 January 2008 Afternoon Time: 1 hour 30 minutes Paper Reference(s) 6666/0 Edexcel GCE Core Mathematics C4 Advanced Level Tuesday 22 January 2008 Afternoon Time: hour 30 minutes Materials required for examination Mathematical Formulae (Green) Items included

More information

9.1 POLAR COORDINATES

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

More information

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

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

More information

Math 265 Exam 3 Solutions

Math 265 Exam 3 Solutions C Roettger, Fall 16 Math 265 Exam 3 Solutions Problem 1 Let D be the region inside the circle r 5 sin θ but outside the cardioid r 2 + sin θ. Find the area of D. Note that r and θ denote polar coordinates.

More information

Topic 5.1: Line Elements and Scalar Line Integrals. Textbook: Section 16.2

Topic 5.1: Line Elements and Scalar Line Integrals. Textbook: Section 16.2 Topic 5.1: Line Elements and Scalar Line Integrals Textbook: Section 16.2 Warm-Up: Derivatives of Vector Functions Suppose r(t) = x(t) î + y(t) ĵ + z(t) ˆk parameterizes a curve C. The vector: is: r (t)

More information

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

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

More information

Inverse Trigonometric Functions:

Inverse Trigonometric Functions: Inverse Trigonometric Functions: Trigonometric functions can be useful models for many real life phenomena. Average monthly temperatures are periodic in nature and can be modeled by sine and/or cosine

More information

Parametric Equations: Motion in a Plane Notes for Section 6.3. are parametric equations for the curve.

Parametric Equations: Motion in a Plane Notes for Section 6.3. are parametric equations for the curve. Parametric Equations: Motion in a Plane Notes for Section 6.3 In Laman s terms: Parametric equations allow us to put and into terms of a single variable known as the parameter. Time, t, is a common parameter

More information

Chapter 10: Parametric And Polar Curves; Conic Sections

Chapter 10: Parametric And Polar Curves; Conic Sections 206 Chapter 10: Parametric And Polar Curves; Conic Sections Summary: This chapter begins by introducing the idea of representing curves using parameters. These parametric equations of the curves can then

More information

1-1. What you'll Learn About Critical Points/Extreme Values. 1 P a g e

1-1. What you'll Learn About Critical Points/Extreme Values. 1 P a g e CALCULUS: by Rogawski 8) 1 y x 1-1 x Chapter 4.2: Extreme Values What you'll Learn About Critical Points/Extreme Values 12) f(x) 4x - x 1 1 P a g e Determine the extreme values of each function 2 21) f(x)

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

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

More information

Math 126C: Week 3 Review

Math 126C: Week 3 Review Math 126C: Week 3 Review Note: These are in no way meant to be comprehensive reviews; they re meant to highlight the main topics and formulas for the week. Doing homework and extra problems is always the

More information

Name Class. (a) (b) (c) 2. Find the volume of the solid formed by revolving the region bounded by the graphs of

Name Class. (a) (b) (c) 2. Find the volume of the solid formed by revolving the region bounded by the graphs of Applications of Integration Test Form A. Determine the area of the region bounded by the graphs of y x 4x and y x 4. (a) 9 9 (b) 6 (c). Find the volume of the solid formed by revolving the region bounded

More information

Rewrite the equation in the left column into the format in the middle column. The answers are in the third column. 1. y 4y 4x 4 0 y k 4p x h y 2 4 x 0

Rewrite the equation in the left column into the format in the middle column. The answers are in the third column. 1. y 4y 4x 4 0 y k 4p x h y 2 4 x 0 Pre-Calculus Section 1.1 Completing the Square Rewrite the equation in the left column into the format in the middle column. The answers are in the third column. 1. y 4y 4x 4 0 y k 4p x h y 4 x 0. 3x 3y

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

Chapter 4/5 Part 1- Trigonometry in Radians

Chapter 4/5 Part 1- Trigonometry in Radians Chapter 4/5 Part - Trigonometry in Radians Lesson Package MHF4U Chapter 4/5 Part Outline Unit Goal: By the end of this unit, you will be able to demonstrate an understanding of meaning and application

More information

3. The three points (2, 4, 1), (1, 2, 2) and (5, 2, 2) determine a plane. Which of the following points is in that plane?

3. The three points (2, 4, 1), (1, 2, 2) and (5, 2, 2) determine a plane. Which of the following points is in that plane? Math 4 Practice Problems for Midterm. A unit vector that is perpendicular to both V =, 3, and W = 4,, is (a) V W (b) V W (c) 5 6 V W (d) 3 6 V W (e) 7 6 V W. In three dimensions, the graph of the equation

More information

What you will learn today

What you will learn today What you will learn today Tangent Planes and Linear Approximation and the Gradient Vector Vector Functions 1/21 Recall in one-variable calculus, as we zoom in toward a point on a curve, the graph becomes

More information

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

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

More information

Review sheet inches centimeters 40. Name: Class: Date:

Review sheet inches centimeters 40. Name: Class: Date: Name: Class: Date:.-.2 Review sheet Multiple Choice Identify the choice that best completes the statement or answers the question.. Find the complement of the following angle. Round your answer to two

More information

ds dt ds 1 dt 1 dt v v v dt ds and the normal vector is given by N

ds dt ds 1 dt 1 dt v v v dt ds and the normal vector is given by N Normal Vectors and Curvature In the last section, we stated that reparameterization by arc length would help us analyze the twisting and turning of a curve. In this section, we ll see precisely how to

More information

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas 16 Vector Calculus 16.6 and Their Areas Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. and Their Areas Here we use vector functions to describe more general

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

Polar Coordinates. 2, π and ( )

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

More information

Unit 4. Applications of integration

Unit 4. Applications of integration 18.01 EXERCISES Unit 4. Applications of integration 4A. Areas between curves. 4A-1 Find the area between the following curves a) y = 2x 2 and y = 3x 1 b) y = x 3 and y = ax; assume a > 0 c) y = x + 1/x

More information

MAT 271 Recitation. MAT 271 Recitation. Sections 10.1,10.2. Lindsey K. Gamard, ASU SoMSS. 22 November 2013

MAT 271 Recitation. MAT 271 Recitation. Sections 10.1,10.2. Lindsey K. Gamard, ASU SoMSS. 22 November 2013 MAT 271 Recitation Sections 10.1,10.2 Lindsey K. Gamard, ASU SoMSS 22 November 2013 Agenda Today s agenda: 1. Introduction to concepts from 10.1 and 10.2 2. Example problems 3. Groupwork Section 10.1 Introduction

More information

5. The angle of elevation of the top of a tower from a point 120maway from the. What are the x-coordinates of the maxima of this function?

5. The angle of elevation of the top of a tower from a point 120maway from the. What are the x-coordinates of the maxima of this function? Exams,Math 141,Pre-Calculus, Dr. Bart 1. Let f(x) = 4x+6. Find the inverse of f algebraically. 5x 2. Suppose f(x) =x 2.We obtain g(x) fromf(x) by translating to the left by 2 translating up by 3 reecting

More information

The base of a solid is the region in the first quadrant bounded above by the line y = 2, below by

The base of a solid is the region in the first quadrant bounded above by the line y = 2, below by Chapter 7 1) (AB/BC, calculator) The base of a solid is the region in the first quadrant bounded above by the line y =, below by y sin 1 x, and to the right by the line x = 1. For this solid, each cross-section

More information

Presented, and Compiled, By. Bryan Grant. Jessie Ross

Presented, and Compiled, By. Bryan Grant. Jessie Ross P a g e 1 Presented, and Compiled, By Bryan Grant Jessie Ross August 3 rd, 2016 P a g e 2 Day 1 Discovering Polar Graphs Days 1 & 2 Adapted from Nancy Stephenson - Clements High School, Sugar Land, Texas

More information

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes

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

More information

Direction Fields; Euler s Method

Direction Fields; Euler s Method Direction Fields; Euler s Method It frequently happens that we cannot solve first order systems dy (, ) dx = f xy or corresponding initial value problems in terms of formulas. Remarkably, however, this

More information

Section 7.2 Volume: The Disk Method

Section 7.2 Volume: The Disk Method Section 7. Volume: The Disk Method White Board Challenge Find the volume of the following cylinder: No Calculator 6 ft 1 ft V 3 1 108 339.9 ft 3 White Board Challenge Calculate the volume V of the solid

More information

USING TEMATH S VISUALIZATION TOOLS IN CALCULUS 1

USING TEMATH S VISUALIZATION TOOLS IN CALCULUS 1 USING TEMATH S VISUALIZATION TOOLS IN CALCULUS 1 Robert E. Kowalczyk and Adam O. Hausknecht University of Massachusetts Dartmouth North Dartmouth, MA 02747 TEMATH (Tools for Exploring Mathematics) is a

More information

Integration. Edexcel GCE. Core Mathematics C4

Integration. Edexcel GCE. Core Mathematics C4 Edexcel GCE Core Mathematics C Integration Materials required for examination Mathematical Formulae (Green) Items included with question papers Nil Advice to Candidates You must ensure that your answers

More information

Polar Coordinates. Calculus 2 Lia Vas. If P = (x, y) is a point in the xy-plane and O denotes the origin, let

Polar Coordinates. Calculus 2 Lia Vas. If P = (x, y) is a point in the xy-plane and O denotes the origin, let Calculus Lia Vas Polar Coordinates If P = (x, y) is a point in the xy-plane and O denotes the origin, let r denote the distance from the origin O to the point P = (x, y). Thus, x + y = r ; θ be the angle

More information

9.7 Plane Curves & Parametric Equations Objectives

9.7 Plane Curves & Parametric Equations Objectives . Graph Parametric Equations 9.7 Plane Curves & Parametric Equations Objectives. Find a Rectangular Equation for a Curve Defined Parametrically. Use Time as a Parameter in Parametric Equations 4. Find

More information

Line Integration in the Complex Plane

Line Integration in the Complex Plane න f z dz C Engineering Math EECE 3640 1 A Review of Integration of Functions of Real Numbers: a b f x dx is the area under the curve in the figure below: The interval of integration is the path along the

More information