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

Size: px
Start display at page:

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

Transcription

1 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 of Kansas 1 / 15

2 Arclength Let r(t) = f (t), g(t), h(t) be a smooth curve for t [a, b]. The arclength is b L = r (t) dt = a b a Partition [a, b] into n subintervals of equal size t = b a n. a = t 0 <... < t i < t i+1 <... < t n = b Over each interval [t i, t i+1 ], then length of the curve is approximately r (t i+1 ) r (t i ) r (t i ) t The total length is then lim n n r (t i ) t. i=1 [f (t)] 2 + [g (t)] 2 + [h (t)] 2 dt. MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 2 / 15

3 Example A tower which is shaped like a cylinder is 30 feet high and has a radius of 10 feet. On the outside of the tower is a circular staircase which wraps around the tower 3 times from the base to the top of the tower. How long is the staircase? Solution: We can model the staircase using a helix curve r(t) = 10 cos(t), 10 sin(t), 30 6 t for t [0, 6]. r (t) = 10 sin(t), 10 cos(t), 5 r (t) = ( 10 sin(t)) 2 + (10 cos(t)) 2 + The length is 6 ( ) = r (t) dt, which equals feet. 0 MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 3 / 15

4 The Arclength Function The length of the portion of the curve r over the interval [a, t] is s(t) = t a r (τ) dτ Since s (t) = r (t) > 0, s(t) has an inverse, say t = t(s) and dt ds = 1 ds dt = 1 r (t) We can reparameterize the curve r(t) by its arclength s as r 0 (s) = r (t(s)). In particular, d r 0 (s) ds = d r(t(s)) dt(s) = r 1 (t) dt ds r (t) Thus, r 0 (s) is a unit tangent vector. MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 4 / 15

5 Example: Reparameterize the curve by its arclength s. r(t) = e t sin(t), e t cos(t), e t where t [0, ) Solution: We first calculate the arclength function r (t) = e t (sin(t)+cos(t)), e t (cos(t) sin(t)), e t r (t) = 3e t So the arclength function s(t) = ( ) 3(e t 1) and has an inverse t = ln s Arclength parametrization for r(t) is r 0 (s) = ( ) ( ( )) ( ( )) s s s + 1 sin ln + 1, cos ln + 1, MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 5 / 15

6 Curvature For a smooth curve C defined by r(t), the unit tangent vector r (t) T (t) = r gives the instantaneous direction of the curve. (t) Question 1: Does the curve r(t) actually curve? If T (t) does not change direction, that is T (t) = 0, then the curve r(t) is a line. Thus, as long as T (t) 0, the curve r(t) indeed curves (bends and/or twists). Question 2: How sharply does the curve r(t) curve? That is, what is the rate of change of T (t)? The curvature of a curve r(t) at t is (s = s(t) is the arclength of r(t)). d T (s) κ(t) = ds MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 6 / 15

7 Curvature The curvature of a curve r(t) at t is d T (s) κ(t) = ds where s = s(t) is the arclength of r(t). Recall that s(t) = We have, in terms of the original parameter t, d T dt κ(t) = ds = T (t) r (t) Another formula, dt κ(t) = r (t) r (t) r (t) 3 t a r (τ) dτ. MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 7 / 15

8 Example Find the curvature of a circle of radius a. Solution: We parameterize the circle as r(t) = a cos(t), a sin(t), 0. r (t) = a sin(t), a cos(t), 0 r (t) = a T (t) = sin(t), cos(t), 0 T (t) = cos(t), sin(t), 0 T (t) = 1 Therefore, κ(t) = 1 a. An osculating circle along the curve C at the point P is the circle which best fits inside the curve near P. The curvature at P is the reciprocal of the radius of the osculating circle. MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 8 / 15

9 Curvature in R 2 For a planar curve y = f (x) we can take the parametrization r(t) = t, f (t), 0. r (t) = 1, f (t), 0 = i + f (t) j r (t) = 0, f (t), 0 = f (t) j r (t) r (t) = f (t) k r (t) = 1 + [f (t)] 2 r (t) r (t) = f (t) Thus, the curvature of a planar curve y = f (x) is κ(x) = f (x) (1 + f (x) 2 ) 3 2 MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 9 / 15

