f : R 2 R (x, y) x 2 + y 2

Size: px
Start display at page:

Download "f : R 2 R (x, y) x 2 + y 2"

Transcription

1 Chapter 2 Vector Functions 2.1 Vector-Valued Functions Definitions Until now, the functions we studied took a real number as input and gave another real number as output. Hence, when defining a function, it was usually enough to simply specify a formula for it. This is no longer the case. In the future, when we define a function we will also need to specify the kind of objects it acts on (numbers, vectors,...) and the kind of output it produces (numbers, vectors,...). For example, to define a function which takes as input a pair of numbers and produces a real number as output, defined by the formula f (x, y) = x 2 + y 2, we would write: f : R 2 R (x, y) x 2 + y 2 We could also say: f : R 2 R defined by f (x, y) = x 2 + y 2. The part f : R 2 R indicates that the inputs come from R 2 (they are pairs) and the outputs are in R. With this in mind, we now define vector valued functions. Definition (vector-valued functions) A vector-valued function or simply a vector function is a function whose domain is a set of real numbers and range a set of vectors (2-D or 3-D). In other words, it is a function of the form r : R R 2 or r : R R 3. You will note that we used vector notation because the function is actually a vector. 1. In the plane, such a function will be of the form r : R R 2 defined by r (t) = f (t), g (t). 2. In space, such a function will be of the form r : R R 3 defined by r (t) = f (t), g (t), h (t). 121

2 122 CHAPTER 2. VECTOR FUNCTIONS 3. We usually use t to denote the independent variable because many applications of these functions come from physics and the variable is time. t is often called a parameter. 4. The functions f, g, h are called component functions. They are functions for which both the input and output values are real numbers. In other words, f : R R, g : R R, and h : R R. They are functions like the functions you used in diff erential and integral calculus. 5. The domain of a vector function is the set of values of t for which r (t) is defined. That is, it is the set of values of t for which all the component functions are defined. One way to find it is to find the intersection of the domains of each component function. Example Consider the vector function r (t) = sin t, cos t. Its domain it the set of values of t for which both sin t and cos t are defined. Since both functions are always defined, the domain of r (t) is R. Example Consider the vector function r (t) = t 2, ln (3 t), t. Its domain it the set of values of t for which t 2, ln (3 t) and t are defined. t 2 is always defined. ln (3 t) is defined when 3 t > 0 that is when t < 3 or t (, 3). t is defined when t [0, ). The set of values of t in which all three functions are defined is [0, 3) Limits and Continuity Limit and continuity of vector functions are defined in terms of limits and continuity of their components. Definition (limit of a vector function) If r (t) = f (t), g (t), h (t) then lim r (t) = lim f (t), lim g (t), lim h (t) t a t a t a t a Remark Since the component functions are real-valued functions of one variable, we can use all the tools we learned in calculus I to find their limits. 2. Because taking the limit of a vector function amounts to taking the limits of real-valued functions, it can be shown that the limit rules we learned in calculus I are also true for vector functions. Example Find lim t 0 r (t) for r (t) = t 2, ln (3 t), t. From the definition, we have lim t 0 r (t) = lim t 0 t2, lim ln (3 t), lim t t 0 t 0 = 0, ln 3, 0

