Calculus of Vector-Valued Functions

Size: px
Start display at page:

Download "Calculus of Vector-Valued Functions"

Transcription

1 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 by Mathematica from different perspectives. First, place your screen cursor over the plot. Then drag the mouse while pressing down on the left mouse button to rotate the plot. ü 3.. Vector-Valued Functions Students should read Section 3. of Rogawski's Calculus [] for a detailed discussion of the material presented in this section. A vector-valued function is a vector where the components of the vector are themselves functions of a common parameter (or variable). For example, r is a vector-valued function if rt = xt, yt, zt. If we think of t as the time variable, the rt describes the motion of a particle through three-dimensional space over time. What we want to do is to understand what path is taken. We do this through graphing in three dimensions. Also, sometimes it is helpful to consider the projections of these curves onto the coordinate planes. For example, the projection of rt on the xy-plane is xt, yt,. Example 3.. Trace the paths of each of the following vector functions and describe its projections onto the xy-, xz-, and yzplanes: a) rt = t, t,t b) rt = cos 3 t, sin 3 t, sin t Solution: We use the ParametricPlot3D command to trace the path of each curve and to see its projection. a) First, we look at the plot of rt = t, t,t: In[73]:= ParametricPlot3Dt, t, t, t, 3, 3, PlotStyle Red, ImageSize Out[73]= -5 This curve looks very much like a parabola in 3-D space. To see the projections, we look first at:

2 Chapter 3.nb In[74]:= ParametricPlot3Dt, t,, t, 3, 3, PlotRange,, PlotStyle Orange, ImageSize Out[74]= This is clearly a parabola in the xy-plane. In[75]:= ParametricPlot3Dt,, t, t, 3, 3, Ticks Automatic,,,, Automatic, PlotStyle Orange, ImageSize 5, ImagePadding 5, 5, 5, Out[75]= -5 And this clearly a line in the xz-plane.

3 Chapter 3.nb 3 In[76]:= ParametricPlot3D, t, t, t, 3, 3, Ticks,,, Automatic, Automatic, PlotStyle Orange, ImageSize Out[76]= -5 This last plot is also clearly a parabola, but in the yz-plane. b) Next, we look at rt = cos 3 t, sin 3 t, sin t: In[77]:= ParametricPlot3DCost 3, Sin t 3, Sin t, t,,, PlotStyle Orange, ImageSize Out[77]= Note that since both sine and cosine are periodic with period p, it is not necessary to extend the domain beyond - p or + p. The projection in the xy-plane is:

4 4 Chapter 3.nb In[78]:= ParametricPlot3DCost 3, Sin t 3,, t,,, PlotPoints, ImageSize Out[78]= The projection in the xz-plane is: In[79]:= ParametricPlot3DCost 3,,Sin t, t,,, ImageSize Out[79]= Lastly, the projection in the yz-plane is:

5 Chapter 3.nb 5 In[8]:= ParametricPlot3D, Sin t 3, Sin t, t,,, ImageSize Out[8]= Note that the last two projections are almost exactly alike. This is to be expected because the sine and cosine functions have the same graph, but p radians apart. ü Exercises In Exercises through 3, graph rt and its three projections onto the coordinate planes.. rt = cos t, cos t, sin t. rt = t + 5, e 8 t cos t, e 8 t sin t 3. rt = t, t, 5t + t 4. Which of the following curves have the same projection onto the xz-plane? Graph the three projections to check your answer. a. r t = t, e t, t b. r t = e t, t, t c. r 3 t = t, cos t, t ü 3.. Calculus of Vector-Valued Functions Students should read Section 3. of Rogawski's Calculus [] for a detailed discussion of the material presented in this section. Since vector-valued functions are differentiated and integrated component by component, Mathematica will handle this easily since it treats vectors as lists and automatically performs the indicated operation on each element of the list. The derivative of a vector valued function rt = xt, yt, zt is defined to be while the integral of rt is Similarly, the limit is defined by r' t = x' t, y' t, z' t rt t = xt t, yt t, zt t. lim tøa rt = lim tøa xt, lim tøa yt, lim tøa zt. Example 3.. Differentiate and integrate each of the following vector functions:

