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

Size: px
Start display at page:

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

Transcription

1 MATH2202 Notebook 1 Fall 2015/2016 prepared by Professor Jenny Baglivo Contents 1 MATH2202 Notebook Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems Vectors, Origin, Position and Displacement Vectors Vector Addition and Scalar Multiplication Vector Length, Unit Vectors, Standard Bases Dot Product (Scalar Product) of Vectors Timeout: Square Matrices, Determinants, Areas, Volumes Cross Product of Vectors in R Equations of Lines and Planes in R Scalar Functions of Two Variables, Surfaces in R Vector Functions, Curves in R 2 and R Calculus with Vector Functions, Tangents, Arc Length Parametrized Surfaces in R c Copyright by Jenny A. Baglivo. All Rights Reserved. 1

2 2

3 1 MATH2202 Notebook 1 This notebook is concerned with introductory topics covered in Sections 9.1 through 9.6, and parts of Sections 10.1 through 10.5, of the Stewart textbook. 1.1 Single Variable Calculus versus Multivariable Calculus In single variable calculus we study functions of the form y = f(x), where the independent variable (the input) x and the dependent variable (the output) y are real numbers. In multivariable calculus, either the independent variable (the input) or the dependent variable (the output) or both are lists of real numbers. For example, Left plot: The left plot is the graph of the function with rule f(x, y) = (3x 2 + y 2 )e (x2 +y 2), where x and y are real numbers. A point (x, y, z) is on the graph if z = f(x, y) for some real numbers x and y. The graph of f has two mountains and a valley in between. 2. Right plot: The right plot is a visualization of the function with rule f(x, y) = ( y, x), where x and y are real numbers. An arrow representing the directed line segment from the origin (0, 0) to ( y, x) is translated to start at (x, y) for various choices of (x, y). The lengths of all arrows are rescaled (shortened) to give a pleasing graph. f could represent movement on the surface of a body of water, for example, where f(x, y) is the velocity (speed and direction) at position (x, y). The visualization above suggests circular movement around a central point. 3

4 1.2 Rectangular Coordinate Systems Most of our work this term will be in the rectangular coordinate system. 1. Two-Space: A point in 2-space (the plane) is represented by an ordered pair of real numbers. The set of all such pairs is denoted by R 2 = {(x, y) x, y R}, where R is our notation for the set of real numbers. 2. Three-Space: A point in 3-space can be represented by an ordered triple of real numbers. The set of all such triples is denoted by 3. n-space: More generally, is the set of ordered n-tuples. R 3 = {(x, y, z) x, y, z R}. R n = {(x 1, x 2,..., x n ) x 1, x 2,..., x n R} If P (x 1, x 2,..., x n ) R n, then x i is the i th coordinate of P. For example, the point P ( 4, 2, 3) in 3-space is shown below from two viewpoints: In each case, the coordinate axes (the solid lines) intersect at the origin O(0, 0, 0), and the sides of the rectangular box (defined by the dashed lines) lie on the three coordinate planes or on planes parallel to the coordinate planes. 4

5 The equations of the three coordinate planes are as follows: Coordinate Plane: Set Notation Equation xy-plane {(x, y, 0) x, y R} z = 0 xz-plane {(x, 0, z) x, z R} y = 0 yz-plane {(0, y, z) y, z R} x = 0 The equations of the three planes parallel to the coordinate planes in the plots on the last page are (please complete) Sheets or cylinders in three-space. Surfaces in 3-space whose equations are in two variables only are often called sheets or cylinders. A curve in the coordinate plane of the two variables is repeated infinitely often in the third coordinate. For example, the following three plots illustrate surfaces where one of the coordinates is missing from the equation of the surface: (a) z = y (b) z = x 2 (c) x 2 + 4y 2 = 25 (a) The surface z = y is an example of a tilted plane. (b) The surface z = x 2 is an example of a parabolic sheet. (c) The surface z = x 2 + 4y 2 = 25 is an example of an elliptic cylinder. In each case, the thick curve shows the graph in the appropriate coordinate plane. 5

6 Distance between points. If P (p 1, p 2,..., p n ) and Q(q 1, q 2,..., q n ) are points in R n, then the distance between P and Q can be found using the formula P Q = (q 1 p 1 ) 2 + (q 2 p 2 ) (q n p n ) 2. Exercise. Let P (2, 2, 1), Q(3, 0, 1), and R(1, 1, 0) be points in 3-space. (a) The distance between P and Q is. (b) The distance between P and R is. (c) The distance between Q and R is. (d) Based on distances, are P, Q and R collinear (that is, do the points lie on one line in 3-space)? Do they form a right triangle in 3-space? Why? Exercise. Find an equation of the set of all points equidistant from A( 1, 5, 3) and B(6, 2, 2). Describe the set. 6

7 Spheres in three-space. The sphere with radius r and center C(c 1, c 2, c 3 ) is the set of all points P (x, y, z) satisfying P C = r. After squaring both sides, the equation becomes (x c 1 ) 2 + (y c 2 ) 2 + (z c 3 ) 2 = r 2. Exercise. The surface to the right represents the set of points satisfying the equation 4x 2 + 4y 2 + 4z x 48y 12z = 27. Show that the equation represents a sphere and find its center and radius. 7

8 1.3 Vectors, Origin, Position and Displacement Vectors The term vector is used by scientists to indicate a quantity (such as displacement or velocity) that has both magnitude and direction. The notation for a vector with n coordinates is v = v 1, v 2,..., v n, where each v i is a real number. The i th component (or coordinate) of v is v i. Note: Vectors with 2 coordinates are often represented as directed line segments in the plane. Vectors with 3 coordinates are often represented as directed line segments in 3-space. It is common practice to use the notation R n for both the set of all points with n coordinates and the set of all vectors with n coordinates, and it is common practice to use the expression a vector in n-space to refer to a vector with n coordinates. Origin. The origin in n-space is the vector all of whose coordinates are zero: O = 0, 0,..., 0. Position and displacement vectors. a directed line segment in two ways: If v is not the origin, then v can be represented as 1. As the position vector drawn from the origin to the point P (v 1, v 2,..., v n ): v = OP. 2. As the displacement vector drawn from point P (p 1, p 2,..., p n ) to point Q(q 1, q 2,..., q n ), provided that v i = q i p i for each i: v = P Q. For example, let v = 4, 3. In the plot below, v is represented as the position vector OP, and displacement vectors AB and V W If point B has coordinates (2, 3), then A has coordinates. 2. If point V has coordinates (2, 4), then W has coordinates. 8

