Vector-valued functions

Size: px
Start display at page:

Download "Vector-valued functions"

Transcription

1 Vector-valued functions MATH 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, Bivens, Davis: Calculus - Early Transcendental

2 This chapter s content 1 Introduction to vector-valued functions 3 2 Calculus of vector-valued functions 14 3 Change of parameter; Arc length 48 4 Unit tangents, normals and binormals 63 5 Curvature 71 6 Motion along a curve 86 7 Kepler s Laws of planetary motion 90 2

3 1 Introduction to vector-valued functions ABD section: Introduction to vector-valued functions 3

4 Parametric curves in 3D Warm up: Parametric curves in 2D Given two continuous functions f, g of a single variable t, i.e. f : R 1 t R 1 x, g : R 1 t R 1 y x = f (t), and thus a point C(t) in 2D-space R 2 = R 3 x,y : y = g(t). C(t) = (x, y) = (f (t), g(t)) R 2 x,y. C : R 1 R 2 C(t) = (f (t), g(t)) Increasing t, this point moves continuously in 2D space, tracing out a parametrised curve C(t): each point on the curve inherits a label the parameter t which determines a direction ( orientation ) of the curve. ABD section: Introduction to vector-valued functions 4

5 Examples: familiar parametrised curves in 2D Ordinary graphs: y = g(x) in R 2 = R 2 x,y t as x x = f (t) = t, y = g(t). (x, y) = (t, g(t)) = (x, g(x)) since t = x. Curve C : the usual graph of y = g(x) in the plane, parametrized by x. Polar curves : r = r(θ) such as r = cos(2θ) (in R 2 = R 2 x,y) t as θ x = f (t) = r(t) cos t, y = g(t) = r(t) sin t. (x, y) = (r(t) cos t, r(t) sin t) = (r(θ) cos θ, r(θ) sin θ) if t = θ. Curve C : the polar curve of r = r(θ) in the plane, parametrized by θ. ABD section: Introduction to vector-valued functions 5

6 Parametric curves in 3D Given three continuous functions f, g, h of a single variable t, i.e. f : R 1 t R 1 x, g : R 1 t R 1 y, h : R 1 t R 1 z, x = f (t), y = g(t) z = h(t). and thus a point C(t) in 3D-space R 3 = R 3 x,y,z : C(t) = (x, y, z) = (f (t), g(t), h(t)) R 3 x,y,z. C : R 1 R 3 C(t) = (f (t), g(t), h(t)) Increasing t, this point moves continuously in 3D space, tracing out a parametrised curve C(t): each point on the curve inherits a label the parameter t which determines a direction ( orientation ) of the curve. ABD section: Introduction to vector-valued functions 6

7 Parametric curves in 3D Helix in R 3. x = a cos t, y = a sin t, z = ct x = cos t, y = sin t, z = t Fig.: RobHar, wikipedia helix ABD section: Introduction to vector-valued functions 7

8 Example: an intersection of two surfaces: z = x 3 and y = x 2!Twisted cubic" ABD section: Introduction to vector-valued functions 8

9 Fig.: Adapted from Povray code, Claudio Rocchini, wikipedia twisted cubic ABD section: Introduction to vector-valued functions 9 Example: How to parametrize the twisted cubic curve {(x, y, z) y = x 2 } {(x, y, z) z = x 3 } = {(x, y, z) y = x 2 and z = x 3 } Notice that both y and z are functions of x: Set x = t, then y = t 2, z = t 3 t (t, t 2, t 3 )

10 Vector-valued functions Write x = t, y = t 2, z = t 3 in vector form : r(t) = x(t), y(t), z(t) = t, t 2, t 3 = ti + t 2 j + t 3 k This makes r(t) an example of a vector-valued function of the real parameter t. The component functions are x(t), y(t) and z(t). The domain of r(t) is the set of allowable values of t. The natural domain of r(t): every component is defined and real-valued for these values of t. This is the intersection of the natural domains of x(t), y(t) and z(t). ABD section: Introduction to vector-valued functions 10

11 Vector-valued functions as parametric curves Any vector-valued function r(t) = x(t), y(t), z(t) describes a parametric curve C : R 1 R 3, specified by the component functions x(t), y(t) and z(t). A path or curve traced out by a moving point (in 2D, 3D,... ) as t changes; or a path traced out by the tip of the vector r(t). We call r(t) the position vector, or radius vector, of C. ABD section: Introduction to vector-valued functions 11

12 Convention on positional vectors vs. directional vectors We will predominantly think of a vector as a positional vector i.e. to indicate the position of its tip if its base is put at the origin. When a vector is used as a directional vector, it will be clear from the context, and on picture, it will be draw with an arrow. Eg. r(t 0 ) is (used as) the positional vector (as we only illustrate the position of its tip), whereas r (t 0 ) is a directional vector. ABD section: Introduction to vector-valued functions 12

13 Vector form of a line segment r 0 Vector form of a line r r 1 The line through the tip of r 0 and parallel to a vector v is, in vector form, r = r 0 + tv O v The 2!point vector form of a line: The line through the tips of the vectors r 0 and r 1 is r = r 0 + t(r 1 r 0 ) or r = (1 t)r 0 + tr 1 ABD section: Introduction to vector-valued functions 13 21

14 2 Calculus of vector-valued functions ABD section: Calculus of vector-valued functions 14

15 Limits and continuity of vector-valued functions Geometric idea of a limit lim r(t) = L t a iff r(t) approaches L in length and in direction as t a. r(t) is close to L if the length r(t) L is small. For positional vectors: In 2D, r(t) L < ɛ is true for all r(t) with tips that lie inside a disc of radius ɛ and centre L. In 3D, the disc becomes a ball. ABD section: Calculus of vector-valued functions 15

16 A formal definition of limit for vector-valued functions Let r(t) be a vector-valued function defined for all t in an open interval containing t = a, with r perhaps undefined at t = a. We write lim r(t) = L t a if given any positive real number ɛ > 0 we can find a number δ > 0 such that r(t) L < ɛ is true for all t close enough to a so that 0 < t a < δ. ABD section: Calculus of vector-valued functions 16

17 Example (formal definition): twisted cubic r(t) = x(t), y(t), z(t) = t, t 2, t 3 lim r(t) = 1, 1, 1 t 1 Given any positive real number ɛ > 0 we must find a number δ > 0 so that Now 0 < t 1 < δ t, t 2, t 3 1, 1, 1 < ɛ. t, t 2, t 3 1, 1, 1 2 = (t 1) 2 + (t 2 1) 2 + (t 3 1) 2 = (t 1) 2 [1 + (t + 1) 2 + (t 2 + t + 1) 2 ] < 59(t 1) 2 so long as 0 < t 1 < 1 because then 0 < t < 2. ABD section: Calculus of vector-valued functions 17

18 Example twisted cubic (continued) So, we can choose any δ ɛ 59 for example, δ = 0 < t 1 < δ, ɛ 59 or δ = ɛ 2. As long as δ 1 as well, then for 59 59(t 1) 2 < 59δ 2 ɛ 59( ) 2 = ɛ 2 59 and so the segment of the twisted cubic for 0 < t 1 < δ lies inside the ball of radius ɛ. Here is the illustration when ε = 1/2 and we take δ = 1/2 59. ABD section: Calculus of vector-valued functions 18

19 Limits of vector-valued functions: an equivalent formulation Theorem lim r(t) = L each component of r(t) has limit the corresponding t a component of L. (Limits in higher dimension are just 1-dimension limits, applied to each component.) ABD section: Calculus of vector-valued functions 19

