Math 32A Review Sheet

Size: px
Start display at page:

Download "Math 32A Review Sheet"

Transcription

1 Review Sheet Tau Beta Pi - Boelter 6266 Contents 1 Parametric Equation Line Circle Ellipse Cycloi Vectors in the Plane Vectors in the Plane Vector Algebra Vectors in 3D Dot Prouct Angles Between Lines Cross Prouct Planes in 3D Quaratic Surfaces Calculus of Vector-Value Functions Calculation Rules Arc Length, Spee, an Curvature Motion in 3D Differentiation in Several Variables Limits an Continuity Partial Derivatives Graient of a Function Optimization in Several Variables

2 1 Parametric Equation Parametric Equations: escribe a particle s motion over time. If a particle follows a 2-D curve escribe by C(t), its motion can also be escribe by the coorinates x(t) an y(t): C(t) = (x(t), y(t)) When parametrizing any functino or curve, the goal is to isolate a variable an to express the isolate variable in terms of t. 1.1 Line Line can be escribe as: y = mx + b where m stans for the slope an b represents a constant (the calue of y when x=0). If a line passes through a point (a,b) with a slope of m its motion can be escribe as: x(t) = a + rt; y(t) = b + st such that m= s r, r 0 r an s represent how much x an y vary with t; an a an b represent the value of x when y is 0, (x(0)) an the value of y when x is 0, (y(0)). If a line passes through two points M(a,b) an N(c,) with unknow slope, the slope can be foun as: m = s r = b c a Therefore, the escriptions turn to: x(t) = a + (c a)t y(t) = b + (b )t 1.2 Circle A circle can be escribe as: x(t) = a + Rcos(t); y(t) = b + Rsin(t) where R is the raiuse of the circle. 1.3 Ellipse Similar to a circle, an ellipse can be expresse as: x(t) = a + Ccos(t); y(t) = b + Dsin(t) where a an b reoresent the x an y coorinates of the center of the ellipse, an C an D represent the horizontal an verticle istance from the center to the ege repectively. 1.4 Cycloi A cycloi is forme by the motion of a point on a circle as the circle rolls without slipping. x(t) = t(t sin(t)); y(t) = (1 )cos(t)) Page 2

3 2 Vectors in the Plane 2.1 Vectors in the Plane Two imensional vector v is etermine by two points in a plane (an initial point + a erminal point): v = P Q where P = (a1, b1) an Q = (a2, b2) Length of magnitue: v.ancanbecalculateby : v = P Q = a 2 + b 2. Parallal: The lines through v an w are parallel. Translation: When a vector is move to begin at a new point without changing its length or irection. (If a vector is the translation of another vector, aka. have the same components, these two vectors are efine as equivalent to each other). 2.2 Vector Algebra Basic Properties of Vector Algebra For all vectors u, v, w an for all scalars λ Commutative Law: v + w = w + v Associative Law: u + (v + w) = (u + v) + w Distributive Law for Scalars: λ(v + w) = λv + λw Linear Combination: Every vector is a linear combinatio of other vectors. For every vector u, u = λ v + µ w, forming a parallelogram. Unit Vector: e v = 1 v v. e v = 1. Triangle Inequality: + w v + w. 2.3 Vectors in 3D Right Han Rule: Sphere of raius R an center (a, b, c): (x a) 2 + (y b) 2 + (z c) 2 = R 2 Cyliner of raius R with vertical axis through (a, b, 0): Distance Formula: (x a) 2 + (y b) 2 = R 2 P = (a1, b1, c1)anq = (a2, b2, c2) P Q = v = P Q = (a2 a1) 2 + (b2 b1) 2 + (c2 c1) 2 Vector Parametrization: Equations for the line through P 0 = (x 0, y 0, z 0 ) with irection vector v = (a, b, c): Vectorparametrization: r(t) = (x 0, y 0, z 0 ) + t(a, b, c) Parametric equations: x = x 0 + at, y = y 0 + bt, z = z 0 + ct Page 3