10 Normal and Binormal Vectors Question 3: We have established the curvature, κ(t), for the curve r(t). What is the direction in which the curve is bending? Answer: The direction in which the curve bends is in the same direction as T, and as we are only interested in direction, we take the unit vector: T N(t) (t) = T (t) Since T (t) = 1 it follows that T (t) T (t) = 1. Therefore, T (t) T (t) = 0 or T (t) T (t), which implies N (t) T (t) N (t) is the unit normal vector of the curve. MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 10 / 15

11 The unit binormal vector of the curve is the vector B (t) = T (t) N (t) N (t) is in the direction which the curve bends at t and is orthogonal to the curve. N (t) points to the concave side of C. The osculating plane is orthogonal to the curve and contains the unit tangent and unit normal vectors. The unit binormal vector is the torsion or twisting direction of the curve. The normal plane is orthogonal to the curve and contains the unit normal and unit binormal vectors. MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 11 / 15

12 For the helix r(t) = cos(t), sin(t), t, (i) Find the unit normal and unit binormal vectors of r(t). (ii) Find the normal plan and osculating plane at the point P where t = 4 r (t) = sin(t), cos(t), 1 r (t) = 2 T (t) = 1 2 sin(t), cos(t), 1 T (t) = 1 2 cos(t), sin(t), 0 T (t) = 1 N (t) = cos(t), sin(t), 0 2 B (t) = T (t) N (t) = 1 2 sin(t), cos(t), 1 MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 12 / 15

13 The osculating plane passes through r ( ) ( 2 4 = normal vector B ( ) 4 = 1 2, 1 2, , 2 2, 4 x y + 2z = 4 The normal plane passes through r ( ) ( 2 ) 4 = 2, 2 2, 4 normal vector T ( ) 4 = 1, 1, 2. x + y + 2 2z = 4 ) and has a and has a MATH 127 (Section 10.3) Arclength and Curvature The University of Kansas 13 / 15

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

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

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

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

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

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

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

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

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

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

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

MATH 332: Vector Analysis Summer 2005 Homework

MATH 332: Vector Analysis Summer 2005 Homework MATH 332, (Vector Analysis), Summer 2005: Homework 1 Instructor: Ivan Avramidi MATH 332: Vector Analysis Summer 2005 Homework Set 1. (Scalar Product, Equation of a Plane, Vector Product) Sections: 1.9,

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

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

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

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

Curves I: Curvature and Torsion. Table of contents

Curves I: Curvature and Torsion. Table of contents Math 48 Fall 07 Curves I: Curvature and Torsion Disclaimer. As we have a textbook, this lecture note is for guidance and sulement only. It should not be relied on when rearing for exams. In this lecture

More information

Solutions for Math 348 Assignment #4 1

Solutions for Math 348 Assignment #4 1 Solutions for Math 348 Assignment #4 1 (1) Do the following: (a) Show that the intersection of two spheres S 1 = {(x, y, z) : (x x 1 ) 2 + (y y 1 ) 2 + (z z 1 ) 2 = r 2 1} S 2 = {(x, y, z) : (x x 2 ) 2

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

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

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

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

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

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

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

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

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

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, 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

Figure 10: Tangent vectors approximating a path.

Figure 10: Tangent vectors approximating a path. 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

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

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

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

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

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

A New Model for Ribbons in R 3

A New Model for Ribbons in R 3 A New Model for Ribbons in R 3 Tom Farmer Miami University Oxford, OH 45056 farmerta@muohio.edu Let s start with a hands-on demonstration. We take a long, rectangular strip of adhesive tape (or postage

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

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

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

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

e 2 = e 1 = e 3 = v 1 (v 2 v 3 ) = det(v 1, v 2, v 3 ).

e 2 = e 1 = e 3 = v 1 (v 2 v 3 ) = det(v 1, v 2, v 3 ). 3. Frames In 3D space, a sequence of 3 linearly independent vectors v 1, v 2, v 3 is called a frame, since it gives a coordinate system (a frame of reference). Any vector v can be written as a linear combination

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

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

CHAPTER 11 Vector-Valued Functions

CHAPTER 11 Vector-Valued Functions CHAPTER Vector-Valued Functions Section. Vector-Valued Functions...................... 9 Section. Differentiation and Integration of Vector-Valued Functions.... Section. Velocit and Acceleration.....................

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

Lecture 4: Partial and Directional derivatives, Differentiability

Lecture 4: Partial and Directional derivatives, Differentiability Lecture 4: Partial and Directional derivatives, Differentiability Rafikul Alam Department of Mathematics IIT Guwahati Differential Calculus Task: Extend differential calculus to the functions: Case I:

More information

Math 153 Calculus III Notes

Math 153 Calculus III Notes Math 153 Calculus III Notes 10.1 Parametric Functions A parametric function is a where x and y are described by a function in terms of the parameter t: Example 1 (x, y) = {x(t), y(t)}, or x = f(t); y =

More information

t 0. Show the necessary work and make sure that your conclusion is clear. (10 points) MTH 254 Test 1 No Calculator Portion Given: October 14, 2015

t 0. Show the necessary work and make sure that your conclusion is clear. (10 points) MTH 254 Test 1 No Calculator Portion Given: October 14, 2015 MTH 254 Test 1 No Calculator Portion Given: October 14, 2015 Name 1. Figures A F on page 2 of the supplement show portions of six different vector valued functions along with one surface upon which the

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

Homwework JWR. Jan Problem numbers refer to the do Carmo text.

Homwework JWR. Jan Problem numbers refer to the do Carmo text. Homwework JWR Jan 30 014 Problem numbers refer to the do Carmo text. 1. 1.-1 The curve αs) cos s), sin s)) coss), sins)) parameterizes the circle x +y 1 in the clockwise orientation.. 1.-Thedistanceformthepointαt)

