12.1 Taylor Polynomials In Two-Dimensions: Nonlinear Approximations of F(x,y) Polynomials in Two-Variables. Taylor Polynomials and Approximations.

Size: px
Start display at page:

Download "12.1 Taylor Polynomials In Two-Dimensions: Nonlinear Approximations of F(x,y) Polynomials in Two-Variables. Taylor Polynomials and Approximations."

Transcription

1 Week 12 Lecture Overheads Math2080 Week 12 Page Taylor Polynomials In Two-Dimensions: Nonlinear Approximations of F(x,y) Polynomials in Two-Variables. Taylor Polynomials and Approximations Maximum and Minimum of Multivariate functions Maximum, minimum, and critical points. A Second Partial Derivative Test for Extreme Values. Optimization: Determining Maximum and Minimum Values of z = F(x, y) Optimization with Constraints. 1. The Method of Lagrange Multipliers. 2. Why the Lagrange Method works.

2 Lecture Overheads Math2080 Week 12 Page 2 Polynomials in two variables. For example Polynomials in two variables, say x and y, are linear combinations of terms of the form x n y m, where n and m are positive integers or zero. P(x, y) = y + x 2 y - 3x 2 y 4 or P(x, y) = x - y + xy The degree or "order" of a term x n y m is the sum of the exponents: n + m. The order of a polynomial is the highest order of its individual terms.

3 Lecture Overheads Math2080 Week 12 Page 3 A more general form of a polynomial, referred to as a "shifted" form, involves powers of the differences x - x 0 and y - y 0, where (x 0, y 0 ) is a specific reference point. The general term of a shifted polynomial has the form c i,j (x - x 0 ) i (y - y 0 ) j General Polynomial Term of degree n = i + j with coefficient c i,j The general shifted polynomial of degree N can thus be expressed using a double summation in the form N n0 n i0 P(x, y) = [ c i,n - i (x - x 0 ) i (y - y 0 ) n - i ]

4 The Lecture Overheads Math2080 Week 12 Page 4 N th -order Taylor Polynomial expansions of a function F(x, y) about a point (x 0, y 0 ) is the polynomial function P N (x,y) and with the coefficients c i,n-i chosen so that P N (x,y) matches the function F(x, y) at the point (x 0, y 0 ) all of the partial derivatives of F and P N of order N at the point (x 0, y 0 ) also match exactly.

5 Lecture Overheads Math2080 Week 12 Page 5 The functions match: P N (x 0, y 0 ) = F (x 0, y 0 ) Their first partial derivatives match: x y x P N (x 0, y 0 ) = F (x 0, y 0 ) y P N (x 0, y 0 ) = F (x 0, y 0 )

6 Lecture Overheads Math2080 Week 12 Page 6 Their second partial derivatives match: 2 P N (x 0, y 0 ) = F (x 0, y 0 ) x x 2 P N (x 0, y 0 ) = F (x 0, y 0 ) y x y y 2 2 P N (x 0, y 0 ) = F (x 0, y 0 ) x y

7 Lecture Overheads Math2080 Week 12 Page 7 The mixed partial derivatives of the Taylor Polynomial and the Function agree at (x 0, y 0 ) for all n N and i n: n x i y ni n P N (x 0, y 0 ) = F (x 0, y 0 ) x i y ni

8 Lecture Overheads Math2080 Week 12 Page 8 Assuming the function F(x, y) has partial derivatives of all orders, some of the mixed partial derivatives will be identical. For instance F xxyxy is a 5 th -order mixed partial derivative. It is formed by taking the partial derivative first with respect to x, then x again, then y, then x, and finally with respect to y. y x y x x { [ ( ( F(x, y) ) ) ] } How many derivatives with respect to x? How many derivatives with respect to y?

9 Lecture Overheads Math2080 Week 12 Page 9 What is another 5 th order partial derivative that is the same as F xxyxy? And another? What is the simpler way to write F yyxxx? x y F(x, y)

10 Lecture Overheads Math2080 Week 12 Page 10 How many 5 th -order partial derivatives are there that are the same as F xxyxy? Consequently, the Taylor polynomial will have terms that agree with F xxyxy

11 Lecture Overheads Math2080 Week 12 Page 11 Consider the problem of having an n th -order partial derivative with i of the derivatives being with respect to x. How many are there? Think of having i-x s that you have to place into n-slots. The number of ways this can be done is denoted using the mathematical notation for combinations: C(n,i) = the number of combinations of n terms taken i at a time C(n,i) = = n! i! (ni)!

12 Lecture Overheads Math2080 Week 12 Page 12 Think of how you can arrange in 5 slots 3-x s and 2- y s. Just put the x s in first, then we worry about placing the y s the remaining slots.

13 Think! Lecture Overheads Math2080 Week 12 Page 13 How many slots you can put one of the x s in. Because the x s are all the same, (not different colors) we can not distinguish between (1) putting the first x in slot 2 and the second x in slot 4 and (2) putting the first x in slot 4 and the second x in slot 2 To avoid counting such arrangements multiple times we must divide by the number of ways we could achieve a given order.

14 Lecture Overheads Math2080 Week 12 Page 14 That is each time we must ask How many x s do you have to choose from? The number of choices must be divided by this number of x s that we could place there. Then, in how many slots can you put the second x? But, remember to divide by how many x s you have to choose from for the second x? Then how many slots are available to place the third x in? Now, how many x s do you have to choose from?

15 Lecture Overheads Math2080 Week 12 Page 15 Now consider the y s. How many slots you can put one of the y s in. But remember, how many y s do you have to choose from? Then how many can you put the second y in? How many y s do you have to choose from? Thus, the possible number of ways to have a 5 th order partial derivative with 3-x and 2-y derivatives is

16 Lecture Overheads Math2080 Week 12 Page 16 1 xxxyy 2 xxyyx 3 xxyxy 4 xyxxy 5 xyxyx 6 xyyxx 7 yxxxy 8 yxxyx 9 yxyxx 10 yyxxx