9 1.4 Vector Addition and Scalar Multiplication Let v = v 1, v 2,..., v n and w = w 1, w 2,..., w n be vectors in R n, and let c R be a scalar (a real number). Then 1. The vector sum, v + w, is the vector obtained by using componentwise addition: v + w = v 1 + w 1, v 2 + w 2,..., v n + w n. 2. The scalar multiple, cv, is the vector obtained by multiplying each component of the vector v by the constant c: cv = cv 1, cv 2,..., cv n. For example, if v = 8, 3, 2, 7 and w = 9, 2, 3, 1, then v + w = 4v = 4v + 2w = Properties of vector addition and scalar multiplication. Since the operations of addition and scalar multiplication are defined componentwise, they enjoy properties that are similar to the properties of numbers. Specifically, let u, v, w R n and c, d R. Then, 1. Commutative: v + w = w + v. 2. Associative: (u + v) + w = u + (v + w), c(dv) = (cd)v. 3. Distributive: (c + d)v = cv + dv, c(v + w) = cv + cw. 4. Identity: 1v = v, 0v = O, v + O = v. 5. Vector difference: The difference between vectors is well-defined by v w = v + ( 1)w. 9

10 Parallelogram and triangle rules. Addition in 2-space or 3-space can be visualized by using a parallelogram (left plot), and subtraction by using a triangle (right plot). + =- 1. Left plot: In the left plot, you can obtain v + w by (a) starting on the lower left and going across the bottom and then up the right side, or (b) starting on the lower left and going up the left side and across the top (since v + w = w + v). Geometrically, the vector sum lies on the diagonal of the parallelogram. 2. Right plot: In the right plot, observe that w + u = v implies that u = v w. Parallel vectors; same and opposite directions. Vectors v, w are said to be parallel when w = mv for some constant m. If m > 0, then the vectors are pointing in the same direction; if m < 0, then the vectors are pointing in the opposite direction. The plot below is a graphical way to think about scalar multiplication in 2-space and 3-space. - 2v 1.5v The vector 2v is a vector pointing in the same direction as v, and of twice the length of v. The vector 1.5v is a vector pointing in the opposite direction of v, and of 1.5 times the length of v. 10

11 Exercise. Let P (2, 1), Q(4, 2), R( 3, 4), S( 5, 2) be points in the plane, as shown to the right Write each vector in coordinate form. - - a = P Q = a + b = b = QR = a + b + c = c = RS = a + b + c + d = d = SP = 1.5 Vector Length, Unit Vectors, Standard Bases The length of the vector v = v 1, v 2,..., v n R n is defined as follows: v = v1 2 + v v2 n. For example, if v = 3, 1, 4, 2, then v =. Unit vector. A unit vector is a vector of length 1. If v O, then u = 1 v v is the unit vector in the direction of v and u = 1 v v is the unit vector in the direction opposite to v. For example, if v = 5, 12, then the unit vector in the direction of v is, and the unit vector in the opposite direction is. 11

12 Exercise. You are travelling in your boat at 20 miles per hour in the direction of 30 degrees east of north (vector a in the plot to the right). A wind of 5 miles per hour from the east (vector b) kicks up, pulling you off course and changing your speed. Find 1. the coordinates of your new velocity vector (that is, find a + b), and 2. your new speed (the length of a + b). - - Standard basis vectors. Vectors in R n can be written in terms of standard basis vectors representing unit vectors along each coordinate axis. Specifically, 1. In R 2, the standard basis is i= 1, 0 and j= 0, 1, and vector v is v = v 1, v 2 = v 1 i + v 2 j. 2. In R 3, the standard basis is i= 1, 0, 0, j= 0, 1, 0, k= 0, 0, 1, and vector v is v = v 1, v 2, v 3 = v 1 i + v 2 j + v 3 k. 3. When n > 3, the standard basis is e 1 = 1, 0,..., 0, e 2 = 0, 1, 0,..., 0,..., e n = 0, 0,..., 0, 1 and the vector v can be written as follows: v = v 1, v 2,..., v n = v 1 e 1 + v 2 e v n e n. 12

13 In each case, we write a vector as a linear combination of vectors representing different directions in space. The representation is often useful when we want to focus on change in the given directions. Continuing with the speed boat exercise from the last page, a = i + j b = i + j = a + b = i + j 1.6 Dot Product (Scalar Product) of Vectors If v, w are vectors in R n, then their dot product (or scalar product) is the number v w = v 1 w 1 + v 2 w v n w n. For example, 5, 7 2, 3 = and 5, 1, 7, 0 2, 8, 3, 4 =. Properties of the dot product. Given u, v, w R n and c R: 1. Commutative: v w = w v. 2. Distributive: u (v + w) = (u v) + (u w). 3. Scalar: (cu) v = u (cv) = c(u v). 4. Lengths: v v = v 2 0 for all v. Further, v v = 0 only when v = O. Exercise. Demonstrate that a b 2 = a 2 + b 2 2(a b). 13

14 Law of cosines; angle between vectors. Let P, Q and R be the corners of a triangle in 2-space or 3-space, and let θ be the angle at Q. Define three vectors as shown to the right in the plot below: = = θ - = Then the law of cosines says that a b 2 = a 2 + b 2 2 a b cos(θ) and θ is said to be the angle between vectors a and b. Theorem (Relationship Between Dot Product and Angles). If a and b are vectors in 2-space or 3-space and θ is the angle between a and b, then a b = a b cos(θ). Exercise. Use the law of cosines, and the result of the exercise on the last page, to demonstrate the equality a b = a b cos(θ). 14

15 Using the dot product to find angles. Since ( ) a b a b = a b cos(θ) = θ = cos 1 a b we can solve for θ if we know the coordinates of vectors a and b. Exercise. Sketch the triangle with corners P ( 3, 0), Q(0, 4) and R(6, 2), and use vector methods to find the angle at Q. Exercise. Find the angle between a = 1, 1, 1 and b = 0, 2, 1. 15

16 Cauchy-Schwarz inequality. Using the algebraic definition of dot product, the mathematicians Cauchy and Schwarz demonstrated that v w v w, for all v, w in R n. Angle between vectors. Since v w v w 1 v w v w 1 for nonzero vectors, we can formally define the angle, θ, between nonzero vectors as follows: ( ) θ = cos 1 v w v w when v and w are nonzero vectors. Based on this definition, we can say that 1. Parallel: The nonzero vectors v and w are parallel when θ = 0 or π. 2. Orthogonal: The nonzero vectors v and w are orthogonal (or perpendicular) when θ = π 2. Equivalently, v and w are orthogonal when v w = 0. Note that if v w = 0, then either v = O or w = O or v and w are orthogonal. Exercise. For what values of x are the vectors x, x, 1 and 1, x, 6 orthgonal? Exercise. For what values of x is the angle between 1, 2, 1 and 1, 0, x equal to 60 o? 16