6 6 Chapter 3.nb a) rt = t, t,t b) st = cos 3 t, sin 3 t, sin t Solution: (a) In[8]:= In[8]:= In[84]:= Out[84]= Clearr, s, t rt_ : t, t,t st_ : Cost 3, Sint 3, Sin t t rt, t, In[85]:= rt t Out[85]= t, t3 3,t (b) In[86]:= Out[86]= t st 3 Cost Sint, 3 Cost Sint, Cos t In[87]:= st t Out[87]= 3 Sint 4 3 Cost Sin3 t, 4 Cos3 t, Cos t Limits are handled the same way both in the calculus of vector-valued functions and in Mathematica: Example 3.3. Evaluate limit hø rt+h-rt h for rt = t, t,t. Solution: Since rt has been defined in the previous example, we merely evaluate In[88]:= Out[88]= rt h rt Limit,h h, t, As we would expect, this limit gives us the same answer for r' t as in the previous example. Example 3.4. Evaluate limit t,4t, tø3 Solution: t 3.

7 Chapter 3.nb 7 In[89]:= Limitt, 4 t,, t t3 Out[89]= 4, 8, 8 Derivatives of Dot and Cross Products Using the formulas of the derivative of the dot and cross products for vector-valued functions is simple in Mathematica. As a reminder, the formulas are: d rt st = rt s' t + r' t st and d rtμst = rtμs' t + r' tμst dt dt Example 3.5. Evaluate d dt rt st and d dt rtμst for rt = t, t,t and st = cos 3 t, sin 3 t, sin t. Solution: In[9]:= Out[9]= In[9]:= Out[9]= t rt.st Cost 3 4 t Cos t 3 t Cost Sint 3t Cost Sint t Sint 3 Sin t t rtst t Cos t 6 t Cost Sint Sint 3 t Sin t, Cost 3 t Cos t 6 t Cost Sint Sin t, t Cost 3 3t Cost Sint 3 t Cost Sint Sint 3 Tangent Lines Example 3.6. Find the vector parametrization of the tangent line to rt = - t,5t, t 3 at the point t = and plot it along with rt. Solution: Recall that the tangent line at t has vector parametrization Lt = rt + t r' t : In[9]:= rt_ t,5t,t 3 r't Lt_ r t r' Out[9]= Out[93]= Out[94]= t,5t,t 3 t,5,3t t,5 5t, 3t Here is a plot of the curve and the tangent line.

8 8 Chapter 3.nb In[95]:= ParametricPlot3Drt, Lt, t,, 4, ImageSize Small - 3 Out[95]= NOTE: Recall that the plot can be rotated to better view it from different perspectives. ü Exercises In Exercises and evaluate the limits. lim tøp sin t, cos t, tan 4 t. lim tø, et - t+ t In Exercises 3 and 4 compute the derivative and integral. 3. rt = tan t, 4t -, sin t 4. rt = e t, e t 5. Find a parametrization of the tangent line at the point indicated and plot both the vector-valued curve and the tangent line on the same set of axes. 6. Evaluate d dt rgt for rt = 4 sin t, cos t and gt = t.,4t ü 3.3. Arc Length Students should read Section 3.3 of Rogawski's Calculus [] for a detailed discussion of the material presented in this section. The arc length of a path rt = x t, y t, z t for a t b is given by L = a b r' t t = a b x' t + y' t + z' t t and like the one-dimensional version is difficult to evaluate by hand. Thus Mathematica is the perfect tool for calculating this. Example 3.7. Compute the arc length of rt = - t,5t, t 3 over the interval t. Solution:

9 Chapter 3.nb 9 In[96]:= rt_ : t, 5 t, t 3 L Normr't t Out[97]= EllipticE ArcSinh 3 3, EllipticE ArcSinh 3 3, EllipticE ArcSinh 6 6, EllipticE ArcSinh 6 6, EllipticF ArcSinh 3 3, 4 4 EllipticF ArcSinh 3 3, EllipticF ArcSinh 6 6, 4 4 EllipticF ArcSinh 6 6, Note that the above output indicates that Mathematica cannot find an antiderivative for the integrand, and thus we need to find another technique to evaluate this integral. Hence, we next try the numerical integrate command, NIntegrate, which does give us our result: In[98]:= L NIntegrateNormr't, t,, Out[98]= 5.85 Speed The vector r' t is also known as the velocity vector as it points in the (instantaneous) direction of motion described by rt. Its length or norm, r' t, gives the speed at time t.