4 2.4 Dot Prouct The ot prouct of v = (a1,b1,c1) an w = (a2,b2,c2) is v w = a1a2 + b1b2 + c1c2 Basic Properties: - Commutativity:v w = w v - Pullingoutscalars: (λv) w = v (λw) = λ(v w) - DistributiveLaw: u (v + w) = u v + u w (v + w) u = v u + w u - v v = v 2 - v w = v w cos(θ), where θ is the angle between v an w Angles Between Lines -Perpenicular: v w=0. -Acute: if v w > 0. -obtuse if v w < 0. -Every vector u has a ecomposition u = u v + u v, where u v is parallel to v, an u v is orthogonal to v. The vector u v is calle the projection of u along v. -Let e v = v v, Then u v = ( u v v v )v = ( u v v )v = (u v 2 v )e v -The coefficient u v v is calle the component of u along v. 2.5 Cross Prouct Determinants: a 11 a 12 a 21 a 22 = a 11a 22 a 12 a 21 a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 = a 11 a 22 a 23 a 32 a 33 a 12 a 21 a 23 a 31 a 33 + a 13 a 21 a 22 a 31 a 32 Cross Prouct: The coross Prouct between v =< v 1, v 2, v 3 > anw =< w 1, w 2, w 3 > is the symbolic eterminant: v w = v 2 v 3 w 2 w 3 i v 1 v 3 w 1 w 3 j + v 1 v 2 w 1 w 2 k Basic Properties: - v w is orthogonal to v an w. - v w has length v w sinθ.(θistheanglebetweenvanw, 0 θ π). - v, w, v w is a right-hane system. - w v=-v w - v w=0 iff w = λv for some scalar or v=0. - (λv) w=v (λw)=λ(v w) - (u+v) w=u w+v w v (u + w) = v u + v w - For stanar basis vectors: i j=k, j k=i, k i=j Geometries: - Parallelogram spanne by v an w has area: v w v w - Triangle spanne by v an w has area: 2 - Parallelepipe spanne by u, v, an w has volume: u (v w) Page 4

5 2.6 Planes in 3D - Equation of plane through P 0 = (x 0, y 0, z 0 ) with normal vector n = (a, b, c): Vector form: n (x, y, z) = Scalar forms: a(x x 0 ) + b(y y 0 ) + c(z z 0 ) = 0 ax + by + cz = where = n (x 0, y 0, z 0 ) = ax 0 + by 0 + cz 0. - For a plane through three points P, Q, R that are not collinear: 2.7 Quaratic Surfaces n = P Q P R, = n (x 0, y 0, z 0 ), wherep = (x 0, y 0, z 0 ) Page 5

6 3 Calculus of Vector-Value Functions Vector-value function: a function of the form 3.1 Calculation Rules Differentiation rules: Sum Rule: (r 1 (t) + r 2 (t)) = r 1(t) + r 2(t) Constant Multiple Rule: (cr(t)) = cr (t) Chain Rule: t r(g(t)) = g (t)r (g(t)) r(t) = (x(t), y(t), z(t)) = x(t)i + y(t)j + z(t)k Prouct Rules: Scalar times vector: t = f (t)r(t) + f(t)r (t) Dot prouct: t = r 1(t) r 2 (t) = r 1(t) r 2 (t) + r 1 (t) r 2(t) Cross prouct: t = r 1(t) r 2 (t) = r 1(t) r 2 (t) + r 1 (t) r 2(t) The tangent vector or velocity vector: erivative r (t 0 ). The Funamental Theorem for vector-value functions: If r(t) is continuous an R(t) is an antierivative of r(t), then: b 3.2 Arc Length, Spee, an Curvature Arc length function: s(t) = b a r (u) u Spee: v(t) = s t = b a r (t) t a r(t)t = R(b) R(a) r(s) is an arc length parametrization if r (s) = 1 for all s. In this case, the length of the path for a s b is b - a. Regular parametrization r(t): r (t) 0 for all t. The unit tangent vector for regular r(t): T (t) = Curvature: k(s) = T s, where r(s) is an arc length parametrization or k(s) = 1 v(t) length parametrization. Formula vali for arbitrary regular parametrizations: k(t) = r (t) r (t) r (t) 3 The curvature at a point on a graph y = f (x) in the plane: T (t) T (t). k(x) = f (x) (1 + f (x) 2 ) 3/2 Unit normal vector N(t) = T (t) = k(t)v(t)n(t) The binormal vector: B = T N. T t r (t) r (t) if r(t) is not an arc 3.3 Motion in 3D For an object whose path is escribe by a vector-value function r(t), v(t) = r (t), v(t) = v(t), a(t) = r (t) The acceleration vector a is the sum of a tangential component (reflecting change in spee) an a normal component (reflecting change in irection): a(t) = a T (t)t (t) + a N (t)n(t) Page 6

7 - Unit tangent vector: T (t) = v(t) v(t) - Unit normal vector: N(t) = T a T = v (t) = a T = a v v (t) T (t) - Tangential component: - Normal component: a T T = ( a v v v )v a N = k(t)v(t) 2 = a 2 a T 2 a N N = a a T T = a ( a v v v )v 4 Differentiation in Several Variables 4.1 Limits an Continuity The limit of a prouct f(x, y) = h(x)g(y) is a prouct of limits: lim f(x, y) = ( lim h(x))(lim g(y)) (x,y) (a,b) x a y b A function f of two variables is continuous at P = (a, b) if: lim f(x, y) = f(a, b) (x,y) (a,b) To prove that a limit oes not exist, it is enough to show that the limits obtaine along two ifferent paths are not equal. 4.2 Partial Derivatives The partial erivatives of f (x, y) are efine as the limits f x (a, b) = f x = lim f(a + h, b) f(a, b) h 0 h (Compute fx by holing y constant, an compute fy by holing x constant.) For small changes xan y, f(a + x, b) f(a, b) = f x (a, b) x The secon-orer partial erivatives: 2 x 2 f = f xx, f(a, b + y) f(a, b) = f y (a, b) y 2 y x f = f xy, 2 x y f = f yx, 2 y 2 f = f yy Clairaut s Theorem: mixe partials are equal (fxy = fyx)provie that fxy an fyx are continuous. More generally, higher orer partial erivatives may be compute in any orer. For example, fxyyz = fyxzy if f is a function of x, y, z whose fourth-orer partial erivatives are continuous. Page 7