17 Lecture Overheads Math2080 Week 12 Page 17 What is this about? Why do we want to know how many ways you can have a 5 th -order partial derivative with 3-x and 2-y derivatives? Because, all of these are the same, provided F(x,y) is repeatedly differentiable. Hence, when writing out the Taylor expansion of F(x,y) instead of having a separate term for each different 5 th -order partial derivatives, these can all be combined into one term with the coefficient C(5,3) F xxxyy (x 0, y 0 ) / 5! Thus one of the 5 th order terms in the Taylor expansion will be 10 F xxxyy (x 0,y 0 ) (xx 5! 0 ) 3 (yy 0 ) 2

18 Lecture Overheads Math2080 Week 12 Page 18 The N th -order Taylor Polynomial is thus N n0 N n0 n i0 c(n,i) n! P N (x, y) = [ (x - x 0 ) i (y - y 0 ) n - i ] 1 n! (xx 0 ) x (yy 0 ) y = [ F(x 0,y 0 )] The binomial theorem is used to expand the n th general derivative, like a power: n 1 n! (xx 0 ) x (yy 0 ) y n F(x 0, y 0 ) n i0 c(n,i) n! n F(x 0.y 0 ) = (x - x 0 ) i (y - y 0 ) n - i x i y ni

19 Lecture Overheads Math2080 Week 12 Page 19 The binomial expansion of (a+b) n : n(n1) (a+b) n = a n + n(a n-1 b + a n-2 b c(n,i) a i b n-i n(ab n-1 + b n

20 Lecture Overheads Math2080 Week 12 Page 20 z y x

21 Lecture Overheads Math2080 Week 12 Page 21 The graph of a function z = F(x,y) viewed with lines parallel to the x and y axis z = sin 2 (π(x-0.5)) sin(πy/2) z x y

22 Lecture Overheads Math2080 Week 12 Page 22 z x y

23 Lecture Overheads Math2080 Week 12 Page 23 Extrema of multivariate functions. z = F(x,y) Maximum. A function z = F(x,y) has a local maximum at a point (x 0,y 0 ) if, for all points (x,y) within a sufficiently small circle centered at (x 0,y 0 ), F(x,y) F(x 0,y 0 ). In this case, the value z 0 = F(x 0,y 0 ) is a local maximum value of F(x,y).

24 Lecture Overheads Math2080 Week 12 Page 24 Minimum. A function z = F(x,y) has a local minimum at a point (x 0,y 0 ) if, for all points (x,y) within a sufficiently small circle centered at (x 0,y 0 ), F(x,y) F(x 0,y 0 ). In this case, the value z 0 = F(x 0,y 0 ) is a local minimum value of F(x,y).

25 Lecture Overheads Math2080 Week 12 Page 25 A small open circle centered at (x 0,y 0 ) of radius δ, is the open ball B δ (x 0,y 0 ) = { (x, y) (x - x 0 ) 2 + (y - y 0 ) 2 < δ } A set D is closed if its compliment is open, i.e., if (x 1,y 1 ) D then there is an open neighborhood of (x 1,y 1 ) that does not intersect D: there exist a radius δ such that B δ (x 1,y 1 ) D = φ the empty set.

26 Lecture Overheads Math2080 Week 12 Page 26 DEFINITION OF STATIONARY AND CRITICAL POINTS. x A function F(x,y) is stationary at a point (x 0,y 0 ) if y F(x 0,y 0 ) = 0 and F(x 0,y 0 ) = 0. In this case, (x 0,y 0 ) is called a stationary point. The critical points of a function F(x,y) on a region D are: i) all stationary points for F in D; ii) all points (x,y) D for which either F x (x,y) or F y (x,y) does not exist; iii) points on the boundary of D.

27 Lecture Overheads Math2080 Week 12 Page 27 Theorem. Continuous functions can only have local maximums or minimums on a closed region D at critical points in D. If F(x, y) is continuous and D is closed then the only points at which extrema values can occur are critical points.

28 Lecture Overheads Math2080 Week 12 Page 28 THE SECOND PARTIAL DERIVATIVE TEST. Let (x 0,y 0 ) be a stationary point of a function F(x,y), so that x Set y F(x 0,y 0 ) = 0 and F(x 0,y 0 ) = 0. A = F xx (x 0,y 0 ) B = F xy (x 0,y 0 ) C = F yy (x 0,y 0 ) and define the discriminate D as Then D = B 2 - AC.

29 Lecture Overheads Math2080 Week 12 Page 29 i) If D > 0 the point (x 0,y 0 ) is a saddle point and the graph of F(x,y) does not have a maximum or a minimum at (x 0,y 0 ). ii) If D < 0 then (x 0,y 0 ) is a local extreme point; a) F(x,y) has a (local) maximum at (x 0,y 0 ) if A < 0 or C < 0; b) F(x,y) has a (local) minimum at (x 0,y 0 ) if A > 0 or C > 0. iii) If D = 0 no conclusion is drawn. The function F(x,y) may or may not have an extreme value at (x 0,y 0 ).

30 Lecture Overheads Math2080 Week 12 Page 30 z y x z = x 2 + y 2

31 Lecture Overheads Math2080 Week 12 Page 31 z = - x 2 - y 2 z x y x = 0 x = 2

32 Lecture Overheads Math2080 Week 12 Page 32 z = x2 - y 2 z x = -2 y x x = 0

33 Identify Lecture Overheads Math2080 Week 12 Page 33 the critical points of the given function and apply the Second Partial Derivative Test to characterize the stationary points. a) z = 2xy 2-8x - 8y b) z = xy + x 2 + y 2-4y c) z = x y 1/3 - x - 2y

