Figure 10: Tangent vectors approximating a path.

Size: px
Start display at page:

Download "Figure 10: Tangent vectors approximating a path."

Transcription

1 3 Curvature 3.1 Curvature Now that we re parametrizing curves, it makes sense to wonder how we might measure the extent to which a curve actually curves. That is, how much does our path deviate from being a straight line? When we travel along a straight line, our tangent vector always points along our path; along a curving path, the tangent vector approximates our path, but doesn t exactly match it. Figure 10: Tangent vectors approximating a path. Since the tangent vector of our parametrization gives a straight-line approximation to our curve, a reasonable first attempt at measuring curvature is to ask how quickly our tangent vector is changing. That is, if we have a parametrization r(t) for our curve, we might consider r (t), the speed with which r (t) is changing. To see why this might measure curvature, have a look at Figure 10. Near points where our path makes sharp turns, the tangent vectors change quickly, but along straighter parts the tangent vector doesn t change much. Unfortunately this approach has a big problem our tangent vector r (t) depends on how we parametrize the curve. To see what we mean, consider the following parametrizations: r 1 (t) = cos(t), sin(t), 0 t 2π and r 2 (t) = cos(πt/2), sin(πt/2), 0 t 4. Both of these parametrizations trace out the unit circle, but they do so at different speeds. As a result, their tangent vectors have different lengths, as can be seen in Figure 11. It s unsurprising, then, that these parametrizations give us different acceleration vectors: r 1(t) = cos(t), sin(t) and r 2(t) = π2 cos(πt/2), sin(πt/2). 4 Both parametrizations would tell us that the circle has constant curvature (which seems accurate), but r 1 would call this curvature 1, while r 2 would call it π 2 /4: r 1(t) 1 and r 2(t) π2 4. As a means of standardizing our curvature measurements, we can replace the idea of measuring how quickly the tangent vector is changing with measuring how quickly the unit 17

2 Figure 11: Tangent vectors for r 1 (in blue) and r 2 (in orange). tangent vector is changing. That is, as long as our tangent vector r (t) is never zero, we can scale it to be unit length and call this vector T(t) our unit tangent vector. We could then measure how quickly this vector changes. Notice that for our parametrizations of the circle we have T 1 (t) = r 1(t) = sin(t), cos(t) r 1(t) and T 2 (t) = r 2(t) r 2(t) = 2 π π 2 sin(πt/2), π 2 cos(πt/2) = sin(πt/2), cos(πt/2). In Figure 11 this corresponds to scaling our orange vectors down to unit length, so that if r 1 (t 1 ) = r 2 (t 2 ) for some parameter values t 1, t 2, then T(t 1 ) = T(t 2 ). Our second attempt at curvature is to measure how quickly this unit tangent vector changes, so we compute T 1(t) = cos(t), sin(t) = 1 and T 2(t) = π 2 cos(πt/2), π 2 sin(πt/2) π = 2. So our new measure of curvature still has the problem that it depends on how we parametrize our curves. The problem with asking how quickly the unit tangent vector changes is that we need to be consistent with the value against which we measure this change. When we compute T 1(t) we re measuring the change in our unit tangent vector against the parameter for r 1, and T 2(t) measures this change against the parameter for r 2. What we really want to know is how T changes with respect to arclength. We want to ask how T will be different one unit down the curve. The following definition is made with this consideration in mind. 18

3 Curvature. Suppose r(s) is an arclength parametrization for the curve C. The the curvature of C at the point r(s) is given by κ(s) = ds (s), where T(s) is the unit tangent vector to C at r(s). Example 3.1. The parametrization r 1 (t) of the unit circle given earlier is an arclength parametrization, since r 1(t) 1. It follows that the curvature of the circle is T 1(t) 1. So the circle has constant curvature. This is consistent with our intuition, since the circle is always deviating from its tangent vector in the same way. The definition of curvature we finally settled on is on a good theoretical footing, since it prevents us from finding different curvature values by using different parametrizations for our curve. But it has a practical problem: finding arclength parametrizations for curves can be very difficult. We d like to find a way of computing curvature from parametrizations that aren t necessarily arclength parametrizations. Suppose r(t) parametrizes the curve C and that r (t) is never zero, but is not necessarily an arclength parametrization. Then T(t) = r (t) r (t), so the chain rule tells us that dt = ds ds dt = ( d 1 ds dt We then apply the fundamental theorem of calculus to find dt = ds r (t). 0 ) r (u) du. So we can compute the arclength derivative of T according to ds = 1 r (t) dt. Since the curvature is the magnitude of this vector, we have κ(t) = 1 r (t) dt. 19