10 Chapter 3.nb Example 3.8. Compute the speed of rt = - t,5t, t 3 when t =,.5, and. Solution: The following output gives a list of speeds of r' t at the three given times using the Norm command, which calculates the norm of a vector: In[99]:= rt_ : t, 5 t, t 3 Speed Normr', Normr'.5, Normr' Out[]= 65, 4.754, 67 In[]:= N Out[]= 8.66, 4.754, Observe that the speed is increasing as we move along the path of rt from t = to t =. This can be seen graphically by plotting the speed: In[]:= Normr't PlotNormr't, t,, Out[]= 5 4 Abst 36 Abst 4 5 Out[3]= NOTE: Observe how the Norm command inserts absolute values around each vector component in the formula for r' t, which seems redundant since each component is squared. This is done because in Mathematica vector components are allowed to be complex-valued, in which case absolute values are needed to refer to their magnitudes. ü Exercises In Exercises and, compute the length of curve over the given interval.. rt = sin t, 6t, cos t, -6 t 6. rt = t, 8t 3,3t, t In Exercises 3 and 4, find the speed of a particle moving along the curve rt at the given value of t. 3. rt = e t-,5t, 5t, t = 4. rt = sin t, cos 4 t, sin 6 t, t =p t 5. Compute st = r' u u for rt = t,t, t 3 and interpret Mathematica's result.

11 Chapter 3.nb 6. For rt = 4 t, - 3 t, 4 t, compute s t as in the previous exercise. Then use s t to find an arc length parametrization of rt, that is, find js = t, where j is the inverse of s t, and check to see that rj s has unit speed, that is, r' j s =. Lastly, plot rt and rj s and compare them. 7. Consider the helix rt = a sin t, a cos t, ct. a. Find a formula for the arc length of one revolution of rt. b. Suppose a helix has radius, height 5, and makes three revolutions. What is its arc length? t u 8. The Cornu spiral is defined by rt = xt, yt, where xt = sin u and yt = t u cos u. a. Plot the Cornu spiral over various intervals for t. b. Find a formula for its arc length along the interval -a t a, where a is a positive real number. c. What is its arc length in the limit as a Ø? ü 3.4. Curvature Students should read Section 3.4 of Rogawski's Calculus [] for a detailed discussion of the material presented in this section. Vector tools previously studied including arc length enables one to study the idea of curvature, which serves as a measure of how a curve bends, that is, the rate of change in direction of a curve. In arriving at a definition of curvature, consider a path in vector form and parametrized by rt = x t, y t, z t The parametrization is classified as regular if r' t for all values of t and for which r t is defined. Assume then that rt is regular and define the unit tangent vector in the direction of r' t, denoted T t, as follows: Tt = r' t r' t. This unit tangent vector T at any point enables us to determine the direction of the curve at that point, so one may define the curvature k (Greek letter kappa) at a point as k= dt ds = T' t r' t, which represents the magnitude of the rate of change in the unit tangent vector with respect to arc length. One denotes the vector dtds as the curvature vector. Its scalar length therefore measures curvature. For example, a straight line has k = (zero curvature) as one would expect. For a circle of radius r, we have k = r (reciprocal of r). This makes sense since a larger circle should have smaller curvature. In general, if we were to secure a circle, called the osculating circle, that best fits a curve at a specific point on the curve, then curvature of the curve at such a point should agree with the curvature of the osculating circle, that is, k= r Moreover, the radius r of this circle is called the radius of curvature. Note that the equations linking k and r illustrate their inverse relationship: k= r and r= k Example 3.9. Compute the curvature k for a circle of radius r defined by