34 Lecture Overheads Math2080 Week 12 Page 34 The following are all the same equation z = x[ (x - 1) 2 + (y - 2) 2-9] z = x(x 2-2x + y 2-4y - 4) z = x 3-2x 2 + xy 2-4yx - 4x From the first form we see that z is x times a function in [.. ] whose graph is a conical cone opening upward, having a minimum of -9 at (1,2). Multiplying by x skews this cone upward for x > 0 but negatively downward for x < 0.

35 Lecture Overheads Math2080 Week 12 Page 35 The first partial derivatives of z = x 3-2x 2 + xy 2-4yx - 4x are z x = 3x 2-4x + y 2-4y - 4 z y = 2xy - 4x Critical Points: z y = 0 ; 2xy - 4x = 2x(y - 2) = 0 hence x = 0 or y = 2 Then,. z x = 0 ; If x = 0, z x = y 2-4y - 4 = 0 gives the roots y = 2 ± 8 1/2. So two stationary points are (x E1, y E1 ) = (0, /2 ) and (x E2, y E2 ) = (0,2-8 1/2 ) If y = 2, then z x = 3x 2-4x - 8 = 0 gives x = 2/3(1 ±3 1/2 ). Hence two more stationary points are (x E3, y E3 ) = (2/3(1+ 3 1/2 ), 2) and (x E4, y E4 ) = (2/3(1-3 1/2 ), 2)

36 Lecture Overheads Math2080 Week 12 Page 36 The graph of z x = 0 in the x-y plane is the graph of the ellipse 3(x - 2/3) 2 + (y - 2) 2 = 28/3 The critical points are the points where the lines x = 0 (the y-axis) and y = 2 intersect this ellipse. y x

37 Lecture Overheads Math2080 Week 12 Page 37 The second partial derivatives of z = x 3-2x 2 + xy 2-4yx - 4x are: A = z xx = 6x - 4 B = z xy = 2y - 4 C = z yy = 2x