20 Example (componentwise reduction): twisted cubic Consider again r(t) = x(t), y(t), z(t) = t, t 2, t 3 Then (Equivalently lim r(t) = lim ti + lim t 1 t 1 t 1 (t2 )j + lim(t 3 )k. t 1 lim t, t 2, t 3 = lim t, lim t 1 t 1 t 1 t2, lim t 3 ) t 1 As each of the functions t, t 2, and t 3 are continuous, it follows that lim r(t) = lim ti + lim t 1 t 1 t 1 (t2 )j + lim(t 3 )k t 1 = 1i j k = 1, 1, 1. ABD section: Calculus of vector-valued functions 20

21 Limits and continuity Definition : A vector-valued function r(t) is continuous at t = c if the following conditions are satisfied: 1 r(c) is defined 2 lim t c r(t) exists 3 lim t c r(t) = r(c). A vector valued function r(t) is continuous if it is continuous at every t in its domain. ABD section: Calculus of vector-valued functions 21

22 Example: Consider r(t) = t 3, e t, 2 sin t = t 3 i + e t j + ( 2 sin t)k Then lim r(t) = lim t 0 t 0 (t3 )i + lim(e t )j + lim( 2 sin t)k. t 0 t 0 As each of the function t 3, e t, and 2 sin t are continuous, it follows that lim r(t) = lim t 0 t 0 (t3 )i + lim(e t )j + lim( 2 sin t)k t 0 t 0 = 0i + e 0 j + ( 2 sin 0)k = j = r(0). By definition, r(t) is continuous at 0. ABD section: Calculus of vector-valued functions 22

23 Continuity: componentwise reduction For the vector-valued function r(t) = x(t), y(t), z(t), it can be seen that Theorem r(t) is continuous at t = c each of the 1-dimension component functions x(t), y(t), z(t) are continuous at t = c. ABD section: Calculus of vector-valued functions 23

24 Example: (the twisted cubic revisited) Consider the twisted cubic r(t) = x(t), y(t), z(t) = t, t 2, t 3. Find lim r(t) t 1 Solution: As the components t, t 2, t 3 of r(t) are continuous functions, we see that r(t) is also continuous, and so lim r(t) = r(1) = 1, 1, 1. t 1 ABD section: Calculus of vector-valued functions 24

25 Derivatives of vector-valued functions Definition : If r(t) is a vector-valued function, we define the derivative of r(t) to be the vector-valued function r (t) given by r(w) r(t) lim w t w t which is a vector: we also denote this by dr(t) dt r(w) r(t) = lim. w t w t If r (t) exists, we says that r(t) is differentiable. The domain of r (t) is the set of values of t in the domain of r(t) for which this limit exists. ABD section: Calculus of vector-valued functions 25

26 Differentiation: componentwise reduction Theorem The vector r (t) exists each of the component functions for r(t) is differentiable at t. In that case, the component functions for r (t) are the derivatives of the component functions of r (t). Proof for 2D: (higher dimensions are similar). Let r(t) = x(t)i + y(t)j. Then r (t) = lim w t r(w) r(t) w t = lim w t x(w)i+y(w)j x(t)i y(t)j w t = lim w t ( x(w) x(t) w t = x (t)i + y (t)j ) ( i + y(w) y(t) ) limw t w t j ABD section: Calculus of vector-valued functions 26

27 Example: Differentiation of components Let Then and r(t) = t 3 i + e t j 2 sin t k. r (t) = 3t 2 i + e t j 2 cos t k, r (1) = 3 i + e j 2 cos(1) k. ABD section: Calculus of vector-valued functions 27

28 Geometric interpretation of derivatives: Tangent lines to curves Definition Let P = r(t 0 ) be a point on the parametric curve r(t). If r (t 0 ) exists and r (t 0 ) 0, then r (t 0 ) is called the tangent vector to the curve at P. The line through P that is parallel to r (t 0 ) is called the tangent line at r(t 0 ). ABD section: Calculus of vector-valued functions 28

29 Explanation of the derivative formula for the tangent vector: The explanation for this is similar to the case of tangent lines to graphs y = f (x) of real-valued functions f as seen in MATH 141/142. The vector r(t) r(t 0 ) gives the direction of the secant line joining r(t 0 ) and r(t). So does the difference quotient r(t) r(t 0) t t 0. As t t 0, the secant line could be thought of as approaching the tangent line (if the latter exists). So, as t t 0, if the above difference quotient approaches some vector, i.e. if r (t 0 ) exists, then r (t 0 ) should be parallel to the imaginative tangent line. Hence, if r (t 0 ) exists and 0, we could think of it as indicating the direction of the tangent line. What if r (t 0 ) = 0, or if r (t 0 ) doesn t exist at all? ABD section: Calculus of vector-valued functions 29

30 When r (t 0 ) doesn t exist: It could be that tangent to the parametric curve r(t) at r(t 0 ) does not exists. Example Consider the 2D parametric curve r(t) = t, t, which is the graph of y = x, and so the tangent line at r(0) = 0 does not exist. Of course, r (0) does not exist either. But it could also means that our parametrisation is not good enough to describe all the feature of the geometric curve described by r(t) near t 0. Example Consider another parametric curve r(t) = 3 t, 3 t, which is the line y = x, and so the tangent line at r(0) = 0 should be the same line. But r (0) does not exist. ABD section: Calculus of vector-valued functions 30

31 When r (t 0 ) exists but = 0: Again, it could be that tangent to the parametric curve r(t) at r(t 0 ) does not exists. Example Consider the parametric curve r(t) = t 3, t 3, which is the graph of y = x, and so the tangent line at r(0) = 0 does not exist. But, you could see that r (0) = 0, 0 by consider the two branches: when t > 0 and when t < 0. But again it could also means that our parametrisation is not good enough to describe all the feature of the geometric curve described by r(t) near t 0. Example Consider the parametric curve r(t) = t 3, t 3, which is the line y = x, and so the tangent line at r(0) = 0 should be the same line. Again, r (0) = 0. ABD section: Calculus of vector-valued functions 31

32 So what is the difference between parametric curves and graphs of functions in the relation of tangents vs. derivatives? Why, for the graphs of functions of one variable, the relation is simply that: a function has a derivative at a point if and only if its graph has a tangent line at the corresponding point? But for parametric curves, the relation is more complicated? The short answer is that the variable of a function is encoded in its graph whereas the parameter of a parametric curve is not! ABD section: Calculus of vector-valued functions 32

33 Graphs of functions as parametric curves Let f : R 1 R 1. Recall that the graph of y = f (x) is the same as the parametric curve r(t) = t, f (t). Thus r (t) = 1, f (t) whenever f is differentiable (i.e. f (t) exists). Moreover, r (t) is never zero in this case. ABD section: Calculus of vector-valued functions 33

34 Warning! What we call the curve (traced/parametrised by a v.v.f.) r(t) is called the graph of a v.v.f. r(t) in ABD s Calculus. The latter terminology could lead to the confusion since the graph of any function r(t) is usually understood as the curve traced by t, r(t). So be warned when reading the literature. ABD section: Calculus of vector-valued functions 34

35 Example: The helix in 3D Parametric curve: r(t) = cos ti + sin tj + tk t 0 = 3π 4 = r(t 0 ) = ( 2 2, 2 2, 3π 4 ) Tangent vector: r (t) = sin ti + cos tj + k (the general one) t 0 = 3π 4 = r (t 0 ) = ( 2 2, 2 2, 1) Tangent line equation: r = r(t 0 ) + tr (t 0 ) = ( 2 2, 2 2, 3π 4 ) + t( 2 2, 2 2, 1) Warning: r here is used as a vector variable. To avoid confusion with r as the name of the function r(t) used for the Helix above, we could give the equation of the tangent line a new name, says: l(t) = r(t 0) + tr (t 0) so that now the tangent line is traced by this function l(t). ABD section: Calculus of vector-valued functions 35