3 2.1. VECTOR-VALUED FUNCTIONS 123 Definition (Continuity of a vector function) The vector function r (t) is continuous if and only if lim r (t) = r (a) t a Remark From the definition, we see that a vector function is continuous if and only if its component functions are continuous. Since the component functions are real-valued functions of one variable, we can use all the theorems studied in calculus I. Example Find where r (t) = t 2, ln (3 t), t is continuous. We need to find the set of values of t at which each component of r is continuous. t 2 is continuous for all values of t. ln (3 t) is continuous where it is defined that is on (, 3). t is continuous where it is defined that is on [0, ). It follows that r (t) is continuous on [0, 3) Plane and Space Curves Definition (plane and space curves) Let f, g, h be three continuous real-valued functions. 1. If r (t) = f (t), g (t) then the set on points (x, y) where { x = f (t) y = g (t) (2.1) and t varies throughout some interval I is called a plane curve. r (t) is the position vector of the point (f (t), g (t)). 2. If r (t) = f (t), g (t), h (t) then the set on points (x, y, z) where x = f (t) y = g (t) z = h (t) (2.2) and t varies throughout some interval I is called a space curve. r (t) is the position vector of the point (f (t), g (t), h (t)). 3. Equations 2.1 and 2.2 are called the parametric equations of the curve. The curve is being traced by the tip of the position vector as t varies through the interval I as illustrated in figure 2.1. t is called the parameter. For each value of t corresponds a point on the curve. Example Find the point on the curve given by r (t) = sin t, cos t, t when t = 0, t = π 2. When t = 0, the corresponding point is r (0) = (sin 0, cos 0, 0) = (0, 1, 0).

4 124 CHAPTER 2. VECTOR FUNCTIONS Figure 2.1: A space curve and its position vector at different values of the parameter When t = π 2, the corresponding point is r ( 1, 0, π ). 2 ( π 2 ) = ( sin π 2, cos π 2, π ) = 2 Example Find the value of t which corresponds to the point (0, 1, 0) for the curve given by r (t) = sin t, cos t, t. We are looking for the value of t such that (0, 1, 0) = (sin t, cos t, t), so we see sin t = 0 that we must have cos t = 1. We use the easiest equation to solve and verify t = 0 that the solution we ound works for the other equations. Here, the last equation gives us the solution. This solution also works in the other equations. So, t = 0 gives us the point (0, 1, 0). We will not focus on plotting plane or space curves by hand. However, students should have a basic knowledge of some basic curves. They are illustrated in the examples below. Students should also know how to plot plane and space curves using their favorite computer program. Example Recall the parametric equation of the line through (x 1, y 1 z 1 )

5 2.1. VECTOR-VALUED FUNCTIONS 125 with direction vector a, b, c is where t R. x = x 1 + at y = y 1 + bt z = z 1 + ct Example The parametric equations of the line through two points (x 0, y 0, z 0 ) and (x 1, y 1 z 1 ) are x = (1 t) x 0 + tx 1 y = (1 t) y 0 + ty 1 (2.3) z = (1 t) z 0 + tz 1 for t R This is easy to see. A direction vector will be x 1 x 0, y 1 y 0, z 1 z 0. Thus, the equation of the line using the previous example will be Rearranging gives the desired equation. x = x 0 + t (x 1 x 0 ) y = y 0 + t (y 1 y 0 ) z = z 0 + t (z 1 z 0 ) Example From the above example, one can see that the equation of the line segment between two points (x 0, y 0, z 0 ) and (x 1, y 1 z 1 ) are x = x 0 + t (x 1 x 0 ) y = y 0 + t (y 1 y 0 ) z = z 0 + t (z 1 z 0 ) for t [0, 1]. { x = cos (t) Example The plane curve given by the parametric equations y = sin (t) for t [0, 2π] is a circle of radius 1 centered at the origin. This can be seen by noticing that x 2 + y 2 = 1 which is the equation of a circle of radius 1 centered at the origin. { x = cos (2πt) Example The plane curve given by the parametric equations y = sin (2πt) for t [0, 1] is also circle of radius 1 centered at the origin. Remark The last two examples illustrate the fact that diff erent parametric equations can trace the same curve. If we think of t as time, then in the second case, the circle is being traced faster than in the first. Remark When looking at a curve, its shape is important. The direction in which it is being traced is also important.

6 126 CHAPTER 2. VECTOR FUNCTIONS Example { If y = f (x), then the corresponding parametric equations are x = t. This shows that it is easy to write the parametric equations of y = f (t) a curve given a function representing { the curve. For example, the parametric x = t equations of a parabola y = x 2 are y = t 2. However, this is not the only way { x = at to write y = f (x) in parametric form. We can also use where a y = f (at) { x = t is a constant. The diff erence between the two parametrization and y = f (t) { x = at is the speed at which the curve is traversed. If in addition a < 0, y = f (at) the order in which the curve is traversed will be reversed. Example Another curve we will use often is the helix. Its parametric equations are of the form x = cos t y = sin t z = t for t R. Its trace in the xy-plane is a unit circle of radius 1 centered at the origin. As t increases, the z coordinate of the point corresponding to the position vector will increase. The position vector will actually trace an upward spiral. Example Fint the points at which the curve given by r (t) = 1 t 2, 2t 1, ln 1 t intersects with the xy-plane, the xz-plane and the yz-plane. Intersection with the xy-plane: To be on the xy-plane the z-coordinate of a point must be 0, so we must have ln 1 t = 0 which means that 1 t = 1 or t = 1. The corresponding point is r (1) = (0, 1, 0). Intersection with the xz-plane: To be on the xz-plane the y-coordinate of a point must be 0, so we must have 2t 1 = 0 or t = 1. The corresponding 2 point is ( ) 1 r = (1 14 ) ( ) 3 2, 0, ln 2 =, 0, ln 2. 4 Intersection with the yz-plane: To be on the yz-plane the x-coordinate of a point must be 0, so we must have 1 t 2 = 0 or t = ±1. However, since ln 1 t is defined only when 1 > 0 we must have t > 0, so we only keep t t = 1. The corresponding point is r (1) = (0, 1, 0) Things to Know Know what a space curve is. Know simple examples of space curves.

7 2.1. VECTOR-VALUED FUNCTIONS 127 Be able to compute the limit of a space curve. Be able to tell if and where a space curve is continuous Problems 1. Find the domain of each vector function below. (a) r (t) = t, t 2, sin t (b) r (t) = ln(3 t) t 1, sin t, et (c) r (t) = ln (3 t), t 4 2. Compute the limits below. (a) lim sin t t 0 t, cos t, e t 1 (b) lim ln t, e t t 1 (c) lim t t e, e t, 1 t t 3. Find where the vector functions below are continuous. (a) r (t) = t, t 2, sin t (b) r (t) = ln(3 t) t 1, sin t, et (c) r (t) = ln (3 t), t 4 4. Using your favorite computer program, sketch the graph of the vector functions below and also plot the position vector for various values of the parameter. (a) r (t) = t, t 2, e t (b) r (t) = (cos t, sin t, e t ) (c) r (t) = cos 4t, t, sin 4t (d) r (t) = t sin t, 1 cos t (e) r (t) = sin t, cos t, sin 2t 5. Suppose that two objects are travelling along the curves given by r 1 (t) = t 2, 7t 12, t 2 and r 2 (t) = 4t 3, t 2, 5t 6. Answer the questions below. (a) Do the curves intersect? If yes, find at which point. (b) Verify the answer you obtained in part a by graphing both curves. (c) Would the two objects travelling on these curves collide? (d) Are parts a and c the same question? Explain. 6. What is the value of t that corresponds to the point (4, 2, 4) for r (t) = t 2, 7t 12, t 2.

8 128 CHAPTER 2. VECTOR FUNCTIONS Answers 1. Find the domain of each vector function below. (a) r (t) = t, t 2, sin t All components are always defined, so the domain is R. (b) r (t) = ln(3 t) t 1, sin t, et The last two components are always defined. The numerator of the first one is defined when 3 t > 0 or t < 3 and the denominator cannot be 0 so the domain is (, 1) (1, 3) (c) r (t) = ln (3 t), t 4 The first component is defined when t < 3 and the second when t > 4 so the domain is empty. 2. Compute the limits below. (a) lim t 0 sin t t, cos t, e t 1 = 1, 1, 0 (b) lim t 1 ln t, e t = 0, e (c) lim t t e, e t, 1 t t = 0, 0, 0 3. Find where the vector functions below are continuous. (a) r (t) = t, t 2, sin t All components are always continuous, so r (t) is continuous on R. (b) r (t) = ln(3 t) t 1, sin t, et The last two components are always continuous. The numerator of the first one is defined hence continuous when 3 t > 0 or t < 3 and the denominator cannot be 0 so r (t) is continuous on (, 1) (1, 3) (c) r (t) = ln (3 t), t 4 The first component is defined when t < 3 and the second when t > 4 so the domain is empty hence r (t) is continuous nowhere. 4. Using your favorite computer program, sketch the graph of the vector functions below and also plot the position vector for various values of the parameter. (a) r (t) = t, t 2, e t

9 2.1. VECTOR-VALUED FUNCTIONS z x y (b) r (t) = cos t, sin t, e t 150 z y x (c) r (t) = cos 4t, t, sin 4t

10 130 CHAPTER 2. VECTOR FUNCTIONS y0.5 2 z x 4 (d) r (t) = t sin t, 1 cos t y x (e) r (t) = sin t, cos t, sin 2t

11 2.1. VECTOR-VALUED FUNCTIONS z y x Suppose that two objects are travelling along the curves given by r 1 (t) = t 2, 7t 12, t 2 and r 2 (t) = 4t 3, t 2, 5t 6. Answer the questions below. (a) Do the curves intersect? If yes, find at which point. We begin by renaming the parameter of the second equation, call it s, t 2 = 4s 3 then set the two equal and solve. We need to solve 7t 12 = s 2. t 2 = 5s 6 From equations 1 and 3 we see that 4s 3 = 5s 6 that is s = 3. This means that t = ±3. From equation 2, we see that 7t 12 = 9 or t = 3. So, yes, the curves do intersect at the point (9, 9, 9) that is when s = t = 3. (b) Verify the answer you obtained in part a by graphing both curves. The graphs are shown below, r 1 (t) is in blue and r 2 (t) in red.

12 132 CHAPTER 2. VECTOR FUNCTIONS z y x (c) Would the two objects travelling on these curves collide? Yes they would because they reach their common point at the same time. (d) Are parts a and c the same question? Explain. They are different questions. For two curves to intersect, it is enough for their path to cross. For objects travelling on these curves to intersect, they have to reach the point of intersection at the same time, that is for the same value of the parameter. 6. What is the value of t that corresponds to the point (4, 2, 4) for r (t) = t 2, 7t 12, t 2. t = 2 is the answer.

13 Bibliography [1] Joel Hass, Maurice D. Weir, and George B. Thomas, University calculus: Early transcendentals, Pearson Addison-Wesley, [2] James Stewart, Calculus, Cengage Learning, [3] Michael Sullivan and Kathleen Miranda, Calculus: Early transcendentals, Macmillan Higher Education,

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Limits and Continuity Philippe B. Laval KSU Today Philippe B. Laval (KSU) Vector Functions Today 1 / 14 Introduction Until now, the functions we studied took a real number

More information

2.2 Differentiation and Integration of Vector-Valued Functions

2.2 Differentiation and Integration of Vector-Valued Functions .. DIFFERENTIATION AND INTEGRATION OF VECTOR-VALUED FUNCTIONS133. Differentiation and Interation of Vector-Valued Functions Simply put, we differentiate and interate vector functions by differentiatin

More information

Section 14.1 Vector Functions and Space Curves

Section 14.1 Vector Functions and Space Curves Section 14.1 Vector Functions and Space Curves Functions whose range does not consists of numbers A bulk of elementary mathematics involves the study of functions - rules that assign to a given input a

More information

Motion in Space Parametric Equations of a Curve

Motion in Space Parametric Equations of a Curve Motion in Space Parametric Equations of a Curve A curve, C, inr 3 can be described by parametric equations of the form x x t y y t z z t. Any curve can be parameterized in many different ways. For example,

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 3 2, 5 2 C) - 5 2

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 3 2, 5 2 C) - 5 2 Test Review (chap 0) Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the problem. ) Find the point on the curve x = sin t, y = cos t, -

More information

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 1 Fall 2018

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 1 Fall 2018 DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS MATH SOME SOLUTIONS TO EXAM 1 Fall 018 Version A refers to the regular exam and Version B to the make-up 1. Version A. Find the center

More information

Department of Mathematical and Statistical Sciences University of Alberta

Department of Mathematical and Statistical Sciences University of Alberta MATH 214 (R1) Winter 2008 Intermediate Calculus I Solutions to Problem Set #8 Completion Date: Friday March 14, 2008 Department of Mathematical and Statistical Sciences University of Alberta Question 1.

More information

Worksheet 1.7: Introduction to Vector Functions - Position

Worksheet 1.7: Introduction to Vector Functions - Position Boise State Math 275 (Ultman) Worksheet 1.7: Introduction to Vector Functions - Position From the Toolbox (what you need from previous classes): Cartesian Coordinates: Coordinates of points in general,

More information

Arc Length. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Arc Length Today 1 / 12

Arc Length. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Arc Length Today 1 / 12 Philippe B. Laval KSU Today Philippe B. Laval (KSU) Arc Length Today 1 / 12 Introduction In this section, we discuss the notion of curve in greater detail and introduce the very important notion of arc

More information

Parametric Curves. Calculus 2 Lia Vas

Parametric Curves. Calculus 2 Lia Vas Calculus Lia Vas Parametric Curves In the past, we mostly worked with curves in the form y = f(x). However, this format does not encompass all the curves one encounters in applications. For example, consider

More information

Math 11 Fall 2016 Section 1 Monday, September 19, Definition: A vector parametric equation for the line parallel to vector v = x v, y v, z v

Math 11 Fall 2016 Section 1 Monday, September 19, Definition: A vector parametric equation for the line parallel to vector v = x v, y v, z v Math Fall 06 Section Monay, September 9, 06 First, some important points from the last class: Definition: A vector parametric equation for the line parallel to vector v = x v, y v, z v passing through

More information

16.2 Line Integrals. Lukas Geyer. M273, Fall Montana State University. Lukas Geyer (MSU) 16.2 Line Integrals M273, Fall / 21

16.2 Line Integrals. Lukas Geyer. M273, Fall Montana State University. Lukas Geyer (MSU) 16.2 Line Integrals M273, Fall / 21 16.2 Line Integrals Lukas Geyer Montana State University M273, Fall 211 Lukas Geyer (MSU) 16.2 Line Integrals M273, Fall 211 1 / 21 Scalar Line Integrals Definition f (x) ds = lim { s i } N f (P i ) s

More information

Vector Functions & Space Curves MATH 2110Q

Vector Functions & Space Curves MATH 2110Q Vector Functions & Space Curves Vector Functions & Space Curves Vector Functions Definition A vector function or vector-valued function is a function that takes real numbers as inputs and gives vectors

More information

MATH 12 CLASS 5 NOTES, SEP

MATH 12 CLASS 5 NOTES, SEP MATH 12 CLASS 5 NOTES, SEP 30 2011 Contents 1. Vector-valued functions 1 2. Differentiating and integrating vector-valued functions 3 3. Velocity and Acceleration 4 Over the past two weeks we have developed

More information

MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS

MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS MAT100 is a fast-paced and thorough tour of precalculus mathematics, where the choice of topics is primarily motivated by the conceptual and technical knowledge

More information

Unit Speed Curves. Recall that a curve Α is said to be a unit speed curve if

Unit Speed Curves. Recall that a curve Α is said to be a unit speed curve if Unit Speed Curves Recall that a curve Α is said to be a unit speed curve if The reason that we like unit speed curves that the parameter t is equal to arc length; i.e. the value of t tells us how far along

More information

AP Calculus (BC) Chapter 10 Test No Calculator Section. Name: Date: Period:

AP Calculus (BC) Chapter 10 Test No Calculator Section. Name: Date: Period: AP Calculus (BC) Chapter 10 Test No Calculator Section Name: Date: Period: Part I. Multiple-Choice Questions (5 points each; please circle the correct answer.) 1. The graph in the xy-plane represented

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

More information

Created by T. Madas LINE INTEGRALS. Created by T. Madas

Created by T. Madas LINE INTEGRALS. Created by T. Madas LINE INTEGRALS LINE INTEGRALS IN 2 DIMENSIONAL CARTESIAN COORDINATES Question 1 Evaluate the integral ( x + 2y) dx, C where C is the path along the curve with equation y 2 = x + 1, from ( ) 0,1 to ( )

More information

Section Vector Functions and Space Curves

Section Vector Functions and Space Curves Section 13.1 Section 13.1 Goals: Graph certain plane curves. Compute limits and verify the continuity of vector functions. Multivariable Calculus 1 / 32 Section 13.1 Equation of a Line The equation of

More information

Solutions to old Exam 3 problems

Solutions to old Exam 3 problems Solutions to old Exam 3 problems Hi students! I am putting this version of my review for the Final exam review here on the web site, place and time to be announced. Enjoy!! Best, Bill Meeks PS. There are

More information

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22 MATH 3A: MIDTERM 1 REVIEW JOE HUGHES 1. Let v = 3,, 3. a. Find e v. Solution: v = 9 + 4 + 9 =, so 1. Vectors e v = 1 v v = 1 3,, 3 b. Find the vectors parallel to v which lie on the sphere of radius two

More information

Extra Problems Chapter 7

Extra Problems Chapter 7 MA11: Prepared b Asst.Prof.Dr. Archara Pacheenburawana 1 Etra Problems hapter 7 1. onsider the vector field F = i+z j +z 3 k. a) ompute div F. b) ompute curl F. Solution a) div F = +z +3z b) curl F = i

More information

Extra Problems Chapter 7

Extra Problems Chapter 7 MA11: Prepared b Asst.Prof.Dr. Archara Pacheenburawana 1 Etra Problems hapter 7 1. onsider the vector field F = i+z j +z 3 k. a) ompute div F. b) ompute curl F. Solution a) div F = +z +3z b) curl F = i