38 Lecture Overheads Math2080 Week 12 Page 38 This is a table of the calculations for the Second Partial derivative test. Stationary point (x E1, y E1 ) (x E2, y E2 ) (x E3, y E3 ) (x E4, y E4 ) A 0 0 4(3 1/2-4(3 1/2 B 2(8 1/2-2(8 1/2 0 0 C 0 0 4/3(1+ 3 1/2 ) Pos 4/3(1-3 1/2 ) D = B 2 - AC /3 1/2 (1+ 3 1/2 ) Neg 16/3 1/2 (1-3 1/2 ) < 0 2 nd Partial Test conclusion Saddle point Saddle point Minimum point as A > 0 Maximum point as A < 0

39 Lecture Overheads Math2080 Week 12 Page 39 The Method of Lagrange Multipliers The problem is to optimize the objective function z = F(x,y) with the constraint g(x, y) = 0 We use a method that utilizes a new variable, called a "multiplier", that is traditionally denoted by the lower case Greek lambda, λ. In this method, the calculus optimization problem is transformed into an algebra problem that involves the simultaneous solution of three equations in the three unknowns, x, y, and the parameter λ. The optimal function values occur at the points determined by the roots x and y. The value of λ is not utilized in computing the optimal function value but is usually essential to find the roots x and y. It is called the "Lagrange multiplier method" after Joseph Lagrange ( ), who pioneered the

40 Lecture Overheads Math2080 Week 12 Page 40 branch of mathematics called "calculus of variations" THE METHOD OF LAGRANGE MULTIPLIERS. The local optimum values of a differentiable function F(x,y), subject to the differentiable constraint g(x,y) = 0, occur at the points (x,y) that are the roots of the Lagrange system of Equations: F x (x,y) = λ g x (x,y) F y (x,y) = λ g y (x,y) g(x,y) = 0 for som constant Lagrange Parameter, λ.

41 Lecture Overheads Math2080 Week 12 Page 41 The Lagrange Method is deduced from three observations that show how the constrained problem is really a one dimensional problem whose solution is obtained via multivariable techniques. The key is to think of the constraint as a curve, like a hiking trail on a map, specified by a parameter, t. A point on the curve associated with each time value indicates the hiker's position on a trail at time t. The Lagrange system is derived by assuming that such a parametric description of the curve g(x, y) = 0 exists, but it does not actually require that a specific parametric function is known. The key that ties the following observations together is the fact that at a highest (or lowest) point on the trail the direction of the trail must be perpendicular to the direction that points uphill or downhill, i.e. in the direction of steepest assent or descent. This allows us to relate the partial derivatives of g and F.

42 Lecture Overheads Math2080 Week 12 Page 42 Constraint Curve g(x,y) = 0 g(x,y) = x^2-3xy + (y/2)^2 + y^3 y g(x,y) Tangent Vector _r (t) Observation I. First, we introduce a parametric representation of the "trail", which is the curve g(x, y) = 0 (see the graph on the following page). The exact form of this parameterization is not important! We will simply assume there is some vector-valued function r(t) that describes the curve g(x, y) = 0, i.e., that every point (x, y) on this curve can be represented as r(t) = (x(t), y(t)) _r(t) x Considered as a parametric curve and as a level curve. g(x, y) = x 2-3xy + (y/2) 2 + y 3 = 0.

43 Lecture Overheads Math2080 Week 12 Page 43 In Chapter 11, Section 11.1, we introduced the tangent vector to such curves and established that at any point r(t) the tangent vector is given by T = r (t). At the point r(t) two vectors have been sketched, a tangent vector r and the gradient vector g(x, y).

44 Lecture Overheads Math2080 Week 12 Page 44 Observation II. Next, observe that the curve g(x, y) = 0 is in fact a level curve of the surface that is the graph of z = g(x, y); the level curve with z = 0. The importance of this observation is the fact, established in Chapter 11, Section 11.3, that the directional derivative of z = g(x, y) in the direction of the level curve is zero.

45 Lecture Overheads Math2080 Week 12 Page 45 Thus, at any point (x, y) = r(t) on the constraint curve, the directional derivative in the direction T is zero: T D T g(x, y) = g(x, y)! = 0 T As T = r (t), this means that the dot product of r (t) with the gradient of g equals zero, g(x, y) r (t) = 0, which implies that r is perpendicular to g.

46 Lecture Overheads Math2080 Week 12 Page 46 Observation III. The third observation is that if a point (x, y) = r(t) corresponds to an extreme value of F(x, y) then the directional derivative of F(x, y) in the direction of the path g must be zero. This means that r (t) D r (t) F(x, y) = F(x, y)! = 0. r (t) But this also indicates that F(x, y)!r (t) = 0, which means the gradient vector F is perpendicular to the tangent vector r.

47 Lecture Overheads Math2080 Week 12 Page 47 Combining the last two observations we see that F(x, y) and g(x, y) are perpendicular to the same vector r (t) (which we do not need to know!) Consequently, the two vectors F(x, y) and g must be parallel. This means that there must be a constant, which is denoted by λ, such that F(x, y) = λ g(x, y) The constant λ is the Lagrange Multiplier. The x and y-component equations of this vector equation provide the first two equations of the Lagrange System. The third Lagrange equation is provided by the original constraint: g(x, y) = 0.

48 Lecture Overheads Math2080 Week 12 Page 48 Example. Find the points on the circle x 2 + y 2 = 1 at which f(x,y) = xy has it maximum and minimum values. Here: g(x,y) = f x = f y = g x = g y = The Lagrange system is f x = λg x f y = λg y This gives λ = = Substituting into g = 0 gives Critical points:

Taylor Series and stationary points

Taylor Series and stationary points Chapter 5 Taylor Series and stationary points 5.1 Taylor Series The surface z = f(x, y) and its derivatives can give a series approximation for f(x, y) about some point (x 0, y 0 ) as illustrated in Figure

More information

CALCULUS MATH*2080 SAMPLE FINAL EXAM

CALCULUS MATH*2080 SAMPLE FINAL EXAM CALCULUS MATH*28 SAMPLE FINAL EXAM Sample Final Exam Page of 2 Prof. R.Gentry Print Your Name Student No. SIGNATURE Mark This exam is worth 45% of your final grade. In Part I In Part II In part III In

More information

MATH Midterm 1 Sample 4

MATH Midterm 1 Sample 4 1. (15 marks) (a) (4 marks) Given the function: f(x, y) = arcsin x 2 + y, find its first order partial derivatives at the point (0, 3). Simplify your answers. Solution: Compute the first order partial

More information

Extrema of Functions of Several Variables

Extrema of Functions of Several Variables Extrema of Functions of Several Variables MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Background (1 of 3) In single-variable calculus there are three important results

More information

Faculty of Engineering, Mathematics and Science School of Mathematics

Faculty of Engineering, Mathematics and Science School of Mathematics Faculty of Engineering, Mathematics and Science School of Mathematics GROUPS Trinity Term 06 MA3: Advanced Calculus SAMPLE EXAM, Solutions DAY PLACE TIME Prof. Larry Rolen Instructions to Candidates: Attempt

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

Math 212-Lecture Interior critical points of functions of two variables

Math 212-Lecture Interior critical points of functions of two variables Math 212-Lecture 24 13.10. Interior critical points of functions of two variables Previously, we have concluded that if f has derivatives, all interior local min or local max should be critical points.

More information

Dr. Allen Back. Oct. 6, 2014

Dr. Allen Back. Oct. 6, 2014 Dr. Allen Back Oct. 6, 2014 Distribution Min=48 Max=100 Q1=74 Median=83 Q3=91.5 mean = 81.48 std. dev. = 12.5 Distribution Distribution: (The letters will not be directly used.) Scores Freq. 100 2 98-99

More information

HOMEWORK 7 SOLUTIONS

HOMEWORK 7 SOLUTIONS HOMEWORK 7 SOLUTIONS MA11: ADVANCED CALCULUS, HILARY 17 (1) Using the method of Lagrange multipliers, find the largest and smallest values of the function f(x, y) xy on the ellipse x + y 1. Solution: The

More information

CALCULUS: Math 21C, Fall 2010 Final Exam: Solutions. 1. [25 pts] Do the following series converge or diverge? State clearly which test you use.

CALCULUS: Math 21C, Fall 2010 Final Exam: Solutions. 1. [25 pts] Do the following series converge or diverge? State clearly which test you use. CALCULUS: Math 2C, Fall 200 Final Exam: Solutions. [25 pts] Do the following series converge or diverge? State clearly which test you use. (a) (d) n(n + ) ( ) cos n n= n= (e) (b) n= n= [ cos ( ) n n (c)

More information

3.7 Constrained Optimization and Lagrange Multipliers

3.7 Constrained Optimization and Lagrange Multipliers 3.7 Constrained Optimization and Lagrange Multipliers 71 3.7 Constrained Optimization and Lagrange Multipliers Overview: Constrained optimization problems can sometimes be solved using the methods of the

More information

e x3 dx dy. 0 y x 2, 0 x 1.

e x3 dx dy. 0 y x 2, 0 x 1. Problem 1. Evaluate by changing the order of integration y e x3 dx dy. Solution:We change the order of integration over the region y x 1. We find and x e x3 dy dx = y x, x 1. x e x3 dx = 1 x=1 3 ex3 x=

More information

Partial Derivatives. w = f(x, y, z).

Partial Derivatives. w = f(x, y, z). Partial Derivatives 1 Functions of Several Variables So far we have focused our attention of functions of one variable. These functions model situations in which a variable depends on another independent

More information

VANDERBILT UNIVERSITY. MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions

VANDERBILT UNIVERSITY. MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions VANDERBILT UNIVERSITY MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions Directions. This practice test should be used as a study guide, illustrating the concepts that will be emphasized in the

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

Math 10C - Fall Final Exam

Math 10C - Fall Final Exam Math 1C - Fall 217 - Final Exam Problem 1. Consider the function f(x, y) = 1 x 2 (y 1) 2. (i) Draw the level curve through the point P (1, 2). Find the gradient of f at the point P and draw the gradient

More information

Math 210, Final Exam, Fall 2010 Problem 1 Solution. v cosθ = u. v Since the magnitudes of the vectors are positive, the sign of the dot product will

Math 210, Final Exam, Fall 2010 Problem 1 Solution. v cosθ = u. v Since the magnitudes of the vectors are positive, the sign of the dot product will Math, Final Exam, Fall Problem Solution. Let u,, and v,,3. (a) Is the angle between u and v acute, obtuse, or right? (b) Find an equation for the plane through (,,) containing u and v. Solution: (a) The

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

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

Math Maximum and Minimum Values, I

Math Maximum and Minimum Values, I Math 213 - Maximum and Minimum Values, I Peter A. Perry University of Kentucky October 8, 218 Homework Re-read section 14.7, pp. 959 965; read carefully pp. 965 967 Begin homework on section 14.7, problems

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

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

Chapter 11. Taylor Series. Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27

Chapter 11. Taylor Series. Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27 Chapter 11 Taylor Series Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27 First-Order Approximation We want to approximate function f by some simple function. Best possible approximation

More information

Unit #24 - Lagrange Multipliers Section 15.3

Unit #24 - Lagrange Multipliers Section 15.3 Unit #24 - Lagrange Multipliers Section 1.3 Some material from Calculus, Single and MultiVariable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 200 by John Wiley & Sons, Inc. This material is

More information

Math Boot Camp Functions and Algebra

Math Boot Camp Functions and Algebra Fall 017 Math Boot Camp Functions and Algebra FUNCTIONS Much of mathematics relies on functions, the pairing (relation) of one object (typically a real number) with another object (typically a real number).

More information

AP Calculus Testbank (Chapter 9) (Mr. Surowski)

AP Calculus Testbank (Chapter 9) (Mr. Surowski) AP Calculus Testbank (Chapter 9) (Mr. Surowski) Part I. Multiple-Choice Questions n 1 1. The series will converge, provided that n 1+p + n + 1 (A) p > 1 (B) p > 2 (C) p >.5 (D) p 0 2. The series

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

For all questions, answer choice E. NOTA" means none of the above answers is correct.

For all questions, answer choice E. NOTA means none of the above answers is correct. For all questions, answer choice " means none of the above answers is correct. 1. The sum of the integers 1 through n can be modeled by a quadratic polynomial. What is the product of the non-zero coefficients

More information

3 Applications of partial differentiation

3 Applications of partial differentiation Advanced Calculus Chapter 3 Applications of partial differentiation 37 3 Applications of partial differentiation 3.1 Stationary points Higher derivatives Let U R 2 and f : U R. The partial derivatives

More information

Math 210, Final Exam, Practice Fall 2009 Problem 1 Solution AB AC AB. cosθ = AB BC AB (0)(1)+( 4)( 2)+(3)(2)

Math 210, Final Exam, Practice Fall 2009 Problem 1 Solution AB AC AB. cosθ = AB BC AB (0)(1)+( 4)( 2)+(3)(2) Math 2, Final Exam, Practice Fall 29 Problem Solution. A triangle has vertices at the points A (,,), B (, 3,4), and C (2,,3) (a) Find the cosine of the angle between the vectors AB and AC. (b) Find an

More information

AS PURE MATHS REVISION NOTES

AS PURE MATHS REVISION NOTES AS PURE MATHS REVISION NOTES 1 SURDS A root such as 3 that cannot be written exactly as a fraction is IRRATIONAL An expression that involves irrational roots is in SURD FORM e.g. 2 3 3 + 2 and 3-2 are

More information

Math 118, Fall 2014 Final Exam

Math 118, Fall 2014 Final Exam Math 8, Fall 4 Final Exam True or false Please circle your choice; no explanation is necessary True There is a linear transformation T such that T e ) = e and T e ) = e Solution Since T is linear, if T

More information

Math 210, Final Exam, Spring 2012 Problem 1 Solution. (a) Find an equation of the plane passing through the tips of u, v, and w.

Math 210, Final Exam, Spring 2012 Problem 1 Solution. (a) Find an equation of the plane passing through the tips of u, v, and w. Math, Final Exam, Spring Problem Solution. Consider three position vectors (tails are the origin): u,, v 4,, w,, (a) Find an equation of the plane passing through the tips of u, v, and w. (b) Find an equation

More information

Major Ideas in Calc 3 / Exam Review Topics

Major Ideas in Calc 3 / Exam Review Topics Major Ideas in Calc 3 / Exam Review Topics Here are some highlights of the things you should know to succeed in this class. I can not guarantee that this list is exhaustive!!!! Please be sure you are able

More information

Final Exam 2011 Winter Term 2 Solutions

Final Exam 2011 Winter Term 2 Solutions . (a Find the radius of convergence of the series: ( k k+ x k. Solution: Using the Ratio Test, we get: L = lim a k+ a k = lim ( k+ k+ x k+ ( k k+ x k = lim x = x. Note that the series converges for L

More information

The University of British Columbia Midterm 1 Solutions - February 3, 2012 Mathematics 105, 2011W T2 Sections 204, 205, 206, 211.

The University of British Columbia Midterm 1 Solutions - February 3, 2012 Mathematics 105, 2011W T2 Sections 204, 205, 206, 211. 1. a) Let The University of British Columbia Midterm 1 Solutions - February 3, 2012 Mathematics 105, 2011W T2 Sections 204, 205, 206, 211 fx, y) = x siny). If the value of x, y) changes from 0, π) to 0.1,

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

Quadratic Functions. Key Terms. Slide 1 / 200. Slide 2 / 200. Slide 3 / 200. Table of Contents

Quadratic Functions. Key Terms. Slide 1 / 200. Slide 2 / 200. Slide 3 / 200. Table of Contents Slide 1 / 200 Quadratic Functions Table of Contents Key Terms Identify Quadratic Functions Explain Characteristics of Quadratic Functions Solve Quadratic Equations by Graphing Solve Quadratic Equations

More information

Quadratic Functions. Key Terms. Slide 2 / 200. Slide 1 / 200. Slide 3 / 200. Slide 4 / 200. Slide 6 / 200. Slide 5 / 200.

Quadratic Functions. Key Terms. Slide 2 / 200. Slide 1 / 200. Slide 3 / 200. Slide 4 / 200. Slide 6 / 200. Slide 5 / 200. Slide 1 / 200 Quadratic Functions Slide 2 / 200 Table of Contents Key Terms Identify Quadratic Functions Explain Characteristics of Quadratic Functions Solve Quadratic Equations by Graphing Solve Quadratic

More information

Slide 1 / 200. Quadratic Functions

Slide 1 / 200. Quadratic Functions Slide 1 / 200 Quadratic Functions Key Terms Slide 2 / 200 Table of Contents Identify Quadratic Functions Explain Characteristics of Quadratic Functions Solve Quadratic Equations by Graphing Solve Quadratic

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

(a) The points (3, 1, 2) and ( 1, 3, 4) are the endpoints of a diameter of a sphere.

(a) The points (3, 1, 2) and ( 1, 3, 4) are the endpoints of a diameter of a sphere. MATH 4 FINAL EXAM REVIEW QUESTIONS Problem. a) The points,, ) and,, 4) are the endpoints of a diameter of a sphere. i) Determine the center and radius of the sphere. ii) Find an equation for the sphere.