17 Projection of b onto a. Let θ be the angle between the nonzero vectors a and b. Then the projection of b onto a, proja(b), is the thick solid vector shown in each plot below. θ θ θ < π/2: If θ < π/2, the length of the projection vector is proja(b) = b cos(θ) and the vector points in the direction a. θ > π/2: If θ > π/2, the length of the projection vector is proja(b) = b cos(π θ) and the vector points in the direction opposite a. Algebraic method for finding the projection of b onto a. Geometry, trigonometry and the relationship a b = a b cos(θ) can be used to demonstrate that ( ) a b proja(b) = a. a a Note: The projection is a scalar multiple of a, with scalar equal to the ratio (a b)/(a a). Exercise. Sketch a = 6, 2 and b = 1, 5 as position vectors. Find proja(b) and b proja(b). 17

18 Exercise. Let a and b be nonzero vectors. Use the properties of dot product to demonstrate that a and b proja(b) are orthogonal. Exercise. Let a = P Q and b = P R, where P (0, 1, 1), Q(1, 3, 0) and R(4, 6, 3) are the corners of a triangle in 3-space. Find proja(b) and b proja(b). Use these answers to find the area of triangle P QR. 18

19 1.7 Timeout: Square Matrices, Determinants, Areas, Volumes [ ] A matrix is a rectangular array of numbers. For example, A = is a matrix with rows and 3 columns. A square matrix is a matrix with the same number of rows and columns. In this section, we will use square matrices to find areas of parallelograms in 2-space (left) and volumes of parallelepipeds in 3-space (right). Parallelogram Parallelopiped Vectors along adjacent sides will be used in the computations. 2-by-2 matrices, determinants, areas of parallelograms in 2-space. Consider a parallelogram with adjacent sides given by vectors a = a 1, a 2 and b = b 1, b 2. Let A be the 2-by-2 matrix whose rows are the components of a and b, respectively: [ ] a1 a A = 2. b 1 b 2 Then 1. The determinant of A is the number: det(a) = a 1 a 2 b 1 b 2 = a 1b 2 b 1 a Analytic geometry can be used to show that the area of the parallelogram is equal to the absolute value of the determinant of the matrix A: Area of parallelogram = det(a). 19

20 Exercise. Sketch the position vectors a = 0, 3 and b = 4, 2. Find the area of the parallelogram with adjacent sides a and b using the method above. 3-by-3 matrices, determinants, volumes of parallelopipeds. Consider a parallelopiped with adjacent sides given by vectors a = a 1, a 2, a 3, b = b 1, b 2, b 3 and c = c 1, c 2, c 3. Let A be the 3-by-3 matrix whose rows are the components of the 3 vectors: a 1 a 2 a 3 A = b 1 b 2 b 3. c 1 c 2 c 3 Then 1. The determinant of A is defined recursively: a 1 a 2 a 3 det(a) = b 1 b 2 b 3 c 1 c 2 c 3 = a 1 b 2 b 3 c 2 c 3 a 2 b 1 b 3 c 1 c 3 + a 3 b 1 b 2 c 1 c Analytic geometry can be used to show that the volume of the parallelopiped with adjacent sides a, b and c is the absolute value of the determinant of the matrix A: Volume of parallelopiped = det(a). 20

21 Exercise. Find the volume of the parallelopiped in 3-space with a = 1, 5, 3, b = 2, 4, 1 and c = 0, 2, 0 along adjacent sides. 1.8 Cross Product of Vectors in R 3 If a, b R 3, then the cross product a b is the vector obtained as follows i j k a b = a 1 a 2 a 3 b 1 b 2 b 3 = a 2 a 3 b 2 b 3 i a 1 a 3 b 1 b 3 j + a 1 a 2 b 1 b 2 k, where i = 1, 0, 0, j = 0, 1, 0 and k = 0, 0, 1 are the standard basis vectors in R 3. In this formula, the absolute values indicate computing a determinant. For example, (a) If a = 1, 3, 2 and b = 2, 0, 2, then a b equals i j k = i j k =. (b) If a = 1, 2, 3 and b = 2, 4, 6, then i j k a b = = i j k =. 21

22 The cross product a b has several interesting geometric interpretations, including: (1) If a and b lie along adjacent sides of a parallelogram of positive area and θ is the angle between the vectors, then analytic geometry and trigonometry can be used to demonstrate that a b = a b sin(θ) is the area of the parallelogram. θ (2) a b is orthogonal to both a and b. (3) the ordered triple (a, b, a b) satisfies the right hand rule. (If you sweep from a to b with your right hand, then the cross product a b will point in the direction of your thumb.) Exercise. A parallelogram has corners P (2, 1, 0), Q(1, 3, 1), R( 1, 3, 4) and S(0, 1, 3) as you go around the boundary. Use cross product methods to find the area of the parallelogram P QRS and to find the area of the triangle P QR. 22

23 Properties of the cross product. Given a, b, c R 3 and d R, 1. Anticommutative: a b = (b a). 2. Distributive: a (b + c) = (a b) + (a c) and (a + b) c = (a c) + (b c). 3. Scalars: (da) b = a (db) = d(a b). 4. Parallel: If a and b are parallel, then a b = O. Notes: Cross products of the standard basis vectors yield unit vectors lying along the three coordinate axes. In particular, i j = k j k = i k i = j The cross product is not associative, in general. That is, (a b) c a (b c), as a general rule. Scalar triple product. The scalar triple product gives an interesting relationship between dot and cross products for vectors in 3-space: a 1 a 2 a 3 (a b) c = a (b c) = b 1 b 2 b 3 c 1 c 2 c 3. The quantity on the right is the determinant of the matrix whose rows are the components of the three vectors. Note: From the work we did in the last section, we know that if the three vectors lie along adjacent sides of a parallelepiped (as illustrated on page 19), then the volume of the parallelopiped is the absolute value of one of the two scalar triple products above. That is, Volume of parallelopiped = (a b) c = a (b c). Since the volume is the absolute value of the determinant of a 3 3 matrix, there is no need to first compute a cross product and then compute a dot product. 23

24 1.9 Equations of Lines and Planes in R 3 Lines. Let L be a line in 3-space and let P (x, y, z) be an arbitrary point on the line. L can be determined uniquely once we know an initial point P 0 (x 0, y 0, z 0 ) lying on L and a direction vector v = a, b, c parallel to L. (1) Vector Equation: Let r 0 = OP 0 and r = OP. Then the vector equation for L is r = r 0 + tv, where t is a scalar. (2) Parametric Equations: By equating the coordinates in the vector equation, we get x = x 0 + ta, y = y 0 + tb, z = z 0 + tc. These are the parametric equations of the line. (3) Symmetric Equations: The symmetric equations are equations involving x, y and z only. The symmetric equations are obtained by eliminating t from the parametric equations. Exercise. Let L be the line containing the points (1, 4, 2) and ( 4, 5, 1). Find a vector equation for L and find parametric and symmetric equations for L. 24