8 4.3 Graient of a Function The graient of a function f is the vector of partial erivatives: f = ( f x, f ) or f = ( f y x, f y, f z ) Chain Rule for Paths: t f(r(t)) = f r(t) r (t) Basic geometric properties of the graient (assume f P 0): f P points in the irection of maximum rate of increase. The maximum rate of increase is f P. f P points in the irection of maximum rate of ecrease. The maximum rate of ecrease is f P. f P is orthogonal to the level curve (or surface) through P. Equation of the tangent plane to the level surface F (x, y, z) = k at P = (a, b, c): f P (x a, y b, z c) = 0 F x (a, b, c)(x a) + F y (a, b, c)(y b) + F z (a, b, c)(z c) = Optimization in Several Variables P = (a,b) is a critical point of f(x,y) if f x (a, b) = 0orf x (a, b) oes not exist, an f y (a, b) = 0orf y (a, b) oes not exist. The local minimum or maximum values of f occur at critical points. The iscriminant of f (x, y) at P = (a, b) is the quantity D(a, b) = f xx (a, b)f yy (a, b) f 2 xy(a, b) Secon Derivative Test: If P = (a, b) is a critical point of f (x, y), then D(a, b) > 0, f xx (a, b) > 0 f(a, b) is a local minimum D(a, b) > 0, f xx (a, b) < 0 f(a, b) is a local maximum D(a, b) < 0 sale point D(a, b) = 0 test inconclusive A point P is an interior point of a omain D if D contains some open isk D(P,r) centere at P. A point P is a bounary point of D if every open isk D(P,r) contains points in D an points not in D. The interior of D is the set of all interior points, an the bounary is the set of all bounary points. A omain is close if it contains all of its bounary points an open if it is equal to its interior. Existence an location of global extrema: If f is continuous an D is close an boune, then f takes on both a minimum an a maximum value on D. The extreme values occur either at critical points in the interior of D or at points on the bounary of D. Page 8

Exam 2 Review Solutions

Exam 2 Review Solutions Exam Review Solutions 1. True or False, an explain: (a) There exists a function f with continuous secon partial erivatives such that f x (x, y) = x + y f y = x y False. If the function has continuous secon

More information

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors Math 18.02 Notes on ifferentials, the Chain Rule, graients, irectional erivative, an normal vectors Tangent plane an linear approximation We efine the partial erivatives of f( xy, ) as follows: f f( x+

More information

Math 11 Fall 2016 Section 1 Monday, September 19, Definition: A vector parametric equation for the line parallel to vector v = x v, y v, z v

Math 11 Fall 2016 Section 1 Monday, September 19, Definition: A vector parametric equation for the line parallel to vector v = x v, y v, z v Math Fall 06 Section Monay, September 9, 06 First, some important points from the last class: Definition: A vector parametric equation for the line parallel to vector v = x v, y v, z v passing through

More information

Multivariable Calculus: Chapter 13: Topic Guide and Formulas (pgs ) * line segment notation above a variable indicates vector

Multivariable Calculus: Chapter 13: Topic Guide and Formulas (pgs ) * line segment notation above a variable indicates vector Multivariable Calculus: Chapter 13: Topic Guie an Formulas (pgs 800 851) * line segment notation above a variable inicates vector The 3D Coorinate System: Distance Formula: (x 2 x ) 2 1 + ( y ) ) 2 y 2

More information

Topic 2.3: The Geometry of Derivatives of Vector Functions

Topic 2.3: The Geometry of Derivatives of Vector Functions BSU Math 275 Notes Topic 2.3: The Geometry of Derivatives of Vector Functions Textbook Sections: 13.2 From the Toolbox (what you nee from previous classes): Be able to compute erivatives scalar-value functions

More information

13.1: Vector-Valued Functions and Motion in Space, 14.1: Functions of Several Variables, and 14.2: Limits and Continuity in Higher Dimensions

13.1: Vector-Valued Functions and Motion in Space, 14.1: Functions of Several Variables, and 14.2: Limits and Continuity in Higher Dimensions 13.1: Vector-Value Functions an Motion in Space, 14.1: Functions of Several Variables, an 14.2: Limits an Continuity in Higher Dimensions TA: Sam Fleischer November 3 Section 13.1: Vector-Value Functions