More information

Math 0320 Final Exam Review

Math 0320 Final Exam Review Math 0320 Final Exam Review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Factor out the GCF using the Distributive Property. 1) 6x 3 + 9x 1) Objective:

More information

Math 113 Final Exam Practice

Math 113 Final Exam Practice Math Final Exam Practice The Final Exam is comprehensive. You should refer to prior reviews when studying material in chapters 6, 7, 8, and.-9. This review will cover.0- and chapter 0. This sheet has three

More information

Algebraic Curves. (Com S 477/577 Notes) Yan-Bin Jia. Oct 17, 2017

Algebraic Curves. (Com S 477/577 Notes) Yan-Bin Jia. Oct 17, 2017 Algebraic Curves (Com S 477/577 Notes) Yan-Bin Jia Oct 17, 2017 An algebraic curve is a curve which is described by a polynomial equation: f(x,y) = a ij x i y j = 0 in x and y. The degree of the curve

More information

MATH 3B (Butler) Practice for Final (I, Solutions)

MATH 3B (Butler) Practice for Final (I, Solutions) MATH 3B (Butler) Practice for Final (I, Solutions). Gabriel s horn is a mathematical object taken by rotating the curve y = x around the x-axis for x

More information

Solutions to Sample Questions for Final Exam

Solutions to Sample Questions for Final Exam olutions to ample Questions for Final Exam Find the points on the surface xy z 3 that are closest to the origin. We use the method of Lagrange Multipliers, with f(x, y, z) x + y + z for the square of the