4 Example 3.2. We ve already computed T 2(t) = π/2 from our parametrization r 2 (t) of the unit circle. Since r 2(t) = π/2, we see that κ(t) = 1 r 2(t) T 2(t) = π/2 π/2 = 1, and this agrees with our computation of curvature from the parametrization r 1 (t). Before computing curvature for a curve other than the circle, we ll come up with one more formula for curvature that starts from an arbitrary 1 parametrization r(t). First we need a lemma. Lemma 3.1. Let T(t) be a parametrization of the unit tangent vector to a curve C. Then T(t) is perpendicular to T (t). Proof. Let f(t) = T(t) 2. Because T(t) always has unit length, f is the constant function 1. At the same time, f (t) = d dt (T(t) T(t)) = 2T(t) T (t). Because f is constant, f is always 0, so 2T(t) T (t) = 0 for all t, meaning that T(t) is perpendicular to T (t) for all t. This observation may seem irrelevant, but it will be helpful in the computation that follows. Suppose r(t) is a parametrization for the curve C so that r (t) is never zero. Then for all t, r (t) = r (t) T(t). From this we can compute r (t): r (t) = d dt ( r (t) )T(t) + r (t) T (t). Now (for no immediately apparent reason) we ll compute the cross product 2 r (t) r (t): ( ) d r (t) r (t) = ( r (t) T(t)) dt ( r (t) )T(t) + r (t) T (t) = r (t) d dt ( r (t) )(T(t) T(t)) + r (t) 2 (T(t) T (t)) = r (t) 2 (T(t) T (t)). The first term on the second-to-last line vanishes because we re crossing a vector with itself. We now have that r (t) r (t) = r (t) 2 T(t) T (t) = r (t) 2 sin θ T(t) T (t), 1 Not quite arbitrary: we do require that r (t) not vanish. 2 Computing the cross product assumes that r (t) and r (t) are vectors in three dimensions. In the case that we re working in two dimensions, we simply assume the z-coordinate to be 0. 20

5 where θ is the angle between T(t) and T (t). But our lemma says that this angle must always be π/2. Because sin(π/2) = 1 and T(t) = 1, we see that r (t) r (t) = r (t) 2 T (t). This is very nearly the curvature formula we need only divide by r (t) 3. So we see that if our curve is parametrized by r(t) and r (t) never vanishes, then κ(t) = r (t) r (t) r (t) 3. Example 3.3. Let C be the ellipse defined by x y2 4 = 1. Find the extreme values for the curvature of C. (Solution) Since C has major and minor axes of length 5 and 2, respectively, we can parametrize C by r(t) = 5 cos(t), 2 sin(t), 0 t 2π. Then so r (t) = 5 sin(t), 2 cos(t) and r (t) = 5 cos(t), 2 sin(t), i j k r (t) r (t) = 5 sin(t) 2 cos(t) 0 5 cos(t) 2 sin(t) 0 = 0, 0, 10 sin2 (t) + 10 cos 2 (t) = 0, 0, 10. Then r (t) r (t) = 10. We also have so r (t) = 25 sin 2 (t) + 4 cos 2 (t) = κ(t) = r (t) r (t) r (t) 3 = 21 sin 2 (t) + 4, 10 (21 sin 2 (t) + 4) 3/2. We re interested in minimizing and maximizing κ(t), so we compute κ 630 cos(t) sin(t) (t) = (21 sin 2 (t) + 4). 5/2 Then κ (t) will vanish whenever either cos(t) or sin(t) is 0, so we have critical points at t = 0, π/2, π, and 3π/2. We calculate the curvature at each of these points and find t 0 π/2 π 3π/2 κ(t) 5/4 2/25 5/4 2/25 21

6 Figure 12: Unit tangent vectors for an ellipse. So C achieves its maximum curvature of 5/4 at r(0) = (5, 0) and r(π) = ( 5, 0) and achieves its minimum curvature of 2/25 at r(π/2) = (0, 2) and r(3π/2) = (0, 2). Notice that this fits with the plot of C in Figure 12. The path is curving most sharply at the two horizontal edges, where our unit tangent vectors are changing rapidly. At the vertical extremes of our path, the curve is much straighter, and this is reflected in its smaller curvature. References [1] Colin Adams Jon Rogawski. Calculus. W.H. Freeman and Company, New York, NY,

Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017

Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017 Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017 This week we want to talk about curvature and osculating circles. You might notice that these notes contain a lot of the same theory or proofs

More information

HOMEWORK 2 SOLUTIONS