More information

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

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4 MATH2202 Notebook 1 Fall 2015/2016 prepared by Professor Jenny Baglivo Contents 1 MATH2202 Notebook 1 3 1.1 Single Variable Calculus versus Multivariable Calculus................... 3 1.2 Rectangular Coordinate

More information

Physics 170 Week 7, Lecture 2

Physics 170 Week 7, Lecture 2 Physics 170 Week 7, Lecture 2 http://www.phas.ubc.ca/ goronws/170 Physics 170 203 Week 7, Lecture 2 1 Textbook Chapter 12:Section 12.2-3 Physics 170 203 Week 7, Lecture 2 2 Learning Goals: Learn about

More information

2.5 SOME APPLICATIONS OF THE CHAIN RULE

2.5 SOME APPLICATIONS OF THE CHAIN RULE 2.5 SOME APPLICATIONS OF THE CHAIN RULE The Chain Rule will help us etermine the erivatives of logarithms an exponential functions a x. We will also use it to answer some applie questions an to fin slopes

More information

Day 4: Motion Along a Curve Vectors

Day 4: Motion Along a Curve Vectors Day 4: Motion Along a Curve Vectors I give my stuents the following list of terms an formulas to know. Parametric Equations, Vectors, an Calculus Terms an Formulas to Know: If a smooth curve C is given

More information

Table of Common Derivatives By David Abraham