More information

TEST CODE: MIII (Objective type) 2010 SYLLABUS

TEST CODE: MIII (Objective type) 2010 SYLLABUS TEST CODE: MIII (Objective type) 200 SYLLABUS Algebra Permutations and combinations. Binomial theorem. Theory of equations. Inequalities. Complex numbers and De Moivre s theorem. Elementary set theory.

More information

Review for the First Midterm Exam

Review for the First Midterm Exam Review for the First Midterm Exam Thomas Morrell 5 pm, Sunday, 4 April 9 B9 Van Vleck Hall For the purpose of creating questions for this review session, I did not make an effort to make any of the numbers

More information

Name: Instructor: Lecture time: TA: Section time:

Name: Instructor: Lecture time: TA: Section time: Math 2220 Prelim 1 February 17, 2009 Name: Instructor: Lecture time: TA: Section time: INSTRUCTIONS READ THIS NOW This test has 6 problems on 7 pages worth a total of 100 points. Look over your test package

More information

Solutions to Test #1 MATH 2421

Solutions to Test #1 MATH 2421 Solutions to Test # MATH Pulhalskii/Kawai (#) Decide whether the following properties are TRUE or FALSE for arbitrary vectors a; b; and c: Circle your answer. [Remember, TRUE means that the statement is

More information

1. Which one of the following points is a singular point of. f(x) = (x 1) 2/3? f(x) = 3x 3 4x 2 5x + 6? (C)

1. Which one of the following points is a singular point of. f(x) = (x 1) 2/3? f(x) = 3x 3 4x 2 5x + 6? (C) Math 1120 Calculus Test 3 November 4, 1 Name In the first 10 problems, each part counts 5 points (total 50 points) and the final three problems count 20 points each Multiple choice section Circle the correct

More information

Suppose that f is continuous on [a, b] and differentiable on (a, b). Then

Suppose that f is continuous on [a, b] and differentiable on (a, b). Then Lectures 1/18 Derivatives and Graphs When we have a picture of the graph of a function f(x), we can make a picture of the derivative f (x) using the slopes of the tangents to the graph of f. In this section

More information

Lecture for Week 2 (Secs. 1.3 and ) Functions and Limits

Lecture for Week 2 (Secs. 1.3 and ) Functions and Limits Lecture for Week 2 (Secs. 1.3 and 2.2 2.3) Functions and Limits 1 First let s review what a function is. (See Sec. 1 of Review and Preview.) The best way to think of a function is as an imaginary machine,

More information

LESSON 25: LAGRANGE MULTIPLIERS OCTOBER 30, 2017

LESSON 25: LAGRANGE MULTIPLIERS OCTOBER 30, 2017 LESSON 5: LAGRANGE MULTIPLIERS OCTOBER 30, 017 Lagrange multipliers is another method of finding minima and maxima of functions of more than one variable. In fact, many of the problems from the last homework

More information

MATH 200 WEEK 5 - WEDNESDAY DIRECTIONAL DERIVATIVE