25 Exercise. Let L be the line containing the points (1, 4, 8) and (6, 4, 2). Find a vector equation for L and find parametric and symmetric equations for L. Exercise. Let L 1 = {(1 + 2t, 3 + 2t, 2 t) t R} and L 2 = {(6 + s, 2 s, s) s R}. Do L 1 and L 2 have a point in common? If so, find it. If not, explain why. 25

26 Planes. Let Π be a plane in 3-space and let P (x, y, z) be an arbitrary point on the plane. Π can be determined uniquely once we know an initial point P 0 (x 0, y 0, z 0 ) lying on Π and a vector n = a, b, c orthogonal to Π. (n is called a normal vector to the plane.) (1) Vector Equation: Let r 0 = OP 0 and r = OP. Then the vector equation for Π is n (r r 0 ) = 0, - or simply, n P 0 P = 0. (2) Scalar equation: The scalar equation is obtained by writing the dot product algebraically: a(x x 0 ) + b(y y 0 ) + c(z z 0 ) = 0. (3) Linear Equation: The linear equation is obtained by simplifying the scalar equation: ax + by + cz = d. Exercise. Find a linear equation for the plane containing the point (8, 1, 2) and orthogonal to the vector 5, 3, 2. Exercise. Find a vector equation for the plane 3x + 2y z =

27 Exercise. Find a vector equation for the plane containing the points (1, 2, 3), (2, 1, 2), (2, 3, 5). 27

28 Exercise. Let L 1 = {(1 + 2t, 1 t, 1 + t) t R} and L 2 = {( 4s, 2 + 2s, 4 2s) s R}. (a) Demonstrate that L 1 and L 2 are parallel. (b) Find a linear equation for the plane containing L 1 and L 2. 28

29 Exercise. Let L = {(1 + 2t, 5 t, 7 4t) t R} and Π = {(x, y, z) R 3 5x 2y + 3z = 16}. (a) Demonstrate that the line L lies on the plane Π. (b) Find a linear equation for the plane orthogonal to Π and containing L. 29

30 Distance from a point to a plane. Let Π be the plane with vector equation n P 0 P = 0 and let Q be a point in 3-space. Then, the distance between Q and Π is given by the following formula: D = projn(p 0 Q) = n P 0Q n That is, the distance is equal to the length of the projection of P 0 Q onto n. Question: Can you explain why the expressions above actually equal the distance D? Exercise. Find the distance between the point (2, 8, 5) and the plane x 2y 2z = 1. 30

31 1.10 Scalar Functions of Two Variables, Surfaces in R 3 Scalar functions of two variables. A scalar function of two variables f is a rule that assigns to each element of a set D R 2 a unique real number: f : D R 2 R. We often write z = f(x, y). The variables x and y are the independent variables, and z is the dependent variable. In this setting, (1) D is the domain of f. (2) R is the codomain of f. (3) R = {f(x, y) (x, y) R 2 } R is the range of f. R is the set of values that the function f assumes. (4) G = {(x, y, f(x, y)) (x, y) D} R 3 is the graph of f. G can be visualized as a surface in 3-space. Exercise. In each case, find the domain and range of the function. (a) z = x + y 1 (b) z = 16 x 2 4y 2 31

32 Traces. The cross-section of a surface in 3-space determined by holding one variable constant is often called a trace. Cross-sections help with visualization. For example, consider again the part of the surface z = x + y 1 for pairs (x, y) in the domain and in the rectangular region [0, 8] [ 8, 9]. The plots below show traces on the surface in one direction only: x = 2, 4, 6 y = 5, 0, 5 z = 1.5, 2.5, 3.5 Problem. Find equations for the three traces z = 1.5, 2.5, 3.5 shown above, and sketch all three curves on the xy-plane. Be sure to label the curves. 32

33 As a second example, consider again the part of the surface z = 16 x 2 4y 2 lying on and above the xy-plane. The plots below show traces on the surface in one direction only: x = 2, 0, 2 y = 1, 0, 1 z = 4, 8, 12 Problem. Find equations for the three traces z = 4, 8, 12 shown above, and sketch all three curves on the xy-plane. Be sure to label the curves. 33

34 Other surfaces. Surfaces in 3-space are not necessarily the graphs of functions, as illustrated by the following examples: (a) 4x 2 + 9y z 2 = 36 (b) x 2 + z 2 = 1 Exercise. In each case shown above, find the formula for a typical trace of the form y = k and state the range of values of k to which your formula applies. 34

35 1.11 Vector Functions, Curves in R 2 and R 3 Vector functions with n coordinates. A vector function r is a rule that assigns to each element of an interval I R a unique vector with n coordinates. We often write r(t) = x 1 (t), x 2 (t),..., x n (t), t I. The parametric equations for the vector function are x i = x i (t), i = 1, 2,..., n space: Vector functions with 2 coordinates are often written as r(t) = x(t), y(t) = x(t)i + y(t)j, t I, and visualized by graphing the curve C = {P (x(t), y(t)) t I} R space: Vector functions with 3 coordinates are often written as r(t) = x(t), y(t), z(t) = x(t)i + y(t)j + z(t)k, t I, and visualized by graphing the curve C = {P (x(t), y(t), z(t)) t I} R 3. Circles and ellipses in the plane. Two examples of particular interest are parametric descriptions of circles and ellipses in the plane. Let t be the radian measure of an angle measured counterclockwise from the positive x-axis. Then the following are parametric equations for 1. Circle: The circle with equation (x c 1 ) 2 + (y c 2 ) 2 = a 2 : x = c 1 + a cos(t), y = c 2 + a sin(t), 0 t < 2π. 2. Ellipse: The ellipse with equation (x c 1) 2 a 2 + (y c 2) 2 b 2 = 1: x = c 1 + a cos(t), y = c 2 + b sin(t), 0 t < 2π. For example, (a) Parametric equations for the circle (x 1) 2 + y 2 = 9 are as follows: x = π π/ y = - - π/ 35

36 (b) Parametric equations for the ellipse are as follows: x = x (y+1)2 9 = 1 π π/ y = - - π/ Other parametrizations of circles and ellipses are possible. For example, consider traversing the circle (x + 1) 2 + (y 2) 2 = 16 / clockwise in one unit of time, where locations for times 0, 1/4, 1/2 and 3/4 are shown to the right. / Find parametric equations for x and y. - - / - 36