12 Chapter 3.nb rt = r cos t, r sin t Solution: We first compute the unit tangent vector T using the formula Tt = r' t r' t : In[4]:= Clearr, T, t, In[5]:= Out[5]= rt_ Cost, Sint r't Tt_ r'tsimplifynormr't Cost, Sint Out[6]= Sint, Cost Out[7]= Sint Abs Cost Abs Sint, Cost Abs Cost Abs Sint Observe that in this output Mathematica is not able to reduce the expression inside the radical, which simplifies to r as a result of the fundamental trigonometric identity cos x + sin x =. This is due to the Norm command, which employs absolute values. To remedy this, we use the formula r' t = r' t r' t instead of the Norm command. In[8]:= Out[8]= Tt_ r'tsqrtsimplifyr't.r't Sint, Cost We then compute the curvature using the formula k= T' t r' t : In[9]:= SqrtSimplifyT't.T't Simplifyr't.r't Out[9]= Since the radius r is assumed to be positive, we conclude that k= r = = as expected. r r Example 3.. Compute the curvature k for the curve defined by f x = x at the point 3, 9. Solution: Observe that the graph of a function y = f x can be parametrized by x = t and y = f t and hence rt = t, f t. In this case the formula for curvature reduces to In[]:= Out[]= Clearr, t, f rt_ t, ft t, ft

13 Chapter 3.nb 3 In[]:= Out[]= Tt_ r't Sqrtr't.r't SqrtSimplifyT't.T't Simplifyr't.r't, f t f t f t Out[3]= f t f t 3 f '' x which is the same as k=. With f x = + f ' x x, we get 3 In[4]:= ft_ t Out[4]= t Out[5]= 4t 3 At x = t = 3, the curvature becomes In[6]:=. t 3 Out[6]= Here is a plot of the curvature along with the function. In[7]:= Plotft,, t,, Out[7]= Example 3.. Compute the curvature k and the radius of curvature r for the curve defined by

14 4 Chapter 3.nb rt = - t, t +, Solution: Again we begin by computing the unit tangent vector T: 3 t3 + at t =. In[8]:= Clearr, T, t, In[9]:= rt_ t, t^, 3 t^3 r't Tt_ r'tsqrtsimplifyr't.r't Out[9]= Out[]= t, t, t3 3, t, t Out[]=, t, t t t t We then compute the curvature using the same formula as in the previous example and evaluate it at t = : In[]:= SqrtSimplifyT't.T't Simplifyr't.r't. t Out[]= t 4 Out[3]= 8 9 Hence, the curvature k=89 at t = and the corresponding radius of curvature is r=k=98. Curvature Formula (Cross Product) There is an alternative formula for calculating the curvature of space curves that involves the cross product and eliminates the need to compute the unit tangent vector function: k= r'' t μ r' t r' t 3 = at μ vt vt 3 Example 3.. Compute the curvature kt and the radius of curvature for the helix defined by rt = cos t, sin t, t for any real number t. Solution: We first find the derivative of the unit tangent vector with respect to t. In[4]:= Clearr, T, t, rt_ Cost, Sint, t r't r''t Out[5]= Out[6]= Out[7]= Cost, Sint, t Sint, Cost, Cost, Sint,

15 Chapter 3.nb 5 In[8]:= Out[8]= t_ SqrtSimplifyCrossr''t, r't.crossr''t, r't SqrtSimplifyr't.r't 3 It follows that k= and r = for all values of t. Hence, our helix is a curve of constant curvature. ü Exercises In Exercises and, find r' t and Tt and evaluate T.. rt = 3 + t i t j + 9 t k. vt = sin t, cos t, 3. Use Mathematica to find the curvature function kx for y = cos x. Also plot kx for x. Where does the curvature assume its maximum value? 4. Determine the unit normal vectors to rt = t i + sin t j at t = p 4 and t = 3 p Determine the curvature of the vector-valued function rt = 3 + t i + 6 t j t k. 6. Find a formula for the curvature of the general helix rt = a cos t i + a sin t j + ctk. ü 3.5. Motion in Three Space Students should read Section 3.5 of Rogawski's Calculus [] for a detailed discussion of the material presented in this section. Recall that the velocity vector is the rate of the change of the position vector with respect to time while the acceleration vector represents the rate of change of the velocity vector with respect to time. Moreover, speed is defined to be the absolute value of the velocity vector. In short, we have the following: vt = r' t, st = vt and at = v' t = r'' t One can secure the velocity vector and the position function if the acceleration vector is known via integration. More specifically: vt = t au u + v where v represents the initial velocity vector and rt = t vu u + v t + r where r is the initial position. Example 3.. Find the velocity vector, the speed, and the acceleration vector for the vector-valued function rt = t 3 i + - t j + 4 t k at time t =. Solution:

16 6 Chapter 3.nb In[9]:= Clearr, v, s, a rt_ t^3, t, 4 t^ vt_ r't st_ Sqrtvt.vt at_ r''t v s a Out[3]= Out[3]= t 3, t, 4 t 3 t,, 8 t Out[3]= 64 t 9t 4 Out[33]= Out[34]= 6 t,,8 3,, 8 Out[35]= 74 Out[36]= 6,, 8 Thus, v = r' = 3 i - j + 8 k, s = 74, and a = 6 i + 8 k. Example 3.3. Find rt and vt if a t = t i +4 j subject to the initial conditions v = 3 i - j and r =. Solution: We first solve for vt by integrating at: In[37]:= Out[38]= Clearr, v, a at_ t, 4 vt_ Integrateau, u,, t v, v t, 4 Out[39]= t v, 4 t v Here, the constant vector of integration v = v, v = 3, - equals the initial velocity: In[4]:= Out[4]= Solvev 3,, v, v v 3, v Thus, vt = t i + 4 t j + 3 i - j. In[4]:= Out[4]= vt_ vt. v 3, v 3 t, 4t Next, we solve for rt by integrating vt:

17 Chapter 3.nb 7 In[4]:= rt_ Integratevu, u,, t r, r Out[4]= r 3t t3 6, r t t Again, the constant vector of integration r = r, r =, equals the initial position: In[43]:= Out[43]= Solver,, r, r r, r Hence, rt = t t i + t - t j. Components of Acceleration There are two components of acceleration: tangential and normal. More precisely, the acceleration vector a can be decomposed as a = a T T + a N N, where a T = d s is the tangential component and a N =k ds dt = is the normal component. dt = a v v Moreover, one has a T + a N = a so that a N = a -a T and a T = a -a N. Example 3.4. Determine the tangential and normal components of acceleration for the vector function r t = t 3, t, t. Solution: In[44]:= Clearr, v, s rt_ t^3, t^, t r't r''t a v v Out[45]= Out[46]= Out[47]= In[48]:= t 3,t,t 3 t,t, 6 t,, speed SimplifySqrtr't.r't Out[48]= 4t 9t 4 The result in the last output represents the speed at time t. In order to secure the tangential component of the acceleration, we differentiate the previous output: In[49]:= Out[49]= at Dspeed, t 8t 36 t 3 4t 9t 4 The normal component of the acceleration is

18 8 Chapter 3.nb In[5]:= an r''t.r''t at Out[5]= 8 t 36 t t 4 4t 9t 4 In[5]:= Simplifyan Out[5]= 9t 9t 4 4t 9t 4 NOTE: The components of acceleration can also be found through the formulas a T = a v v Mathematica as follows: and a N = a v, confirmed using v In[5]:= at r''t.r'tsqrtr't.r't an SqrtCrossr''t, r't.crossr''t, r't Sqrtr't.r't Out[5]= 4t 8 t 3 4t 9t 4 Out[53]= 4 36 t 36 t 4 4t 9t 4 ü Exercises In Exercises and, calculate the velocity and acceleration vectors and the speed at the time indicated:. rt = t i + - t j + 5 t k, t =.. rt = cos t i + sin t j + tan t k, t = p Sketch the path rt = - t i + - t j for -3 t 3 and compute the velocity and acceleration vectors at t =, t =, and t =. 4. Find vt given at and the initial velocity v. a. at = t i + 3 j, v = i + j b. at = e t i + j + t + k, v = i - 3 j + k 5. Find rt and vt given at together with the initial velocity and position at rest: a. at = e 3 t i + 4 t j + t - k, v = i + j + k, r = i + 3 j + 4 k b. at = i + j + sin t k, v = i + j, r = i. 6. Find the decomposition of at into its tangential and normal components at the indicated point: a. rt = 3-4 t i + t + j + t k at t = b. rt = t i + e -t j + te -t k at t = 7. Show that the tangential and normal components of acceleration of the helix given by rt = cos t i + sin t j + t k are equal to and, respectively.