MATH 200 WEEK 5 - WEDNESDAY DIRECTIONAL DERIVATIVE WEEK 5 - WEDNESDAY DIRECTIONAL DERIVATIVE GOALS Be able to compute a gradient vector, and use it to compute a directional derivative of a given function in a given direction. Be able to use the fact that

More information

Lagrange Multipliers

Lagrange Multipliers Optimization with Constraints As long as algebra and geometry have been separated, their progress have been slow and their uses limited; but when these two sciences have been united, they have lent each

More information

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29 Practice problems for Exam.. Given a = and b =. Find the area of the parallelogram with adjacent sides a and b. A = a b a ı j k b = = ı j + k = ı + 4 j 3 k Thus, A = 9. a b = () + (4) + ( 3)

More information

LB 220 Homework 4 Solutions

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

More information

Solutions to Homework 7

Solutions to Homework 7 Solutions to Homework 7 Exercise #3 in section 5.2: A rectangular box is inscribed in a hemisphere of radius r. Find the dimensions of the box of maximum volume. Solution: The base of the rectangular box

More information

Math 2204 Multivariable Calculus Chapter 14: Partial Derivatives Sec. 14.7: Maximum and Minimum Values

Math 2204 Multivariable Calculus Chapter 14: Partial Derivatives Sec. 14.7: Maximum and Minimum Values Math 2204 Multivariable Calculus Chapter 14: Partial Derivatives Sec. 14.7: Maximum and Minimum Values I. Review from 1225 A. Definitions 1. Local Extreme Values (Relative) a. A function f has a local

More information

Chapter 7 Polynomial Functions. Factoring Review. We will talk about 3 Types: ALWAYS FACTOR OUT FIRST! Ex 2: Factor x x + 64

Chapter 7 Polynomial Functions. Factoring Review. We will talk about 3 Types: ALWAYS FACTOR OUT FIRST! Ex 2: Factor x x + 64 Chapter 7 Polynomial Functions Factoring Review We will talk about 3 Types: 1. 2. 3. ALWAYS FACTOR OUT FIRST! Ex 1: Factor x 2 + 5x + 6 Ex 2: Factor x 2 + 16x + 64 Ex 3: Factor 4x 2 + 6x 18 Ex 4: Factor

More information

McGill University April Calculus 3. Tuesday April 29, 2014 Solutions

McGill University April Calculus 3. Tuesday April 29, 2014 Solutions McGill University April 4 Faculty of Science Final Examination Calculus 3 Math Tuesday April 9, 4 Solutions Problem (6 points) Let r(t) = (t, cos t, sin t). i. Find the velocity r (t) and the acceleration

More information

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018 DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 208 Version A refers to the regular exam and Version B to the make-up. Version A. A particle

More information

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 =

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 = Chapter 5 Sequences and series 5. Sequences Definition 5. (Sequence). A sequence is a function which is defined on the set N of natural numbers. Since such a function is uniquely determined by its values

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

Tangent spaces, normals and extrema

Tangent spaces, normals and extrema Chapter 3 Tangent spaces, normals and extrema If S is a surface in 3-space, with a point a S where S looks smooth, i.e., without any fold or cusp or self-crossing, we can intuitively define the tangent

More information

Higher Mathematics Course Notes

Higher Mathematics Course Notes Higher Mathematics Course Notes Equation of a Line (i) Collinearity: (ii) Gradient: If points are collinear then they lie on the same straight line. i.e. to show that A, B and C are collinear, show that

More information

Higher order derivative

Higher order derivative 2 Î 3 á Higher order derivative Î 1 Å Iterated partial derivative Iterated partial derivative Suppose f has f/ x, f/ y and ( f ) = 2 f x x x 2 ( f ) = 2 f x y x y ( f ) = 2 f y x y x ( f ) = 2 f y y y

More information

ALGEBRAIC GEOMETRY HOMEWORK 3

ALGEBRAIC GEOMETRY HOMEWORK 3 ALGEBRAIC GEOMETRY HOMEWORK 3 (1) Consider the curve Y 2 = X 2 (X + 1). (a) Sketch the curve. (b) Determine the singular point P on C. (c) For all lines through P, determine the intersection multiplicity

More information

Summer Packet A Math Refresher For Students Entering IB Mathematics SL

Summer Packet A Math Refresher For Students Entering IB Mathematics SL Summer Packet A Math Refresher For Students Entering IB Mathematics SL Name: PRECALCULUS SUMMER PACKET Directions: This packet is required if you are registered for Precalculus for the upcoming school

More information

TEST CODE: MMA (Objective type) 2015 SYLLABUS

TEST CODE: MMA (Objective type) 2015 SYLLABUS TEST CODE: MMA (Objective type) 2015 SYLLABUS Analytical Reasoning Algebra Arithmetic, geometric and harmonic progression. Continued fractions. Elementary combinatorics: Permutations and combinations,

More information

Lecture 13 - Wednesday April 29th

Lecture 13 - Wednesday April 29th Lecture 13 - Wednesday April 29th jacques@ucsdedu Key words: Systems of equations, Implicit differentiation Know how to do implicit differentiation, how to use implicit and inverse function theorems 131

More information

CALCULUS BASIC SUMMER REVIEW