Table of Common Derivatives By David Abraham Prouct an Quotient Rules: Table of Common Derivatives By Davi Abraham [ f ( g( ] = [ f ( ] g( + f ( [ g( ] f ( = g( [ f ( ] g( g( f ( [ g( ] Trigonometric Functions: sin( = cos( cos( = sin( tan( = sec

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

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

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

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

(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

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

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

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

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

x f(x) x f(x) approaching 1 approaching 0.5 approaching 1 approaching 0.

x f(x) x f(x) approaching 1 approaching 0.5 approaching 1 approaching 0. Engineering Mathematics 2 26 February 2014 Limits of functions Consier the function 1 f() = 1. The omain of this function is R + \ {1}. The function is not efine at 1. What happens when is close to 1?

More information

12.5. Differentiation of vectors. Introduction. Prerequisites. Learning Outcomes

12.5. Differentiation of vectors. Introduction. Prerequisites. Learning Outcomes Differentiation of vectors 12.5 Introuction The area known as vector calculus is use to moel mathematically a vast range of engineering phenomena incluing electrostatics, electromagnetic fiels, air flow

More information

Math 1272 Solutions for Spring 2005 Final Exam. asked to find the limit of the sequence. This is equivalent to evaluating lim. lim.

Math 1272 Solutions for Spring 2005 Final Exam. asked to find the limit of the sequence. This is equivalent to evaluating lim. lim. Math 7 Solutions for Spring 5 Final Exam ) We are gien an infinite sequence for which the general term is a n 3 + 5n n + n an are 3 + 5n aske to fin the limit of the sequence. This is equialent to ealuating

More information

Rank, Trace, Determinant, Transpose an Inverse of a Matrix Let A be an n n square matrix: A = a11 a1 a1n a1 a an a n1 a n a nn nn where is the jth col

Rank, Trace, Determinant, Transpose an Inverse of a Matrix Let A be an n n square matrix: A = a11 a1 a1n a1 a an a n1 a n a nn nn where is the jth col Review of Linear Algebra { E18 Hanout Vectors an Their Inner Proucts Let X an Y be two vectors: an Their inner prouct is ene as X =[x1; ;x n ] T Y =[y1; ;y n ] T (X; Y ) = X T Y = x k y k k=1 where T an

More information

Differentiation ( , 9.5)

Differentiation ( , 9.5) Chapter 2 Differentiation (8.1 8.3, 9.5) 2.1 Rate of Change (8.2.1 5) Recall that the equation of a straight line can be written as y = mx + c, where m is the slope or graient of the line, an c is the

More information

Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS

Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS. An isosceles triangle, whose base is the interval from (0, 0) to (c, 0), has its verte on the graph

More information

Math Chapter 2 Essentials of Calculus by James Stewart Prepared by Jason Gaddis

Math Chapter 2 Essentials of Calculus by James Stewart Prepared by Jason Gaddis Math 231 - Chapter 2 Essentials of Calculus by James Stewart Prepare by Jason Gais Chapter 2 - Derivatives 21 - Derivatives an Rates of Change Definition A tangent to a curve is a line that intersects

More information

Euler equations for multiple integrals

Euler equations for multiple integrals Euler equations for multiple integrals January 22, 2013 Contents 1 Reminer of multivariable calculus 2 1.1 Vector ifferentiation......................... 2 1.2 Matrix ifferentiation........................

More information

Section 2.7 Derivatives of powers of functions

Section 2.7 Derivatives of powers of functions Section 2.7 Derivatives of powers of functions (3/19/08) Overview: In this section we iscuss the Chain Rule formula for the erivatives of composite functions that are forme by taking powers of other functions.

More information

Math 115 Section 018 Course Note

Math 115 Section 018 Course Note Course Note 1 General Functions Definition 1.1. A function is a rule that takes certain numbers as inputs an assigns to each a efinite output number. The set of all input numbers is calle the omain of

More information

Pure Further Mathematics 1. Revision Notes

Pure Further Mathematics 1. Revision Notes Pure Further Mathematics Revision Notes June 20 2 FP JUNE 20 SDB Further Pure Complex Numbers... 3 Definitions an arithmetical operations... 3 Complex conjugate... 3 Properties... 3 Complex number plane,

More information

Final Exam Study Guide and Practice Problems Solutions

Final Exam Study Guide and Practice Problems Solutions Final Exam Stuy Guie an Practice Problems Solutions Note: These problems are just some of the types of problems that might appear on the exam. However, to fully prepare for the exam, in aition to making

More information

Solutions to MATH 271 Test #3H

Solutions to MATH 271 Test #3H Solutions to MATH 71 Test #3H This is the :4 class s version of the test. See pages 4 7 for the 4:4 class s. (1) (5 points) Let a k = ( 1)k. Is a k increasing? Decreasing? Boune above? Boune k below? Convergant

More information

Derivatives and Integrals

Derivatives and Integrals Derivatives and Integrals Definition 1: Derivative Formulas d dx (c) = 0 d dx (f ± g) = f ± g d dx (kx) = k d dx (xn ) = nx n 1 (f g) = f g + fg ( ) f = f g fg g g 2 (f(g(x))) = f (g(x)) g (x) d dx (ax

More information

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x)

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x) Y. D. Chong (2016) MH2801: Complex Methos for the Sciences 1. Derivatives The erivative of a function f(x) is another function, efine in terms of a limiting expression: f (x) f (x) lim x δx 0 f(x + δx)

More information

0, such that. all. for all. 0, there exists. Name: Continuity. Limits and. calculus. the definitionn. satisfying. limit. However, is the limit of its

0, such that. all. for all. 0, there exists. Name: Continuity. Limits and. calculus. the definitionn. satisfying. limit. However, is the limit of its L Marizzaa A Bailey Multivariable andd Vector Calculus Name: Limits and Continuity Limits and Continuity We have previously defined limit in for single variable functions, but how do we generalize this

More information

102 Problems Calculus AB Students Should Know: Solutions. 18. product rule d. 19. d sin x. 20. chain rule d e 3x2) = e 3x2 ( 6x) = 6xe 3x2

102 Problems Calculus AB Students Should Know: Solutions. 18. product rule d. 19. d sin x. 20. chain rule d e 3x2) = e 3x2 ( 6x) = 6xe 3x2 Problems Calculus AB Stuents Shoul Know: Solutions. + ) = + =. chain rule ) e = e = e. ) =. ) = ln.. + + ) = + = = +. ln ) =. ) log ) =. sin ) = cos. cos ) = sin. tan ) = sec. cot ) = csc. sec ) = sec

More information

0, otherwise. Find each of the following limits, or explain that the limit does not exist.

0, otherwise. Find each of the following limits, or explain that the limit does not exist. Midterm Solutions 1, y x 4 1. Let f(x, y) = 1, y 0 0, otherwise. Find each of the following limits, or explain that the limit does not exist. (a) (b) (c) lim f(x, y) (x,y) (0,1) lim f(x, y) (x,y) (2,3)

More information

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b.

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. Practice problems 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. 1, 1 = c 1 3, 2 + c 2 2, 1. Solve c 1, c 2. 2. Suppose a is a vector in the plane. If the component of the a in

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

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

1 Lecture 18: The chain rule

1 Lecture 18: The chain rule 1 Lecture 18: The chain rule 1.1 Outline Comparing the graphs of sin(x) an sin(2x). The chain rule. The erivative of a x. Some examples. 1.2 Comparing the graphs of sin(x) an sin(2x) We graph f(x) = sin(x)

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

Review problems for the final exam Calculus III Fall 2003

Review problems for the final exam Calculus III Fall 2003 Review problems for the final exam alculus III Fall 2003 1. Perform the operations indicated with F (t) = 2t ı 5 j + t 2 k, G(t) = (1 t) ı + 1 t k, H(t) = sin(t) ı + e t j a) F (t) G(t) b) F (t) [ H(t)

More information

Conservation Laws. Chapter Conservation of Energy

Conservation Laws. Chapter Conservation of Energy 20 Chapter 3 Conservation Laws In orer to check the physical consistency of the above set of equations governing Maxwell-Lorentz electroynamics [(2.10) an (2.12) or (1.65) an (1.68)], we examine the action

More information

x f(x) x f(x) approaching 1 approaching 0.5 approaching 1 approaching 0.

x f(x) x f(x) approaching 1 approaching 0.5 approaching 1 approaching 0. Engineering Mathematics 2 26 February 2014 Limits of functions Consier the function 1 f() = 1. The omain of this function is R + \ {1}. The function is not efine at 1. What happens when is close to 1?

More information

Math 153 Calculus III Notes

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

More information

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

1 Lecture 20: Implicit differentiation

1 Lecture 20: Implicit differentiation Lecture 20: Implicit ifferentiation. Outline The technique of implicit ifferentiation Tangent lines to a circle Derivatives of inverse functions by implicit ifferentiation Examples.2 Implicit ifferentiation

More information

Chapter 2 Lagrangian Modeling

Chapter 2 Lagrangian Modeling Chapter 2 Lagrangian Moeling The basic laws of physics are use to moel every system whether it is electrical, mechanical, hyraulic, or any other energy omain. In mechanics, Newton s laws of motion provie

More information

Multivariable Calculus Notes. Faraad Armwood. Fall: Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates

Multivariable Calculus Notes. Faraad Armwood. Fall: Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates Multivariable Calculus Notes Faraad Armwood Fall: 2017 Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates Chapter 2: Vector-Valued Functions, Tangent Vectors, Arc

More information

Tangent and Normal Vector - (11.5)

Tangent and Normal Vector - (11.5) Tangent and Normal Vector - (.5). Principal Unit Normal Vector Let C be the curve traced out by the vector-valued function rt vector T t r r t t is the unit tangent vector to the curve C. Now define N

More information

Assignment 1. g i (x 1,..., x n ) dx i = 0. i=1

Assignment 1. g i (x 1,..., x n ) dx i = 0. i=1 Assignment 1 Golstein 1.4 The equations of motion for the rolling isk are special cases of general linear ifferential equations of constraint of the form g i (x 1,..., x n x i = 0. i=1 A constraint conition

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

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

Solutions to Practice Problems Tuesday, October 28, 2008

Solutions to Practice Problems Tuesday, October 28, 2008 Solutions to Practice Problems Tuesay, October 28, 2008 1. The graph of the function f is shown below. Figure 1: The graph of f(x) What is x 1 + f(x)? What is x 1 f(x)? An oes x 1 f(x) exist? If so, what

More information

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 14.1

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 14.1 OHSx XM5 Multivariable Differential Calculus: Homework Solutions 4. (8) Describe the graph of the equation. r = i + tj + (t )k. Solution: Let y(t) = t, so that z(t) = t = y. In the yz-plane, this is just

More information

Vector Calculus Lecture Notes

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

More information

11.7. Implicit Differentiation. Introduction. Prerequisites. Learning Outcomes

11.7. Implicit Differentiation. Introduction. Prerequisites. Learning Outcomes Implicit Differentiation 11.7 Introuction This Section introuces implicit ifferentiation which is use to ifferentiate functions expresse in implicit form (where the variables are foun together). Examples

More information

Further Differentiation and Applications

Further Differentiation and Applications Avance Higher Notes (Unit ) Prerequisites: Inverse function property; prouct, quotient an chain rules; inflexion points. Maths Applications: Concavity; ifferentiability. Real-Worl Applications: Particle

More information

Calculus of Variations

Calculus of Variations 16.323 Lecture 5 Calculus of Variations Calculus of Variations Most books cover this material well, but Kirk Chapter 4 oes a particularly nice job. x(t) x* x*+ αδx (1) x*- αδx (1) αδx (1) αδx (1) t f t

More information

Mathematical Review Problems

Mathematical Review Problems Fall 6 Louis Scuiero Mathematical Review Problems I. Polynomial Equations an Graphs (Barrante--Chap. ). First egree equation an graph y f() x mx b where m is the slope of the line an b is the line's intercept

More information

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR Appendix B The Derivative B.1 The Derivative of f In this chapter, we give a short summary of the derivative. Specifically, we want to compare/contrast how the derivative appears for functions whose domain

More information

MATHEMATICS SPECIALIST ATAR COURSE FORMULA SHEET

MATHEMATICS SPECIALIST ATAR COURSE FORMULA SHEET MATHEMATICS SPECIALIST ATAR COURSE FORMULA SHEET 2018 2018/2643 Mathematics Specialist Fmula Sheet 2018 MATHEMATICS SPECIALIST 2 FORMULA SHEET Inex Differentiation an integration 3 Applications of calculus

More information

Flash Card Construction Instructions

Flash Card Construction Instructions Flash Car Construction Instructions *** THESE CARDS ARE FOR CALCULUS HONORS, AP CALCULUS AB AND AP CALCULUS BC. AP CALCULUS BC WILL HAVE ADDITIONAL CARDS FOR THE COURSE (IN A SEPARATE FILE). The left column

More information

Solutions to old Exam 3 problems

Solutions to old Exam 3 problems Solutions to old Exam 3 problems Hi students! I am putting this version of my review for the Final exam review here on the web site, place and time to be announced. Enjoy!! Best, Bill Meeks PS. There are

More information

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4 Topic 2-2: Derivatives of Vector Functions Textbook: Section 13.2, 13.4 Warm-Up: Parametrization of Circles Each of the following vector functions describe the position of an object traveling around the

More information

MA4001 Engineering Mathematics 1 Lecture 14 Derivatives of Trigonometric Functions Critical Points

MA4001 Engineering Mathematics 1 Lecture 14 Derivatives of Trigonometric Functions Critical Points MA4001 Engineering Mathematics 1 Lecture 14 Derivatives of Trigonometric Functions Critical Points Dr. Sarah Mitchell Autumn 2014 An important limit To calculate the limits of basic trigonometric functions

More information

Tutorial 1 Differentiation

Tutorial 1 Differentiation Tutorial 1 Differentiation What is Calculus? Calculus 微積分 Differential calculus Differentiation 微分 y lim 0 f f The relation of very small changes of ifferent quantities f f y y Integral calculus Integration

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

QF101: Quantitative Finance September 5, Week 3: Derivatives. Facilitator: Christopher Ting AY 2017/2018. f ( x + ) f(x) f(x) = lim

QF101: Quantitative Finance September 5, Week 3: Derivatives. Facilitator: Christopher Ting AY 2017/2018. f ( x + ) f(x) f(x) = lim QF101: Quantitative Finance September 5, 2017 Week 3: Derivatives Facilitator: Christopher Ting AY 2017/2018 I recoil with ismay an horror at this lamentable plague of functions which o not have erivatives.

More information

Math 233 Calculus 3 - Fall 2016

Math 233 Calculus 3 - Fall 2016 Math 233 Calculus 3 - Fall 2016 2 12.1 - Three-Dimensional Coordinate Systems 12.1 - THREE-DIMENSIONAL COORDINATE SYSTEMS Definition. R 3 means By convention, we graph points in R 3 using a right-handed

More information

MULTIVARIABLE CALCULUS

MULTIVARIABLE CALCULUS MULTIVARIABLE CALCULUS JOHN QUIGG Contents 13.1 Three-Dimensional Coordinate Systems 2 13.2 Vectors 3 13.3 The Dot Product 5 13.4 The Cross Product 6 13.5 Equations of Lines and Planes 7 13.6 Cylinders

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

Implicit Differentiation. Lecture 16.

Implicit Differentiation. Lecture 16. Implicit Differentiation. Lecture 16. We are use to working only with functions that are efine explicitly. That is, ones like f(x) = 5x 3 + 7x x 2 + 1 or s(t) = e t5 3, in which the function is escribe

More information

CHAPTER 1 : DIFFERENTIABLE MANIFOLDS. 1.1 The definition of a differentiable manifold

CHAPTER 1 : DIFFERENTIABLE MANIFOLDS. 1.1 The definition of a differentiable manifold CHAPTER 1 : DIFFERENTIABLE MANIFOLDS 1.1 The efinition of a ifferentiable manifol Let M be a topological space. This means that we have a family Ω of open sets efine on M. These satisfy (1), M Ω (2) the

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

Chapter 3 Definitions and Theorems

Chapter 3 Definitions and Theorems Chapter 3 Definitions an Theorems (from 3.1) Definition of Tangent Line with slope of m If f is efine on an open interval containing c an the limit Δy lim Δx 0 Δx = lim f (c + Δx) f (c) = m Δx 0 Δx exists,

More information

AP Calculus AB One Last Mega Review Packet of Stuff. Take the derivative of the following. 1.) 3.) 5.) 7.) Determine the limit of the following.