More information

Calculus Summer Packet

Calculus Summer Packet Calculus Summer Packet Congratulations on reaching this level of mathematics in high school. I know some or all of you are bummed out about having to do a summer math packet; but keep this in mind: we

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations 4 The Cartesian Coordinate System- Pictures of Equations Concepts: The Cartesian Coordinate System Graphs of Equations in Two Variables x-intercepts and y-intercepts Distance in Two Dimensions and the

More information

Section 5-7 : Green's Theorem

Section 5-7 : Green's Theorem Section 5-7 : Green's Theorem In this section we are going to investigate the relationship between certain kinds of line integrals (on closed paths) and double integrals. Let s start off with a simple

More information

Department: Course Description: Course Competencies: MAT 201 Calculus III Prerequisite: MAT Credit Hours (Lecture) Mathematics

Department: Course Description: Course Competencies: MAT 201 Calculus III Prerequisite: MAT Credit Hours (Lecture) Mathematics Department: Mathematics Course Description: Calculus III is the final course in the three-semester sequence of calculus courses. This course is designed to prepare students to be successful in Differential

More information

ARE YOU READY FOR CALCULUS?? Name: Date: Period:

ARE YOU READY FOR CALCULUS?? Name: Date: Period: ARE YOU READY FOR CALCULUS?? Name: Date: Period: Directions: Complete the following problems. **You MUST show all work to receive credit.**(use separate sheets of paper.) Problems with an asterisk (*)