36 Derivative rules for vector-valued functions We have the following differentiation rules Given vector-valued functions r(t), r 1 (t) and r 2 (t) in 2D or 3D, and any real-valued ( scalar ) function f (t), constant scalar k R, and constant vector c: dc dt = 0 d[kr(t)] = k dr(t) dt dt d[r 1 (t) + r 2 (t)] dt d[f (t)r(t)] dt = d[r 1(t)] dt + d[r 2(t)] dt = f (t)r(t) + f (t) dr(t) dt ABD section: Calculus of vector-valued functions 36

37 Example d [ (t 2 + t) sin t, e 2t ] = d(t2 + t) sin t, e 2t + (t 2 + t) d sin t, e 2t dt dt dt =(2t + 1) sin t, e 2t + (t 2 + t) cos t, 2e 2t = (2t + 1) sin t + (t 2 + t) cos t, (2t 2 + 4t + 1)e 2t Of course, if we don t use the product rule for vector-valued differentiation, then it could be proceeded as follows: d [ (t 2 + t) sin t, e 2t ] = d (t 2 + t) sin t, (t 2 + t)e 2t dt dt = [(t 2 + t) sin t], [(t 2 + t)e 2t ] = (2t + 1) sin t + (t 2 + t) cos t, (2t + 1)e 2t + (t 2 + t)2e 2t = (2t + 1) sin t + (t 2 + t) cos t, (2t 2 + 4t + 1)e 2t The 2nd calculation above essentially explains the new product rule from the product rule for real-valued functions. ABD section: Calculus of vector-valued functions 37

38 Derivatives of dot and cross products (r 1 r 2 ) = r 1 r 2 + r 1 r 2 d(r 1 r 2 ) dt = d(r 1) dt r 2 + r 1 d(r 2) dt (r 1 r 2 ) = r 1 r 2 + r 1 r 2 d(r 1 r 2 ) dt = d(r 1) dt r 2 + r 1 d(r 2) dt ABD section: Calculus of vector-valued functions 38

39 Example d [ t, t 2 ] tan t, cos t = d dt dt t, t 2 tan t, cos t + t, t 2 t, t 2 = 1, 2t tan t, cos t + = tan t + 2t cos t + t sec 2 t t 2 sin t d dt tan t, cos t sec 2 t, sin t In the above, we use the new dot-product rule, but if we don t the calculation goes as d [ t, t 2 ] tan t, cos t = d [ ] t tan t + t 2 cos t dt dt =(1 tan t + t sec 2 t) + (2t cos t + t 2 ( sin t)) = tan t + 2t cos t + t sec 2 t t 2 sin t This again illustrates the explanation of the new rule from the old product rule for R 1 -functions of one real variable. ABD section: Calculus of vector-valued functions 39

40 Example d [ ] (t 2 i + 3j + 4k) (i j + t 3 k) dt = d dt (t2 i + 3j + 4k) (i j + t 3 k) + (t 2 i + 3j + 4k) d dt (i j + t3 k) =(2ti) (i j + t 3 k) + (t 2 i + 3j + 4k) (3t 2 k) =( 2ti j 2t 4 i k) + (3t 4 i k + 9t 2 j k) = 9t 2 i t 4 j 2tk Of course, we can again calculate the cross product first, before differentiating. This would use the product rule for real-valued functions, again showing that these new product rules are immediate consequences of the usual product rule for differentiation of R 1 -valued functions: ( f (t)g(t) ) = f (t)g(t) + f (t)g (t) ABD section: Calculus of vector-valued functions 40

41 Radius and tangent vectors Flaming Poi Theorem If r(t) is constant for all t, then r (t) r(t) = 0 t. Proof. If r(t) = c is constant, then also r(t) r(t) = r(t) 2 = c 2 = constant. Thus d dt (r(t) r(t)) = d dt (c2 ) = 0, and we find 0 = d dt (r(t) r(t)) = r (t) r(t) + r(t) r (t) = 2r(t) r (t), giving r(t) r (t) = 0. ABD section: Calculus of vector-valued functions 41

42 Example Consider r(t) = cos ti + sin tj. Then r(t) = 1 for every t. We have r (t) = sin ti + cos tj So r (t) r(t) = cos t( sin t) + sin t cos t = 0 This agrees with the Flaming Poi theorem (as should be expected!). ABD section: Calculus of vector-valued functions 42

43 Integrals of vector-valued functions Definition The definite integral of a vector-valued function a a r(t) = x(t)i + y(t)j + z(t)k from t = a to t = b is the vector-valued function b ( b ) ( b ) ( b r(t) dt = x(t) dt i + y(t) dt j + a a ) z(t) dt k ABD section: Calculus of vector-valued functions 43

44 Antiderivatives of vector-valued functions An antiderivative of r(t) is a function R(t) such that: R (t) = r(t). The indefinite integral of r is defined as r(t) dt = R(t) + C where C is some constant vector. Basic rules of antiderivative For a constant scalar k, vector-valued functions r(t), r 1 (t), r 2 (t), and antiderivatives R(t), R 1 (t), R 2 (t) respectively: kr(t) dt = kr(t) + C [r 1 (t) + r 2 (t)] dt = R 1 (t) + R 2 (t) + C ABD section: Calculus of vector-valued functions 44

45 Fundamental theorem of vector integration Antiderivative is also called indefinite integral is because of the following Theorem Given a continuous vector-valued function r(t) with an antiderivative R(t): d [ t r(u) du ] = r(t) dt b a a r(t) dt = R(t) ] b = R(b) R(a) a ABD section: Calculus of vector-valued functions 45

46 Basic rules of integration For a constant scalar k and vector-valued functions r(t), r 1 (t), r 2 (t): b a b a kr(t) dt = k [r 1 (t) + r 2 (t)] dt = b a b a r(t) dt r 1 (t) dt + b a r 2 (t) dt But in practice, one often calculates the integral of a vector-valued function by reducing to the integrals of its components: Definition (recalled): b ( b r(t) dt = a a ) ( b ) ( b ) x(t) dt i + y(t) dt j + z(t) dt k a a ABD section: Calculus of vector-valued functions 46

47 Example 1 1, t, t2 dt = t t dt, t dt, t 2 dt = ln t, t2 2, t3 + C 3 Or 5 2 1, t, t2 dt = ln t, t2 t = ln 5, 52 2, 53 3 ] 5 2, t3 3 t=2 ln 2, 22 2, 23 3 = ln 5 2, 21 2, , t, t2 dt = t 2 t dt, = ln t ] 5 t=2 5, t2 2 2 ] 5 t dt, t=2, t ] 5 t 2 dt t=2 = ln 5 2, 21 2, ABD section: Calculus of vector-valued functions 47

48 3 Change of parameter; Arc length ABD section: Change of parameter; Arc length 48

49 Substitution of variables Twisted cubic curve: r(t) = t, t 2, t 3 : variable name t. Substitute s for t. r(s) = s, s 2, s 3 : variable name s, same formula, image set, orientation. 1 Substitute s = 2t same orientation as r(t) r 1 (t) = r(2t) = 2t, 4t 2, 8t 3 2 Substitute s = t 3 same orientation as r(t) r 2 (t) = r(t 3 ) = t 3, t 6, t 9 3 Substitute s = t opposite orientation as r(t) r 3 (t) = r( t) = t, t 2, t 3 The set of image points is exactly the same for each r 1 (t), r 2 (t), r 3 (t). Fix t 0 : corresponding values for r(t 0 ), r 1 (t 0 ), r 2 (t 0 ), r 3 (t 0 ) generally differ. Orientations may differ. ABD section: Change of parameter; Arc length 49