ü 12.1 Vectors Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section.

ü 12.1 Vectors Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. Chapter 12 Vector Geometry 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 by Mathematica

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

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

Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section.

Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. Chapter 3 Differentiation ü 3.1 The Derivative Students should read Sections 3.1-3.5 of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. ü 3.1.1 Slope of Tangent

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

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

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

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

Chapter 11 Parametric Equations, Polar Curves, and Conic Sections

Chapter 11 Parametric Equations, Polar Curves, and Conic Sections Chapter 11 Parametric Equations, Polar Curves, and Conic Sections ü 11.1 Parametric Equations Students should read Sections 11.1-11. of Rogawski's Calculus [1] for a detailed discussion of the material

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

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

Differentiation of Parametric Space Curves. Goals: Velocity in parametric curves Acceleration in parametric curves

Differentiation of Parametric Space Curves. Goals: Velocity in parametric curves Acceleration in parametric curves Block #2: Differentiation of Parametric Space Curves Goals: Velocity in parametric curves Acceleration in parametric curves 1 Displacement in Parametric Curves - 1 Displacement in Parametric Curves Using

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

MATH Final Review

MATH Final Review MATH 1592 - Final Review 1 Chapter 7 1.1 Main Topics 1. Integration techniques: Fitting integrands to basic rules on page 485. Integration by parts, Theorem 7.1 on page 488. Guidelines for trigonometric

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

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

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

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

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

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

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

Fundamental Theorems of Vector

Fundamental Theorems of Vector Chapter 17 Analysis Fundamental Theorems of Vector 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

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

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

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

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

The Calculus of Vec- tors