More information

Calculus of Vector-Valued Functions

Calculus of Vector-Valued Functions Chapter 3 Calculus of Vector-Valued Functions Useful Tip: If you are reading the electronic version of this publication formatted as a Mathematica Notebook, then it is possible to view 3-D plots generated

More information

23. Implicit differentiation

23. Implicit differentiation 23. 23.1. The equation y = x 2 + 3x + 1 expresses a relationship between the quantities x and y. If a value of x is given, then a corresponding value of y is determined. For instance, if x = 1, then y

More information

Find the rectangular coordinates for each of the following polar coordinates:

Find the rectangular coordinates for each of the following polar coordinates: WORKSHEET 13.1 1. Plot the following: 7 3 A. 6, B. 3, 6 4 5 8 D. 6, 3 C., 11 2 E. 5, F. 4, 6 3 Find the rectangular coordinates for each of the following polar coordinates: 5 2 2. 4, 3. 8, 6 3 Given the

More information

3.3 Introduction to Infinite Sequences and Series

3.3 Introduction to Infinite Sequences and Series 3.3 Introduction to Infinite Sequences and Series The concept of limits and the related concepts of sequences underscores most, if not all, of the topics which we now call calculus. Here we focus directly

More information

Velocity and Acceleration

Velocity and Acceleration Velocity and Acceleration Part 1: Limits, Derivatives, and Antiderivatives In R 3 ; vector-valued functions are of the form r (t) = hf (t) ; g (t) ; h (t)i ; t in [a; b] If f (t) ; g (t) ; and h (t) are

