A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS
|
|
|
- Juniper Sparks
- 10 years ago
- Views:
Transcription
1 A QUIK GUIDE TO THE FOMULAS OF MULTIVAIABLE ALULUS ontents 1. Analytic Geometry Definition of a Vector Scalar Product Properties of the Scalar Product Length and Unit Vectors Angle Parallel and Perpendicular Vectors Lines Planes ross Product Properties of the ross Product Distances of Points from a Plane in Other epresentations of Lines and planes in Spheres and ylinders 4 2. Parameterized urves in Velocity, Speed, and Acceleration Velocity of curves with r(t) = Smooth urves Arclength urvature Normal and Binormal Vectors Torsion Frenet Frame urvature of urves NOT parmeterized with respect to Arclength 5 3. Surfaces in n Domain and ange Limits ontinuity Partial Derivatives Differentiability Directional Derivaitve Gradient Vector Directional Derivatives and the Gradient Vector Higher Derivatives and lairaut s Theorem Global and Local Extrema ritical Points Functions of Two Variables Second Derivative Test The Double Integral Fubini s Theorem Level Surfaces Tangent Planes of Level Surfaces Using Lagrange Multipliers to Find Extrema with onstraints The Triple Integral hain ule 7 1
2 3.20. hange of Variables Formula in Two Dimensions Polar oordinates Surface Area Path Integrals 7 4. Vector Fields Line Integrals onservative Vector Fields and the Potential Function Line Integrals of onservative Vector Fields Line Integrals of Vector Fields in onservative Vector Fields in Green s Theorem 8 1. Analytic Geometry 1.1. Definition of a Vector. A vector v is an n-tuple of real numbers: v = (v 1,..., v n ). Given two vectors v, w n, addition and multiplication with a scalar t are defined by v + w = (v 1,..., v n ) + (w 1,..., w n ) = (v 1 + w 1,..., v n + w n ) t v = t (v 1,..., v n ) = (tv 1,..., tv n ). From the definitions, it follows immediately that addition and scalar multiplication of vectors are: (1) distributive: t (v + w) = t v + t w (2) associative: (u + v) + w = u + (v + w) (3) commutative: v + w = w + v 1.2. Scalar Product. The scalar product or dot product v w is defined by n v w = (v 1,..., v n ) (w 1,..., w n ) = v i w i Properties of the Scalar Product. It follows from the definition that the scalar product is (1) linear: t (v w) = (t v) w = v (t w), and u (v + w) = u v + u w (2) commutative: v w = w v 1.4. Length and Unit Vectors. The length of a vector v is defined by v = v v = v v2 n. Vectors of length 1 are called unit vectors Angle. The angle θ between two vector v and w is defined implicitly by v w = v w cos θ. For two vectors v, w with v, w 0, the enclosed angle θ is hence given by n θ = cos 1 i=1 v iw i ( n i=1 v2 i )1/2 ( n i=1 w2 i )1/2 This yields a geometric interpretation of the scalar product: to get v w, w is projected orthogonally onto v, and the length w cos θ of the projected vector is multiplies with v. 2 i=1
3 1.6. Parallel and Perpendicular Vectors. Two vectors v, w are called (1) perpendicular or orthogonal if v w = 0. We denote this by v w. (2) parallel if v w = v w. We denote this by v w. Note that two vectors v, w are parallel if and only if there is a scalar t such that v = t w. The zero vector 0 = (0,..., 0) is by definition parallel and perpendicular to every vector Lines. Let u, v be two vectors with v 0. Then yields a line in n. We say that v spans the line. u + t v = (u 1 + tv 1,..., u n + tv n ); t 1.8. Planes. let u, v, w n be vectors where v and w are not parallel. Then We say that v and w span the plane. u + s v + t w = (u 1 + sv 1 + tw 1,..., u n + sv n + tw n ) 1.9. ross Product. At a point p of any plane in 3 there is exactly one line perpendicular to the plane. If v and w span the plane, a vector spanning this perpendicular line is given by the cross product: For two vectors v, w 3 the cross product v w is defined by v w = (v 1, v 2, v 3 ) (w 1, w 2, w 3 ) = (v 2 w 3 v 3 w 2, v 3 w 1 v 1 w 3, v 1 w 2 v 2 w 1 ) Alternatively, the cross product is given by the 3 3 determinant v w = v i j k 1 v 2 v. 3 w 1 w 2 w 3 v w is perpendicular to both v and w v, w and v w are oriented according to the right hand rule if θ is the angle betweenv and w, then v w = v w sin θ. The length of the v w is equal to the area of the parallelogram spanned by v and w Properties of the ross Product. (1) linear: t (v w) = (t v) w = v (t w) and u (v + w) = u v + u w. (2) anti-commutative: v w = w v Another remarkable property of the cross product is the following: u (v w) = (u v) w. Geometrically, u (v w) is the volume of the parallelepiped given by u, v, and w. The notion of a perpendicular vector yields another form of representing a plane in 3 : Let r 0 = (x 0, y 0, z 0 ) be a fixed point in the plane and n a vector perpendicular to the plane. An arbitrary point r = (x, y, z) on the plane satisfies n (r r 0 ) = 0. Moreover, the equation n (r r 0 ) = 0 defines a plane in 3 for any fixed n, v 3, provided n Distances of Points from a Plane in 3. Let n, r 0 3 with n = 1 be given. Then n (r r 0 ) yields the distance from the point r = (x, y, z) to the plane which passes through r 0 and is perpendicular to n. Note that the plane s distance from the oriin in this case is given by n r 0. 3
4 1.12. Other epresentations of Lines and planes in 3. In 3, the representation of a line l(t) = (x, y, z) = u + t v can be solved for t in each coordinate if none of the values v 1, v 2, v 3 are zero: t = x u 1 v 1 t = y u 2 v 2 t = z u 3 v 3 This yields another representation of a line in 3, which is called a symmetric equation: x u 1 v 1 = y u 2 v 2 = z u 3 v 3. The parametric equation representing a plane can be transformed similarly giving the standard equation of a plane: ax + by + cz = d, where the normal vector n is (a, b, c) Spheres and ylinders. The vector notation allows for an elegant description of other geometric objects such as spheres and cylinders. For a scalar r 0 and a vector c 3, the equation x c 2 = r 2 yields a sphere of radius r centered at c. For a scalar r 0 and vectors c, n 3 with n = 1, the equation n (x c) 2 = r 2 yields a cylinder of radius r centered around the line given by c + t n. 2. Parameterized urves in Velocity, Speed, and Acceleration. Given three differentiable functions x, y, z : [a, b], the vector r(t) = (x(t), y(t), z(t)) can be understood as describing a particle moving through space; the particle s position depends on the (time) parameter t. This perception gives rise to the following definitions. We define the velocity of r at time t to be r (t) = (x (t), y (t), z (t)) speed of r at time t to be r(t) = [x (t)] 2 + [y (t)] 2 + [z (t)] 2 acceleration of r at time t to be r (t) = (x (t), y (t), z (t)) Velocity of curves with r(t) = 1. Suppose that r(t) = 1 for all t for curve r(t). Differentiating r(t) = 1, we observe that r (t) is orthogonal to r(t) for all t: r(t) = 1 r(t) r (t) = 0 for all t Smooth urves. A curve r : [a, b] 3 is called smooth if its speed vanishes at most at the endpoints: r (t) 0 for all t (a, b) Arclength. The arclength l(a, b) of a curve r : [a, b] 3 is given by l(a, b) = b a r (t) dt A curver : [a, b] is called parameterized with respect to arclength if r (t) = 1 for all t [a, b] urvature. Let r : [a, b] 3 be parameterized with respect to arclength. Then κ(t) = r (t) is called the curvature of r at t. Differentiating the equation r (t) = 1 shows that r (t) and r (t) are orthogonal for all t. If κ(t) 0, the vector is a well-defined unit vector. n(t) = r (t) r (t) 4
5 2.6. Normal and Binormal Vectors. If κ(t) 0, we can define the Normal vector of the curve at time t to be n(t) Binormal vector of the curve at time t to be b(t) = r (t) n(t) The binormal vector is obviously a unit vector, so we can apply the same reasoning as before to see that b(t) and b (t) are orthogonal. On the other hand, differentiating b(t) = r (t) n(t) we get: Hence b (t) is parallel to n(t). b (t) = r (t) n(t) + r (t) n (t) = r (t) n (t) Torsion. The equation b (t) = τ(t) n(t) defines the torsion τ of the curve at time t Frenet Frame. Whenever κ(t) 0, the vectors r (t), n(t), b(t) are mutually orthogonal unit vectors. They span the Frenet Frame urvature of urves NOT parmeterized with respect to Arclength. Let r : [a, b] 3 be amy smooth curve. Its curvature κ(t) at time t is given by κ(t) = r (t) r (t) r (t) 3 3. Surfaces in n 3.1. Domain and ange. A function f : n assigns a unique real value f(x 1,..., x n ) to each point (x 1,..., x n ) of a set D in n. The set D is called the domain of f, the set Imf = {f(x 1,..., x n ) (x 1,..., x n ) D} is called the image or range of f Limits. A real number L is said to be the limit of f at (a, b,... ) if for all sequences (a m, b m,... ) with lim m a m = a, lim m b m = b,..., the following holds: lim f(a m, b m,... ) = L. m We denote this by lim f(x 1, x 2,... ) = L. (x 1,x 2,... ) (a,b,... ) Equivalently, if for every real number ɛ > 0 there is another real number δ > 0 such that (x 1, x 2,... ) (a, b,... ) < δ f(x 1, x 2,... ) L < ɛ ontinuity. A function f : n with domain D is said to be continuous at (a, b,... ) D if lim f(x 1, x 2,... ) = f(a, b,... ) (x 1,x 2,... ) (a,b,... ) 3.4. Partial Derivatives. Let f : n be a function with domain D and (x 1,..., x n ) D. The partial derivative of f at (x 1,..., x n ) with respect to x i is given by the limit f f(x 1,..., x i + h,..., x n ) f(x 1,..., x i,..., x n ) = lim. x i h 0 h 3.5. Differentiability. A function f : n with domain D is called differentiable at (x 1,..., x n ) D if all partial derivatives exist and are continuous at (x 1,..., x n ) Directional Derivaitve. Let f : n be a function with domain D and r D. Suppose that u is a unit vector in n. The directional derivative of f at r in the direction of u is given by d f(r + tu) dt. t= Gradient Vector. Let f : n be a function with domain D that is differentiable at r D. The gradient vector f of f at r is given by f ( f r = x 1,..., f ) r x n r 5
6 3.8. Directional Derivatives and the Gradient Vector. Let f : n be a function with domain D that is differentiable at r D. Using the chain rule, the directional derivative is given by d f(r + tu) dt = f r u t= Higher Derivatives and lairaut s Theorem. Let f : n be a function with domain D and suppose the partial derivatives of f are themselves differentiable. Then differentiating f x i with respect to x j is the same as differentiating f x j with respect to x i : 2 f = 2 f. x i x j x j x i Global and Local Extrema. A function f : n with domain D has a global maximum at r D if f(x) f(r) for all x D a global minimum at r D if f(x) f(r) for all x D a local maximum at r D if there is a disc centered at r such that f(x) f(r) for all x a local minimum at r D if there is a disc centered at r such that f(x) f(r) for all x ritical Points. Let f : D n be differentiable. We call a point r D a critical point if f r = 0. If f has an extremum at r, then r is critical, but the converse is not necessarily true Functions of Two Variables Second Derivative Test. Let f : D 2 and its derivatives be differentiable and let (x 0, y 0 ) D be a critical point of f. Let ( 2 f 2 ( f 2 ) 2) D(x 0, y 0 ) = x 2 y 2 f x y (x0,y 0) if D(x 0, y 0 ) > 0 and 2 f x 2 < 0, then f has a maximum at (x 0, y 0 ). (x0,y 0) if D(x 0, y 0 ) > 0 and 2 f x 2 > 0, then f has a minimum at (x 0, y 0 ). (x0,y 0) if D(x 0, y 0 ) < 0, then f has a saddle at (x 0, y 0 ). if D(x 0, y 0 ) = 0, then the second derivative test gives no information about the nature of the critical point The Double Integral. Let = [a, b] [c, d] and let f : be continuous. The double integral of f over is defined to be f(x, y) da = lim (x i x i 1 )(y j y j 1 )f(x i, yj ) P 0 where P = P [a,b] P [c,d] is a partition of, P = P [a,b] P [c,d] is its norm, and (x i, y j ) [x i 1, x i ] [y j 1, y j ]. i,j Fubini s Theorem. Let f : 2 be continuous and = [a, b] [c, d]. The double integral is given by b d d b f(x, y) da = f(x, y) dydx = f(x, y) dxdy a c Level Surfaces. Let f(x, y, z) : 3 be a function of three variables. The level set {(x, y, z) f(x, y, z) = c} for a constant c generally yields a surface in 3. 6 c a
7 3.16. Tangent Planes of Level Surfaces. onsider the level set {(x, y, z) f(x, y, z) = c} of a function f : 3. (1) The gradient vector f(x 0, y 0, z 0 ) at a point (x 0, y 0, z 0 ) is perpendicular to the plane tangent to the level surface at (x 0, y 0, z 0 ). (2) The tangent plane is given by the equation f(x 0, y 0, z 0 ) (x x 0, y y 0, z z 0 ) = Using Lagrange Multipliers to Find Extrema with onstraints. let f : 3 be differentiable. To find the maximum and minimum value of f subject to the constraint g(x, y, z) = c, the gradients f and g must be parallel. An algorithm to find the maximum and minimum values is hence given by: (1) Find all points (x, y, z) such that f = λ g, for some λ, and g(x, y, z) = c. (2) Evaluate f at these points. The largest (smallest) value is the maximum (minimum) of f subject to the constraint g(x, y, z) = c The Triple Integral. Let g : 3 be continuous and = [a, b] [c, d] [e, f]. The triple integral of g over is defined to be g(x, y, z) dv = lim (x i x i 1 )(y j y j 1 )(z k z k 1 )g(x i, yj, zk) P 0 i,j,k hain ule. Let r(t) be a smooth curve in n and let f : n be a function of several variables. Then df dt = f r (t). More generally, suppose each of the variables x i is a function of the variables t 1,..., t m, then f t j = n i=1 f x i x i t j hange of Variables Formula in Two Dimensions. Let (x(u, v), y(u, v)) be a parameter transformation with Jacobian matrix ( ) J = x/ u x/ v y/ u y/ v which maps S 2 into 2. Then f(x, y) dxdy = S f(u, v) det J dudv Polar oordinates. The parameter transformation (x(r, θ), y(r, θ)) = (r cos θ, r sin θ) expresses (x, y) in polar coordinates. Then f(x, y) dxdy = f(r, θ) rdrdθ Surface Area. Let f : 2 be differentiable. The surface area of f over D is given by [ ] 2 [ ] 2 f f dxdy x y Path Integrals. Let f : 2 be differentiable and let r(t) parameterize a smooth curve in 2. The path integral of f along is given by f(r(t)) r (t) dt 7 S
8 4. Vector Fields A vector field F assigns to each point in a domain n a vector in n Line Integrals. Let F be a vector field on a domain n and let be a smooth curve in parameterized by r(t). The line integral of F along is given by F(r(t)) r (t) dt 4.2. onservative Vector Fields and the Potential Function. If F = f for some function f : 2, then F is called a conservative vector field with potential function f Line Integrals of onservative Vector Fields. Let F = f be conservative on a domain n. For any continuous curve in from u to b which is parameterized by r(t), we have F r (t) dt = f(v) f(u). In particular (1) If is closed then F r dt = 0. (2) if is another continuous curve in from u to v parameterized by s(t), then e F s dt = F r dt. The integral is said to be path-independent Line Integrals of Vector Fields in 2. Let F = (P, Q) be a vector field on a domain 2 and let be a smooth curve in given by (x(t), y(t)). Then b F(P (x(t), y(t)), Q(x(t), y(t))) (x (t), y (t)) dt = P (x, y) dx + Q(x, y) dy a 4.5. onservative Vector Fields in 2. If F = (P, Q) = f, then by lairaut s theorem, P y = Q x Green s Theorem. Let be a simply connected region with positively-oriented boundary. Then Q P dx + Q dy = x P y dxdy Dept. of Mathematics, Bard ollege, Annandale-On-Hudson, NY address: [email protected] 8
Math 241, Exam 1 Information.
Math 241, Exam 1 Information. 9/24/12, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.1-14.3. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241fa12/241.html)
Solutions for Review Problems
olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector
L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has
The line L through the points A and B is parallel to the vector AB = 3, 2, and has parametric equations x = 3t + 2, y = 2t +, z = t Therefore, the intersection point of the line with the plane should satisfy:
(a) We have x = 3 + 2t, y = 2 t, z = 6 so solving for t we get the symmetric equations. x 3 2. = 2 y, z = 6. t 2 2t + 1 = 0,
Name: Solutions to Practice Final. Consider the line r(t) = 3 + t, t, 6. (a) Find symmetric equations for this line. (b) Find the point where the first line r(t) intersects the surface z = x + y. (a) We
FINAL EXAM SOLUTIONS Math 21a, Spring 03
INAL EXAM SOLUIONS Math 21a, Spring 3 Name: Start by printing your name in the above box and check your section in the box to the left. MW1 Ken Chung MW1 Weiyang Qiu MW11 Oliver Knill h1 Mark Lucianovic
This makes sense. t 2 1 + 1/t 2 dt = 1. t t 2 + 1dt = 2 du = 1 3 u3/2 u=5
1. (Line integrals Using parametrization. Two types and the flux integral) Formulas: ds = x (t) dt, d x = x (t)dt and d x = T ds since T = x (t)/ x (t). Another one is Nds = T ds ẑ = (dx, dy) ẑ = (dy,
Solutions to old Exam 1 problems
Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections
Practice Final Math 122 Spring 12 Instructor: Jeff Lang
Practice Final Math Spring Instructor: Jeff Lang. Find the limit of the sequence a n = ln (n 5) ln (3n + 8). A) ln ( ) 3 B) ln C) ln ( ) 3 D) does not exist. Find the limit of the sequence a n = (ln n)6
1 3 4 = 8i + 20j 13k. x + w. y + w
) Find the point of intersection of the lines x = t +, y = 3t + 4, z = 4t + 5, and x = 6s + 3, y = 5s +, z = 4s + 9, and then find the plane containing these two lines. Solution. Solve the system of equations
1.(6pts) Find symmetric equations of the line L passing through the point (2, 5, 1) and perpendicular to the plane x + 3y z = 9.
.(6pts Find symmetric equations of the line L passing through the point (, 5, and perpendicular to the plane x + 3y z = 9. (a x = y + 5 3 = z (b x (c (x = ( 5(y 3 = z + (d x (e (x + 3(y 3 (z = 9 = y 3
Section 1.1. Introduction to R n
The Calculus of Functions of Several Variables Section. Introduction to R n Calculus is the study of functional relationships and how related quantities change with each other. In your first exposure to
Equations Involving Lines and Planes Standard equations for lines in space
Equations Involving Lines and Planes In this section we will collect various important formulas regarding equations of lines and planes in three dimensional space Reminder regarding notation: any quantity
Chapter 2. Parameterized Curves in R 3
Chapter 2. Parameterized Curves in R 3 Def. A smooth curve in R 3 is a smooth map σ : (a, b) R 3. For each t (a, b), σ(t) R 3. As t increases from a to b, σ(t) traces out a curve in R 3. In terms of components,
Fundamental Theorems of Vector Calculus
Fundamental Theorems of Vector Calculus We have studied the techniques for evaluating integrals over curves and surfaces. In the case of integrating over an interval on the real line, we were able to use
Dot product and vector projections (Sect. 12.3) There are two main ways to introduce the dot product
Dot product and vector projections (Sect. 12.3) Two definitions for the dot product. Geometric definition of dot product. Orthogonal vectors. Dot product and orthogonal projections. Properties of the dot
Unified Lecture # 4 Vectors
Fall 2005 Unified Lecture # 4 Vectors These notes were written by J. Peraire as a review of vectors for Dynamics 16.07. They have been adapted for Unified Engineering by R. Radovitzky. References [1] Feynmann,
Chapter 17. Review. 1. Vector Fields (Section 17.1)
hapter 17 Review 1. Vector Fields (Section 17.1) There isn t much I can say in this section. Most of the material has to do with sketching vector fields. Please provide some explanation to support your
AB2.5: Surfaces and Surface Integrals. Divergence Theorem of Gauss
AB2.5: urfaces and urface Integrals. Divergence heorem of Gauss epresentations of surfaces or epresentation of a surface as projections on the xy- and xz-planes, etc. are For example, z = f(x, y), x =
LINES AND PLANES CHRIS JOHNSON
LINES AND PLANES CHRIS JOHNSON Abstract. In this lecture we derive the equations for lines and planes living in 3-space, as well as define the angle between two non-parallel planes, and determine the distance
Some Comments on the Derivative of a Vector with applications to angular momentum and curvature. E. L. Lady (October 18, 2000)
Some Comments on the Derivative of a Vector with applications to angular momentum and curvature E. L. Lady (October 18, 2000) Finding the formula in polar coordinates for the angular momentum of a moving
Lecture L3 - Vectors, Matrices and Coordinate Transformations
S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between
Differentiation of vectors
Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where
LINEAR ALGEBRA W W L CHEN
LINEAR ALGEBRA W W L CHEN c W W L Chen, 1982, 2008. This chapter originates from material used by author at Imperial College, University of London, between 1981 and 1990. It is available free to all individuals,
Section 9.5: Equations of Lines and Planes
Lines in 3D Space Section 9.5: Equations of Lines and Planes Practice HW from Stewart Textbook (not to hand in) p. 673 # 3-5 odd, 2-37 odd, 4, 47 Consider the line L through the point P = ( x, y, ) that
9 Multiplication of Vectors: The Scalar or Dot Product
Arkansas Tech University MATH 934: Calculus III Dr. Marcel B Finan 9 Multiplication of Vectors: The Scalar or Dot Product Up to this point we have defined what vectors are and discussed basic notation
Lecture L6 - Intrinsic Coordinates
S. Widnall, J. Peraire 16.07 Dynamics Fall 2009 Version 2.0 Lecture L6 - Intrinsic Coordinates In lecture L4, we introduced the position, velocity and acceleration vectors and referred them to a fixed
THREE DIMENSIONAL GEOMETRY
Chapter 8 THREE DIMENSIONAL GEOMETRY 8.1 Introduction In this chapter we present a vector algebra approach to three dimensional geometry. The aim is to present standard properties of lines and planes,
11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space
11 Vectors and the Geometry of Space 11.1 Vectors in the Plane Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. 2 Objectives! Write the component form of
DERIVATIVES AS MATRICES; CHAIN RULE
DERIVATIVES AS MATRICES; CHAIN RULE 1. Derivatives of Real-valued Functions Let s first consider functions f : R 2 R. Recall that if the partial derivatives of f exist at the point (x 0, y 0 ), then we
Exam 1 Sample Question SOLUTIONS. y = 2x
Exam Sample Question SOLUTIONS. Eliminate the parameter to find a Cartesian equation for the curve: x e t, y e t. SOLUTION: You might look at the coordinates and notice that If you don t see it, we can
Review Sheet for Test 1
Review Sheet for Test 1 Math 261-00 2 6 2004 These problems are provided to help you study. The presence of a problem on this handout does not imply that there will be a similar problem on the test. And
Solutions to Practice Problems for Test 4
olutions to Practice Problems for Test 4 1. Let be the line segmentfrom the point (, 1, 1) to the point (,, 3). Evaluate the line integral y ds. Answer: First, we parametrize the line segment from (, 1,
Problem set on Cross Product
1 Calculate the vector product of a and b given that a= 2i + j + k and b = i j k (Ans 3 j - 3 k ) 2 Calculate the vector product of i - j and i + j (Ans ) 3 Find the unit vectors that are perpendicular
Section 13.5 Equations of Lines and Planes
Section 13.5 Equations of Lines and Planes Generalizing Linear Equations One of the main aspects of single variable calculus was approximating graphs of functions by lines - specifically, tangent lines.
12.5 Equations of Lines and Planes
Instructor: Longfei Li Math 43 Lecture Notes.5 Equations of Lines and Planes What do we need to determine a line? D: a point on the line: P 0 (x 0, y 0 ) direction (slope): k 3D: a point on the line: P
Geometry of Vectors. 1 Cartesian Coordinates. Carlo Tomasi
Geometry of Vectors Carlo Tomasi This note explores the geometric meaning of norm, inner product, orthogonality, and projection for vectors. For vectors in three-dimensional space, we also examine the
5.3 The Cross Product in R 3
53 The Cross Product in R 3 Definition 531 Let u = [u 1, u 2, u 3 ] and v = [v 1, v 2, v 3 ] Then the vector given by [u 2 v 3 u 3 v 2, u 3 v 1 u 1 v 3, u 1 v 2 u 2 v 1 ] is called the cross product (or
1.3. DOT PRODUCT 19. 6. If θ is the angle (between 0 and π) between two non-zero vectors u and v,
1.3. DOT PRODUCT 19 1.3 Dot Product 1.3.1 Definitions and Properties The dot product is the first way to multiply two vectors. The definition we will give below may appear arbitrary. But it is not. It
v 1 v 3 u v = (( 1)4 (3)2, [1(4) ( 2)2], 1(3) ( 2)( 1)) = ( 10, 8, 1) (d) u (v w) = (u w)v (u v)w (Relationship between dot and cross product)
0.1 Cross Product The dot product of two vectors is a scalar, a number in R. Next we will define the cross product of two vectors in 3-space. This time the outcome will be a vector in 3-space. Definition
v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors.
3. Cross product Definition 3.1. Let v and w be two vectors in R 3. The cross product of v and w, denoted v w, is the vector defined as follows: the length of v w is the area of the parallelogram with
SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve
SOLUTIONS Problem. Find the critical points of the function f(x, y = 2x 3 3x 2 y 2x 2 3y 2 and determine their type i.e. local min/local max/saddle point. Are there any global min/max? Partial derivatives
Vector Spaces; the Space R n
Vector Spaces; the Space R n Vector Spaces A vector space (over the real numbers) is a set V of mathematical entities, called vectors, U, V, W, etc, in which an addition operation + is defined and in which
Physics 235 Chapter 1. Chapter 1 Matrices, Vectors, and Vector Calculus
Chapter 1 Matrices, Vectors, and Vector Calculus In this chapter, we will focus on the mathematical tools required for the course. The main concepts that will be covered are: Coordinate transformations
MAT 1341: REVIEW II SANGHOON BAEK
MAT 1341: REVIEW II SANGHOON BAEK 1. Projections and Cross Product 1.1. Projections. Definition 1.1. Given a vector u, the rectangular (or perpendicular or orthogonal) components are two vectors u 1 and
Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product
Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product Geometrical definition Properties Expression in components. Definition in components Properties Geometrical expression.
Two vectors are equal if they have the same length and direction. They do not
Vectors define vectors Some physical quantities, such as temperature, length, and mass, can be specified by a single number called a scalar. Other physical quantities, such as force and velocity, must
Section 3.7. Rolle s Theorem and the Mean Value Theorem. Difference Equations to Differential Equations
Difference Equations to Differential Equations Section.7 Rolle s Theorem and the Mean Value Theorem The two theorems which are at the heart of this section draw connections between the instantaneous rate
Mathematics Course 111: Algebra I Part IV: Vector Spaces
Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are
Adding vectors We can do arithmetic with vectors. We ll start with vector addition and related operations. Suppose you have two vectors
1 Chapter 13. VECTORS IN THREE DIMENSIONAL SPACE Let s begin with some names and notation for things: R is the set (collection) of real numbers. We write x R to mean that x is a real number. A real number
Review of Vector Analysis in Cartesian Coordinates
R. evicky, CBE 6333 Review of Vector Analysis in Cartesian Coordinates Scalar: A quantity that has magnitude, but no direction. Examples are mass, temperature, pressure, time, distance, and real numbers.
28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. v x. u y v z u z v y u y u z. v y v z
28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE 1.4 Cross Product 1.4.1 Definitions The cross product is the second multiplication operation between vectors we will study. The goal behind the definition
x1 x 2 x 3 y 1 y 2 y 3 x 1 y 2 x 2 y 1 0.
Cross product 1 Chapter 7 Cross product We are getting ready to study integration in several variables. Until now we have been doing only differential calculus. One outcome of this study will be our ability
Line and surface integrals: Solutions
hapter 5 Line and surface integrals: olutions Example 5.1 Find the work done by the force F(x, y) x 2 i xyj in moving a particle along the curve which runs from (1, ) to (, 1) along the unit circle and
A vector is a directed line segment used to represent a vector quantity.
Chapters and 6 Introduction to Vectors A vector quantity has direction and magnitude. There are many examples of vector quantities in the natural world, such as force, velocity, and acceleration. A vector
Parametric Curves. (Com S 477/577 Notes) Yan-Bin Jia. Oct 8, 2015
Parametric Curves (Com S 477/577 Notes) Yan-Bin Jia Oct 8, 2015 1 Introduction A curve in R 2 (or R 3 ) is a differentiable function α : [a,b] R 2 (or R 3 ). The initial point is α[a] and the final point
SECOND DERIVATIVE TEST FOR CONSTRAINED EXTREMA
SECOND DERIVATIVE TEST FOR CONSTRAINED EXTREMA This handout presents the second derivative test for a local extrema of a Lagrange multiplier problem. The Section 1 presents a geometric motivation for the
( 1)2 + 2 2 + 2 2 = 9 = 3 We would like to make the length 6. The only vectors in the same direction as v are those
1.(6pts) Which of the following vectors has the same direction as v 1,, but has length 6? (a), 4, 4 (b),, (c) 4,, 4 (d), 4, 4 (e) 0, 6, 0 The length of v is given by ( 1) + + 9 3 We would like to make
Section 12.6: Directional Derivatives and the Gradient Vector
Section 26: Directional Derivatives and the Gradient Vector Recall that if f is a differentiable function of x and y and z = f(x, y), then the partial derivatives f x (x, y) and f y (x, y) give the rate
State of Stress at Point
State of Stress at Point Einstein Notation The basic idea of Einstein notation is that a covector and a vector can form a scalar: This is typically written as an explicit sum: According to this convention,
Vector Algebra CHAPTER 13. Ü13.1. Basic Concepts
CHAPTER 13 ector Algebra Ü13.1. Basic Concepts A vector in the plane or in space is an arrow: it is determined by its length, denoted and its direction. Two arrows represent the same vector if they have
3 Contour integrals and Cauchy s Theorem
3 ontour integrals and auchy s Theorem 3. Line integrals of complex functions Our goal here will be to discuss integration of complex functions = u + iv, with particular regard to analytic functions. Of
88 CHAPTER 2. VECTOR FUNCTIONS. . First, we need to compute T (s). a By definition, r (s) T (s) = 1 a sin s a. sin s a, cos s a
88 CHAPTER. VECTOR FUNCTIONS.4 Curvature.4.1 Definitions and Examples The notion of curvature measures how sharply a curve bends. We would expect the curvature to be 0 for a straight line, to be very small
MATH 425, PRACTICE FINAL EXAM SOLUTIONS.
MATH 45, PRACTICE FINAL EXAM SOLUTIONS. Exercise. a Is the operator L defined on smooth functions of x, y by L u := u xx + cosu linear? b Does the answer change if we replace the operator L by the operator
Surface Normals and Tangent Planes
Surface Normals and Tangent Planes Normal and Tangent Planes to Level Surfaces Because the equation of a plane requires a point and a normal vector to the plane, nding the equation of a tangent plane to
Linear Algebra Notes for Marsden and Tromba Vector Calculus
Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of
Lecture 14: Section 3.3
Lecture 14: Section 3.3 Shuanglin Shao October 23, 2013 Definition. Two nonzero vectors u and v in R n are said to be orthogonal (or perpendicular) if u v = 0. We will also agree that the zero vector in
4.2. LINE INTEGRALS 1. 2 2 ; z = t. ; y = sin
4.2. LINE INTEGRALS 1 4.2 Line Integrals MATH 294 FALL 1982 FINAL # 7 294FA82FQ7.tex 4.2.1 Consider the curve given parametrically by x = cos t t ; y = sin 2 2 ; z = t a) Determine the work done by the
Vector has a magnitude and a direction. Scalar has a magnitude
Vector has a magnitude and a direction Scalar has a magnitude Vector has a magnitude and a direction Scalar has a magnitude a brick on a table Vector has a magnitude and a direction Scalar has a magnitude
Introduction to Algebraic Geometry. Bézout s Theorem and Inflection Points
Introduction to Algebraic Geometry Bézout s Theorem and Inflection Points 1. The resultant. Let K be a field. Then the polynomial ring K[x] is a unique factorisation domain (UFD). Another example of a
H.Calculating Normal Vectors
Appendix H H.Calculating Normal Vectors This appendix describes how to calculate normal vectors for surfaces. You need to define normals to use the OpenGL lighting facility, which is described in Chapter
Section 1.4. Lines, Planes, and Hyperplanes. The Calculus of Functions of Several Variables
The Calculus of Functions of Several Variables Section 1.4 Lines, Planes, Hyperplanes In this section we will add to our basic geometric understing of R n by studying lines planes. If we do this carefully,
Recall that two vectors in are perpendicular or orthogonal provided that their dot
Orthogonal Complements and Projections Recall that two vectors in are perpendicular or orthogonal provided that their dot product vanishes That is, if and only if Example 1 The vectors in are orthogonal
discuss how to describe points, lines and planes in 3 space.
Chapter 2 3 Space: lines and planes In this chapter we discuss how to describe points, lines and planes in 3 space. introduce the language of vectors. discuss various matters concerning the relative position
Figure 1.1 Vector A and Vector F
CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have
Solutions to Homework 5
Solutions to Homework 5 1. Let z = f(x, y) be a twice continously differentiable function of x and y. Let x = r cos θ and y = r sin θ be the equations which transform polar coordinates into rectangular
Section 2.4: Equations of Lines and Planes
Section.4: Equations of Lines and Planes An equation of three variable F (x, y, z) 0 is called an equation of a surface S if For instance, (x 1, y 1, z 1 ) S if and only if F (x 1, y 1, z 1 ) 0. x + y
13.4 THE CROSS PRODUCT
710 Chapter Thirteen A FUNDAMENTAL TOOL: VECTORS 62. Use the following steps and the results of Problems 59 60 to show (without trigonometry) that the geometric and algebraic definitions of the dot product
Harvard College. Math 21a: Multivariable Calculus Formula and Theorem Review
Hrvrd College Mth 21: Multivrible Clculus Formul nd Theorem Review Tommy McWillim, 13 [email protected] December 15, 2009 1 Contents Tble of Contents 4 9 Vectors nd the Geometry of Spce 5 9.1
Numerical Analysis Lecture Notes
Numerical Analysis Lecture Notes Peter J. Olver 5. Inner Products and Norms The norm of a vector is a measure of its size. Besides the familiar Euclidean norm based on the dot product, there are a number
1.5 Equations of Lines and Planes in 3-D
40 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE Figure 1.16: Line through P 0 parallel to v 1.5 Equations of Lines and Planes in 3-D Recall that given a point P = (a, b, c), one can draw a vector from
Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices
MATH 30 Differential Equations Spring 006 Linear algebra and the geometry of quadratic equations Similarity transformations and orthogonal matrices First, some things to recall from linear algebra Two
Inner Product Spaces
Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and
3. INNER PRODUCT SPACES
. INNER PRODUCT SPACES.. Definition So far we have studied abstract vector spaces. These are a generalisation of the geometric spaces R and R. But these have more structure than just that of a vector space.
Geometric description of the cross product of the vectors u and v. The cross product of two vectors is a vector! u x v is perpendicular to u and v
12.4 Cross Product Geometric description of the cross product of the vectors u and v The cross product of two vectors is a vector! u x v is perpendicular to u and v The length of u x v is uv u v sin The
Figure 2.1: Center of mass of four points.
Chapter 2 Bézier curves are named after their inventor, Dr. Pierre Bézier. Bézier was an engineer with the Renault car company and set out in the early 196 s to develop a curve formulation which would
The Dot and Cross Products
The Dot and Cross Products Two common operations involving vectors are the dot product and the cross product. Let two vectors =,, and =,, be given. The Dot Product The dot product of and is written and
Høgskolen i Narvik Sivilingeniørutdanningen STE6237 ELEMENTMETODER. Oppgaver
Høgskolen i Narvik Sivilingeniørutdanningen STE637 ELEMENTMETODER Oppgaver Klasse: 4.ID, 4.IT Ekstern Professor: Gregory A. Chechkin e-mail: [email protected] Narvik 6 PART I Task. Consider two-point
LINES AND PLANES IN R 3
LINES AND PLANES IN R 3 In this handout we will summarize the properties of the dot product and cross product and use them to present arious descriptions of lines and planes in three dimensional space.
vector calculus 2 Learning outcomes
29 ontents vector calculus 2 1. Line integrals involving vectors 2. Surface and volume integrals 3. Integral vector theorems Learning outcomes In this Workbook you will learn how to integrate functions
TOPIC 4: DERIVATIVES
TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the
9.4. The Scalar Product. Introduction. Prerequisites. Learning Style. Learning Outcomes
The Scalar Product 9.4 Introduction There are two kinds of multiplication involving vectors. The first is known as the scalar product or dot product. This is so-called because when the scalar product of
RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE MATH 251 CALCULUS III
RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE MATH 251 CALCULUS III I. Basic Course Information A. Course Number and Title: MATH 251 Calculus III B. New or Modified Course: Modified Course C.
Scalar Valued Functions of Several Variables; the Gradient Vector
Scalar Valued Functions of Several Variables; the Gradient Vector Scalar Valued Functions vector valued function of n variables: Let us consider a scalar (i.e., numerical, rather than y = φ(x = φ(x 1,
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
THEORETICAL MECHANICS
PROF. DR. ING. VASILE SZOLGA THEORETICAL MECHANICS LECTURE NOTES AND SAMPLE PROBLEMS PART ONE STATICS OF THE PARTICLE, OF THE RIGID BODY AND OF THE SYSTEMS OF BODIES KINEMATICS OF THE PARTICLE 2010 0 Contents
JUST THE MATHS UNIT NUMBER 8.5. VECTORS 5 (Vector equations of straight lines) A.J.Hobson
JUST THE MATHS UNIT NUMBER 8.5 VECTORS 5 (Vector equations of straight lines) by A.J.Hobson 8.5.1 Introduction 8.5. The straight line passing through a given point and parallel to a given vector 8.5.3
Name Class. Date Section. Test Form A Chapter 11. Chapter 11 Test Bank 155
Chapter Test Bank 55 Test Form A Chapter Name Class Date Section. Find a unit vector in the direction of v if v is the vector from P,, 3 to Q,, 0. (a) 3i 3j 3k (b) i j k 3 i 3 j 3 k 3 i 3 j 3 k. Calculate
α = u v. In other words, Orthogonal Projection
Orthogonal Projection Given any nonzero vector v, it is possible to decompose an arbitrary vector u into a component that points in the direction of v and one that points in a direction orthogonal to v
APPLICATIONS. are symmetric, but. are not.
CHAPTER III APPLICATIONS Real Symmetric Matrices The most common matrices we meet in applications are symmetric, that is, they are square matrices which are equal to their transposes In symbols, A t =
13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions.
3 MATH FACTS 0 3 MATH FACTS 3. Vectors 3.. Definition We use the overhead arrow to denote a column vector, i.e., a linear segment with a direction. For example, in three-space, we write a vector in terms