50 Change of parameter Definition Given a vector-valued function r(t), a change of parameter is a substitution t = g(τ) a where g is a bijective (i.e. 1:1 and onto) function (preferably continuous!). a τ is a Greek letter, pronounces tau. All 3 above substitutions are changes of parameter for the twisted cubic. Twisted cubic curve: r(t) = t, t 2, t 3 or, using variable s instead of t: r(s) = s, s 2, s 3 4 Substitute s = t 2 r 4 (t) = r(t 2 ) = t 2, t 4, t 6 This is not a change of parameter for the twisted cubic. (Is it a change of parameter for the restriction of the twisted cubic on R 3 x>0 = {(x, y, z) R3 : x > 0}?) ABD section: Change of parameter; Arc length 50

51 Smooth parametrisation So as a geometric curve could have many parametrisations, which one(s) should we work with? We prefer to use well-behaved parametrizations, which correspond to moving along a curve without stopping: Definition A vector valued function r(t) is smoothly parametrized if r (t) is continuous and r (t) 0 for all t in the domain of r. Remark: many authors use smooth function to mean a function which can be differentiated as many times as you like ABD section: Change of parameter; Arc length 51

52 Examples The function: r(t) = t 1/3, t 2/3, t (on its natural domain) is not a smoothly parametrised as r (0) does not exists. The function: r(t) = t 3, t 6, t 9 is not a smoothly parametrised as r (0) = 0. But both these functions are parametrisation of the twisted cubic, which has a smooth parametrisation as: r(t) = t, t 2, t 3 ABD section: Change of parameter; Arc length 52

53 ABD section: Change In of fact, parameter; it can Arcbe length seen that there is no change of 53 The cusp : A curve cannot be smoothly parametrized r(t) = t 2 i + t 3 j r (t) = 2ti + 3t 2 j. y 2 = x 3 (t 3 ) 2 = (t 2 ) 3 So r has a continuous derivative. But r (0) = 0, so r is not smooth at 0. The limit of its direction, as t 0, is not defined: the tangent vector has a reversal of direction when t = 0: If θ is the angle between the tangent vector and the x-axis, then cos θ = r (t) i r i = 2t 4t 2 + 9t 4 = 2t t 4 + 9t = sgn(t) t 2 Thus lim t 0 + cos θ = +1 lim t 0 + θ = 0; but lim t 0 cos θ = 1 lim t 0 θ = π.

54 Smooth change of parameter A change of parameter t = g(τ) for which g (τ) is continuous and g (τ) 0 for all τ is called a smooth change of parameter. g (τ) > 0 positive c.o.p. preserves orientation g (τ) < 0 negative c.o.p. reverses orientation Previous example: the twisted cubic r(t) = t, t 2, t 3 : 2τ, 4τ 2, 8τ 3 = r(2τ) smooth positive c.o.p. τ 3, τ 6, τ 9 = r(τ 3 ) non-smooth positive c.o.p. τ, τ 2, τ 3 = r( τ) smooth, negative c.o.p. ABD section: Change of parameter; Arc length 54

55 Chain rule for smooth changes of parameter We have the following result that holds in a slightly more general situation. Theorem If r(t) is a differentiable v.v.f. and t = g(τ) is a differentiable substitution, then r(g(τ)) is differentiable and Proof d dτ [r(g(τ))] = g (τ)r (g(τ)) t = g(τ), r(t) = x(t), y(t), z(t) r(g(τ)) = x(g(τ)), y(g(τ)), z(g(τ)) d dτ [r(g(τ))] = = d x(g(τ)), y(g(τ)), z(g(τ)) dτ d dτ z(g(τ)) d dy x(g(τ)), dτ dτ y(g(τ)), = x (g(τ))g (τ), y (g(τ))g (τ), z (g(τ))g (τ) = g (τ)r (g(τ)) ABD section: Change of parameter; Arc length 55

56 Example Consider the twisted cubic r(t) = ti + t 2 j + t 3 k. Then r (t) = i + 2tj + 3t 2 k. Consider a substitution t = τ 3. Then dt dτ = 3τ 2. Hence, by the new chain rule above d dτ r(τ 3 ) = dt dτ r (τ 3 ) = 3τ 2 (i + 2τ 3 j + 3τ 6 k) = 3τ 2 i + 6τ 5 j + 9τ 8 k What if one calculates d dτ r(τ 3 ) directly without using the above theorem? ABD section: Change of parameter; Arc length 56

57 Reparametrising smooth parametrisations Corollary If r(t) is a smooth v.v.f. and t = g(τ) is a smooth change of parameter, then q(τ) = r(g(τ)) is a smooth v.v.f with ( ) q (τ) = g (τ)r (g(τ)). In particular, r and q are both smooth parametrisations of the same geometric curve. Conversely, it can be shown that If r(t) and q(τ) are smooth parametrisations of a given geometric curve that trace any part of the curve the same number of times, then there exists a smooth change of parameter t = g(τ) such that q(τ) = r(g(τ)). ABD section: Change of parameter; Arc length 57

58 Properties of a parametrisation v.s. those of a curve The previous results allow us to discuss among properties that are defined using a parametrisation to a given geometric curve, which one are dependent on the chosen parametrisation and which ones are intrinsic to the curve. For examples, from the equation q (τ) = g (τ)r (g(τ)) between two smooth parametrisations r(t) and q(τ) = r(g(τ)) of the same geometric curve we see that 1 tangent vector at a point on a curve is dependent on a particular smooth parametrisation, 2 whereas the tangent line at that point is independent of any chosen smooth parametrisation, and hence is intrinsic to the curve itself. ABD section: Change of parameter; Arc length 58

59 Arc-length: a natural choice for curve parameter Arc Length Given a v.v.f. r!t", we would like to measure its length between t = a and t = b. Suppose r is smooth and r(t) = x(t),y(t),z(t) Divide b! a into intervals of length!t and approximate the arc from r(t) to r(t +!t) by the secant of length!l r(t +!t)!l r(t +!t) r(t) r(t)!l = [x(t +!t) x(t)] 2 + [y(t +!t) y(t)] 2 + [z(t +!t) z(t)] 2 [x(t ] 2 [ ] 2 [ ] 2 +!t) x(t) y(t +!t) y(t) z(t +!t) z(t) = + +!t!t!t!t Summing over all intervals and taking limit as!t 0 gives: Z b (dx L = t=a dt ) 2 + ( ) 2 ( ) 2 dy dz + dt dt dt ABD section: Change of parameter; Arc length 59 43

60 Theorem. traced The arc length of the curve graph by of a smooth v.v.f. r!t" from t = a to t = b is Z b L = r (t) dt a Example. Find the arc length of helix r(t) = cost i + sint j +t k from t = 0 to t =! so: r (t) = ( sint) 2 + (cost) = 2 Z! L = r (t) dt = 0 Z! 0 2dt = 2! ABD section: Change of parameter; Arc length 60

61 Arc Length Parametrization We can use arc length of the graph of a smooth v.v.f. r!t" as a new parameter. Fix a point r(t 0 ) on the graph curveof r. Then let Z t curve traced by a smooth s = s(t) = r (u) du t 0 Important Facts! signed 1" s(t 1 ) measures arc length from t = t 0 to t = t 1 2" s(t) is a smooth change of parameter. By the Fundamental Theorem of Calculus: ds = r (t) > 0 dt r smooth ABD section: Change of parameter; Arc length 61

62 Arc-length parametrization (cont.) 3" Hence dr ds = dt dr ds dt dr ds = 1 r (t) r (t) = 1 Example. Find the arc length parametrization of the helix r(t) = cost i + sint j +t k As above so and s(t) = Z t 0 r (u) du = 2t t = s/ 2 s r(s) = cos i + sin arc 2 s j + s 2 2 k ABD section: Change of parameter; Arc length 62