More information

D. Correct! This is the correct answer. It is found by dy/dx = (dy/dt)/(dx/dt).

D. Correct! This is the correct answer. It is found by dy/dx = (dy/dt)/(dx/dt). Calculus II - Problem Solving Drill 4: Calculus for Parametric Equations Question No. of 0 Instructions: () Read the problem and answer choices carefully () Work the problems on paper as. Find dy/dx where

More information

Exam 1 Review SOLUTIONS

Exam 1 Review SOLUTIONS 1. True or False (and give a short reason): Exam 1 Review SOLUTIONS (a) If the parametric curve x = f(t), y = g(t) satisfies g (1) = 0, then it has a horizontal tangent line when t = 1. FALSE: To make

More information

Review for Exam 1. (a) Find an equation of the line through the point ( 2, 4, 10) and parallel to the vector

Review for Exam 1. (a) Find an equation of the line through the point ( 2, 4, 10) and parallel to the vector Calculus 3 Lia Vas Review for Exam 1 1. Surfaces. Describe the following surfaces. (a) x + y = 9 (b) x + y + z = 4 (c) z = 1 (d) x + 3y + z = 6 (e) z = x + y (f) z = x + y. Review of Vectors. (a) Let a

More information

= 3, the vertical velocty is. (x(t), y(t)) = (1 + 3t, 2 + 4t) for t [0, 1],

= 3, the vertical velocty is. (x(t), y(t)) = (1 + 3t, 2 + 4t) for t [0, 1], Math 133 Parametric Curves Stewart 10.1 Back to pictures! We have emphasized four conceptual levels, or points of view on mathematics: physical, geometric, numerical, algebraic. The physical viewpoint

More information

Volume: The Disk Method. Using the integral to find volume.

Volume: The Disk Method. Using the integral to find volume. Volume: The Disk Method Using the integral to find volume. If a region in a plane is revolved about a line, the resulting solid is a solid of revolution and the line is called the axis of revolution. y

More information

Things to Know and Be Able to Do Understand the meaning of equations given in parametric and polar forms, and develop a sketch of the appropriate

Things to Know and Be Able to Do Understand the meaning of equations given in parametric and polar forms, and develop a sketch of the appropriate AP Calculus BC Review Chapter (Parametric Equations and Polar Coordinates) Things to Know and Be Able to Do Understand the meaning of equations given in parametric and polar forms, and develop a sketch

More information

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2 MATH 3A: MIDTERM REVIEW JOE HUGHES 1. Curvature 1. Consider the curve r(t) = x(t), y(t), z(t), where x(t) = t Find the curvature κ(t). 0 cos(u) sin(u) du y(t) = Solution: The formula for curvature is t

More information

VECTORS AND THE GEOMETRY OF SPACE

VECTORS AND THE GEOMETRY OF SPACE VECTORS AND THE GEOMETRY OF SPACE VECTORS AND THE GEOMETRY OF SPACE A line in the xy-plane is determined when a point on the line and the direction of the line (its slope or angle of inclination) are given.

More information

Math 114 Spring 2013 Final Exam

Math 114 Spring 2013 Final Exam 1. Assume the acceleration of gravity is 10 m/sec downwards. A cannonball is fired at ground level. If the cannon ball rises to a height of 80 meters and travels a distance of 0 meters before it hits the

More information

Vectors, dot product, and cross product

Vectors, dot product, and cross product MTH 201 Multivariable calculus and differential equations Practice problems Vectors, dot product, and cross product 1. Find the component form and length of vector P Q with the following initial point

More information

Calculus III (MAC )