AP Calculus AB One Last Mega Review Packet of Stuff. Take the derivative of the following. 1.) 3.) 5.) 7.) Determine the limit of the following. AP Calculus AB One Last Mega Review Packet of Stuff Name: Date: Block: Take the erivative of the following. 1.) x (sin (5x)).) x (etan(x) ) 3.) x (sin 1 ( x3 )) 4.) x (x3 5x) 4 5.) x ( ex sin(x) ) 6.)

More information

A. Incorrect! The letter t does not appear in the expression of the given integral

A. Incorrect! The letter t does not appear in the expression of the given integral AP Physics C - Problem Drill 1: The Funamental Theorem of Calculus Question No. 1 of 1 Instruction: (1) Rea the problem statement an answer choices carefully () Work the problems on paper as neee (3) Question

More information

Vector Calculus lecture notes

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

More information

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

Single Variable Calculus Warnings

Single Variable Calculus Warnings Single Variable Calculus Warnings These notes highlight number of common, but serious, first year calculus errors. Warning. The formula g(x) = g(x) is vali only uner the hypothesis g(x). Discussion. In

More information

Sec. 1.1: Basics of Vectors

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

More information

23 Implicit differentiation

23 Implicit differentiation 23 Implicit ifferentiation 23.1 Statement The equation y = x 2 + 3x + 1 expresses a relationship between the quantities x an y. If a value of x is given, then a corresponing value of y is etermine. For