HOMEWORK 2 SOLUTIONS HOMEWORK SOLUTIONS MA11: ADVANCED CALCULUS, HILARY 17 (1) Find parametric equations for the tangent line of the graph of r(t) = (t, t + 1, /t) when t = 1. Solution: A point on this line is r(1) = (1,,

More information

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true.

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true. Math 210-101 Test #1 Sept. 16 th, 2016 Name: Answer Key Be sure to show your work! 1. (20 points) Vector Basics: Let v = 1, 2,, w = 1, 2, 2, and u = 2, 1, 1. (a) Find the area of a parallelogram spanned

More information

Tangent and Normal Vectors

Tangent and Normal Vectors Tangent and Normal Vectors MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Navigation When an observer is traveling along with a moving point, for example the passengers in

More information

1 Vector Geometry in Two and Three Dimensions

1 Vector Geometry in Two and Three Dimensions 1 Vector Geometry in Two and Three Dimensions 1.1 Vectors in Two Dimensions You ve probably heard of vectors as objects with both magnitude and direction, or something along these lines. Another way to

More information

Math 317 M1A, October 8th, 2010 page 1 of 7 Name:

Math 317 M1A, October 8th, 2010 page 1 of 7 Name: Math 317 M1A, October 8th, 2010 page 1 of 7 Name: Problem 1 (5 parts, 30 points): Consider the curve r(t) = 3 sin(t 2 ), 4t 2 + 7, 3 cos(t 2 ), 0 t < a) (5 points) Find the arclength function s(t) giving

More information

Week 3: Differential Geometry of Curves

Week 3: Differential Geometry of Curves Week 3: Differential Geometry of Curves Introduction We now know how to differentiate and integrate along curves. This week we explore some of the geometrical properties of curves that can be addressed

More information

SOLUTIONS TO SECOND PRACTICE EXAM Math 21a, Spring 2003

SOLUTIONS TO SECOND PRACTICE EXAM Math 21a, Spring 2003 SOLUTIONS TO SECOND PRACTICE EXAM Math a, Spring 3 Problem ) ( points) Circle for each of the questions the correct letter. No justifications are needed. Your score will be C W where C is the number of

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

Section Arclength and Curvature. (1) Arclength, (2) Parameterizing Curves by Arclength, (3) Curvature, (4) Osculating and Normal Planes.

Section Arclength and Curvature. (1) Arclength, (2) Parameterizing Curves by Arclength, (3) Curvature, (4) Osculating and Normal Planes. Section 10.3 Arclength and Curvature (1) Arclength, (2) Parameterizing Curves by Arclength, (3) Curvature, (4) Osculating and Normal Planes. MATH 127 (Section 10.3) Arclength and Curvature The University

More information

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph CHAPTER 6 VECTOR CALCULUS We ve spent a lot of time so far just looking at all the different ways you can graph things and describe things in three dimensions, and it certainly seems like there is a lot

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

APPM 2350, Summer 2018: Exam 1 June 15, 2018

APPM 2350, Summer 2018: Exam 1 June 15, 2018 APPM 2350, Summer 2018: Exam 1 June 15, 2018 Instructions: Please show all of your work and make your methods and reasoning clear. Answers out of the blue with no supporting work will receive no credit

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

II. Unit Speed Curves

II. Unit Speed Curves The Geometry of Curves, Part I Rob Donnelly From Murray State University s Calculus III, Fall 2001 note: This material supplements Sections 13.3 and 13.4 of the text Calculus with Early Transcendentals,

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

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator.

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator. University of Toronto Faculty of Applied Science and Engineering Solutions to Final Examination, June 216 Duration: 2 and 1/2 hrs First Year - CHE, CIV, CPE, ELE, ENG, IND, LME, MEC, MMS MAT187H1F - Calculus

More information

MA 351 Fall 2007 Exam #1 Review Solutions 1

MA 351 Fall 2007 Exam #1 Review Solutions 1 MA 35 Fall 27 Exam # Review Solutions THERE MAY BE TYPOS in these solutions. Please let me know if you find any.. Consider the two surfaces ρ 3 csc θ in spherical coordinates and r 3 in cylindrical coordinates.

More information

(6, 4, 0) = (3, 2, 0). Find the equation of the sphere that has the line segment from P to Q as a diameter.

(6, 4, 0) = (3, 2, 0). Find the equation of the sphere that has the line segment from P to Q as a diameter. Solutions Review for Eam #1 Math 1260 1. Consider the points P = (2, 5, 1) and Q = (4, 1, 1). (a) Find the distance from P to Q. Solution. dist(p, Q) = (4 2) 2 + (1 + 5) 2 + (1 + 1) 2 = 4 + 36 + 4 = 44

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

Curves - A lengthy story

Curves - A lengthy story MATH 2401 - Harrell Curves - A lengthy story Lecture 4 Copyright 2007 by Evans M. Harrell II. Reminder What a lonely archive! Who in the cast of characters might show up on the test? Curves r(t), velocity

More information

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 14.1

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 14.1 OHSx XM5 Multivariable Differential Calculus: Homework Solutions 4. (8) Describe the graph of the equation. r = i + tj + (t )k. Solution: Let y(t) = t, so that z(t) = t = y. In the yz-plane, this is just

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