63 4 Unit tangents, normals and binormals ABD section: Unit tangents, normals and binormals 63

64 Unit Tangent Vectors Consider a smooth v.v.f. r!t". Then r (t) points in the tangent direction at any point on the curve. graph. De#ne the unit tangent vector to be Notes: 1. T(t) = r (t) r (t) T(t) = 1 well de#ned as r smooth 2. If r!s" is parametrized by arc length then T(s) = r (s) ABD section: Unit tangents, normals and binormals 64

65 Unit ( principal ) normal vectors Principal Normal Since T(t) = 1, the Flaming Poi Theorem tells us that T(t) T (t) = 0 Either T (t) = 0 or T (t) is orthogonal to T(t). In the latter case de#ne the principal!unit" normal vector to be N(t) = T (t) T (t) In particular: N(t) T(t) = 0 Note: If r!s" is parametrized by arc length then: N(s) = r (s) r (s) ABD section: Unit tangents, normals and binormals 65 48

66 Principal normals for the helix in 3D Example. Find the principal normal to the graph helix: of the helix: r(t) = acost i + asint j + ct k, a,c = 0, a > 0 Di!erentiating: r (t) = asint i + acost j + ck r (t) = ( asint) 2 + (acost) 2 + c 2 = a 2 + c 2 T(t) = T (t) = asint a2 + c i + acost 2 a2 + c j + c2 2 a2 + c k 2 This is the unit tangent vector. To "nd the principal normal: acost a2 + c i asint 2 a2 + c j 2 T (t) = acost a2 + c asint a2 + c 2 2 = a a 2 + c 2 ABD section: Unit tangents, normals and binormals 66

67 Principal normals for the helix in 3D Hence: N(t) = T (t) T = cost i sint j (t) So the principal normal is always parallel to the xy plane. In fact it points towards the z axis. ABD section: Unit tangents, normals and binormals 67 50

68 Binormal vectors in 3-space Normals in 3D In 3D, there is a plane normal to the graph curve C of traced a by a smooth v.v.f. r!t" at any point r 0 = r(t 0 ). Its equation is. T (r r 0 ) = 0 B N r 0 T C If T = 0 then N is a vector in this normal plane. T and N are orthogonal so span a plane # the osculating plan! A normal vector to the osculating plane is B(t) = T(t) N(t) ABD section: Unit tangents, normals and binormals 68

69 Binormal vectors in 3-space The Binormal B(t) = T(t) N(t) is called the binormal vector to C. Since T and N are orthogonal B(t) = T(t) N(t) sin! 2 = 1 Hence {T(t),N(t),B(t)} forms a right#handed system of orthonormal vectors!i.e. mutually orthogonal unit vectors". ABD section: Unit tangents, normals and binormals 69 52

70 Example: binormals for the helix in 3D Consider again the helix Then we have computed Hence, r(t) = a cos ti + a sin tj + ctk, c 0, a > 0 T(t) = a sin t a 2 + c i + 2 N(t) = cos ti sin tj B(t) = T(t) N(t) = a cos t a 2 + c 2 j + c sin t a 2 + c 2 i c a 2 + c 2 k c cos t a 2 + c 2 j + a a 2 + c 2 k ABD section: Unit tangents, normals and binormals 70

71 5 Curvature ABD section: Curvature 71

72 Frenet frames: tangent, normal, binormal Summary of tangents and normals Unit tangent: T(t) = r (t) r (t) If T (t) = 0 then: Principal N(t) = T (t) normal: T (t) In 3!space: Binormal: B(t) = T(t) N(t) N B r 0 T C Arc length param. T(s) = r (s) N(s) = r (s) r (s) B(s) = r (s) r (s) r (s) ABD section: Curvature 72

73 Intrinsic to the curve: independence of parametrization Important note: T, N and B depend only on the graph curve C, not on the particular parametrization. We say they are invariant up to a!! positive, smooth change of parameter. E.g. suppose t = g(!) and r 1 (!) = r(g(!)) then dr 1 = r (g(!)).g (!) = r (t).g (!) d! so dr 1 d! and T 1 (!) = dr 1 d! = r (t). g (!) = r (t).g (!) dr1 d! = " g positive# c.o.p.) r (t).g (!) r (t).g (!) = r (t) r (t) = T(t) ABD section: Curvature 73

74 Smooth curves in 3D and arc length Call a set C in 2#space or 3#space a smooth curve if it is the parametrised graph of by a smooth vector#valued function. Since properties of C related to tangents and normals are independent of the!positive, smooth" parametrization, we can use arc length if it makes life easier. ABD section: Curvature 74

75 Definition of curvature Curvature We consider how T changes along a smooth curve. It$s always a unit vector so only the direction changes. T = 0 T small T large De!nition. If C is a smooth curve parametrized by arc length s then its curvature, denoted! =!(s), is the scalar kappa!(s) = dt ds = r (s) 56 ABD section: Curvature 75

76 Example: curvature of the circle of radius a Examples 1. The circle radius a, centre O, in 2!space has " " arc length parametrization: ( s ( s r(s) = acos i + asin j a) a) ( s ( s Then r (s) = sin i + cos j a) a) r (s) = 1 ( s ) a cos i 1 ( s ) a a sin j a so [ r (s) = 1 ( s ) ] 2 [ a cos + 1 ( s ) ] 2!(s) = a a sin a = 1 a The smaller the circle, the greater its curvature 57 ABD section: Curvature 76

77 Example: curvature of a straight line 2. The straight line through r 0 with direction u has arc length parametrization: r(s) = r 0 + su Then r (s) = u and r (s) = 0 so curvature!(s) = 0 What we expect for a line? But... the arc length parametrization is hard to calculate in general. Can we #nd! from another parametrization? 58 ABD section: Curvature 77

78 Formulae for curvature Theorem.!13.5.2" If C is a smooth curve in 3#space which is parametrised the graph of by the smooth v.v.f. r(t) and if r (t) exists for all t then the curvature of C is given by Proof.!(t) = r (t) r (t) r (t) 3 Consider the change of parameter t = t(s) dt Recall that!1" ds = 1 ds/dt = 1!from def n of s" r (t) Hence:!2"!(t) = dt ds defn of curvature = dt dt dt ds = chain rule by!1" T (t) r (t) ABD section: Curvature 78

79 Now!suppressing the variable t", from de$nition of the unit tangent vector:!3" r = r T Di%erentiating w.r.t. t: r = r T + r T by the v.v.f. Product Rule = r T + r T N defn. of principal normal = r T + r 2! N by equation!2" Take cross product with equation!3": r r = r r (T T) + r 3! (T N) but T T = 0 and T N = B. Since B = 1, r r = r 3! and rearranging gives the Theorem. 60 ABD section: Curvature 79

80 Interpretation of curvature in 2-space The Theorem holds in 2!space if we embed the plane curve r(t) = x(t)i + y(t)j in 3!space as r(t) = x(t)i + y(t)j + 0k Then r r = 0i + 0j + (x y x y )k so r r = x y x y and! = x y x y [(x ) 2 + (y ) 2 ] 3/2 61 ABD section: Curvature 80

81 Example: the helix Find the curvature of the circular helix parametrized by: As calculated earlier r(t) = a cos ti + a sin tj + ctk, c 0, a > 0 r (t) = a sin ti + a cos tj + ck r (t) = a cos ti a sin tj so r (t) = a 2 + c 2 and r (t) r i j k (t) = a sin t a cos t c a cos t a sin t 0 = ac sin ti ac cos tj + a2 k so r r = (ac sin t) 2 + ( ac cos t) 2 + (a 2 ) 2 = a a 2 + c 2 as a > 0. Finally: κ = a a 2 + c 2 a 2 + c 2 3 = a a 2 + c 2. ABD section: Curvature 81