More information

Math S1201 Calculus 3 Chapters , 14.1

Math S1201 Calculus 3 Chapters , 14.1 Math S1201 Calculus 3 Chapters 13.2 13.4, 14.1 Summer 2015 Instructor: Ilia Vovsha h@p://www.cs.columbia.edu/~vovsha/calc3 1 Outline CH 13.2 DerivaIves of Vector FuncIons Extension of definiion Tangent

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

Geometry and Motion Selected answers to Sections A and C Dwight Barkley 2016

Geometry and Motion Selected answers to Sections A and C Dwight Barkley 2016 MA34 Geometry and Motion Selected answers to Sections A and C Dwight Barkley 26 Example Sheet d n+ = d n cot θ n r θ n r = Θθ n i. 2. 3. 4. Possible answers include: and with opposite orientation: 5..

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

Dierential Geometry Curves and surfaces Local properties Geometric foundations (critical for visual modeling and computing) Quantitative analysis Algo

Dierential Geometry Curves and surfaces Local properties Geometric foundations (critical for visual modeling and computing) Quantitative analysis Algo Dierential Geometry Curves and surfaces Local properties Geometric foundations (critical for visual modeling and computing) Quantitative analysis Algorithm development Shape control and interrogation Curves

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. (Com S 477/577 Notes) Yan-Bin Jia. Oct 3, 2017

Parametric Curves. (Com S 477/577 Notes) Yan-Bin Jia. Oct 3, 2017 Parametric Curves (Com S 477/577 Notes) Yan-Bin Jia Oct 3, 2017 1 Introduction A curve in R 2 (or R 3 ) is a differentiable function α : [a,b] R 2 (or R 3 ). The initial point is α[a] and the final point

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

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions alculus III Math 33 pring 7 Final exam May 3rd. uggested solutions This exam contains twenty problems numbered 1 through. All problems are multiple choice problems, and each counts 5% of your total score.

More information

Lecture D4 - Intrinsic Coordinates

Lecture D4 - Intrinsic Coordinates J. Peraire 16.07 Dynamics Fall 2004 Version 1.1 Lecture D4 - Intrinsic Coordinates In lecture D2 we introduced the position, velocity and acceleration vectors and referred them to a fixed cartesian coordinate

More information

Arbitrary-Speed Curves

Arbitrary-Speed Curves Arbitrary-Speed Curves (Com S 477/577 Notes) Yan-Bin Jia Oct 12, 2017 The Frenet formulas are valid only for unit-speed curves; they tell the rate of change of the orthonormal vectors T, N, B with respect

More information

Vector-valued functions

Vector-valued functions Vector-valued functions MATH 243 2018 Victoria University of Wellington Wellington, New Zealand For a complimentary reading, this set of slides corresponds roughly to Chapter of the same title from Anton,

More information

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Kinematics

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Kinematics Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Kinematics Module 10 - Lecture 24 Kinematics of a particle moving on a curve Today,

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

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

Motion in Space. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Motion in Space

Motion in Space. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Motion in Space Motion in Space MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Background Suppose the position vector of a moving object is given by r(t) = f (t), g(t), h(t), Background

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

jf 00 (x)j ds (x) = [1 + (f 0 (x)) 2 ] 3=2 (t) = jjr0 (t) r 00 (t)jj jjr 0 (t)jj 3