More information

1 Definition of the derivative

1 Definition of the derivative Math 20A - Calculus by Jon Rogawski Chapter 3 - Differentiation Prepare by Jason Gais Definition of the erivative Remark.. Recall our iscussion of tangent lines from way back. We now rephrase this in terms

More information

Math 106 Exam 2 Topics. du dx

Math 106 Exam 2 Topics. du dx The Chain Rule Math 106 Exam 2 Topics Composition (g f)(x 0 ) = g(f(x 0 )) ; (note: we on t know what g(x 0 ) is.) (g f) ought to have something to o with g (x) an f (x) in particular, (g f) (x 0 ) shoul

More information

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

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

More information

Exam 3 Review. Lesson 19: Concavity, Inflection Points, and the Second Derivative Test. Lesson 20: Absolute Extrema on an Interval

Exam 3 Review. Lesson 19: Concavity, Inflection Points, and the Second Derivative Test. Lesson 20: Absolute Extrema on an Interval Exam 3 Review Lessons 17-18: Relative Extrema, Critical Numbers, an First Derivative Test (from exam 2 review neee for curve sketching) Critical Numbers: where the erivative of a function is zero or unefine.

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

Make graph of g by adding c to the y-values. on the graph of f by c. multiplying the y-values. even-degree polynomial. graph goes up on both sides