82 Example: the ellipse Find the curvature of the ellipse parametrized by: r = 3cost i + 2sint j Easily get: r = 3sint i + 2cost j r = 3cost i 2sint j then!as on p10": r r = 6sin 2 t + 6cos 2 t = 6 r = 9sin 2 t + 4cos 2 t hence: 6! = (9sin 2 t + 4cos 2 t) 3/2 ABD section: Curvature 82

83 Curvature at different points of the ellipse Curvature of the ellipse as a function of parameter t:! t 0 t 2! 64 ABD section: Curvature 83

84 Radius of curvature Radius of Curvature The tangent line can be interpreted as the best linear approximation to a curve. Curvature tells us about the best circular approximation. A circle of radius a has constant curvature 1/a. Hence, a point of a smooth curve of curvature!, can be approximated by a circle of radius 1/!. rho De!nition. The radius of curvature! of a smooth curve C is the reciprocal 1/! of its curvature! so long as! ABD section: Curvature 84

85 Circles of curvature or osculating circl! The circle of curvature at a point P on C is the unique circle of radius! having a common tangent with C and centre on the concave side of C. (on the osculating plane). If C is parametrised the graph of by a smooth v.v.f. r, then the centre of the circle of curvature is r(t) +!(t)n(t) centre of curvatur! In 3!space the centre of curvature lies in the osculating plane.! C ABD section: Curvature 85

86 6 Motion along a curve ABD section: Motion along a curve 86

87 The origins of calculus Isaac Newton Isaac Newton developed the ideas of calculus!!uxions" to solve problems of #nding tangents and calculating areas. Also, in his famous book Philosophia" Naturalis Principia Mathematica, he set out Laws of Motion and of gravity that provided a theoretical foundation for the three laws of planetary motion stated by Johannes Kepler. While the methods of Principia were essentially those of Euclidean geometry, the calculus of vector$valued functions is an e%ective language for expressing this theory. ABD section: Motion along a curve 87

88 Motion of a particle along a curve Start by considering a particle moving along a curve in 2$space or 3$space. The curve is the traced graph byof a v.v.f r!t", where t denotes time. Since t now represents a fundamental physical variable, we do not want to make a change of parameter. We are interested in the #elocity and acceleration of the particle. ABD section: Motion along a curve 88

89 Velocity and Acceleration De!nition If r!t" represents the position of a particle in 2# or 3# space then its instantaneous velocity, speed and acceleration at time t are: v(t)=r (t) r(t) v(t) v(t) = r (t) a(t)=v (t) = r (t) Note: If s represents arc length then by the Chain Rule: dr dt = dr ds ds dt = ds dt T(t) so the speed is given by: v(t) = ds dt 69 ABD section: Motion along a curve 89

90 7 Kepler s Laws of planetary motion You are not required to remember the content of this section for your test or exam. ABD section: Kepler s Laws of planetary motion 90

91 Kepler s Three Laws Analysing the observational data collected by Tycho Brahe, Johannes Kepler was able to formulate his three laws of planetary motion: 1 The orbits of the planets are ellipses with the Sun at a focus. 2 The line segment joining a planet and the Sun sweeps out equal areas during equal intervals of time. 3 The square of the orbital period of a planet is proportional to the cube of the semi-major axis of its orbit. ABD section: Kepler s Laws of planetary motion 91

92 Newton s physics Gravitation The formula for the force of gravity on a projectile was derived from: Newton!s Law of Universal Gravitatio" Any two particles of masses M and m and distance r apart exert equal and opposite forces F and!f on one another of magnitude F = GMm r 2 universal gravitational constan! "inverse square law# If the vector from mass M to mass m is r then F is in the direction r so the gravitational force and corresponding acceleration are: r F = GMm r 3 r and a = GM r 3 r M F F m 72 ABD section: Kepler s Laws of planetary motion 92