jf 00 (x)j ds (x) = [1 + (f 0 (x)) 2 ] 3=2 (t) = jjr0 (t) r 00 (t)jj jjr 0 (t)jj 3 M73Q Multivariable Calculus Fall 7 Review Problems for Exam The formulas in the box will be rovided on the exam. (s) dt jf (x)j ds (x) [ + (f (x)) ] 3 (t) jjt (t)jj jjr (t)jj (t) jjr (t) r (t)jj jjr (t)jj

More information

Multiple Choice. Circle the best answer. No work needed. No partial credit available. is continuous.

Multiple Choice. Circle the best answer. No work needed. No partial credit available. is continuous. Multiple Choice. Circle the best answer. No work needed. No partial credit available. + +. Evaluate lim + (a (b (c (d 0 (e None of the above.. Evaluate lim (a (b (c (d 0 (e + + None of the above.. Find

More information

Math 273 Solutions to Review Problems for Exam 1

Math 273 Solutions to Review Problems for Exam 1 Math 7 Solution to Review Problem for Exam True or Fale? Circle ONE anwer for each Hint: For effective tudy, explain why if true and give a counterexample if fale (a) T or F : If a b and b c, then a c

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

ENGI 4430 Parametric Vector Functions Page dt dt dt

ENGI 4430 Parametric Vector Functions Page dt dt dt ENGI 4430 Parametric Vector Functions Page 2-01 2. Parametric Vector Functions (continued) Any non-zero vector r can be decomposed into its magnitude r and its direction: r rrˆ, where r r 0 Tangent Vector:

More information

SELECTED SAMPLE FINAL EXAM SOLUTIONS - MATH 5378, SPRING 2013

SELECTED SAMPLE FINAL EXAM SOLUTIONS - MATH 5378, SPRING 2013 SELECTED SAMPLE FINAL EXAM SOLUTIONS - MATH 5378, SPRING 03 Problem (). This problem is perhaps too hard for an actual exam, but very instructional, and simpler problems using these ideas will be on the

More information

Curves. Contents. 1 Introduction 3

Curves. Contents. 1 Introduction 3 Curves Danilo Magistrali and M. Eugenia Rosado María Departamento de Matemática Aplicada Escuela Técnica Superior de Arquitectura, UPM Avda. Juan de Herrera 4, 8040-Madrid, Spain e-mail: danilo.magistrali@upm.es

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

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

Geometric approximation of curves and singularities of secant maps Ghosh, Sunayana

Geometric approximation of curves and singularities of secant maps Ghosh, Sunayana University of Groningen Geometric approximation of curves and singularities of secant maps Ghosh, Sunayana IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish

More information

MATH 162. FINAL EXAM ANSWERS December 17, 2006

MATH 162. FINAL EXAM ANSWERS December 17, 2006 MATH 6 FINAL EXAM ANSWERS December 7, 6 Part A. ( points) Find the volume of the solid obtained by rotating about the y-axis the region under the curve y x, for / x. Using the shell method, the radius

More information

Geometry of Cylindrical Curves over Plane Curves

Geometry of Cylindrical Curves over Plane Curves Applied Mathematical Sciences, Vol 9, 015, no 113, 5637-5649 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/101988/ams01556456 Geometry of Cylindrical Curves over Plane Curves Georgi Hristov Georgiev, Radostina

More information

Exercise: concepts from chapter 3

Exercise: concepts from chapter 3 Reading:, Ch 3 1) The natural representation of a curve, c = c(s), satisfies the condition dc/ds = 1, where s is the natural parameter for the curve. a) Describe in words and a sketch what this condition

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

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

SOME RELATIONS BETWEEN NORMAL AND RECTIFYING CURVES IN MINKOWSKI SPACE-TIME

SOME RELATIONS BETWEEN NORMAL AND RECTIFYING CURVES IN MINKOWSKI SPACE-TIME International Electronic Journal of Geometry Volume 7 No. 1 pp. 26-35 (2014) c IEJG SOME RELATIONS BETWEEN NORMAL AND RECTIFYING CURVES IN MINKOWSKI SPACE-TIME KAZIM İLARSLAN AND EMILIJA NEŠOVIĆ Dedicated

More information

Arc-length of a curve on the plane (Sect. 11.2) Review: Parametric curves on the plane

Arc-length of a curve on the plane (Sect. 11.2) Review: Parametric curves on the plane Arc-length of a curve on the plane (Sect. 11.2) Review: Parametric curves on the plane. The slope of tangent lines to curves. The arc-length of a curve. The arc-length function and differential. Review:

More information

Integrals along a curve in space. (Sect. 16.1)

Integrals along a curve in space. (Sect. 16.1) Integrals along a curve in space. (Sect. 6.) Line integrals in space. The addition of line integrals. ass and center of mass of wires. Line integrals in space Definition The line integral of a function

More information

Lecture 11: Arclength and Line Integrals

Lecture 11: Arclength and Line Integrals Lecture 11: Arclength and Line Integrals Rafikul Alam Department of Mathematics IIT Guwahati Parametric curves Definition: A continuous mapping γ : [a, b] R n is called a parametric curve or a parametrized

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

MATH 2433 Homework 1

MATH 2433 Homework 1 MATH 433 Homework 1 1. The sequence (a i ) is defined recursively by a 1 = 4 a i+1 = 3a i find a closed formula for a i in terms of i.. In class we showed that the Fibonacci sequence (a i ) defined by

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

12.3 Curvature, torsion and the TNB frame

12.3 Curvature, torsion and the TNB frame 1.3 Curvature, torsion and the TNB frame Acknowledgments: Material from a Georgia Tech worksheet by Jim Herod, School of Mathematics, herod@math.gatech.edu, is incorporated into the section on curvature,

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

Vector Calculus lecture notes

Vector Calculus lecture notes Vector Calculus lecture notes Thomas Baird December 13, 21 Contents 1 Geometry of R 3 2 1.1 Coordinate Systems............................... 2 1.1.1 Distance................................. 3 1.1.2 Surfaces.................................

More information

MATH 280 Multivariate Calculus Fall Integration over a curve

MATH 280 Multivariate Calculus Fall Integration over a curve dr dr y MATH 28 Multivariate Calculus Fall 211 Integration over a curve Given a curve C in the plane or in space, we can (conceptually) break it into small pieces each of which has a length ds. In some

More information

8. THE FARY-MILNOR THEOREM

8. THE FARY-MILNOR THEOREM Math 501 - Differential Geometry Herman Gluck Tuesday April 17, 2012 8. THE FARY-MILNOR THEOREM The curvature of a smooth curve in 3-space is 0 by definition, and its integral w.r.t. arc length, (s) ds,

More information

Study guide for Exam 1. by William H. Meeks III October 26, 2012

Study guide for Exam 1. by William H. Meeks III October 26, 2012 Study guide for Exam 1. by William H. Meeks III October 2, 2012 1 Basics. First we cover the basic definitions and then we go over related problems. Note that the material for the actual midterm may include

More information

Computing inverse Laplace Transforms.

Computing inverse Laplace Transforms. Review Exam 3. Sections 4.-4.5 in Lecture Notes. 60 minutes. 7 problems. 70 grade attempts. (0 attempts per problem. No partial grading. (Exceptions allowed, ask you TA. Integration table included. Complete

More information

ENGI Parametric Vector Functions Page 5-01

ENGI Parametric Vector Functions Page 5-01 ENGI 3425 5. Parametric Vector Functions Page 5-01 5. Parametric Vector Functions Contents: 5.1 Arc Length (Cartesian parametric and plane polar) 5.2 Surfaces of Revolution 5.3 Area under a Parametric

More information

Stokes Theorem. MATH 311, Calculus III. J. Robert Buchanan. Summer Department of Mathematics. J. Robert Buchanan Stokes Theorem

Stokes Theorem. MATH 311, Calculus III. J. Robert Buchanan. Summer Department of Mathematics. J. Robert Buchanan Stokes Theorem tokes Theorem MATH 311, alculus III J. Robert Buchanan Department of Mathematics ummer 2011 Background (1 of 2) Recall: Green s Theorem, M(x, y) dx + N(x, y) dy = R ( N x M ) da y where is a piecewise

More information

a b c d e GOOD LUCK! 3. a b c d e 12. a b c d e 4. a b c d e 13. a b c d e 5. a b c d e 14. a b c d e 6. a b c d e 15. a b c d e

a b c d e GOOD LUCK! 3. a b c d e 12. a b c d e 4. a b c d e 13. a b c d e 5. a b c d e 14. a b c d e 6. a b c d e 15. a b c d e MA23 Elem. Calculus Spring 206 Final Exam 206-05-05 Name: Sec.: Do not remove this answer page you will turn in the entire exam. No books or notes may be used. You may use an ACT-approved calculator during

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