CALCULUS BASIC SUMMER REVIEW NAME CALCULUS BASIC SUMMER REVIEW Slope of a non vertical line: rise y y y m run Point Slope Equation: y y m( ) The slope is m and a point on your line is, ). ( y Slope-Intercept Equation: y m b slope=

More information

Core 1 Module Revision Sheet J MS. 1. Basic Algebra

Core 1 Module Revision Sheet J MS. 1. Basic Algebra Core 1 Module Revision Sheet The C1 exam is 1 hour 0 minutes long and is in two sections Section A (6 marks) 8 10 short questions worth no more than 5 marks each Section B (6 marks) questions worth 12

More information

YEAR 12 - Mathematics Pure (C1) Term 1 plan

YEAR 12 - Mathematics Pure (C1) Term 1 plan Week YEAR 12 - Mathematics Pure (C1) Term 1 plan 2016-2017 1-2 Algebra Laws of indices for all rational exponents. Use and manipulation of surds. Quadratic functions and their graphs. The discriminant

More information

Practice Problems for Final Exam

Practice Problems for Final Exam Math 1280 Spring 2016 Practice Problems for Final Exam Part 2 (Sections 6.6, 6.7, 6.8, and chapter 7) S o l u t i o n s 1. Show that the given system has a nonlinear center at the origin. ẋ = 9y 5y 5,

More information

SOME PROBLEMS YOU SHOULD BE ABLE TO DO

SOME PROBLEMS YOU SHOULD BE ABLE TO DO SOME PROBLEMS YOU SHOULD 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

Worksheet 4.2: Introduction to Vector Fields and Line Integrals

Worksheet 4.2: Introduction to Vector Fields and Line Integrals Boise State Math 275 (Ultman) Worksheet 4.2: Introduction to Vector Fields and Line Integrals From the Toolbox (what you need from previous classes) Know what a vector is. Be able to sketch vectors. Be

More information

11.6. Parametric Differentiation. Introduction. Prerequisites. Learning Outcomes

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

More information

2015 Math Camp Calculus Exam Solution

2015 Math Camp Calculus Exam Solution 015 Math Camp Calculus Exam Solution Problem 1: x = x x +5 4+5 = 9 = 3 1. lim We also accepted ±3, even though it is not according to the prevailing convention 1. x x 4 x+4 =. lim 4 4+4 = 4 0 = 4 0 = We

More information

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note Math 001 - Term 171 Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note x A x belongs to A,x is in A Between an element and a set. A B A is a subset of B Between two sets. φ

More information

Chapter 4E - Combinations of Functions

Chapter 4E - Combinations of Functions Fry Texas A&M University!! Math 150!! Chapter 4E!! Fall 2015! 121 Chapter 4E - Combinations of Functions 1. Let f (x) = 3 x and g(x) = 3+ x a) What is the domain of f (x)? b) What is the domain of g(x)?

More information

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions Rational Functions A rational function f (x) is a function which is the ratio of two polynomials, that is, Part 2, Polynomials Lecture 26a, Rational Functions f (x) = where and are polynomials Dr Ken W

More information

Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document

Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document Background knowledge: (a) The arithmetic of integers (including HCFs and LCMs), of fractions, and of real numbers.

More information

Math 132 Information for Test 2

Math 132 Information for Test 2 Math 13 Information for Test Test will cover material from Sections 5.6, 5.7, 5.8, 6.1, 6., 6.3, 7.1, 7., and 7.3. The use of graphing calculators will not be allowed on the test. Some practice questions

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

Module 2: Reflecting on One s Problems

Module 2: Reflecting on One s Problems MATH55 Module : Reflecting on One s Problems Main Math concepts: Translations, Reflections, Graphs of Equations, Symmetry Auxiliary ideas: Working with quadratics, Mobius maps, Calculus, Inverses I. Transformations

More information

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true.

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true. Math 210-101 Test #1 Sept. 16 th, 2016 Name: Answer Key Be sure to show your work! 1. (20 points) Vector Basics: Let v = 1, 2,, w = 1, 2, 2, and u = 2, 1, 1. (a) Find the area of a parallelogram spanned

More information

Vector Functions & Space Curves MATH 2110Q

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

More information

Math 263 Final. (b) The cross product is. i j k c. =< c 1, 1, 1 >

Math 263 Final. (b) The cross product is. i j k c. =< c 1, 1, 1 > Math 63 Final Problem 1: [ points, 5 points to each part] Given the points P : (1, 1, 1), Q : (1,, ), R : (,, c 1), where c is a parameter, find (a) the vector equation of the line through P and Q. (b)

More information

Test 2 Review Math 1111 College Algebra

Test 2 Review Math 1111 College Algebra Test 2 Review Math 1111 College Algebra 1. Begin by graphing the standard quadratic function f(x) = x 2. Then use transformations of this graph to graph the given function. g(x) = x 2 + 2 *a. b. c. d.

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

MATH98 Intermediate Algebra Practice Test Form A

MATH98 Intermediate Algebra Practice Test Form A MATH98 Intermediate Algebra Practice Test Form A MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the equation. 1) (y - 4) - (y + ) = 3y 1) A)

More information

Math 251 Midterm II Information Spring 2018

Math 251 Midterm II Information Spring 2018 Math 251 Midterm II Information Spring 2018 WHEN: Thursday, April 12 (in class). You will have the entire period (125 minutes) to work on the exam. RULES: No books or notes. You may bring a non-graphing

More information

Math 2400, Midterm 2

Math 2400, Midterm 2 Math 24, Midterm 2 October 22, 218 PRINT your name: PRINT instructor s name: Mark your section/instructor: Section 1 Kevin Berg 8: 8:5 Section 2 Philip Kopel 8: 8:5 Section 3 Daniel Martin 8: 8:5 Section

More information

MAT137 Calculus! Lecture 45

MAT137 Calculus! Lecture 45 official website http://uoft.me/mat137 MAT137 Calculus! Lecture 45 Today: Taylor Polynomials Taylor Series Next: Taylor Series Power Series Definition (Power Series) A power series is a series of the form

More information

Review for the Final Exam

Review for the Final Exam Calculus 3 Lia Vas Review for the Final Exam. Sequences. Determine whether the following sequences are convergent or divergent. If they are convergent, find their limits. (a) a n = ( 2 ) n (b) a n = n+

More information

ax 2 + bx + c = 0 where

ax 2 + bx + c = 0 where Chapter P Prerequisites Section P.1 Real Numbers Real numbers The set of numbers formed by joining the set of rational numbers and the set of irrational numbers. Real number line A line used to graphically

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