Make graph of g by adding c to the y-values. on the graph of f by c. multiplying the y-values. even-degree polynomial. graph goes up on both sides Reference 1: Transformations of Graphs an En Behavior of Polynomial Graphs Transformations of graphs aitive constant constant on the outsie g(x) = + c Make graph of g by aing c to the y-values on the graph

More information

Lecture 1b. Differential operators and orthogonal coordinates. Partial derivatives. Divergence and divergence theorem. Gradient. A y. + A y y dy. 1b.

Lecture 1b. Differential operators and orthogonal coordinates. Partial derivatives. Divergence and divergence theorem. Gradient. A y. + A y y dy. 1b. b. Partial erivatives Lecture b Differential operators an orthogonal coorinates Recall from our calculus courses that the erivative of a function can be efine as f ()=lim 0 or using the central ifference

More information

12 th Annual Johns Hopkins Math Tournament Saturday, February 19, 2011

12 th Annual Johns Hopkins Math Tournament Saturday, February 19, 2011 1 th Annual Johns Hopkins Math Tournament Saturay, February 19, 011 Geometry Subject Test 1. [105] Let D x,y enote the half-isk of raius 1 with its curve bounary externally tangent to the unit circle at

More information

Lecture 2 Lagrangian formulation of classical mechanics Mechanics

Lecture 2 Lagrangian formulation of classical mechanics Mechanics Lecture Lagrangian formulation of classical mechanics 70.00 Mechanics Principle of stationary action MATH-GA To specify a motion uniquely in classical mechanics, it suffices to give, at some time t 0,

More information

CALCULUS III MATH 265 FALL 2014 (COHEN) LECTURE NOTES

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

More information

2.1 Derivatives and Rates of Change

2.1 Derivatives and Rates of Change 1a 1b 2.1 Derivatives an Rates of Change Tangent Lines Example. Consier y f x x 2 0 2 x-, 0 4 y-, f(x) axes, curve C Consier a smooth curve C. A line tangent to C at a point P both intersects C at P an

More information

The Chain Rule. d dx x(t) dx. dt (t)

The Chain Rule. d dx x(t) dx. dt (t) The Chain Rule The Problem You alreay routinely use the one imensional chain rule t f xt = f x xt x t t in oing computations like t sint2 = cost 2 2t In this example, fx = sinx an xt = t 2. We now generalize

More information

Calculus 4 Final Exam Review / Winter 2009

Calculus 4 Final Exam Review / Winter 2009 Calculus 4 Final Eam Review / Winter 9 (.) Set-up an iterate triple integral for the volume of the soli enclose between the surfaces: 4 an 4. DO NOT EVALUATE THE INTEGRAL! [Hint: The graphs of both surfaces

More information

Define each term or concept.

Define each term or concept. Chapter Differentiation Course Number Section.1 The Derivative an the Tangent Line Problem Objective: In this lesson you learne how to fin the erivative of a function using the limit efinition an unerstan

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

Solutions to Math 41 Second Exam November 4, 2010

Solutions to Math 41 Second Exam November 4, 2010 Solutions to Math 41 Secon Exam November 4, 2010 1. (13 points) Differentiate, using the metho of your choice. (a) p(t) = ln(sec t + tan t) + log 2 (2 + t) (4 points) Using the rule for the erivative of

More information