37 Vector functions with 3 coordinates. Vector functions with three coordinates are often visualized as curves lying on surfaces in 3-space. For example, the function r(t) = 2 cos(t), t, sin(t) is visualized in the plot to the right lying on the elliptic cylinder x 2 + 4z 2 = 4. The curve is an example of an elliptic helix. Question: Can you see how I derived the equation of the cylinder from the equation for r(t)? 1.12 Calculus with Vector Functions, Tangents, Arc Length Calculus with vector functions is done component by component. Let r(t) = x 1 (t), x 2 (t),..., x n (t), t I, be a vector function with n coordinates, and let a I be an element of the domain. 1. Limit: The limit of r(t) as t a is defined as follows: lim r(t) = lim x 1(t), lim x 2 (t),..., lim x n (t), t a t a t a t a provided the limits of the component functions exist. 2. Continuity: The vector function r is continuous at a if lim r(t) = r(a). t a Thus, r is continuous at a iff each component function is continuous at a. 37

38 3. Differentiable: the vector function r is differentiable at a if r(t) r(a) lim t a t a exists. Thus, r is differentiable at a iff each component function is differentiable at a. Further, if r is differentiable at a, the value of the limit is written as r (a) and r (a) = x 1(a), x 2(a),..., x n(a). Notes: (1) The vector in the numerator of the definition of r (a) lies on a secant line to the curve C. As t a, the secant line approaches a tangent line, if a tangent line exists. (2) The following theorem specifies when a tangent line exists and provides a vector equation for the line. Theorem (Tangent Lines). If each coordinate function is differentiable in a neighborhood of a and if r (a) O, then a tangent line exists at a. A vector equation for the tangent line is l(t) = r(a) + r (a)t. Note that a neighborhood of a refers to all points in an interval of the form (a δ, a + δ), where δ is a positive number. (3) When a tangent line exists, the vector r (a) points in the direction of increasing t. (4) When t is a time parameter, then r (a) is interpreted as the velocity vector at time a, and its length is interpreted as the speed at time a. Derivative function. The derivative function for a vector function r(t) is defined as follows: r (t) = lim t 0 r(t + t) r(t), if this limit exists. t When the limit exists, the value is r (t) = x 1 (t), x 2 (t),..., x n(t). 38

39 Exercise. Let r(t) = 4 cos(t), 2 sin(t), t [0, 2π]. (a) Find the derivative function r (t). (b) Find a vector equation and parametric equations for the tangent line when t = π/3. (c) Find an equation in x and y describing the underlying curve of r(t). π π/ π/ π/ 39

40 Exercise. Let r(t) = e t, e 2t, t R. (a) Find the derivative function r (t). - (b) Find a vector equation and parametric equations for the tangent line when t = 0. (c) Find an equation in x and y describing the underlying curve of r(t). 40

41 Exercise. Let r(t) = t 2 1, t 2 + 1, t + 1, t R. (a) Find the derivative function r (t). (b) Find a vector equation and parametric equations for the tangent line when t = 1. (c) Write an equation for the surface drawn in the plot using the variables x, y, z only. 41

42 Exercise. Let r(t) = 2 cos(t), 2 sin(t), 4 cos(2t), when t [0, 2π]. (a) Find the derivative function r (t). (b) Find a vector equation and parametric equations for the tangent line when t = π/6. (c) Write an equation for the surface drawn in the plot using the variables x, y, z only. 42

43 Exercise. Let r(t) = t 2, t 3, for t [ 2, 2]. (a) Sketch r(t), and indicate the direction of increasing t. (b) Find a vector equation and parametric equations for the tangent line when t = 1. (c) Explain why a tangent to the curve at t = 0 does not exist

44 Arc length. Suppose that r(t) is defined and differentiable for all t [a, b] and that r (t) O, for all t (a, b). If the curve C underlying r(t) is traversed exactly once as t increases from a to b, then it can be shown that the length of C is given by the following formula: L = b a r (t) dt. Note: When t is a time parameter, then arc length can be interpreted as total distance travelled. The total distance travelled is obtained by integrating the speed over the time interval [a, b]. Exercise. Let r(t) = t 2, t 3, t 2, t [0, 2]. (a) Find a simplified formula for r (t). (b) Find the length of the curve underlying r(t) for t [0, 2]. 44

45 Exercise. Let r(t) = 2 cos(t), t, 2 sin(t), t [0, 6π]. (a) Find a simplified formula for r (t). (b) Find the length of the curve underlying r(t) for t [0, 6π] Parametrized Surfaces in R 3 A vector function of two variables r is a rule that assigns to each element of a set D R 2 a unique vector with n coordinates. We often write r(u, v) = x 1 (u, v), x 2 (u, v),..., x n (u, v), (u, v) D. Each coordinate function, x i = x i (u, v), is a function of the two parameters u and v. Parametrized surfaces in 3-space. Vector functions with 3 coordinates are written as r(u, v) = x(u, v), y(u, v), z(u, v), (u, v) D, and visualized by graphing the surface S = {P (x(u, v), y(u, v), z(u, v)) (u, v) D}. In this case, the surface S has been parametrized using the vector function r. 45

46 Graphs of scalar functions of two variables. Let G = {(x, y, f(x, y)) (x, y) D} be the graph of the scalar function f, where D is the domain of f. Then G can be written as a parametrized surface using the vector function r(x, y) = x, y, f(x, y), (x, y) D. For example, the graph of f(x, y) = x 2 y 3xy 2, (x, y) R 2, can be parametrized with vector function r(x, y) = x, y, x 2 y 3xy 2, (x, y) R 2. Exercise. In each case, find a vector function r that can be used to parametrize the surface. (a) y = 7xz + z 2 (b) x = z 2 46

47 Circular and elliptic cylinders. Circular and elliptic cylinders cannot be viewed as the graphs of a scalar function of two variables, no matter which variables are chosen as the independent variables. However, the identity sin 2 (θ) + cos 2 (θ) = 1, for all θ, can be used to find parametric descriptions of these surfaces. Exercise. In each case, find a vector function r that can be used to parametrize the surface. (a) (y 1) 2 + (z + 1) 2 = 9 (b) x 2 + 4z 2 = 4 47

48 Parametric descriptions of planes. The plane Π containing initial point P 0 (x 0, y 0, z 0 ) and parallel to direction vectors a and b can be parametrized using the vector function r(u, v) = OP 0 + OP = OP 0 + ua + vb, (u, v) R 2, where P (x, y, z) is an arbitrary point on the plane. The direction vectors a and b must be non-zero and nonparallel. For example, the plot to the right illustrates the parametrized surface r(u, v) = v 1, u 1, u + v 1, for (u, v) R 2, where the initial point and direction vectors are as follows (please complete) Exercise. If you connect the points P (0, 5, 10), Q(2, 1, 8), R(4, 0, 7), S(2, 4, 9) in the order given, you will get a parallelogram in 3-space. Find a vector function r that can be used to parametrize the plane containing this parallelogram. 48