Calculus III (MAC ) Calculus III (MAC2-) Test (25/9/7) Name (PRINT): Please show your work. An answer with no work receives no credit. You may use the back of a page if you need more space for a problem. You may not use any

More information

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29 Practice problems for Exam.. Given a = and b =. Find the area of the parallelogram with adjacent sides a and b. A = a b a ı j k b = = ı j + k = ı + 4 j 3 k Thus, A = 9. a b = () + (4) + ( 3)

More information

9.7 Extension: Writing and Graphing the Equations

9.7 Extension: Writing and Graphing the Equations www.ck12.org Chapter 9. Circles 9.7 Extension: Writing and Graphing the Equations of Circles Learning Objectives Graph a circle. Find the equation of a circle in the coordinate plane. Find the radius and

More information

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards 4.1 The Derivative Recall: For the slope of a line we need two points (x 1,y 1 ) and (x 2,y 2 ). Then the slope is given by the formula: m = y x = y 2 y 1 x 2 x 1 On a curve we can find the slope of a

More information

Coordinate goemetry in the (x, y) plane

Coordinate goemetry in the (x, y) plane Coordinate goemetr in the (x, ) plane In this chapter ou will learn how to solve problems involving parametric equations.. You can define the coordinates of a point on a curve using parametric equations.

More information

16.2 Line Integrals. location should be approximately 0 01 V(2 1) = 0 01 h4 3i = h i, so the particle should be approximately at the

16.2 Line Integrals. location should be approximately 0 01 V(2 1) = 0 01 h4 3i = h i, so the particle should be approximately at the SECTION 6. LINE INTEGRALS 35 9. ( ) = + ( ) =i +j. Thus, each vector ( ) has the same direction and twice the length of the position vector of the point ( ), so the vectors all point directly away from

More information

13.3 Arc Length and Curvature

13.3 Arc Length and Curvature 13 Vector Functions 13.3 Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. We have defined the length of a plane curve with parametric equations x = f(t),

More information

Test 2 Review Math 1111 College Algebra

Test 2 Review Math 1111 College Algebra Test 2 Review Math 1111 College Algebra 1. Begin by graphing the standard quadratic function f(x) = x 2. Then use transformations of this graph to graph the given function. g(x) = x 2 + 2 *a. b. c. d.

More information

Preface. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Preface. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. alculus III Preface Here are my online notes for my alculus III course that I teach here at Lamar University. espite the fact that these are my class notes, they should be accessible to anyone wanting

More information

Functions of Several Variables

Functions of Several Variables Functions of Several Variables Partial Derivatives Philippe B Laval KSU March 21, 2012 Philippe B Laval (KSU) Functions of Several Variables March 21, 2012 1 / 19 Introduction In this section we extend

More information

SOLUTIONS TO HOMEWORK ASSIGNMENT #2, Math 253

SOLUTIONS TO HOMEWORK ASSIGNMENT #2, Math 253 SOLUTIONS TO HOMEWORK ASSIGNMENT #, Math 5. Find the equation of a sphere if one of its diameters has end points (, 0, 5) and (5, 4, 7). The length of the diameter is (5 ) + ( 4 0) + (7 5) = =, so the

More information

8 Systems of Linear Equations

8 Systems of Linear Equations 8 Systems of Linear Equations 8.1 Systems of linear equations in two variables To solve a system of linear equations of the form { a1 x + b 1 y = c 1 x + y = c 2 means to find all its solutions (all pairs

More information

Math 106 Answers to Exam 3a Fall 2015

Math 106 Answers to Exam 3a Fall 2015 Math 6 Answers to Exam 3a Fall 5.. Consider the curve given parametrically by x(t) = cos(t), y(t) = (t 3 ) 3, for t from π to π. (a) (6 points) Find all the points (x, y) where the graph has either a vertical

More information

Directional Derivatives in the Plane

Directional Derivatives in the Plane Directional Derivatives in the Plane P. Sam Johnson April 10, 2017 P. Sam Johnson (NIT Karnataka) Directional Derivatives in the Plane April 10, 2017 1 / 30 Directional Derivatives in the Plane Let z =

More information

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

1 Geometry of R Conic Sections Parametric Equations More Parametric Equations Polar Coordinates...

1 Geometry of R Conic Sections Parametric Equations More Parametric Equations Polar Coordinates... Contents 1 Geometry of R 1.1 Conic Sections............................................ 1. Parametric Equations........................................ 3 1.3 More Parametric Equations.....................................

More information

Name: SOLUTIONS Date: 09/07/2017. M20550 Calculus III Tutorial Worksheet 2

Name: SOLUTIONS Date: 09/07/2017. M20550 Calculus III Tutorial Worksheet 2 M20550 Calculus III Tutorial Worksheet 2 1. Find an equation of the plane passes through the point (1, 1, 7) and perpendicular to the line x = 1 + 4t, y = 1 t, z = 3. Solution: To write an equation of

More information

Section 4.3 Vector Fields

Section 4.3 Vector Fields Section 4.3 Vector Fields DEFINITION: A vector field in R n is a map F : A R n R n that assigns to each point x in its domain A a vector F(x). If n = 2, F is called a vector field in the plane, and if

More information

Definition: A "system" of equations is a set or collection of equations that you deal with all together at once.

Definition: A system of equations is a set or collection of equations that you deal with all together at once. System of Equations Definition: A "system" of equations is a set or collection of equations that you deal with all together at once. There is both an x and y value that needs to be solved for Systems

More information

MATH 1020 WORKSHEET 12.1 & 12.2 Vectors in the Plane

MATH 1020 WORKSHEET 12.1 & 12.2 Vectors in the Plane MATH 100 WORKSHEET 1.1 & 1. Vectors in the Plane Find the vector v where u =, 1 and w = 1, given the equation v = u w. Solution. v = u w =, 1 1, =, 1 +, 4 =, 1 4 = 0, 5 Find the magnitude of v = 4, 3 Solution.

More information

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent.

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. Chapter 1 Introduction These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. 1.1 Definitions and Terminology 1.1.1 Background and Definitions The words "differential

More information

C-1. Snezana Lawrence

C-1. Snezana Lawrence C-1 Snezana Lawrence These materials have been written by Dr. Snezana Lawrence made possible by funding from Gatsby Technical Education projects (GTEP) as part of a Gatsby Teacher Fellowship ad-hoc bursary

More information

Module 2: Reflecting on One s Problems

Module 2: Reflecting on One s Problems MATH55 Module : Reflecting on One s Problems Main Math concepts: Translations, Reflections, Graphs of Equations, Symmetry Auxiliary ideas: Working with quadratics, Mobius maps, Calculus, Inverses I. Transformations

More information

for 2 1/3 < t 3 1/3 parametrizes

for 2 1/3 < t 3 1/3 parametrizes Solution to Set 4, due Friday April 1) Section 5.1, Problem ) Explain why the path parametrized by ft) = t, t 1 ) is not smooth. Note this is true more specifically if the interval of t contains t = 1