The Calculus of Vec- tors Physics 2460 Electricity and Magnetism I, Fall 2007, Lecture 3 1 The Calculus of Vec- Summary: tors 1. Calculus of Vectors: Limits and Derivatives 2. Parametric representation of Curves r(t) = [x(t), y(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

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

4 The Trigonometric Functions

4 The Trigonometric Functions Mathematics Learning Centre, University of Sydney 8 The Trigonometric Functions The definitions in the previous section apply to between 0 and, since the angles in a right angle triangle can never be greater

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

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

Name: SOLUTIONS Date: 11/9/2017. M20550 Calculus III Tutorial Worksheet 8

Name: SOLUTIONS Date: 11/9/2017. M20550 Calculus III Tutorial Worksheet 8 Name: SOLUTIONS Date: /9/7 M55 alculus III Tutorial Worksheet 8. ompute R da where R is the region bounded by x + xy + y 8 using the change of variables given by x u + v and y v. Solution: We know R is

More information

Parametric Equations, Vectors, and Vector Valued Functions. Different parametric equations can yield the same curve:

Parametric Equations, Vectors, and Vector Valued Functions. Different parametric equations can yield the same curve: Parametric Equations, Vectors, and Vector Valued Functions Different parametric equations can yield the same curve: x=t, y=t 2 for t in [ 1,1] and x=t 3, y=t 6 for t in [ 1,1] give the same parabolic arc,

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

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

Vector Calculus, Maths II

Vector Calculus, Maths II Section A Vector Calculus, Maths II REVISION (VECTORS) 1. Position vector of a point P(x, y, z) is given as + y and its magnitude by 2. The scalar components of a vector are its direction ratios, and represent

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

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

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

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

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

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

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

Calculus and Parametric Equations

Calculus and Parametric Equations Calculus and Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Given a pair a parametric equations x = f (t) y = g(t) for a t b we know how

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

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

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

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

10.1 Review of Parametric Equations

10.1 Review of Parametric Equations 10.1 Review of Parametric Equations Recall that often, instead of representing a curve using just x and y (called a Cartesian equation), it is more convenient to define x and y using parametric equations

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

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

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

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

Unit #17: Spring Trig Unit. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that same amount.

Unit #17: Spring Trig Unit. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that same amount. Name Unit #17: Spring Trig Unit Notes #1: Basic Trig Review I. Unit Circle A circle with center point and radius. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that

More information

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

f : R 2 R (x, y) x 2 + y 2 Chapter 2 Vector Functions 2.1 Vector-Valued Functions 2.1.1 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,

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

Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations.

Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations. 1. Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations. x + y = 5, z = 4 Choose the correct description. A. The circle with center (0,0, 4)

More information

Introduction to Mathematica and Graphing in 3-Space

Introduction to Mathematica and Graphing in 3-Space 1 Mathematica is a powerful tool that can be used to carry out computations and construct graphs and images to help deepen our understanding of mathematical concepts. This document will serve as a living

More information

CALCULUS III MATH 265 FALL 2014 (COHEN) LECTURE NOTES

CALCULUS III MATH 265 FALL 2014 (COHEN) LECTURE NOTES CALCULUS III MATH 265 FALL 2014 (COHEN) LECTURE NOTES These lecture notes are intended as an outline for both student and instructor; for much more detailed exposition on the topics contained herein, the

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

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

Volumes of Solids of Revolution Lecture #6 a

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

More information

AP Calculus BC - Problem Solving Drill 19: Parametric Functions and Polar Functions

AP Calculus BC - Problem Solving Drill 19: Parametric Functions and Polar Functions AP Calculus BC - Problem Solving Drill 19: Parametric Functions and Polar Functions Question No. 1 of 10 Instructions: (1) Read the problem and answer choices carefully () Work the problems on paper as

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES Before starting this section, you might need to review the trigonometric functions. DIFFERENTIATION RULES In particular, it is important to remember that,

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

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

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

Worksheet 1.8: Geometry of Vector Derivatives

Worksheet 1.8: Geometry of Vector Derivatives Boise State Math 275 (Ultman) Worksheet 1.8: Geometry of Vector Derivatives From the Toolbox (what you need from previous classes): Calc I: Computing derivatives of single-variable functions y = f (t).

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

Differential Geometry of Curves

Differential Geometry of Curves Differential Geometry of Curves Cartesian coordinate system René Descartes (1596-165) (lat. Renatus Cartesius) French philosopher, mathematician, and scientist. Rationalism y Ego cogito, ergo sum (I think,

More information

Chapter 0 of Calculus ++, Differential calculus with several variables

Chapter 0 of Calculus ++, Differential calculus with several variables Chapter of Calculus ++, Differential calculus with several variables Background material by Eric A Carlen Professor of Mathematics Georgia Tech Spring 6 c 6 by the author, all rights reserved - Table of

More information

Course Notes Math 275 Boise State University. Shari Ultman

Course Notes Math 275 Boise State University. Shari Ultman Course Notes Math 275 Boise State University Shari Ultman Fall 2017 Contents 1 Vectors 1 1.1 Introduction to 3-Space & Vectors.............. 3 1.2 Working With Vectors.................... 7 1.3 Introduction

More information

AB CALCULUS SEMESTER A REVIEW Show all work on separate paper. (b) lim. lim. (f) x a. for each of the following functions: (b) y = 3x 4 x + 2

AB CALCULUS SEMESTER A REVIEW Show all work on separate paper. (b) lim. lim. (f) x a. for each of the following functions: (b) y = 3x 4 x + 2 AB CALCULUS Page 1 of 6 NAME DATE 1. Evaluate each it: AB CALCULUS Show all work on separate paper. x 3 x 9 x 5x + 6 x 0 5x 3sin x x 7 x 3 x 3 5x (d) 5x 3 x +1 x x 4 (e) x x 9 3x 4 6x (f) h 0 sin( π 6

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

Arc Length and Surface Area in Parametric Equations

Arc Length and Surface Area in Parametric Equations Arc Length and Surface Area in Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2011 Background We have developed definite integral formulas for arc length

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

Mathematica for Calculus II (Version 9.0)

Mathematica for Calculus II (Version 9.0) Mathematica for Calculus II (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy December 31, 013 Contents 1. Introduction. Volumes of revolution 3. Solving systems of equations

More information

11.6. Parametric Differentiation. Introduction. Prerequisites. Learning Outcomes

11.6. Parametric Differentiation. Introduction. Prerequisites. Learning Outcomes Parametric Differentiation 11.6 Introduction Sometimes the equation of a curve is not be given in Cartesian form y f(x) but in parametric form: x h(t), y g(t). In this Section we see how to calculate the

More information

Exam. There are 6 problems. Your 5 best answers count. Please pay attention to the presentation of your work! Best 5

Exam. There are 6 problems. Your 5 best answers count. Please pay attention to the presentation of your work! Best 5 Department of Mathematical Sciences Instructor: Daiva Pucinskaite Calculus III June, 06 Name: Exam There are 6 problems. Your 5 best answers count. Please pay attention to the presentation of your work!

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

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

AP Calculus Chapter 3 Testbank (Mr. Surowski)

AP Calculus Chapter 3 Testbank (Mr. Surowski) AP Calculus Chapter 3 Testbank (Mr. Surowski) Part I. Multiple-Choice Questions (5 points each; please circle the correct answer.). If f(x) = 0x 4 3 + x, then f (8) = (A) (B) 4 3 (C) 83 3 (D) 2 3 (E) 2

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

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

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

LB 220 Homework 4 Solutions

LB 220 Homework 4 Solutions LB 220 Homework 4 Solutions Section 11.4, # 40: This problem was solved in class on Feb. 03. Section 11.4, # 42: This problem was also solved in class on Feb. 03. Section 11.4, # 43: Also solved in class

More information

10.3 Parametric Equations. 1 Math 1432 Dr. Almus

10.3 Parametric Equations. 1 Math 1432 Dr. Almus Math 1432 DAY 39 Dr. Melahat Almus almus@math.uh.edu OFFICE HOURS (212 PGH) MW12-1:30pm, F:12-1pm. If you email me, please mention the course (1432) in the subject line. Check your CASA account for Quiz

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

11.6. Parametric Differentiation. Introduction. Prerequisites. Learning Outcomes

11.6. Parametric Differentiation. Introduction. Prerequisites. Learning Outcomes Parametric Differentiation 11.6 Introduction Often, the equation of a curve may not be given in Cartesian form y f(x) but in parametric form: x h(t), y g(t). In this section we see how to calculate the

More information

Vector Calculus Lecture Notes

Vector Calculus Lecture Notes Vector Calculus Lecture Notes by Thomas Baird December 5, 213 Contents 1 Geometry of R 3 2 1.1 Coordinate Systems............................... 2 1.1.1 Distance................................. 4 1.1.2

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

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

5.2 LENGTHS OF CURVES & AREAS OF SURFACES OF REVOLUTION

5.2 LENGTHS OF CURVES & AREAS OF SURFACES OF REVOLUTION 5.2 Arc Length & Surface Area Contemporary Calculus 1 5.2 LENGTHS OF CURVES & AREAS OF SURFACES OF REVOLUTION This section introduces two additional geometric applications of integration: finding the length

More information

Practice Problems for Exam 3 (Solutions) 1. Let F(x, y) = xyi+(y 3x)j, and let C be the curve r(t) = ti+(3t t 2 )j for 0 t 2. Compute F dr.

Practice Problems for Exam 3 (Solutions) 1. Let F(x, y) = xyi+(y 3x)j, and let C be the curve r(t) = ti+(3t t 2 )j for 0 t 2. Compute F dr. 1. Let F(x, y) xyi+(y 3x)j, and let be the curve r(t) ti+(3t t 2 )j for t 2. ompute F dr. Solution. F dr b a 2 2 F(r(t)) r (t) dt t(3t t 2 ), 3t t 2 3t 1, 3 2t dt t 3 dt 1 2 4 t4 4. 2. Evaluate the line

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

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