93 Relative movement of m and M The above a = GM r is the absolute acceleration of m. r 3 In fact, m also exerts a force on M that is equal but opposite to F. That is, M is also being pulled by Thus M is accelerated by F = GMm r 3 r Gm r (i.e. towards m). r 3 So the acceleration of m relative to M is a = GM r 3 r Gm + m) r = G(M r 3 r 3 r For the rest of this section, we will take a as this relative acceleration of m. Of course, if M is significantly larger than m (as the case of the sun vs. a planet), then this is approximately GM r 3 r i.e. M could be thought of as stationary in this system. ABD section: Kepler s Laws of planetary motion 93

94 Mathematical setting Now, choose a coordinates so that the mass M is at 0. Also, for simplicity, set k := G(M + m) a positive constant. The equation for the movement of m (relative to M) becomes a = k r 3 r where recall that r is the vector indicating the position of m, r is the length of r (i.e. distance from m to M), and a = d2 r is the acceleration of m. dt2 ABD section: Kepler s Laws of planetary motion 94

95 A constant vector from angular momentum Since a = k r, we have r a = 0, and hence r 3 This implies that d dv [r v] = r dt dt + dr dt v = r a + v v = 0. r v = b is a constant vector. Remark that mr v is nothing but the angular momentum of m. So, physically, this means that the angular momentum is preserved. ABD section: Kepler s Laws of planetary motion 95

96 Energy is also preserved Notice that ( ) 1 = r r r 2 = 2rr 2r 3 So ( ) k = a v = r ( v v 2 d = dt [r 2 ] 2r 3 = ) ( ) v 2 ( v 2 =. Hence v 2 2 k r 2 d dt [r r] 2r 3 = r r + r r 2r 3 = r v r 3 = α is a constant. 2 k r Remark that, physically, mα is nothing but the total energy of the mass m: ) = 0, and so Thus mv 2 2 mk r is the kinetic energy of m, is the potential of the gravitational force exerted on m by M. α < 0 the kinetic energy < the gravitational potential. ABD section: Kepler s Laws of planetary motion 96

97 Another constant vector Consider w = r r v b. k We see, using some earlier calculations, that ( ) d(w) 1 = r + 1 dt r r r v b = r v k r 3 r + 1 r v a b k = r v r 3 r + 1 r v [ r (r v) = r 3 r 2 r 3 v (r v)r + r (r v) ] Denote the formula in the last square bracket by q. It can be seen that q = 0 either geometrically, or by algebraic calculation as follows: Notice that (1) q (r v) = 0 [Why?] (2) q r = r 2 v r (r v)r r + [r (r v)] r = r 2 v r (r v)r = 0 [Why?] (3) q v = r 2 v v (r v)r v + [r (r v)] v = r 2 v 2 (r v) 2 + (v r) (r v) = r 2 v 2 (r v) 2 r v 2 = 0 [Why?] By (1), (2), and (3), we obtain q = 0. [Why?] Thus dw dt = 0, and so w is a constant vector, independent of time t. ABD section: Kepler s Laws of planetary motion 97

98 An algebraic equation of the positional vector r We see that r w = r r r r (v b) k = r [Why do we have the 2nd and 3rd equalities?] Thus r = b2 k + r w. (r v) b k = r b2 k To help analysing this equation further, let us calculate the length of w: w 2 = w w = r r r = 1 + b2 v 2 k 2 [Why do we have the 3rd equality?] (v b) (v b) r (v b) + 2 k 2 2 ( kr 2 b2 kr = 1 + 2b2 v 2 k 2 2 k ) = 1 + 2αb2 r k 2 ABD section: Kepler s Laws of planetary motion 98

99 A trivial case: when b = 0. What about if b 0? Since b = 0, we see that w = 1 and r w = r. [What does the latter means?] Thus r w, i.e. m is moving on a straight line through M (at 0) parallel to w. In fact, m stays on the ray starting from (and including 0) and in the direction of w. Of course, m could move away from M, or towards M, or initially away from M and then towards M depending on its initial velocity. Physically, this is rather easy to explain: because r v = b = 0 means that v r... In that case, it s still true that r always lies in a fixed plane containing 0 [Why?] ABD section: Kepler s Laws of planetary motion 99

100 When b 0: So r lies in the plane through 0, perpendicular to b the plane of the ecliptic. Set ε = w and q = b2, which are constants, with ε 0 and q > 0. k Suppose that ε > 0. [What happen if ε = 0?] Set i = w w. Then i is a constant unit vector with w = εi. The equation r = b2 k + r w becomes ( q ) ( q ) r = q + εr i = ε ε i i + r i = ε ε i + r i Let l be the line through the point q ε i and perpendicular to i (as well as to b). Let d be the distance from r to l. Then l is a fixed line (and d depends on t). The equation now means that r is always on the same side of l as 0, and r = εd ABD section: Kepler s Laws of planetary motion 100

101 Deriving Kepler s First Law: We have shown that there are a fixed line on the ecliptic plane, not going through M (at 0), and, a constant ε > 0 such that m (at r) moves in such a way that the distance from m to M = ε times the distance from m to l. This is the description of a conic section with M at a focus and l a directrix; moreover, in the case of a hyperbola, m is on the branch that is at the same side of l as M. Fig.: Ellipse, ε < 1 Fig.: Parabola, ε = 1 Fig.: Hyperbola, ε > 1 Where should the case ε = 0 fall? ABD section: Kepler s Laws of planetary motion 101

102 Deriving Kepler s First Law (cont.): This proves Kepler s First Law. Note that ε < 1 α < 0, whose physical meaning is that the kinetic energy of m < its gravitational potential exerted by M which obviously must be the case for the planets in the solar system. ABD section: Kepler s Laws of planetary motion 102

103 Deriving Kepler s Second Law Consider the case where b 0. Set j := b b, a constant unit vector. If A(t) is the area that (the segment joining M and) the particle mass m has swept up to time t, then A(t + h) A(t) is the net area swept between time t and time t + h (the red region), which is the area of the triangle with vertices O, r(t), and r(t + h). That is As h 0, the approximation gets better. Hence, [A(t + h) A(t)]j 1 r(t) (r(t + h) r(t)) 2 ( ) A A(t + h) A(t) 1 r(t + h) r(t) (t)j = lim j = lim r(t) h 0 h h 0 2 h = 1 2 r(t) r (t) = 1 2 r(t) v(t) = 1 2 b. Thus A (t) = b 2, which is a constant. Hence, the area that m swept during a time interval (t 1, t 2 ) is A(t 2 ) A(t 1 ) = t2 t 1 A (t) dt = b 2 (t 2 t 1 ). ABD section: Kepler s Laws of planetary motion 103

104 Kepler s Third Law? Kepler s Third Law states: The square of the orbital period of a planet is proportional to the cube of the semi-major axis of its orbit. It only makes sense in the case where b 0 and ε < 1. Also, it holds true only under the assumption that M is significantly larger than m. Because of (the formula in the proof of) the Second Law, all we have to do is to compute the area bounded by the ellipse. For example, by determining the semi-major and semi-minor axes of the ellipse, etc. Although it is not difficult, as not much of what we learnt would be involved in that calculation, it will be left for those who are interested to figure out by themselves. ABD section: Kepler s Laws of planetary motion 104

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

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

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

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

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

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

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

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

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

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

CHAPTER 4 DIFFERENTIAL VECTOR CALCULUS

CHAPTER 4 DIFFERENTIAL VECTOR CALCULUS CHAPTER 4 DIFFERENTIAL VECTOR CALCULUS 4.1 Vector Functions 4.2 Calculus of Vector Functions 4.3 Tangents REVIEW: Vectors Scalar a quantity only with its magnitude Example: temperature, speed, mass, volume

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

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

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

More information

CHAPTER 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

F = ma. G mm r 2. S center

F = ma. G mm r 2. S center In the early 17 th century, Kepler discovered the following three laws of planetary motion: 1. The planets orbit around the sun in an ellipse with the sun at one focus. 2. As the planets orbit around the

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

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

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

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

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

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π.

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π. Math 234 What you should know on day one August 28, 2001 1 You should be able to use general principles like Length = ds, Area = da, Volume = dv For example the length of the semi circle x = cos t, y =

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

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

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

Lecture for Week 6 (Secs ) Derivative Miscellany I

Lecture for Week 6 (Secs ) Derivative Miscellany I Lecture for Week 6 (Secs. 3.6 9) Derivative Miscellany I 1 Implicit differentiation We want to answer questions like this: 1. What is the derivative of tan 1 x? 2. What is dy dx if x 3 + y 3 + xy 2 + x

More information

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 Math 127 Introduction and Review (1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 MATH 127 Introduction to Calculus III

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

Particles in Motion; Kepler s Laws

Particles in Motion; Kepler s Laws CHAPTER 4 Particles in Motion; Kepler s Laws 4.. Vector Functions Vector notation is well suited to the representation of the motion of a particle. Fix a coordinate system with center O, and let the position

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

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

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

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

Sec. 1.1: Basics of Vectors

Sec. 1.1: Basics of Vectors Sec. 1.1: Basics of Vectors Notation for Euclidean space R n : all points (x 1, x 2,..., x n ) in n-dimensional space. Examples: 1. R 1 : all points on the real number line. 2. R 2 : all points (x 1, x

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

1 Summary of Chapter 2

1 Summary of Chapter 2 General Astronomy (9:61) Fall 01 Lecture 7 Notes, September 10, 01 1 Summary of Chapter There are a number of items from Chapter that you should be sure to understand. 1.1 Terminology A number of technical

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

Math 3c Solutions: Exam 2 Fall 2017

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

More information

Lecture 6, September 1, 2017

Lecture 6, September 1, 2017 Engineering Mathematics Fall 07 Lecture 6, September, 07 Escape Velocity Suppose we have a planet (or any large near to spherical heavenly body) of radius R and acceleration of gravity at the surface of

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

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61 Integrals D. DeTurck University of Pennsylvania January 1, 2018 D. DeTurck Math 104 002 2018A: Integrals 1 / 61 Integrals Start with dx this means a little bit of x or a little change in x If we add up

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

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

Vector Functions & Space Curves MATH 2110Q

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

More information

Math 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

5. Universal Laws of Motion

5. Universal Laws of Motion 5. Universal Laws of Motion If I have seen farther than others, it is because I have stood on the shoulders of giants. Sir Isaac Newton (164 177) Physicist Image courtesy of NASA/JPL Sir Isaac Newton (164-177)

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

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

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

FROM NEWTON TO KEPLER. One simple derivation of Kepler s laws from Newton s ones.

FROM NEWTON TO KEPLER. One simple derivation of Kepler s laws from Newton s ones. italian journal of pure and applied mathematics n. 3 04 (393 400) 393 FROM NEWTON TO KEPLER. One simple derivation of Kepler s laws from Newton s ones. František Mošna Department of Mathematics Technical

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

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

n=0 ( 1)n /(n + 1) converges, but not

n=0 ( 1)n /(n + 1) converges, but not Math 07H Topics for the third exam (and beyond) (Technically, everything covered on the first two exams plus...) Absolute convergence and alternating series A series a n converges absolutely if a n converges.

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

Chapter 8. Orbits. 8.1 Conics

Chapter 8. Orbits. 8.1 Conics Chapter 8 Orbits 8.1 Conics Conic sections first studied in the abstract by the Greeks are the curves formed by the intersection of a plane with a cone. Ignoring degenerate cases (such as a point, or pairs

More information

Lecture 15 - Orbit Problems

Lecture 15 - Orbit Problems Lecture 15 - Orbit Problems A Puzzle... The ellipse shown below has one focus at the origin and its major axis lies along the x-axis. The ellipse has a semimajor axis of length a and a semi-minor axis

More information

Lecture 1a: Satellite Orbits

Lecture 1a: Satellite Orbits Lecture 1a: Satellite Orbits Meteorological Satellite Orbits LEO view GEO view Two main orbits of Met Satellites: 1) Geostationary Orbit (GEO) 1) Low Earth Orbit (LEO) or polar orbits Orbits of meteorological

More information

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Multiple Integrals 3. 2 Vector Fields 9

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Multiple Integrals 3. 2 Vector Fields 9 MATH 32B-2 (8W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables Contents Multiple Integrals 3 2 Vector Fields 9 3 Line and Surface Integrals 5 4 The Classical Integral Theorems 9 MATH 32B-2 (8W)

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

The branch of mechanics which deals with the motion of object is called dynamics. It is divided into two branches:

The branch of mechanics which deals with the motion of object is called dynamics. It is divided into two branches: M th KINEMATICS 4 CHAPTER INTRODUCTION The branch of mechanics which deals with the motion of object is called dynamics. It is divided into two branches: Kinematics: (i) Kinematics (ii) Kinetics The branch

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

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

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

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

More information

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3 Version: 4/1/06. Note: These notes are mostly from my 5B course, with the addition of the part on components and projections. Look them over to make sure that we are on the same page as regards inner-products,

More information

Kepler s laws. M. Plakhotnyk. March 2, 2017

Kepler s laws. M. Plakhotnyk. March 2, 2017 Kepler s laws arxiv:1702.06537v2 [math.ho] 1 Mar 2017 M. Plakhotnyk March 2, 2017 Kepler s laws with introduction to differential calculus (book for scholars, who are interested in physics and mathematics)

More information

Celestial Orbits. Adrienne Carter Ottopaskal Rice May 18, 2001

Celestial Orbits. Adrienne Carter Ottopaskal Rice May 18, 2001 Celestial Orbits Adrienne Carter sillyajc@yahoo.com Ottopaskal Rice ottomanbuski@hotmail.com May 18, 2001 1. Tycho Brache, a Danish astronomer of the late 1500s, had collected large amounts of raw data

More information

Calculus with Analytic Geometry 3 Fall 2018

Calculus with Analytic Geometry 3 Fall 2018 alculus with Analytic Geometry 3 Fall 218 Practice Exercises for the Final Exam I present here a number of exercises that could serve as practice for the final exam. Some are easy and straightforward;

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

Solutions for the Practice Final - Math 23B, 2016

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

More information

AH Mechanics Checklist (Unit 1) AH Mechanics Checklist (Unit 1) Rectilinear Motion

AH Mechanics Checklist (Unit 1) AH Mechanics Checklist (Unit 1) Rectilinear Motion Rectilinear Motion No. kill Done 1 Know that rectilinear motion means motion in 1D (i.e. along a straight line) Know that a body is a physical object 3 Know that a particle is an idealised body that has

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

1. (a) The volume of a piece of cake, with radius r, height h and angle θ, is given by the formula: [Yes! It s a piece of cake.]

1. (a) The volume of a piece of cake, with radius r, height h and angle θ, is given by the formula: [Yes! It s a piece of cake.] 1. (a The volume of a piece of cake, with radius r, height h and angle θ, is given by the formula: / 3 V (r,h,θ = 1 r θh. Calculate V r, V h and V θ. [Yes! It s a piece of cake.] V r = 1 r θh = rθh V h

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

Chapter 5 Lecture Notes

Chapter 5 Lecture Notes Formulas: a C = v 2 /r a = a C + a T F = Gm 1 m 2 /r 2 Chapter 5 Lecture Notes Physics 2414 - Strauss Constants: G = 6.67 10-11 N-m 2 /kg 2. Main Ideas: 1. Uniform circular motion 2. Nonuniform circular

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

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

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

The first term involves the cross product of two parallel vectors and so it vanishes. We then get

The first term involves the cross product of two parallel vectors and so it vanishes. We then get Physics 3550 Angular Momentum. Relevant Sections in Text: 3.4, 3.5 Angular Momentum You have certainly encountered angular momentum in a previous class. The importance of angular momentum lies principally

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

13.1. For further details concerning the physics involved and animations of the trajectories of the particles, see the following websites:

13.1. For further details concerning the physics involved and animations of the trajectories of the particles, see the following websites: 8 CHAPTER VECTOR FUNCTIONS N Some computer algebra sstems provide us with a clearer picture of a space curve b enclosing it in a tube. Such a plot enables us to see whether one part of a curve passes in

More information

4 Partial Differentiation

4 Partial Differentiation 4 Partial Differentiation Many equations in engineering, physics and mathematics tie together more than two variables. For example Ohm s Law (V = IR) and the equation for an ideal gas, PV = nrt, which

More information

V11. Line Integrals in Space

V11. Line Integrals in Space V11. Line Integrals in Space 1. urves in space. In order to generalize to three-space our earlier work with line integrals in the plane, we begin by recalling the relevant facts about parametrized space

More information

Notes on Planetary Motion

Notes on Planetary Motion (1) Te motion is planar Notes on Planetary Motion Use 3-dimensional coordinates wit te sun at te origin. Since F = ma and te gravitational pull is in towards te sun, te acceleration A is parallel to te

More information

VISUAL PHYSICS ONLINE

VISUAL PHYSICS ONLINE VISUAL PHYSICS ONLINE EXCEL SIMULATION MOTION OF SATELLITES DOWNLOAD the MS EXCEL program PA50satellite.xlsx and view the worksheet Display as shown in the figure below. One of the most important questions

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

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

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R.

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R. Multivariable Calculus Lecture # Notes This lecture completes the discussion of the cross product in R and addresses the variety of different ways that n mathematical objects can be described via equations,

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

Name: ID: Math 233 Exam 1. Page 1

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

More information

Chapter 13. Universal Gravitation

Chapter 13. Universal Gravitation Chapter 13 Universal Gravitation Planetary Motion A large amount of data had been collected by 1687. There was no clear understanding of the forces related to these motions. Isaac Newton provided the answer.

More information

Lecture D2 - Curvilinear Motion. Cartesian Coordinates

Lecture D2 - Curvilinear Motion. Cartesian Coordinates J. Peraire 6.07 Dynamics Fall 2004 Version. Lecture D2 - Curvilinear Motion. Cartesian Coordinates We will start by studying the motion of a particle. We think of a particle as a body which has mass, but

More information

Review for the Final Exam

Review for the Final Exam Math 171 Review for the Final Exam 1 Find the limits (4 points each) (a) lim 4x 2 3; x x (b) lim ( x 2 x x 1 )x ; (c) lim( 1 1 ); x 1 ln x x 1 sin (x 2) (d) lim x 2 x 2 4 Solutions (a) The limit lim 4x

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

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

EE2007: Engineering Mathematics II Vector Calculus

EE2007: Engineering Mathematics II Vector Calculus EE2007: Engineering Mathematics II Vector Calculus Ling KV School of EEE, NTU ekvling@ntu.edu.sg Rm: S2-B2b-22 Ver 1.1: Ling KV, October 22, 2006 Ver 1.0: Ling KV, Jul 2005 EE2007/Ling KV/Aug 2006 EE2007:

More information

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

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

More information

MATHEMATICS 317 December 2010 Final Exam Solutions

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

More information

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