MTH 277 Test 4 review sheet Chapter , 14.7, 14.8 Chalmeta

MTH 277 Test 4 review sheet Chapter , 14.7, 14.8 Chalmeta MTH 77 Test 4 review sheet Chapter 13.1-13.4, 14.7, 14.8 Chalmeta Multiple Choice 1. Let r(t) = 3 sin t i + 3 cos t j + αt k. What value of α gives an arc length of 5 from t = 0 to t = 1? (a) 6 (b) 5 (c)

More information

Parametric Curves You Should Know

Parametric Curves You Should Know Parametric Curves You Should Know Straight Lines Let a and c be constants which are not both zero. Then the parametric equations determining the straight line passing through (b d) with slope c/a (i.e.

More information

REVIEW 2, MATH 3020 AND MATH 3030

REVIEW 2, MATH 3020 AND MATH 3030 REVIEW, MATH 300 AND MATH 3030 1. Let P = (0, 1, ), Q = (1,1,0), R(0,1, 1), S = (1,, 4). (a) Find u = PQ and v = PR. (b) Find the angle between u and v. (c) Find a symmetric equation of the plane σ that

More information

What is a Space Curve?

What is a Space Curve? What is a Space Curve? A space curve is a smooth map γ : I R R 3. In our analysis of defining the curvature for space curves we will be able to take the inclusion (γ, 0) and have that the curvature of

More information

Practice Midterm Exam 1. Instructions. You have 60 minutes. No calculators allowed. Show all your work in order to receive full credit.

Practice Midterm Exam 1. Instructions. You have 60 minutes. No calculators allowed. Show all your work in order to receive full credit. MATH202X-F01/UX1 Spring 2015 Practice Midterm Exam 1 Name: Answer Key Instructions You have 60 minutes No calculators allowed Show all your work in order to receive full credit 1 Consider the points P

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

MA3D9. Geometry of curves and surfaces. T (s) = κ(s)n(s),

MA3D9. Geometry of curves and surfaces. T (s) = κ(s)n(s), MA3D9. Geometry of 2. Planar curves. Let : I R 2 be a curve parameterised by arc-length. Given s I, let T(s) = (s) be the unit tangent. Let N(s) be the unit normal obtained by rotating T(s) through π/2

More information

Math 3c Solutions: Exam 2 Fall 2017

Math 3c Solutions: Exam 2 Fall 2017 Math 3c Solutions: Exam Fall 07. 0 points) The graph of a smooth vector-valued function is shown below except that your irresponsible teacher forgot to include the orientation!) Several points are indicated

More information

Math 116 Practice for Exam 2

Math 116 Practice for Exam 2 Math 116 Practice for Exam 2 Generated October 12, 215 Name: SOLUTIONS Instructor: Section Number: 1. This exam has 8 questions. Note that the problems are not of equal difficulty, so you may want to skip

More information

Math 53: Worksheet 9 Solutions

Math 53: Worksheet 9 Solutions Math 5: Worksheet 9 Solutions November 1 1 Find the work done by the force F xy, x + y along (a) the curve y x from ( 1, 1) to (, 9) We first parametrize the given curve by r(t) t, t with 1 t Also note

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

Just what is curvature, anyway?

Just what is curvature, anyway? MATH 2401 - Harrell Just what is curvature, anyway? Lecture 5 Copyright 2007 by Evans M. Harrell II. The osculating plane Bits of curve have a best plane. stickies on wire. Each stickie contains T and

More information

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b.

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. Practice problems 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. 1, 1 = c 1 3, 2 + c 2 2, 1. Solve c 1, c 2. 2. Suppose a is a vector in the plane. If the component of the a in

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

There is a function, the arc length function s(t) defined by s(t) = It follows that r(t) = p ( s(t) )

There is a function, the arc length function s(t) defined by s(t) = It follows that r(t) = p ( s(t) ) MATH 20550 Acceleration, Curvature and Related Topics Fall 2016 The goal of these notes is to show how to compute curvature and torsion from a more or less arbitrary parametrization of a curve. We will

More information

Math 20C Homework 2 Partial Solutions

Math 20C Homework 2 Partial Solutions Math 2C Homework 2 Partial Solutions Problem 1 (12.4.14). Calculate (j k) (j + k). Solution. The basic properties of the cross product are found in Theorem 2 of Section 12.4. From these properties, we

More information

Exercises for Multivariable Differential Calculus XM521

Exercises for Multivariable Differential Calculus XM521 This document lists all the exercises for XM521. The Type I (True/False) exercises will be given, and should be answered, online immediately following each lecture. The Type III exercises are to be done

More information

AP Calculus BC Summer Assignment. Please show all work either in the margins or on separate paper. No credit will be given without supporting work.