(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

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems To locate a point in a plane, two numbers are necessary. We know that any point in the plane can be represented as an ordered pair (a, b) of real numbers, where a is the x-coordinate and b is the y-coordinate.

More information

Department of Mathematical and Statistical Sciences University of Alberta

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

More information

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

Math 241, Exam 1 Information.

Math 241, Exam 1 Information. Math 241, Exam 1 Information. 2/13/13, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.2. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241sp13/241.html)

More information

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 13.1

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 13.1 OHSx XM521 Multivariable Differential Calculus: Homework Solutions 13.1 (37) If a bug walks on the sphere x 2 + y 2 + z 2 + 2x 2y 4z 3 = 0 how close and how far can it get from the origin? Solution: Complete

More information

Chapter 13: Vectors and the Geometry of Space

Chapter 13: Vectors and the Geometry of Space Chapter 13: Vectors and the Geometry of Space 13.1 3-Dimensional Coordinate System 13.2 Vectors 13.3 The Dot Product 13.4 The Cross Product 13.5 Equations of Lines and Planes 13.6 Cylinders and Quadratic

More information

Chapter 13: Vectors and the Geometry of Space

Chapter 13: Vectors and the Geometry of Space Chapter 13: Vectors and the Geometry of Space 13.1 3-Dimensional Coordinate System 13.2 Vectors 13.3 The Dot Product 13.4 The Cross Product 13.5 Equations of Lines and Planes 13.6 Cylinders and Quadratic

More information

MAT1035 Analytic Geometry

MAT1035 Analytic Geometry MAT1035 Analytic Geometry Lecture Notes R.A. Sabri Kaan Gürbüzer Dokuz Eylül University 2016 2 Contents 1 Review of Trigonometry 5 2 Polar Coordinates 7 3 Vectors in R n 9 3.1 Located Vectors..............................................

More information

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS NAME: PERIOD: DATE: MATH ANALYSIS 2 MR. MELLINA CHAPTER 12: VECTORS & DETERMINANTS Sections: v 12.1 Geometric Representation of Vectors v 12.2 Algebraic Representation of Vectors v 12.3 Vector and Parametric

More information

MATH 1020 WORKSHEET 12.1 & 12.2 Vectors in the Plane

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

More information

Detailed objectives are given in each of the sections listed below. 1. Cartesian Space Coordinates. 2. Displacements, Forces, Velocities and Vectors

Detailed objectives are given in each of the sections listed below. 1. Cartesian Space Coordinates. 2. Displacements, Forces, Velocities and Vectors Unit 1 Vectors In this unit, we introduce vectors, vector operations, and equations of lines and planes. Note: Unit 1 is based on Chapter 12 of the textbook, Salas and Hille s Calculus: Several Variables,

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

12.1. Cartesian Space

12.1. Cartesian Space 12.1. Cartesian Space In most of your previous math classes, we worked with functions on the xy-plane only meaning we were working only in 2D. Now we will be working in space, or rather 3D. Now we will

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

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

4.1 Distance and Length

4.1 Distance and Length Chapter Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at vectors

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

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

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

1. Vectors and Matrices

1. Vectors and Matrices E. 8.02 Exercises. Vectors and Matrices A. Vectors Definition. A direction is just a unit vector. The direction of A is defined by dir A = A, (A 0); A it is the unit vector lying along A and pointed like

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

1 Vectors and the Scalar Product

1 Vectors and the Scalar Product 1 Vectors and the Scalar Product 1.1 Vector Algebra vector in R n : an n-tuple of real numbers v = a 1, a 2,..., a n. For example, if n = 2 and a 1 = 1 and a 2 = 1, then w = 1, 1 is vector in R 2. Vectors

More information

Review of Coordinate Systems

Review of Coordinate Systems Vector in 2 R and 3 R Review of Coordinate Systems Used to describe the position of a point in space Common coordinate systems are: Cartesian Polar Cartesian Coordinate System Also called rectangular coordinate

More information

Vector Geometry. Chapter 5

Vector Geometry. Chapter 5 Chapter 5 Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at

More information

LINEAR ALGEBRA - CHAPTER 1: VECTORS

LINEAR ALGEBRA - CHAPTER 1: VECTORS LINEAR ALGEBRA - CHAPTER 1: VECTORS A game to introduce Linear Algebra In measurement, there are many quantities whose description entirely rely on magnitude, i.e., length, area, volume, mass and temperature.

More information

6. Vectors. Given two points, P 0 = (x 0, y 0 ) and P 1 = (x 1, y 1 ), a vector can be drawn with its foot at P 0 and

6. Vectors. Given two points, P 0 = (x 0, y 0 ) and P 1 = (x 1, y 1 ), a vector can be drawn with its foot at P 0 and 6. Vectors For purposes of applications in calculus and physics, a vector has both a direction and a magnitude (length), and is usually represented as an arrow. The start of the arrow is the vector s foot,

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

11.1 Three-Dimensional Coordinate System

11.1 Three-Dimensional Coordinate System 11.1 Three-Dimensional Coordinate System In three dimensions, a point has three coordinates: (x,y,z). The normal orientation of the x, y, and z-axes is shown below. The three axes divide the region into

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

This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication.

This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication. This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication. Copyright Pearson Canada Inc. All rights reserved. Copyright Pearson

More information

Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1)

Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1) Math 20C Multivariable Calculus Lecture 1 1 Coordinates in space Slide 1 Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1) Vector calculus studies derivatives and

More information

CALCULUS 3 February 6, st TEST

CALCULUS 3 February 6, st TEST MATH 400 (CALCULUS 3) Spring 008 1st TEST 1 CALCULUS 3 February, 008 1st TEST YOUR NAME: 001 A. Spina...(9am) 00 E. Wittenbn... (10am) 003 T. Dent...(11am) 004 J. Wiscons... (1pm) 005 A. Spina...(1pm)

More information

Math 302 Outcome Statements Winter 2013

Math 302 Outcome Statements Winter 2013 Math 302 Outcome Statements Winter 2013 1 Rectangular Space Coordinates; Vectors in the Three-Dimensional Space (a) Cartesian coordinates of a point (b) sphere (c) symmetry about a point, a line, and a

More information

MTHE 227 Problem Set 2 Solutions

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

More information

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

Workbook. MAT 397: Calculus III

Workbook. MAT 397: Calculus III Workbook MAT 397: Calculus III Instructor: Caleb McWhorter Name: Summer 217 Contents Preface..................................................... 2 1 Spatial Geometry & Vectors 3 1.1 Basic n Euclidean

More information

What you will learn today