More information

Instructor Quick Check: Question Block 12

Instructor Quick Check: Question Block 12 Instructor Quick Check: Question Block 2 How to Administer the Quick Check: The Quick Check consists of two parts: an Instructor portion which includes solutions and a Student portion with problems for

More information

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4 MATH2202 Notebook 1 Fall 2015/2016 prepared by Professor Jenny Baglivo Contents 1 MATH2202 Notebook 1 3 1.1 Single Variable Calculus versus Multivariable Calculus................... 3 1.2 Rectangular Coordinate

More information

MATH Green s Theorem Fall 2016

MATH Green s Theorem Fall 2016 MATH 55 Green s Theorem Fall 16 Here is a statement of Green s Theorem. It involves regions and their boundaries. In order have any hope of doing calculations, you must see the region as the set of points

More information

1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is

1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is 1. The value of the double integral (a) 15 26 (b) 15 8 (c) 75 (d) 105 26 5 4 0 1 1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is 2. What is the value of the double integral interchange the order

More information

Archive of Calculus IV Questions Noel Brady Department of Mathematics University of Oklahoma

Archive of Calculus IV Questions Noel Brady Department of Mathematics University of Oklahoma Archive of Calculus IV Questions Noel Brady Department of Mathematics University of Oklahoma This is an archive of past Calculus IV exam questions. You should first attempt the questions without looking

More information

HW - Chapter 10 - Parametric Equations and Polar Coordinates

HW - Chapter 10 - Parametric Equations and Polar Coordinates Berkeley City College Due: HW - Chapter 0 - Parametric Equations and Polar Coordinates Name Parametric equations and a parameter interval for the motion of a particle in the xy-plane are given. Identify

More information

Chapter 1 Analytic geometry in the plane

Chapter 1 Analytic geometry in the plane 3110 General Mathematics 1 31 10 General Mathematics For the students from Pharmaceutical Faculty 1/004 Instructor: Dr Wattana Toutip (ดร.ว ฒนา เถาว ท พย ) Chapter 1 Analytic geometry in the plane Overview:

More information

Preface.

Preface. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Lecture 7 - Separable Equations

Lecture 7 - Separable Equations Lecture 7 - Separable Equations Separable equations is a very special type of differential equations where you can separate the terms involving only y on one side of the equation and terms involving only

More information

MTH4100 Calculus I. Week 6 (Thomas Calculus Sections 3.5 to 4.2) Rainer Klages. School of Mathematical Sciences Queen Mary, University of London

MTH4100 Calculus I. Week 6 (Thomas Calculus Sections 3.5 to 4.2) Rainer Klages. School of Mathematical Sciences Queen Mary, University of London MTH4100 Calculus I Week 6 (Thomas Calculus Sections 3.5 to 4.2) Rainer Klages School of Mathematical Sciences Queen Mary, University of London Autumn 2008 R. Klages (QMUL) MTH4100 Calculus 1 Week 6 1 /

More information

Mathematics 111 (Calculus II) Laboratory Manual

Mathematics 111 (Calculus II) Laboratory Manual Mathematics (Calculus II) Laboratory Manual Department of Mathematics & Statistics University of Regina nd edition prepared by Patrick Maidorn, Fotini Labropulu, and Robert Petry University of Regina Department

More information

4.4 Solving Initial Value Problems

4.4 Solving Initial Value Problems 4.4. SOLVING INITIAL VALUE PROBLEMS 4.4 Solving Initial Value Problems 4.4. Description of the Method and Examples In the introduction of the previous section, we used an example to show how the Laplace

More information

Table of contents. Jakayla Robbins & Beth Kelly (UK) Precalculus Notes Fall / 53

Table of contents. Jakayla Robbins & Beth Kelly (UK) Precalculus Notes Fall / 53 Table of contents The Cartesian Coordinate System - Pictures of Equations Your Personal Review Graphs of Equations with Two Variables Distance Equations of Circles Midpoints Quantifying the Steepness of

More information

Solutions for the Practice Final - Math 23B, 2016

Solutions for the Practice Final - Math 23B, 2016 olutions for the Practice Final - Math B, 6 a. True. The area of a surface is given by the expression d, and since we have a parametrization φ x, y x, y, f x, y with φ, this expands as d T x T y da xy

More information

( ) - 4(x -3) ( ) 3 (2x -3) - (2x +12) ( x -1) 2 x -1) 2 (3x -1) - 2(x -1) Section 1: Algebra Review. Welcome to AP Calculus!