AP Calculus BC Summer Assignment. Please show all work either in the margins or on separate paper. No credit will be given without supporting work. AP Calculus BC Summer Assignment These problems are essential practice for AP Calculus BC. Unlike AP Calculus AB, BC students need to also be quite familiar with polar and parametric equations, as well

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

Math 233 Calculus 3 - Fall 2016

Math 233 Calculus 3 - Fall 2016 Math 233 Calculus 3 - Fall 2016 2 12.1 - Three-Dimensional Coordinate Systems 12.1 - THREE-DIMENSIONAL COORDINATE SYSTEMS Definition. R 3 means By convention, we graph points in R 3 using a right-handed

More information

Tangent and Normal Vector - (11.5)

Tangent and Normal Vector - (11.5) Tangent and Normal Vector - (.5). Principal Unit Normal Vector Let C be the curve traced out by the vector-valued function rt vector T t r r t t is the unit tangent vector to the curve C. Now define N

More information

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4 Topic 2-2: Derivatives of Vector Functions Textbook: Section 13.2, 13.4 Warm-Up: Parametrization of Circles Each of the following vector functions describe the position of an object traveling around the

More information

Calculus III: Practice Final

Calculus III: Practice Final Calculus III: Practice Final Name: Circle one: Section 6 Section 7. Read the problems carefully. Show your work unless asked otherwise. Partial credit will be given for incomplete work. The exam contains

More information

MATH H53 : Mid-Term-1

MATH H53 : Mid-Term-1 MATH H53 : Mid-Term-1 22nd September, 215 Name: You have 8 minutes to answer the questions. Use of calculators or study materials including textbooks, notes etc. is not permitted. Answer the questions

More information

Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space.

Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space. 10 VECTOR FUNCTIONS VECTOR FUNCTIONS Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space. Here, we prepare the way by developing

More information

Arc Length and Curvature

Arc Length and Curvature Arc Length and Curvature. Last time, we saw that r(t) = cos t, sin t, t parameteried the pictured curve. (a) Find the arc length of the curve between (, 0, 0) and (, 0, π). (b) Find the unit tangent vector

More information

Curves from the inside

Curves from the inside MATH 2401 - Harrell Curves from the inside Lecture 5 Copyright 2008 by Evans M. Harrell II. Who in the cast of characters might show up on the test? Curves r(t), velocity v(t). Tangent and normal lines.

More information

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Calculus Vector Principia Mathematica Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Defining a vector Vectors in the plane A scalar is a quantity that can be represented by a

More information

APPM 2350 Section Exam points Wednesday September 26, 6:00pm 7:30pm, 2018

APPM 2350 Section Exam points Wednesday September 26, 6:00pm 7:30pm, 2018 APPM 2350 Section Exam 1 140 points Wednesday September 26, 6:00pm 7:30pm, 2018 ON THE FRONT OF YOUR BLUEBOOK write: (1) your name, (2) your student ID number, (3) lecture section/time (4) your instructor

More information

Chapter 14: Vector Calculus

Chapter 14: Vector Calculus Chapter 14: Vector Calculus Introduction to Vector Functions Section 14.1 Limits, Continuity, Vector Derivatives a. Limit of a Vector Function b. Limit Rules c. Component By Component Limits d. Continuity

More information

MATH 423/ Note that the algebraic operations on the right hand side are vector subtraction and scalar multiplication.

MATH 423/ Note that the algebraic operations on the right hand side are vector subtraction and scalar multiplication. MATH 423/673 1 Curves Definition: The velocity vector of a curve α : I R 3 at time t is the tangent vector to R 3 at α(t), defined by α (t) T α(t) R 3 α α(t + h) α(t) (t) := lim h 0 h Note that the algebraic

More information

The Frenet Serret formulas

The Frenet Serret formulas The Frenet Serret formulas Attila Máté Brooklyn College of the City University of New York January 19, 2017 Contents Contents 1 1 The Frenet Serret frame of a space curve 1 2 The Frenet Serret formulas

More information

1 Vectors and 3-Dimensional Geometry

1 Vectors and 3-Dimensional Geometry Calculus III (part ): Vectors and 3-Dimensional Geometry (by Evan Dummit, 07, v..55) Contents Vectors and 3-Dimensional Geometry. Functions of Several Variables and 3-Space..................................

More information

WORKSHEET #13 MATH 1260 FALL 2014

WORKSHEET #13 MATH 1260 FALL 2014 WORKSHEET #3 MATH 26 FALL 24 NOT DUE. Short answer: (a) Find the equation of the tangent plane to z = x 2 + y 2 at the point,, 2. z x (, ) = 2x = 2, z y (, ) = 2y = 2. So then the tangent plane equation

More information

Vector-Valued Functions