What you will learn today What you will learn today The Dot Product Equations of Vectors and the Geometry of Space 1/29 Direction angles and Direction cosines Projections Definitions: 1. a : a 1, a 2, a 3, b : b 1, b 2, b 3, a

More information

VECTORS AND THE GEOMETRY OF SPACE

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

More information

Vectors and Fields. Vectors versus scalars

Vectors and Fields. Vectors versus scalars C H A P T E R 1 Vectors and Fields Electromagnetics deals with the study of electric and magnetic fields. It is at once apparent that we need to familiarize ourselves with the concept of a field, and in

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

(arrows denote positive direction)

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

More information

MATH 12 CLASS 2 NOTES, SEP Contents. 2. Dot product: determining the angle between two vectors 2

MATH 12 CLASS 2 NOTES, SEP Contents. 2. Dot product: determining the angle between two vectors 2 MATH 12 CLASS 2 NOTES, SEP 23 2011 Contents 1. Dot product: definition, basic properties 1 2. Dot product: determining the angle between two vectors 2 Quick links to definitions/theorems Dot product definition

More information

Calculus III (MAC )

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

More information

Brief Review of Exam Topics

Brief Review of Exam Topics Math 32A Discussion Session Week 3 Notes October 17 and 19, 2017 We ll use this week s discussion session to prepare for the first midterm. We ll start with a quick rundown of the relevant topics, and

More information

Distance Formula in 3-D Given any two points P 1 (x 1, y 1, z 1 ) and P 2 (x 2, y 2, z 2 ) the distance between them is ( ) ( ) ( )

Distance Formula in 3-D Given any two points P 1 (x 1, y 1, z 1 ) and P 2 (x 2, y 2, z 2 ) the distance between them is ( ) ( ) ( ) Vectors and the Geometry of Space Vector Space The 3-D coordinate system (rectangular coordinates ) is the intersection of three perpendicular (orthogonal) lines called coordinate axis: x, y, and z. Their

More information

MAT 211 Final Exam. Spring Jennings. Show your work!

MAT 211 Final Exam. Spring Jennings. Show your work! MAT 211 Final Exam. pring 215. Jennings. how your work! Hessian D = f xx f yy (f xy ) 2 (for optimization). Polar coordinates x = r cos(θ), y = r sin(θ), da = r dr dθ. ylindrical coordinates x = r cos(θ),

More information

MAT 1339-S14 Class 8

MAT 1339-S14 Class 8 MAT 1339-S14 Class 8 July 28, 2014 Contents 7.2 Review Dot Product........................... 2 7.3 Applications of the Dot Product..................... 4 7.4 Vectors in Three-Space.........................

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

EUCLIDEAN SPACES AND VECTORS

EUCLIDEAN SPACES AND VECTORS EUCLIDEAN SPACES AND VECTORS PAUL L. BAILEY 1. Introduction Our ultimate goal is to apply the techniques of calculus to higher dimensions. We begin by discussing what mathematical concepts describe these

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

Notes on multivariable calculus

Notes on multivariable calculus Notes on multivariable calculus Jonathan Wise February 2, 2010 1 Review of trigonometry Trigonometry is essentially the study of the relationship between polar coordinates and Cartesian coordinates in

More information

Math 51, Homework-2 Solutions

Math 51, Homework-2 Solutions SSEA Summer 27 Math 5, Homework-2 Solutions Write the parametric equation of the plane that contains the following point and line: 3 2, 4 2 + t 3 t R 5 4 By substituting t = and t =, we get two points

More information

3. Interpret the graph of x = 1 in the contexts of (a) a number line (b) 2-space (c) 3-space

3. Interpret the graph of x = 1 in the contexts of (a) a number line (b) 2-space (c) 3-space MA2: Prepared by Dr. Archara Pacheenburawana Exercise Chapter 3 Exercise 3.. A cube of side 4 has its geometric center at the origin and its faces parallel to the coordinate planes. Sketch the cube and

More information

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions

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

More information

Lecture Notes for MATH6106. March 25, 2010

Lecture Notes for MATH6106. March 25, 2010 Lecture Notes for MATH66 March 25, 2 Contents Vectors 4. Points in Space.......................... 4.2 Distance between Points..................... 4.3 Scalars and Vectors........................ 5.4 Vectors

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

which has a check digit of 9. This is consistent with the first nine digits of the ISBN, since

which has a check digit of 9. This is consistent with the first nine digits of the ISBN, since vector Then the check digit c is computed using the following procedure: 1. Form the dot product. 2. Divide by 11, thereby producing a remainder c that is an integer between 0 and 10, inclusive. The check

More information

Math 3c Solutions: Exam 1 Fall Graph by eliiminating the parameter; be sure to write the equation you get when you eliminate the parameter.

Math 3c Solutions: Exam 1 Fall Graph by eliiminating the parameter; be sure to write the equation you get when you eliminate the parameter. Math c Solutions: Exam 1 Fall 16 1. Graph by eliiminating the parameter; be sure to write the equation you get when you eliminate the parameter. x tan t x tan t y sec t y sec t t π 4 To eliminate the parameter,

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

Vectors and Plane Geometry

Vectors and Plane Geometry Vectors and Plane Geometry Karl Heinz Dovermann Professor of Mathematics University of Hawaii January 7, 0 Preface During the first week of the semester it is difficult to get started with the course

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-B2a-22 Ver: August 28, 2010 Ver 1.6: Martin Adams, Sep 2009 Ver 1.5: Martin Adams, August 2008 Ver

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

MATH2210 Notebook 2 Spring 2018

MATH2210 Notebook 2 Spring 2018 MATH2210 Notebook 2 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 2 MATH2210 Notebook 2 3 2.1 Matrices and Their Operations................................

More information

Vector Supplement Part 1: Vectors

Vector Supplement Part 1: Vectors Vector Supplement Part 1: Vectors A vector is a quantity that has both magnitude and direction. Vectors are drawn as directed line segments and are denoted by boldface letters a or by a. The magnitude

More information

Lecture 2: Vector-Vector Operations

Lecture 2: Vector-Vector Operations Lecture 2: Vector-Vector Operations Vector-Vector Operations Addition of two vectors Geometric representation of addition and subtraction of vectors Vectors and points Dot product of two vectors Geometric

More information

MATH 275: Calculus III. Lecture Notes by Angel V. Kumchev

MATH 275: Calculus III. Lecture Notes by Angel V. Kumchev MATH 275: Calculus III Lecture Notes by Angel V. Kumchev Contents Preface.............................................. iii Lecture 1. Three-Dimensional Coordinate Systems..................... 1 Lecture

More information

Vector Calculus handout

Vector Calculus handout Vector Calculus handout The Fundamental Theorem of Line Integrals Theorem 1 (The Fundamental Theorem of Line Integrals). Let C be a smooth curve given by a vector function r(t), where a t b, and let f