( ) - 4(x -3) ( ) 3 (2x -3) - (2x +12) ( x -1) 2 x -1) 2 (3x -1) - 2(x -1) Section 1: Algebra Review. Welcome to AP Calculus! Welcome to AP Calculus! Successful Calculus students must have a strong foundation in algebra and trigonometry. The following packet was designed to help you review your algebra skills in preparation for

More information

LB 220 Homework 2 (due Tuesday, 01/22/13)

LB 220 Homework 2 (due Tuesday, 01/22/13) LB 220 Homework 2 (due Tuesday, 01/22/13) Directions. Please solve the problems below. Your solutions must begin with a clear statement (or re-statement in your own words) of the problem. You solutions

More information

MATH Max-min Theory Fall 2016

MATH Max-min Theory Fall 2016 MATH 20550 Max-min Theory Fall 2016 1. Definitions and main theorems Max-min theory starts with a function f of a vector variable x and a subset D of the domain of f. So far when we have worked with functions

More information

Parametric Functions and Vector Functions (BC Only)

Parametric Functions and Vector Functions (BC Only) Parametric Functions and Vector Functions (BC Only) Parametric Functions Parametric functions are another way of viewing functions. This time, the values of x and y are both dependent on another independent

More information

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell Power Series Part 1 1 Power Series Suppose x is a variable and c k & a are constants. A power series about x = 0 is c k x k A power series about x = a is c k x a k a = center of the power series c k =

More information

Practice Problems for the Final Exam

Practice Problems for the Final Exam Math 114 Spring 2017 Practice Problems for the Final Exam 1. The planes 3x + 2y + z = 6 and x + y = 2 intersect in a line l. Find the distance from the origin to l. (Answer: 24 3 ) 2. Find the area of

More information

b g 6. P 2 4 π b g b g of the way from A to B. LATE AND ABSENT HOMEWORK IS ACCEPTED UP TO THE TIME OF THE CHAPTER TEST ON ASSIGNMENT DUE

b g 6. P 2 4 π b g b g of the way from A to B. LATE AND ABSENT HOMEWORK IS ACCEPTED UP TO THE TIME OF THE CHAPTER TEST ON ASSIGNMENT DUE A Trig/Math Anal Name No LATE AND ABSENT HOMEWORK IS ACCEPTED UP TO THE TIME OF THE CHAPTER TEST ON HW NO. SECTIONS (Brown Book) ASSIGNMENT DUE V 1 1 1/1 Practice Set A V 1 3 Practice Set B #1 1 V B 1

More information

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve MATH 280 Multivariate alculus Fall 2012 Definition Integrating a vector field over a curve We are given a vector field F and an oriented curve in the domain of F as shown in the figure on the left below.

More information

20D - Homework Assignment 4

20D - Homework Assignment 4 Brian Bowers (TA for Hui Sun) MATH 0D Homework Assignment November, 03 0D - Homework Assignment First, I will give a brief overview of how to use variation of parameters. () Ensure that the differential

More information

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions MATH 55 Applied Honors Calculus III Winter 11 Midterm 1 Review Solutions 11.1: #19 Particle starts at point ( 1,, traces out a semicircle in the counterclockwise direction, ending at the point (1,. 11.1:

More information

Parametric Equations

Parametric Equations Parametric Equations By: OpenStaxCollege Consider the path a moon follows as it orbits a planet, which simultaneously rotates around the sun, as seen in [link]. At any moment, the moon is located at a

More information

Math Level 2. Mathematics Level 2

Math Level 2. Mathematics Level 2 Math Reference Information THE FOLLOWING INFORMATION IS FOR YOUR REFERENCE IN ANSWERING SOME OF THE SAMPLE QUESTIONS. THIS INFORMATION IS ALSO PROVIDED ON THE ACTUAL SUBJECT TEST IN MATHEMATICS LEVEL.

More information

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same 11.1 Vectors in the Plane 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same direction as. QP a. u =< 1, 2 > b. u =< 1 5, 2 5 > c. u =< 1, 2 > d. u =< 1 5, 2 5 > 2. If u has magnitude

More information

Linear Regression. Udacity

Linear Regression. Udacity Linear Regression Udacity What is a Linear Equation? Equation of a line : y = mx+b, wherem is the slope of the line and (0,b)isthey-intercept. Notice that the degree of this equation is 1. In higher dimensions

More information

Directional Derivatives and Gradient Vectors. Suppose we want to find the rate of change of a function z = f x, y at the point in the

Directional Derivatives and Gradient Vectors. Suppose we want to find the rate of change of a function z = f x, y at the point in the 14.6 Directional Derivatives and Gradient Vectors 1. Partial Derivates are nice, but they only tell us the rate of change of a function z = f x, y in the i and j direction. What if we are interested in

More information

Parametric Equations and Polar Coordinates

Parametric Equations and Polar Coordinates Parametric Equations and Polar Coordinates Parametrizations of Plane Curves In previous chapters, we have studied curves as the graphs of functions or equations involving the two variables x and y. Another

More information

(arrows denote positive direction)

(arrows denote positive direction) 12 Chapter 12 12.1 3-dimensional Coordinate System The 3-dimensional coordinate system we use are coordinates on R 3. The coordinate is presented as a triple of numbers: (a,b,c). In the Cartesian coordinate

More information

Name: ID: Math 233 Exam 1. Page 1

Name: ID: Math 233 Exam 1. Page 1 Page 1 Name: ID: This exam has 20 multiple choice questions, worth 5 points each. You are allowed to use a scientific calculator and a 3 5 inch note card. 1. Which of the following pairs of vectors are

More information