Vector-Valued Functions Vector-Valued Functions 1 Parametric curves 8 ' 1 6 1 4 8 1 6 4 1 ' 4 6 8 Figure 1: Which curve is a graph of a function? 1 4 6 8 1 8 1 6 4 1 ' 4 6 8 Figure : A graph of a function: = f() 8 ' 1 6 4 1 1

More information

(c) The first thing to do for this problem is to create a parametric curve for C. One choice would be. (cos(t), sin(t)) with 0 t 2π

(c) The first thing to do for this problem is to create a parametric curve for C. One choice would be. (cos(t), sin(t)) with 0 t 2π 1. Let g(x, y) = (y, x) ompute gds for a circle with radius 1 centered at the origin using the line integral. (Hint: use polar coordinates for your parametrization). (a) Write out f((t)) so that f is a

More information

MTHE 227 Problem Set 2 Solutions

MTHE 227 Problem Set 2 Solutions MTHE 7 Problem Set Solutions 1 (Great Circles). The intersection of a sphere with a plane passing through its center is called a great circle. Let Γ be the great circle that is the intersection of the

More information

problem score possible Total 60

problem score possible Total 60 Math 32 A: Midterm 1, Oct. 24, 2008 Name: ID Number: Section: problem score possible 1. 10 2. 10 3. 10 4. 10 5. 10 6. 10 Total 60 1 1. Determine whether the following points are coplanar: a. P = (8, 14,

More information

Math 263 Final. (b) The cross product is. i j k c. =< c 1, 1, 1 >

Math 263 Final. (b) The cross product is. i j k c. =< c 1, 1, 1 > Math 63 Final Problem 1: [ points, 5 points to each part] Given the points P : (1, 1, 1), Q : (1,, ), R : (,, c 1), where c is a parameter, find (a) the vector equation of the line through P and Q. (b)

More information

Math 211, Fall 2014, Carleton College

Math 211, Fall 2014, Carleton College A. Let v (, 2, ) (1,, ) 1, 2, and w (,, 3) (1,, ) 1,, 3. Then n v w 6, 3, 2 is perpendicular to the plane, with length 7. Thus n/ n 6/7, 3/7, 2/7 is a unit vector perpendicular to the plane. [The negation

More information

Major Ideas in Calc 3 / Exam Review Topics

Major Ideas in Calc 3 / Exam Review Topics Major Ideas in Calc 3 / Exam Review Topics Here are some highlights of the things you should know to succeed in this class. I can not guarantee that this list is exhaustive!!!! Please be sure you are able

More information

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator.

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator. University of Toronto Faculty of Applied Science and Engineering Solutions to Final Examination, June 017 Duration: and 1/ hrs First Year - CHE, CIV, CPE, ELE, ENG, IND, LME, MEC, MMS MAT187H1F - Calculus

More information

Tangent and Normal Vector - (11.5)

Tangent and Normal Vector - (11.5) Tangent and Normal Vector - (.5). Principal Unit Normal Vector Let C be the curve traced out bythe vector-valued function r!!t # f!t, g!t, h!t $. The vector T!!t r! % r! %!t!t is the unit tangent vector

More information

The Mean Value Theorem

The Mean Value Theorem Math 31A Discussion Session Week 6 Notes February 9 and 11, 2016 This week we ll discuss some (unsurprising) properties of the derivative, and then try to use some of these properties to solve a real-world

More information

The moving trihedron and all that

The moving trihedron and all that MATH 2411 - Harrell The moving trihedron and all that B Lecture 5 T N Copyright 2013 by Evans M. Harrell II. This week s learning plan You will be tested on the mathematics of curves. You will think about

More information

Vector Functions. EXAMPLE Describethecurves cost,sint,0, cost,sint,t,and cost,sint,2t.

Vector Functions. EXAMPLE Describethecurves cost,sint,0, cost,sint,t,and cost,sint,2t. 13 Vector Functions ½ º½ ËÔ ÙÖÚ We have already seen that a convenient way to describe a line in three dimensions is to provide a vector that points to every point on the line as a parameter t varies,

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

UNIVERSITY OF HOUSTON HIGH SCHOOL MATHEMATICS CONTEST Spring 2018 Calculus Test

UNIVERSITY OF HOUSTON HIGH SCHOOL MATHEMATICS CONTEST Spring 2018 Calculus Test UNIVERSITY OF HOUSTON HIGH SCHOOL MATHEMATICS CONTEST Spring 2018 Calculus Test NAME: SCHOOL: 1. Let f be some function for which you know only that if 0 < x < 1, then f(x) 5 < 0.1. Which of the following

More information

Math 114, Section 003 Fall 2011 Practice Exam 1 with Solutions

Math 114, Section 003 Fall 2011 Practice Exam 1 with Solutions Math 11, Section 003 Fall 2011 Practice Exam 1 with Solutions Contents 1 Problems 2 2 Solution key 8 3 Solutions 9 1 1 Problems Question 1: Let L be the line tangent to the curve r (t) t 2 + 3t + 2, e

More information

Math 113 Final Exam Practice

Math 113 Final Exam Practice Math Final Exam Practice The Final Exam is comprehensive. You should refer to prior reviews when studying material in chapters 6, 7, 8, and.-9. This review will cover.0- and chapter 0. This sheet has three

More information

HOMEWORK 3 MA1132: ADVANCED CALCULUS, HILARY 2017

HOMEWORK 3 MA1132: ADVANCED CALCULUS, HILARY 2017 HOMEWORK MA112: ADVANCED CALCULUS, HILARY 2017 (1) A particle moves along a curve in R with position function given by r(t) = (e t, t 2 + 1, t). Find the velocity v(t), the acceleration a(t), the speed

More information

Power Series. x n. Using the ratio test. n n + 1. x n+1 n 3. = lim x. lim n + 1. = 1 < x < 1. Then r = 1 and I = ( 1, 1) ( 1) n 1 x n.

Power Series. x n. Using the ratio test. n n + 1. x n+1 n 3. = lim x. lim n + 1. = 1 < x < 1. Then r = 1 and I = ( 1, 1) ( 1) n 1 x n. .8 Power Series. n x n x n n Using the ratio test. lim x n+ n n + lim x n n + so r and I (, ). By the ratio test. n Then r and I (, ). n x < ( ) n x n < x < n lim x n+ n (n + ) x n lim xn n (n + ) x

More information

Figure: Aparametriccurveanditsorientation

Figure: Aparametriccurveanditsorientation Parametric Equations Not all curves are functions. To deal with curves that are not of the form y = f (x) orx = g(y), we use parametric equations. Define both x and y in terms of a parameter t: x = x(t)

More information

Chapter Four. Derivatives. in the interior of a set S of real numbers means there is an interval centered at t 0

Chapter Four. Derivatives. in the interior of a set S of real numbers means there is an interval centered at t 0 Chapter Four Derivatives 4 Derivatives Suppose f is a vector function and t 0 is a point in the interior of the domain of f ( t 0 in the interior of a set S of real numbers means there is an interval centered

More information

Figure 1: Doing work on a block by pushing it across the floor.

Figure 1: Doing work on a block by pushing it across the floor. Work Let s imagine I have a block which I m pushing across the floor, shown in Figure 1. If I m moving the block at constant velocity, then I know that I have to apply a force to compensate the effects

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

AP Calculus AB 2017 Free-Response Solutions

AP Calculus AB 2017 Free-Response Solutions AP Calculus AB 217 Free-Response Solutions Louis A. Talman, Ph.D. Emeritus Professor of Mathematics Metropolitan State University of Denver May 18, 217 1 Problem 1 1.1 Part a The approximation with a left-hand

More information

Mathematics Engineering Calculus III Fall 13 Test #1

Mathematics Engineering Calculus III Fall 13 Test #1 Mathematics 2153-02 Engineering Calculus III Fall 13 Test #1 Instructor: Dr. Alexandra Shlapentokh (1) Which of the following statements is always true? (a) If x = f(t), y = g(t) and f (1) = 0, then dy/dx(1)

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

Introduction to Algebraic and Geometric Topology Week 14

Introduction to Algebraic and Geometric Topology Week 14 Introduction to Algebraic and Geometric Topology Week 14 Domingo Toledo University of Utah Fall 2016 Computations in coordinates I Recall smooth surface S = {f (x, y, z) =0} R 3, I rf 6= 0 on S, I Chart

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

Multivariable Calculus Notes. Faraad Armwood. Fall: Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates

Multivariable Calculus Notes. Faraad Armwood. Fall: Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates Multivariable Calculus Notes Faraad Armwood Fall: 2017 Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates Chapter 2: Vector-Valued Functions, Tangent Vectors, Arc

More information

Math 210, Exam 1, Practice Fall 2009 Problem 1 Solution

Math 210, Exam 1, Practice Fall 2009 Problem 1 Solution Math 20, Exam, Practice Fall 2009 Problem Solution. Let A = (,,2), B = (0,,), C = (2,,). (a) Find the vector equation of the plane through A, B, C. (b) Find the area of the triangle with these three vertices.

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

Exam 3. MA 114 Exam 3 Fall Multiple Choice Questions. 1. Find the average value of the function f (x) = 2 sin x sin 2x on 0 x π. C. 0 D. 4 E.

Exam 3. MA 114 Exam 3 Fall Multiple Choice Questions. 1. Find the average value of the function f (x) = 2 sin x sin 2x on 0 x π. C. 0 D. 4 E. Exam 3 Multiple Choice Questions 1. Find the average value of the function f (x) = sin x sin x on x π. A. π 5 π C. E. 5. Find the volume of the solid S whose base is the disk bounded by the circle x +

More information

Parametric Equations, Function Composition and the Chain Rule: A Worksheet

Parametric Equations, Function Composition and the Chain Rule: A Worksheet Parametric Equations, Function Composition and the Chain Rule: A Worksheet Prof.Rebecca Goldin Oct. 8, 003 1 Parametric Equations We have seen that the graph of a function f(x) of one variable consists

More information

Math 210, Final Exam, Practice Fall 2009 Problem 1 Solution AB AC AB. cosθ = AB BC AB (0)(1)+( 4)( 2)+(3)(2)

Math 210, Final Exam, Practice Fall 2009 Problem 1 Solution AB AC AB. cosθ = AB BC AB (0)(1)+( 4)( 2)+(3)(2) Math 2, Final Exam, Practice Fall 29 Problem Solution. A triangle has vertices at the points A (,,), B (, 3,4), and C (2,,3) (a) Find the cosine of the angle between the vectors AB and AC. (b) Find an

More information

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds?

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds? Mathematics 115 Professor Alan H. Stein April 18, 005 SOLUTIONS 1. Define what is meant by an antiderivative or indefinite integral of a function f(x). Solution: An antiderivative or indefinite integral

More information

Chapter 3 Differentiation Rules

Chapter 3 Differentiation Rules Chapter 3 Differentiation Rules Derivative constant function if c is any real number, then Example: The Power Rule: If n is a positive integer, then Example: Extended Power Rule: If r is any real number,

More information

0, such that. all. for all. 0, there exists. Name: Continuity. Limits and. calculus. the definitionn. satisfying. limit. However, is the limit of its

0, such that. all. for all. 0, there exists. Name: Continuity. Limits and. calculus. the definitionn. satisfying. limit. However, is the limit of its L Marizzaa A Bailey Multivariable andd Vector Calculus Name: Limits and Continuity Limits and Continuity We have previously defined limit in for single variable functions, but how do we generalize this

More information

MATHEMATICS 317 December 2010 Final Exam Solutions

MATHEMATICS 317 December 2010 Final Exam Solutions MATHEMATI 317 December 1 Final Eam olutions 1. Let r(t) = ( 3 cos t, 3 sin t, 4t ) be the position vector of a particle as a function of time t. (a) Find the velocity of the particle as a function of time

More information

EXAM 2 ANSWERS AND SOLUTIONS, MATH 233 WEDNESDAY, OCTOBER 18, 2000

EXAM 2 ANSWERS AND SOLUTIONS, MATH 233 WEDNESDAY, OCTOBER 18, 2000 EXAM 2 ANSWERS AND SOLUTIONS, MATH 233 WEDNESDAY, OCTOBER 18, 2000 This examination has 30 multiple choice questions. Problems are worth one point apiece, for a total of 30 points for the whole examination.

More information

Examples. 1. (Solution) (a) Suppose f is an increasing function, and let A(x) = x

Examples. 1. (Solution) (a) Suppose f is an increasing function, and let A(x) = x Math 31A Final Exam Practice Problems Austin Christian December 1, 15 Here are some practice problems for the final. You ll notice that these problems all come from material since the last exam. You are,

More information

(df (ξ ))( v ) = v F : O ξ R. with F : O ξ O

(df (ξ ))( v ) = v F : O ξ R. with F : O ξ O Math 396. Derivative maps, parametric curves, and velocity vectors Let (X, O ) and (X, O) be two C p premanifolds with corners, 1 p, and let F : X X be a C p mapping. Let ξ X be a point and let ξ = F (ξ

More information

THE FUNDAMENTAL THEOREM OF SPACE CURVES

THE FUNDAMENTAL THEOREM OF SPACE CURVES THE FUNDAMENTAL THEOREM OF SPACE CURVES JOSHUA CRUZ Abstract. In this paper, we show that curves in R 3 can be uniquely generated by their curvature and torsion. By finding conditions that guarantee the

More information

Calculus III. George Voutsadakis 1. LSSU Math 251. Lake Superior State University. 1 Mathematics and Computer Science

Calculus III. George Voutsadakis 1. LSSU Math 251. Lake Superior State University. 1 Mathematics and Computer Science Calculus III George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 251 George Voutsadakis (LSSU) Calculus III January 2016 1 / 76 Outline 1 Parametric Equations,

More information

Sections minutes. 5 to 10 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed.

Sections minutes. 5 to 10 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed. MTH 34 Review for Exam 4 ections 16.1-16.8. 5 minutes. 5 to 1 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed. Review for Exam 4 (16.1) Line

More information