More information

Culminating Review for Vectors

Culminating Review for Vectors Culminating Review for Vectors 0011 0010 1010 1101 0001 0100 1011 An Introduction to Vectors Applications of Vectors Equations of Lines and Planes 4 12 Relationships between Points, Lines and Planes An

More information

12.5 Equations of Lines and Planes

12.5 Equations of Lines and Planes 12.5 Equations of Lines and Planes Equation of Lines Vector Equation of Lines Parametric Equation of Lines Symmetric Equation of Lines Relation Between Two Lines Equations of Planes Vector Equation of

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

Math Vector Calculus II

Math Vector Calculus II Math 255 - Vector Calculus II Review Notes Vectors We assume the reader is familiar with all the basic concepts regarding vectors and vector arithmetic, such as addition/subtraction of vectors in R n,

More information

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

More information

11.4 Dot Product Contemporary Calculus 1

11.4 Dot Product Contemporary Calculus 1 11.4 Dot Product Contemporary Calculus 1 11.4 DOT PRODUCT In the previous sections we looked at the meaning of vectors in two and three dimensions, but the only operations we used were addition and subtraction

More information

Introduction. Chapter Points, Vectors and Coordinate Systems

Introduction. Chapter Points, Vectors and Coordinate Systems Chapter 1 Introduction Computer aided geometric design (CAGD) concerns itself with the mathematical description of shape for use in computer graphics, manufacturing, or analysis. It draws upon the fields

More information

If the pull is downward (Fig. 1), we want C to point into the page. If the pull is upward (Fig. 2), we want C to point out of the page.

If the pull is downward (Fig. 1), we want C to point into the page. If the pull is upward (Fig. 2), we want C to point out of the page. 11.5 Cross Product Contemporary Calculus 1 11.5 CROSS PRODUCT This section is the final one about the arithmetic of vectors, and it introduces a second type of vector vector multiplication called the cross

More information

Vector Calculus. Lecture Notes

Vector Calculus. Lecture Notes Vector Calculus Lecture Notes Adolfo J. Rumbos c Draft date November 23, 211 2 Contents 1 Motivation for the course 5 2 Euclidean Space 7 2.1 Definition of n Dimensional Euclidean Space........... 7 2.2

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

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

Math 20C Homework 2 Partial Solutions

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

More information

Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124

Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124 Matrices Math 220 Copyright 2016 Pinaki Das This document is freely redistributable under the terms of the GNU Free Documentation License For more information, visit http://wwwgnuorg/copyleft/fdlhtml Contents

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

Linear Algebra. Alvin Lin. August December 2017

Linear Algebra. Alvin Lin. August December 2017 Linear Algebra Alvin Lin August 207 - December 207 Linear Algebra The study of linear algebra is about two basic things. We study vector spaces and structure preserving maps between vector spaces. A vector

More information

CALC 3 CONCEPT PACKET Complete

CALC 3 CONCEPT PACKET Complete CALC 3 CONCEPT PACKET Complete Written by Jeremy Robinson, Head Instructor Find Out More +Private Instruction +Review Sessions WWW.GRADEPEAK.COM Need Help? Online Private Instruction Anytime, Anywhere

More information

Pre-Calculus Vectors

Pre-Calculus Vectors Slide 1 / 159 Slide 2 / 159 Pre-Calculus Vectors 2015-03-24 www.njctl.org Slide 3 / 159 Table of Contents Intro to Vectors Converting Rectangular and Polar Forms Operations with Vectors Scalar Multiples

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

SOME PROBLEMS YOU SHOULD BE ABLE TO DO

SOME PROBLEMS YOU SHOULD BE ABLE TO DO OME PROBLEM YOU HOULD BE ABLE TO DO I ve attempted to make a list of the main calculations you should be ready for on the exam, and included a handful of the more important formulas. There are no examples

More information

Applied Linear Algebra in Geoscience Using MATLAB

Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB Contents Getting Started Creating Arrays Mathematical Operations with Arrays Using Script Files and Managing Data Two-Dimensional Plots Programming in

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

SUPPLEMENT I. Example. Graph the vector 4, 3. Definition. Given two points A(x 1, y 1 ) and B(x 2, y 2 ), the vector represented by # AB is # AB =,

SUPPLEMENT I. Example. Graph the vector 4, 3. Definition. Given two points A(x 1, y 1 ) and B(x 2, y 2 ), the vector represented by # AB is # AB =, SUPPLEMENT I 1. Vectors Definition. A vector is a quantity that has both a magnitude and a direction. A twodimensional vector is an ordered pair a = a 1, a 2 of real numbers. The numbers a 1 and a 2 are

More information

REVIEW - Vectors. Vectors. Vector Algebra. Multiplication by a scalar

REVIEW - Vectors. Vectors. Vector Algebra. Multiplication by a scalar J. Peraire Dynamics 16.07 Fall 2004 Version 1.1 REVIEW - Vectors By using vectors and defining appropriate operations between them, physical laws can often be written in a simple form. Since we will making

More information

Section 1.8/1.9. Linear Transformations

Section 1.8/1.9. Linear Transformations Section 1.8/1.9 Linear Transformations Motivation Let A be a matrix, and consider the matrix equation b = Ax. If we vary x, we can think of this as a function of x. Many functions in real life the linear

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

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

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2011/2012, 4th quarter. Lecture 2: vectors, curves, and surfaces

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2011/2012, 4th quarter. Lecture 2: vectors, curves, and surfaces Lecture 2, curves, and surfaces Organizational remarks Tutorials: Tutorial 1 will be online later today TA sessions for questions start next week Practicals: Exams: Make sure to find a team partner very

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

CSC 470 Introduction to Computer Graphics. Mathematical Foundations Part 2

CSC 470 Introduction to Computer Graphics. Mathematical Foundations Part 2 CSC 47 Introduction to Computer Graphics Mathematical Foundations Part 2 Vector Magnitude and Unit Vectors The magnitude (length, size) of n-vector w is written w 2 2 2 w = w + w2 + + w n Example: the

More information

Kinematics in Two Dimensions; Vectors

Kinematics in Two Dimensions; Vectors Kinematics in Two Dimensions; Vectors Vectors & Scalars!! Scalars They are specified only by a number and units and have no direction associated with them, such as time, mass, and temperature.!! Vectors

More information

Vector equations of lines in the plane and 3-space (uses vector addition & scalar multiplication).

Vector equations of lines in the plane and 3-space (uses vector addition & scalar multiplication). Boise State Math 275 (Ultman) Worksheet 1.6: Lines and Planes From the Toolbox (what you need from previous classes) Plotting points, sketching vectors. Be able to find the component form a vector given

More information