Taylor Series and stationary points

Size: px
Start display at page:

Download "Taylor Series and stationary points"

Transcription

1 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 5.1 Let x = x 0 +ht and y = y 0 + kt, where h and k are constants. This then gives the parametric form of the straight line joining (x, y) and (x 0, y 0 ). Note that we can express x = x(t) and y = y(t). Therefore, z = f(x(t), y(t)) = z(t). So they are all functions of the parameter t. We can expand z(t) about t = 0, which corresponds to the point (x 0, y 0 ), in the usual Taylor series as z(t) = z(0) + ( ) dz + t2 dt t=0 2! ( d 2 ) z dt 2 + t=0 This is exactly the expression we used earlier in the course. However, the problem lies in calculating the derivatives because we know z as a function of x and y and not explicitly as a function t. At t = 0, x = x 0 and y = y 0 and so z(0) = f(x 0, y 0 ). So we are expanding about the point (x 0, y 0 ) parametrically. To evaluate (dz/dt) we use the chain rule. For a general function φ(x(t), y(t)), we have dφ dt = ( ) φ dx x dt + ( ) φ dy dt, (5.1) where Thus, ( ) dz t = dt t=0 dx dt = h, dy dt = k. ( ) th + x (x 0,y 0) ( ) tk. (x 0,y 0) 65

2 66 CHAPTER 5. TAYLOR SERIES AND STATIONARY POINTS Figure 5.1: The general point (x, y) and the point (x 0, y 0 ) about which the Taylor series is formed. Eliminating ht and kt in terms of x x 0 and y y 0, this can be expressed as ( ) ( ) ( ) dz t = (x x 0 ) + (y y 0 ). dt t=0 x (x 0,y 0) (x 0,y 0) Now we need to consider the second derivatives in the next term of the Taylor series. d 2 z dt 2 = d ( ) dz = d ( ) dt dt dt x h + d ( ) k. dt To evaluate the right hand side, we replace / x h by φ and use the previous result. Then we evaluate the second term by replacing / k by φ and again use (5.1). Thus, we get d 2 z dt 2 = { ( x x { + x ( ) h dx dt + ( x ) k dx dt + ) h dy dt ( } ) k dy dt = 2 f x 2 h2 + 2 f x hk + 2 f x hk + 2 f 2 k2 }

3 5.1. TAYLOR SERIES 67 This gives t 2 2! ( d 2 z dt 2 ) = h 2 2 f x 2 + 2hk 2 f x + k2 2 f 2. t=0 = 1 2! [ ] t 2 h 2 2 f x 2 + 2(ht)(kt) 2 f x + t2 k 2 2 f 2. (x 0,y 0 ) This can be written in a shorthand notation as t 2 ( d 2 ) [ z 2! dt 2 = t2 h 2! x + k ] 2 f (x0,y0). t=0 The square bracket terms can be expanded by the binomial expansion first before operating on the function f to calculate the derivatives. Replacing ht = (x x 0 ) and kt = (y y 0 ) gives our final expression for the Taylor series for a function in two variables, as f(x, y) = f(x 0, y 0 ) ! [ (x x 0 ) x + (y y 0) ] [ (x x 0 ) 2 2 f x 2 + 2(x x 0)(y y 0 ) 2 f x + (y y 0) 2 2 f 2 ] + (5.2) All the derivatives are evaluated at (x 0, y 0 ). Using our shorthand notation we can express this as [ f(x, y) = f(x 0, y 0 ) + (x x 0 ) ] f + [ 1 (x x 0 ) 2! x + (y y 0) x + (y y 0) ] 2 f + Remember to expand the square term by the binomial expansion before working out the derivatives. Although we will very rarely continue beyond the second derivative terms, note that the shorthand notation allows us express the higher derivatives in a compact form. Thus, the third derivative gives t 3 d 3 z 3! dt 3 = 1 [ (x x 0 ) 3! x + (y y 0) ] 3 f. Again we must expand the square brackets by the binomial expansion before evaluating the derivatives. Example 5.1 Calculate the Taylor series about (0, 0) for f(x, y) = sin(x)e y.

4 68 CHAPTER 5. TAYLOR SERIES AND STATIONARY POINTS Evaluated at (0, 0) f(x, y) = sin(x)e y 0 x = cos(x)ey 1 = sin(x)ey 0 2 f x = sin(x)e y f = sin(x)e y f x = cos(x)ey 1 Table 5.1: All the first and second order derivatives evaluated at (0, 0). This could be done by expanding each factor as a function of one variable and then multiplying the answers together. However, it is our aim to illustrate the method for a function of two variables. Thus, remembering that the derivatives are evaluated at (0, 0), we have f(x, y) = f(0, 0) + x x + y + 1 ( ) x 2 2 f 2! x 2 + 2xy 2 f 2 + y2 x 2 + So we need to evaluate all the first and second derivatives. This is done first before substituting the numbers into the equation above. Thus, sin(x)e y 0 + [1 x + 0 y] + 1 2! [ x xy 1 + y 2 0 ]. Simplifying we get sin(x)e y x + xy = x(1 + y) 5.2 Stationary Points When considering function of one variable, an important application of calculus is to determine the maximum and minimum values. This is done by locating the stationary points where the derivative is zero and then determine the nature of the stationary points by looking at the sign of the second derivatives. The same approach is used in studying functions of two variables. So let us revise the one variable case in detail before progressing to more independent variables. If y = f(x), then a necessary condition for a maximum or minimum (or more generally stationary points) is dy dx = f (x) = 0. For a stationary point at x 0, the Taylor series gives y = f(x) = f(x 0 ) + (x x 0 )f (x 0 ) (x x 0) 2 f (x 0 ) +

5 5.2. STATIONARY POINTS 69 Since, f (x 0 ) = 0 at a stationary point, the second term (linear in (x x 0 )) vanishes. Assuming that f (x 0 ) 0 and (x x 0 ) sufficiently small, f(x) f(x 0 ) 1 2 (x x 0) 2 f (x 0 ). If f (x 0 ) is positive, then f(x) > f(x 0 ) in the vicinity of x 0 and so f has a minimum at x 0. Conversely, if f (x 0 ) is negative, then f(x) < f(x 0 ) and f has a local maximum. In general, the nature of the stationary (or turning) points depends upon the first non-zero derivative. Thus, if f (x 0 ) = 0 and f (x 0 ) 0, then turning point is a maximum if f (x 0 ) < 0 and a minimum if f (x 0 ) > 0. If f (x 0 ) = f (x 0 ) = 0, then f(x) f(x 0 ) 1 3! (x x 0) 3 f (x 0 ). Regardless of the sign of the third derivative, f(x) f(x 0 ) has a different sign for x either side of x 0. Thus, f(x) has a point of inflexion at x 0. We can extend this to the case where the first three derivatives are zero and the fourth derivative is non-zero. The same approach will determine the local nature of the turning point. Similar concepts apply to functions of two variables, f(x, y). f(x, y) has a maximum at (x 0, y 0 ) if f(x, y) < f(x 0, y 0 ) in the vicinity of (x 0, y 0 ). Similarly, if f(x, y) > f(x 0, y 0 ), then f has a minimum at (x 0, y 0 ). Let there be a turning point at (x 0, y 0 ) as illustrated in Figure 5.2. Along the line y = y 0, f(x, y 0 ) is just a function of one variable and the condition for a turning point is simply ( ) = 0. x (x 0,y 0 ) Similarly, along the line x = x 0, f(x 0, y) must satisfy ( ) = 0. (x 0,y 0) Any point (x 0, y 0 ) where / x = / = 0 is called a stationary or critical point of the function f(x, y). Evidently, the tangent plane, T, is horizontal at (x 0, y 0, z = f(x 0, y 0 )) and f has no horizontal components. Example 5.2 Let z = f(x, y) = x 2 + y 2. x = 2x, = 2y. Therefore, at (0, 0) both derivatives are zero and the origin is a stationary point. By inspection, (0, 0) is a minimum.

6 70 CHAPTER 5. TAYLOR SERIES AND STATIONARY POINTS Figure 5.2: There is a maximum turning point at (1, 1). Example 5.3 Let z = f(x, y) = x 2 y 2. x = 2x, = 2y. Again the origin is a stationary point. But is it a maximum or a minimum? Obviously, along y = 0, z = x 2 and so the origin is a minimum. Bur, along x = 0, z = y 2 and the origin is a maximum. Note that z = 0 everywhere along the two lines y = x and y = x. These lines separate regions where z < 0 from regions where z > 0. This is shown in Figure 5.3. Thus, if x 2 > y 2, then z > 0 and if x 2 < y 2, z < 0. Therefore, the sign of [f(x, y) f(x 0, y 0 )] changes with (x, y) in the vicinity of (x 0, y 0 ). This is neither a maximum nor a minimum but a saddle point.

7 5.3. TESTING THE NATURE OF A STATIONARY POINT 71 Figure 5.3: Regions where z is positive are indicated by the shading. 5.3 Testing the nature of a stationary point Recall the Taylor series for f(x, y), [ f(x, y) = f(x 0, y 0 ) + t h x + k ] [ ] + t2 h 2 2 f 2! x 2 + 2hk 2 f x + k2 2 f 2 +, (5.3) where ht = x x 0 and kt = y y 0. If (x 0, y 0 ) is a stationary point / x = / = 0 and so (5.4) becomes where the notation f(x, y) f(x 0, y 0 ) = t2 [ h 2 f xx + 2hkf xy + k 2 ] f yy +, (5.4) 2! f xx = 2 f x 2, f xy = 2 f x, f yy = 2 f 2, is used. The condition for a minimum of f is that f(x, y).f(x 0, y 0 ) for all (x, y) near (x 0, y 0 ). This means that the coefficient of t 2 must be positive for all (x, y) or equivalently for all values of h and k. Similarly, the condition for a maximum

8 72 CHAPTER 5. TAYLOR SERIES AND STATIONARY POINTS is that the coefficient is negative. If the coefficient is zero, the expansion (5.3) does not help and we need to consider the third derivatives. Now consider the coefficient of t 2 is more detail. C = h 2 f xx + 2hkf xy = k 2 f yy. (5.5) Several cases exist and we will assume that f x = f y = 0 at (x 0, y 0 ) automatically Case 1 f xx = f yy = 0, but f xy 0 The coefficient reduces to 2hkf xy and will change sign as h and k change sign. Thus, f has neither a maximum nor a minimum but a saddle point Case 2 Suppose f xx 0 at (x 0, y 0 ). We will complete the square in h to obtain a positive term and an extra term. It is the sign of the extra term that determines the nature of the stationary point. Firstly, since f xx 0 we express C as Hence, we have C = = C = ( h 2 f xx + 2hkf xy + k 2 f yy ) f xx f xx. 1 [ h 2 fxx 2 + 2hkf xy f xx + k 2 f yy + { k 2 fxy 2 k 2 f 2 }] xy f xx 1 [ (hf xx + kf xy ) 2 + k 2 ( f xx f yy f f xy) ] 2. xx So we have completed the square and obtained a term (hf xx + kf xy ) 2, that is always positive but we can make it zero by choosing suitable values for h and k. Remember that simply defines the path. The other term k 2 ( f xx f yy f 2 xy), is the crucial term for determining the nature of the stationary point. Define = f xx f yy f 2 xy, at (x 0, y 0 ). (5.6) The sign of determines the nature of the stationary point in a similar way to the use of the second derivative for a function of one variable. If > 0, the sign of C is that of f xx. Hence, we have If > 0, and f xx > 0, C > 0, (x 0, y 0 ) is a minimum. If > 0, and f xx < 0, C < 0, (x 0, y 0 ) is a maximum.

9 5.3. TESTING THE NATURE OF A STATIONARY POINT 73 If < 0, then C = 1 [ ] (hf xx + kf xy ) 2 k 2. f xx If k = 0, then the square bracket is positive. However, if k 0, but chosen so that hf xx + kf xy = 0, then the square bracket is negative. Thus, C changes sign with the choices of h and k. So we have a saddle point Case 3 Suppose f yy 0 at (x 0, y 0 ). We can rewrite C as 1 [ ] (hf xy + kf yy ) 2 + h 2. f yy This can be verified by expanding to show that it is equivalent to the original expression for C. Hence, we have the same conclusions based upon the sign of as in Case Summary of Testing Compute = ( 2 ) f x 2 ( 2 ) ( f 2 ) 2 f 2, at (x 0, y 0 ). x 1. = 0 means that the test is inconclusive and we need a higher order Taylor series. 2. < 0 means that the stationary point is a saddle point. 3. > 0. In this case it is clear that can only be positive if the product 2 f/ x 2 2 f/ 2 is positive. Therefore, either both 2 f/ x 2 and f / 2 are positive or they are both negative. Example 5.4 > 0 and 2 f/ x 2 < 0 means that the stationary point is a maximum. > 0 and 2 f/ x 2 > 0 means that the stationary point is a minimum. Find the location and nature of the stationary points of z = f(x, y) = x 3 6xy + y 3. First the location is given by setting both first derivatives to zero. x = 3x2 6y = 0, y = 1 2 x2, and ( ) 2 1 = 6x + 3y2 = 0, 6x x2 = 0.

10 74 CHAPTER 5. TAYLOR SERIES AND STATIONARY POINTS Solving gives 2x x4 = 0, x = 0 or x = 2. So there are two stationary points at x = 0, y = 0 and x = 2, y = 2. determine their nature we calculate all the second derivatives. Therefore, we have f x 2 = 6x, 2 f 2 = 6y, 2 f x = 6. To = f xx f yy (f xy ) 2 = 36xy 36. At (0, 0), = 36 < 0 and so this is a saddle point. At (2, 2), = = 108 > 0 and f xx = 12 > 0 (note that f yy is also positive) and so this is a minimum. Example 5.5 Determine the location and nature of the stationary points of The first derivatives give f(x, y) = x 4 + y 4 2(x y) 2. x = 4x3 4(x y), = 4y3 + 4(x y). Hence, the stationary points satisfy the pair of equations Add the two equations together to get 4x 3 4x + 4y = 0, 4y 3 + 4x 4y = 0. x 3 + y 3 = 0, x = y. Now substitute back into one of the equations to get 4x 3 8x = 0, x 3 2x = 0, x(x 2 2) = 0. This implies there are three stationary points at (0, 0), (+ 2, 2) and ( 2, + 2). Now to test their nature we need the second derivatives. 2 f x 2 = 12x2 4, 2 f 2 = 12y2 4, 2 f x = 4. Thus, we calculate = f xx f yy (f xy ) 2 = (12x 2 4) (12y 2 4) ( 4) 2 at each of the stationary points.

11 5.4. MAXIMA AND MINIMA SUBJECT TO A CONSTRAINT: LAGRANGE MULTIPLIERS75 At (+ 2, 2), = (24 4) (24 4) 16 > 0 and f xx = 20 > 0 and so this is a minimum. At ( (2), + 2), = (24 4) (24 4) 16 > 0 and f xx = 20 > 0 and so this is again a minimum. At the origin (0, 0), = ( 4) ( 4) 16 = 0. In this case the test is inconclusive and further analysis is needed. If we assume that x and y are small, then terms like x 4 and y 4 are small and can be neglected when compared to squared terms like 2(x y) 2. Thus, provided that this term does not vanish, namely when x = y, we have f(x, y) f(0, 0) = 2(x y) 2 < 0. However, if we choose a path such that x = y, then f(x, y) f(0, 0) = x 4 + x 4 > 0. Since f(x, y) f(0, 0) changes sign depending on the particular path chosen near the stationary point we conclude that (0, 0) is a saddle point. 5.4 Maxima and Minima subject to a constraint: Lagrange Multipliers There are many problems where we need to maximise or minimise a function subject to some kind of constraint. Examples are: maximise the profit for some given costs, maximise the distance travelled for a given amount of fuel, minimise the surface area for a given enclosed volume and so on. Two examples will illustrate these types of problems. Then we will discuss the method of Lagrange Multipliers when the standard approach cannot be used. Example 5.6 Minimise f(x, y) = x 2 + y 2 subject to y = x + 1. Here y = x + 1 is the constraint and so we simply substitute this constraint directly into the function. Hence, f(x, y(x)) = x 2 + ( x + 1) 2 = x 2 + x 2 2x + 1 = 2x 2 2x + 1. This is simply a function of one variable and we may find the turning point by simple differentiation. ( ) df = 4x 2 = 0, x = 1 dx 2. y= x+1 From the constraint, y = x + 1 = = 1 2. The function evaluated at this turning point is f(1/2, 1/2) = ( 1 2 )2 + ( 1 2 )2 = 1 2. It is clear (from f (x) = 4 > 0) that this is a minimum.

12 76 CHAPTER 5. TAYLOR SERIES AND STATIONARY POINTS Example 5.7 Minimise f(x, y, z) = x 2 + 2y 2 + z subject to the constraint x + y 2 z = 0. To progress we substitute for z to get a function of two variables. Thus, f(x, y, z(x, y)) = f(x, y) = x 2 + 2y 2 + (x + y 2 ) = x 2 + x + 3y 2. To locate the stationary point, we evaluate the first derivatives, Therefore, = 2x + 1 = 0, x Now we calculate at ( 1/2, 0). and x = 1 2, y = 0. = f xx f yy (f xy ) 2, = 6y = 0. f xx = 2, f yy = 6, f xy = 0. Thus, = 2 6 = 12 > 0 and 2 f/ x 2 = 2 > 0, so ( 1/2, 0) is a minimum. Note that substitution is not always possible. Also the constrained functions may be a function of several variables. For such cases we need another method and use a Lagrange Multiplier that is denoted by λ. This method determines the stationary points but not their nature. Suppose we wish to find the stationary points of f(x, y, z) subject to a constraint, g(x, y, z) = 0. We define the function F (x, y, z, λ), F (x, y, z, λ) = f(x, y, z) λg(x, y, z). (5.7) λ is the Lagrange multiplier. If the constraint g(x, y, z) = 0 is satisfied, then the maximum/minimum of F will coincide with those of the constrained f. To locate the stationary points of F we need to locate the zeros of the first derivatives. Thus, x z λ = x λ g x = 0 = λ g = z λ g z = g(x, y, z) = 0 Note that these equations can also be written in a vector form as To apply the method we f = λ g, g(x, y, z) = 0.

13 5.4. MAXIMA AND MINIMA SUBJECT TO A CONSTRAINT: LAGRANGE MULTIPLIERS77 1. Add an unknown multiple ( λ) of the constraint g to f, then set the partial derivatives of (f λg) with respect to x, y and z to zero. This gives three equations. 2. Use the above 3 equations together with the constraint g(x, y, z) = 0 to find x, y, z and λ. The method can be generalised for more variables and more constraints. Example 5.8 Consider our first example again, where f(x, y) = x 2 +y 2 and g(x, y) = x+y 1. Define, F = x 2 + y 2 λ(x + y 1). The first derivatives become x = 2x λ, = 2y λ, λ = (x + y 1). and setting them equal to zero gives x = λ 2, y = λ 2, x + y = 1. Substituting for x and y in terms of λ in the last equation gives, Hence, x + y = 1, λ 2 + λ 2 = λ = 1. x = 1 2, y = 1 2, f = = 1 2 Consider the two variable case. Why does f = λ g maximise/minimise f(x, y) along the path g(x, y) = 0? This is illustrated in Figures 5.4 and 5.5. If f, subject to g = 0 has a max/min at (x 0 ), y 0 ), then (df/ds) x0,y 0 = 0 there, where ( ) df = [( f) û] ds = 0. (x0,y 0) (x 0,y 0) Thus, û(x 0, y 0 ) is perpendicular to ( f) (x0,y 0 ). From above, û is perpendicular to g. Therefore, f and g are parallel at (x 0, y 0 ). Thus, f = λ g. Physically, following a path defined by g = 0 we would walk uphill and then downhill. However, we would walk parallel to a contour at the changeover between up and down.

14 78 CHAPTER 5. TAYLOR SERIES AND STATIONARY POINTS Figure 5.4: (a) Contours of constant f are shown as circles with the maximum value at f 3. (b) The path g(x, y) = 0 and the neighbouring contour g = g 1. Example 5.9 Find the stationary points of f(x, y, z) = x + y + z, on a sphere of radius 5 centred on the origin. Thus, the constraint is g(x, y, z) = x 2 + y 2 + z 2 25 = 0. The modified function with the Lagrange multiplier is F (x, y, z, λ) = f λg = x + y + z λ ( x 2 + y 2 + z 2 25 ). The first derivatives can calculated and set equal to zero to locate the stationary points. x = 1 2λx, x = 1 2λ, = 1 2λy, y = 1 2λ,

15 5.4. MAXIMA AND MINIMA SUBJECT TO A CONSTRAINT: LAGRANGE MULTIPLIERS79 Figure 5.5: Combining the path g = 0 with the contours of constant f. The dashed contour gives the max/min contour of the constrained f. z λ = 1 2λz, z = 1 2λ, = g = ( x 2 + y 2 + z 2 25 ) = 0. Substitute in the values for x, y and z into the last equation to get ( 1 4λ λ ) ( ) 3 4λ 2 25 = 4λ 2 25 = 0. Solving for λ gives λ 2 = , λ = ± 10. So there are two stationary points. We have λ = + 3/10, so that (x, y, z) = (5/ 3, 5/ 3, 5/ 3) and f = 5 3. λ = 3/10, so that (x, y, z) = ( 5/ 3, 5/ 3, 5/ 3) and f = 5 3. To determine the nature of the stationary points we need to continue carefully. Setting x = 5/ 3 + x1 and y = 5/ 3 + y1, we can substitute this into the

16 80 CHAPTER 5. TAYLOR SERIES AND STATIONARY POINTS constraint. Then, we find that z = + 25 ( x1) 2 ( y1) 2. This may be simplified and expanded in a Taylor series of two variables for small values of x1 and y1 to give z = (x1 + y1) x1 2 y = (x1 + y1) x1 2 y1 2 3 = (x1 + y1) 3 25 (x12 + y1 2 ) = 5 3 (1 3 5 (x1 + y1) 3 50 (x12 + y1 2 ) 1 ) 3 8 (2 5 )2 (x1 + y1) 2 +. So we may express z as the value at the stationary point plus a correction due to the value of x1 and y1. Note that we used the binomial expansion of 1 + x = 1 + x/2 x 2 /8 +. Hence, substituting x = 5/ 3 + x1 and y = 5/ 3 + y1 into f gives f = 5 + x y1 5 3 (x1 + y1) (x12 + y1 2 ) (x1 + y1)2. Simplifying gives f = (x12 + y1 2 ) (x1 + y1)2. Thus, it is clear the this stationary point corresponds to a maximum. Similarly, we may show that (x, y, z) = ( 5/ 3, 5/ 3, 5/ 3) corresponds to a minimum. Example 5.10 What is the maximum area of a rectangle enclosed by the x and y axes and the curve (an ellipse) x 2 /a 2 + y 2 /b 2 = 1? This is illustrated in Figure 5.6. The area is given by f(x, Y ) = XY, and the values of X and Y are constrained by X 2 a 2 + Y 2 b 2 = 1.

17 5.4. MAXIMA AND MINIMA SUBJECT TO A CONSTRAINT: LAGRANGE MULTIPLIERS81 Figure 5.6: The area of the rectangle is shaded. The curve is the ellipse. So we choose Hence, g(x, Y ) = X2 a 2 + Y 2 b 2 1. ( X 2 F (X, Y, λ) = XY λ a 2 + Y 2 ) b 2 1. Now form all the first derivatives and set equal to zero. X = Y 2λX a 2 = 0, Y = 2λ a 2 X (5.8) = X 2λY Y b 2 = 0, X = 2λ b 2 Y (5.9) ( X 2 = λ a 2 + Y 2 ) b 2 1 = 0. (5.10) (5.8) and (5.9) give Y = 2λ a 2 2λ b 2 Y. Dividing by Y and solving for λ gives λ = ± ab 2. (5.11)

18 82 CHAPTER 5. TAYLOR SERIES AND STATIONARY POINTS (5.8) and (5.11) Y = 2 ( a 2 X ± ab ). 2 However, both X and Y must be positive and so we discard the negative sign. Thus, Y = b X. a (5.12) (5.10) and (5.12) give X 2 a ( b 2 X 2 ) b 2 a 2 = 1, 2 X2 a 2 = 1, X = a. 2 (5.13) Finally, (5.12) and (5.13) give Y = b ( ) a, a 2 Y = b. 2 Therefore, the maximum area is XY = ab 2.

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

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

Let f(x) = x, but the domain of f is the interval 0 x 1. Note

Let f(x) = x, but the domain of f is the interval 0 x 1. Note I.g Maximum and Minimum. Lagrange Multipliers Recall: Suppose we are given y = f(x). We recall that the maximum/minimum points occur at the following points: (1) where f = 0; (2) where f does not exist;

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

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 Partial differentiation and the chain rule

1 Partial differentiation and the chain rule 1 Partial differentiation and the chain rule In this section we review and discuss certain notations and relations involving partial derivatives. The more general case can be illustrated by considering

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

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

Multivariable Calculus and Matrix Algebra-Summer 2017

Multivariable Calculus and Matrix Algebra-Summer 2017 Multivariable Calculus and Matrix Algebra-Summer 017 Homework 4 Solutions Note that the solutions below are for the latest version of the problems posted. For those of you who worked on an earlier version

More information

MATH H53 : Final exam

MATH H53 : Final exam MATH H53 : Final exam 11 May, 18 Name: You have 18 minutes to answer the questions. Use of calculators or any electronic items is not permitted. Answer the questions in the space provided. If you run out

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

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

12.1 Taylor Polynomials In Two-Dimensions: Nonlinear Approximations of F(x,y) Polynomials in Two-Variables. Taylor Polynomials and Approximations. Week 12 Lecture Overheads Math2080 Week 12 Page 1 12.1 Taylor Polynomials In Two-Dimensions: Nonlinear Approximations of F(x,y) Polynomials in Two-Variables. Taylor Polynomials and Approximations. 12.2

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

ISE I Brief Lecture Notes

ISE I Brief Lecture Notes ISE I Brief Lecture Notes 1 Partial Differentiation 1.1 Definitions Let f(x, y) be a function of two variables. The partial derivative f/ x is the function obtained by differentiating f with respect to

More information

Math 265H: Calculus III Practice Midterm II: Fall 2014

Math 265H: Calculus III Practice Midterm II: Fall 2014 Name: Section #: Math 65H: alculus III Practice Midterm II: Fall 14 Instructions: This exam has 7 problems. The number of points awarded for each question is indicated in the problem. Answer each question

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

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

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

REVIEW OF DIFFERENTIAL CALCULUS

REVIEW OF DIFFERENTIAL CALCULUS REVIEW OF DIFFERENTIAL CALCULUS DONU ARAPURA 1. Limits and continuity To simplify the statements, we will often stick to two variables, but everything holds with any number of variables. Let f(x, y) be

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

4 Partial Differentiation

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

More information

SOLUTIONS TO THE FINAL EXAM. December 14, 2010, 9:00am-12:00 (3 hours)

SOLUTIONS TO THE FINAL EXAM. December 14, 2010, 9:00am-12:00 (3 hours) SOLUTIONS TO THE 18.02 FINAL EXAM BJORN POONEN December 14, 2010, 9:00am-12:00 (3 hours) 1) For each of (a)-(e) below: If the statement is true, write TRUE. If the statement is false, write FALSE. (Please

More information

ENGI Partial Differentiation Page y f x

ENGI Partial Differentiation Page y f x ENGI 3424 4 Partial Differentiation Page 4-01 4. Partial Differentiation For functions of one variable, be found unambiguously by differentiation: y f x, the rate of change of the dependent variable can

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

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

Chapter 4. Several-variable calculus. 4.1 Derivatives of Functions of Several Variables Functions of Several Variables

Chapter 4. Several-variable calculus. 4.1 Derivatives of Functions of Several Variables Functions of Several Variables Chapter 4 Several-variable calculus 4.1 Derivatives of Functions of Several Variables 4.1.1 Functions of Several Variables ² A function f of n variables (x 1,x 2,...,x n ) in R n is an entity that operates

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

Chapter 4: Partial differentiation

Chapter 4: Partial differentiation Chapter 4: Partial differentiation It is generally the case that derivatives are introduced in terms of functions of a single variable. For example, y = f (x), then dy dx = df dx = f. However, most of

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

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

Directional Derivative and the Gradient Operator

Directional Derivative and the Gradient Operator Chapter 4 Directional Derivative and the Gradient Operator The equation z = f(x, y) defines a surface in 3 dimensions. We can write this as z f(x, y) = 0, or g(x, y, z) = 0, where g(x, y, z) = z f(x, y).

More information

Link lecture - Lagrange Multipliers

Link lecture - Lagrange Multipliers Link lecture - Lagrange Multipliers Lagrange multipliers provide a method for finding a stationary point of a function, say f(x, y) when the variables are subject to constraints, say of the form g(x, y)

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

Engg. Math. I. Unit-I. Differential Calculus

Engg. Math. I. Unit-I. Differential Calculus Dr. Satish Shukla 1 of 50 Engg. Math. I Unit-I Differential Calculus Syllabus: Limits of functions, continuous functions, uniform continuity, monotone and inverse functions. Differentiable functions, Rolle

More information

Calculus - II Multivariable Calculus. M.Thamban Nair. Department of Mathematics Indian Institute of Technology Madras

Calculus - II Multivariable Calculus. M.Thamban Nair. Department of Mathematics Indian Institute of Technology Madras Calculus - II Multivariable Calculus M.Thamban Nair epartment of Mathematics Indian Institute of Technology Madras February 27 Revised: January 29 Contents Preface v 1 Functions of everal Variables 1 1.1

More information

Calculus III: Practice Final

Calculus III: Practice Final Calculus III: Practice Final Name: Circle one: Section 6 Section 7. Read the problems carefully. Show your work unless asked otherwise. Partial credit will be given for incomplete work. The exam contains

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

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

MA102: Multivariable Calculus

MA102: Multivariable Calculus MA102: Multivariable Calculus Rupam Barman and Shreemayee Bora Department of Mathematics IIT Guwahati Differentiability of f : U R n R m Definition: Let U R n be open. Then f : U R n R m is differentiable

More information

1 Functions of Several Variables Some Examples Level Curves / Contours Functions of More Variables... 6

1 Functions of Several Variables Some Examples Level Curves / Contours Functions of More Variables... 6 Contents 1 Functions of Several Variables 1 1.1 Some Examples.................................. 2 1.2 Level Curves / Contours............................. 4 1.3 Functions of More Variables...........................

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

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

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

Optimization using Calculus. Optimization of Functions of Multiple Variables subject to Equality Constraints

Optimization using Calculus. Optimization of Functions of Multiple Variables subject to Equality Constraints Optimization using Calculus Optimization of Functions of Multiple Variables subject to Equality Constraints 1 Objectives Optimization of functions of multiple variables subjected to equality constraints

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

Lagrange Multipliers

Lagrange Multipliers Lagrange Multipliers 3-15-2018 The method of Lagrange multipliers deals with the problem of finding the maxima and minima of a function subject to a side condition, or constraint. Example. Find graphically

More information

SIMPLE MULTIVARIATE OPTIMIZATION

SIMPLE MULTIVARIATE OPTIMIZATION SIMPLE MULTIVARIATE OPTIMIZATION 1. DEFINITION OF LOCAL MAXIMA AND LOCAL MINIMA 1.1. Functions of variables. Let f(, x ) be defined on a region D in R containing the point (a, b). Then a: f(a, b) is a

More information

Module Two: Differential Calculus(continued) synopsis of results and problems (student copy)

Module Two: Differential Calculus(continued) synopsis of results and problems (student copy) Module Two: Differential Calculus(continued) synopsis of results and problems (student copy) Srikanth K S 1 Syllabus Taylor s and Maclaurin s theorems for function of one variable(statement only)- problems.

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

Math 212-Lecture 8. The chain rule with one independent variable

Math 212-Lecture 8. The chain rule with one independent variable Math 212-Lecture 8 137: The multivariable chain rule The chain rule with one independent variable w = f(x, y) If the particle is moving along a curve x = x(t), y = y(t), then the values that the particle

More information

Lecture 7 - Separable Equations

Lecture 7 - Separable Equations Lecture 7 - Separable Equations Separable equations is a very special type of differential equations where you can separate the terms involving only y on one side of the equation and terms involving only

More information

SOLUTIONS to Problems for Review Chapter 15 McCallum, Hughes, Gleason, et al. ISBN by Vladimir A. Dobrushkin

SOLUTIONS to Problems for Review Chapter 15 McCallum, Hughes, Gleason, et al. ISBN by Vladimir A. Dobrushkin SOLUTIONS to Problems for Review Chapter 1 McCallum, Hughes, Gleason, et al. ISBN 978-0470-118-9 by Vladimir A. Dobrushkin For Exercises 1, find the critical points of the given function and classify them

More information

Classnotes - MA1101. Functions of Several Variables

Classnotes - MA1101. Functions of Several Variables lassnotes - MA111 Functions of Several Variables epartment of Mathematics Indian Institute of Technology Madras This material is only meant for internal use; not to be distributed for commercial purpose.

More information

Optimization: Problem Set Solutions

Optimization: Problem Set Solutions Optimization: Problem Set Solutions Annalisa Molino University of Rome Tor Vergata annalisa.molino@uniroma2.it Fall 20 Compute the maxima minima or saddle points of the following functions a. f(x y) =

More information

Practice Midterm 2 Math 2153

Practice Midterm 2 Math 2153 Practice Midterm 2 Math 23. Decide if the following statements are TRUE or FALSE and circle your answer. You do NOT need to justify your answers. (a) ( point) If both partial derivatives f x and f y exist

More information

Study Guide/Practice Exam 3

Study Guide/Practice Exam 3 Study Guide/Practice Exam 3 This study guide/practice exam covers only the material since exam. The final exam, however, is cumulative so you should be sure to thoroughly study earlier material. The distribution

More information

4.1 Analysis of functions I: Increase, decrease and concavity

4.1 Analysis of functions I: Increase, decrease and concavity 4.1 Analysis of functions I: Increase, decrease and concavity Definition Let f be defined on an interval and let x 1 and x 2 denote points in that interval. a) f is said to be increasing on the interval

More information

7a3 2. (c) πa 3 (d) πa 3 (e) πa3

7a3 2. (c) πa 3 (d) πa 3 (e) πa3 1.(6pts) Find the integral x, y, z d S where H is the part of the upper hemisphere of H x 2 + y 2 + z 2 = a 2 above the plane z = a and the normal points up. ( 2 π ) Useful Facts: cos = 1 and ds = ±a sin

More information

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text.

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text. Math 275, section 002 (Ultman) Spring 2011 MIDTERM 2 REVIEW The second midterm will be held in class (1:40 2:30pm) on Friday 11 March. You will be allowed one half of one side of an 8.5 11 sheet of paper

More information

MATH 105: PRACTICE PROBLEMS FOR CHAPTER 3: SPRING 2010

MATH 105: PRACTICE PROBLEMS FOR CHAPTER 3: SPRING 2010 MATH 105: PRACTICE PROBLEMS FOR CHAPTER 3: SPRING 010 INSTRUCTOR: STEVEN MILLER (SJM1@WILLIAMS.EDU Question 1 : Compute the partial derivatives of order 1 order for: (1 f(x, y, z = e x+y cos(x sin(y. Solution:

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

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

APPM 2350 FINAL EXAM FALL 2017

APPM 2350 FINAL EXAM FALL 2017 APPM 25 FINAL EXAM FALL 27. ( points) Determine the absolute maximum and minimum values of the function f(x, y) = 2 6x 4y + 4x 2 + y. Be sure to clearly give both the locations and values of the absolute

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

Math 210, Final Exam, Spring 2010 Problem 1 Solution

Math 210, Final Exam, Spring 2010 Problem 1 Solution Problem Solution. The position vector r (t) t3î+8tĵ+3t ˆk, t describes the motion of a particle. (a) Find the position at time t. (b) Find the velocity at time t. (c) Find the acceleration at time t. (d)

More information

b) The system of ODE s d x = v(x) in U. (2) dt

b) The system of ODE s d x = v(x) in U. (2) dt How to solve linear and quasilinear first order partial differential equations This text contains a sketch about how to solve linear and quasilinear first order PDEs and should prepare you for the general

More information

MATH 228: Calculus III (FALL 2016) Sample Problems for FINAL EXAM SOLUTIONS

MATH 228: Calculus III (FALL 2016) Sample Problems for FINAL EXAM SOLUTIONS MATH 228: Calculus III (FALL 216) Sample Problems for FINAL EXAM SOLUTIONS MATH 228 Page 2 Problem 1. (2pts) Evaluate the line integral C xy dx + (x + y) dy along the parabola y x2 from ( 1, 1) to (2,

More information

Second Order ODEs. Second Order ODEs. In general second order ODEs contain terms involving y, dy But here only consider equations of the form

Second Order ODEs. Second Order ODEs. In general second order ODEs contain terms involving y, dy But here only consider equations of the form Second Order ODEs Second Order ODEs In general second order ODEs contain terms involving y, dy But here only consider equations of the form A d2 y dx 2 + B dy dx + Cy = 0 dx, d2 y dx 2 and F(x). where

More information

APPLICATION OF DERIVATIVES

APPLICATION OF DERIVATIVES 94 APPLICATION OF DERIVATIVES Chapter 6 With the Calculus as a key, Mathematics can be successfully applied to the explanation of the course of Nature. WHITEHEAD 6. Introduction In Chapter 5, we have learnt

More information

3. Minimization with constraints Problem III. Minimize f(x) in R n given that x satisfies the equality constraints. g j (x) = c j, j = 1,...

3. Minimization with constraints Problem III. Minimize f(x) in R n given that x satisfies the equality constraints. g j (x) = c j, j = 1,... 3. Minimization with constraints Problem III. Minimize f(x) in R n given that x satisfies the equality constraints g j (x) = c j, j = 1,..., m < n, where c 1,..., c m are given numbers. Theorem 3.1. Let

More information

Review for Exam 1. (a) Find an equation of the line through the point ( 2, 4, 10) and parallel to the vector

Review for Exam 1. (a) Find an equation of the line through the point ( 2, 4, 10) and parallel to the vector Calculus 3 Lia Vas Review for Exam 1 1. Surfaces. Describe the following surfaces. (a) x + y = 9 (b) x + y + z = 4 (c) z = 1 (d) x + 3y + z = 6 (e) z = x + y (f) z = x + y. Review of Vectors. (a) Let a

More information

154 Chapter 9 Hints, Answers, and Solutions The particular trajectories are highlighted in the phase portraits below.

154 Chapter 9 Hints, Answers, and Solutions The particular trajectories are highlighted in the phase portraits below. 54 Chapter 9 Hints, Answers, and Solutions 9. The Phase Plane 9.. 4. The particular trajectories are highlighted in the phase portraits below... 3. 4. 9..5. Shown below is one possibility with x(t) and

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

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

Differentiation. 1. What is a Derivative? CHAPTER 5

Differentiation. 1. What is a Derivative? CHAPTER 5 CHAPTER 5 Differentiation Differentiation is a technique that enables us to find out how a function changes when its argument changes It is an essential tool in economics If you have done A-level maths,

More information

x + ye z2 + ze y2, y + xe z2 + ze x2, z and where T is the

x + ye z2 + ze y2, y + xe z2 + ze x2, z and where T is the 1.(8pts) Find F ds where F = x + ye z + ze y, y + xe z + ze x, z and where T is the T surface in the pictures. (The two pictures are two views of the same surface.) The boundary of T is the unit circle

More information

Contents. 2 Partial Derivatives. 2.1 Limits and Continuity. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v. 2.

Contents. 2 Partial Derivatives. 2.1 Limits and Continuity. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v. 2. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v 260) Contents 2 Partial Derivatives 1 21 Limits and Continuity 1 22 Partial Derivatives 5 23 Directional Derivatives and the Gradient

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

Math 2413 General Review for Calculus Last Updated 02/23/2016

Math 2413 General Review for Calculus Last Updated 02/23/2016 Math 243 General Review for Calculus Last Updated 02/23/206 Find the average velocity of the function over the given interval.. y = 6x 3-5x 2-8, [-8, ] Find the slope of the curve for the given value of

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

MATH20411 PDEs and Vector Calculus B

MATH20411 PDEs and Vector Calculus B MATH2411 PDEs and Vector Calculus B Dr Stefan Güttel Acknowledgement The lecture notes and other course materials are based on notes provided by Dr Catherine Powell. SECTION 1: Introctory Material MATH2411

More information

Sample Questions Exam II, FS2009 Paulette Saab Calculators are neither needed nor allowed.

Sample Questions Exam II, FS2009 Paulette Saab Calculators are neither needed nor allowed. Sample Questions Exam II, FS2009 Paulette Saab Calculators are neither needed nor allowed. Part A: (SHORT ANSWER QUESTIONS) Do the following problems. Write the answer in the space provided. Only the answers

More information

Calculus of Variations Summer Term 2014

Calculus of Variations Summer Term 2014 Calculus of Variations Summer Term 2014 Lecture 5 7. Mai 2014 c Daria Apushkinskaya 2014 () Calculus of variations lecture 5 7. Mai 2014 1 / 25 Purpose of Lesson Purpose of Lesson: To discuss catenary

More information

MTH4101 Calculus II. Carl Murray School of Mathematical Sciences Queen Mary University of London Spring Lecture Notes

MTH4101 Calculus II. Carl Murray School of Mathematical Sciences Queen Mary University of London Spring Lecture Notes MTH40 Calculus II Carl Murray School of Mathematical Sciences Queen Mary University of London Spring 20 Lecture Notes Complex Numbers. Introduction We have already met several types of numbers. Natural

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

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

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

Optimality Conditions

Optimality Conditions Chapter 2 Optimality Conditions 2.1 Global and Local Minima for Unconstrained Problems When a minimization problem does not have any constraints, the problem is to find the minimum of the objective function.

More information

Calculus Example Exam Solutions

Calculus Example Exam Solutions Calculus Example Exam Solutions. Limits (8 points, 6 each) Evaluate the following limits: p x 2 (a) lim x 4 We compute as follows: lim p x 2 x 4 p p x 2 x +2 x 4 p x +2 x 4 (x 4)( p x + 2) p x +2 = p 4+2

More information

Properties of surfaces II: Second moment of area

Properties of surfaces II: Second moment of area Properties of surfaces II: Second moment of area Just as we have discussing first moment of an area and its relation with problems in mechanics, we will now describe second moment and product of area of

More information

MAXIMA, MINIMA AND POINTS OF INFLEXION

MAXIMA, MINIMA AND POINTS OF INFLEXION Page of 8 MAXIMA, MINIMA AND POINTS OF INFLEXION Introduction 0 M Q S f( x) P I I R I I T 5 7 a 0 b x The diagram shows the graph of y domain a x b. The points Q and S are called local maxima. The points

More information

II. An Application of Derivatives: Optimization

II. An Application of Derivatives: Optimization Anne Sibert Autumn 2013 II. An Application of Derivatives: Optimization In this section we consider an important application of derivatives: finding the minimum and maximum points. This has important applications

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

Direction of maximum decrease = P

Direction of maximum decrease = P APPM 35 FINAL EXAM PING 15 INTUTION: Electronic devices, books, and crib sheets are not permitted. Write your name and your instructor s name on the front of your bluebook. Work all problems. how your

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

Calculus 2502A - Advanced Calculus I Fall : Local minima and maxima

Calculus 2502A - Advanced Calculus I Fall : Local minima and maxima Calculus 50A - Advanced Calculus I Fall 014 14.7: Local minima and maxima Martin Frankland November 17, 014 In these notes, we discuss the problem of finding the local minima and maxima of a function.

More information

25. Chain Rule. Now, f is a function of t only. Expand by multiplication:

25. Chain Rule. Now, f is a function of t only. Expand by multiplication: 25. Chain Rule The Chain Rule is present in all differentiation. If z = f(x, y) represents a two-variable function, then it is plausible to consider the cases when x and y may be functions of other variable(s).

More information

ARNOLD PIZER rochester problib from CVS Summer 2003

ARNOLD PIZER rochester problib from CVS Summer 2003 WeBWorK assignment VmultivariableFunctions due 3/3/08 at 2:00 AM.( pt) setvmultivariablefunctions/ur VC 5.pg Match the surfaces with the verbal description of the level curves by placing the letter of

More information

Mathematics 205 HWK 18 Solutions Section 15.3 p725

Mathematics 205 HWK 18 Solutions Section 15.3 p725 Mathematics 205 HWK 18 Solutions Section 15.3 p725 Problem 3, 15.3, p725. Use Lagrange multipliers to find the maximum and minimum values, if they exist, of f(x, y) = 3x 2y subject to the constraint x

More information

MIDTERM EXAMINATION. Spring MTH301- Calculus II (Session - 3)

MIDTERM EXAMINATION. Spring MTH301- Calculus II (Session - 3) ASSALAM O ALAIKUM All Dear fellows ALL IN ONE MTH3 Calculus II Midterm solved papers Created BY Ali Shah From Sahiwal BSCS th semester alaoudin.bukhari@gmail.com Remember me in your prayers MIDTERM EXAMINATION

More information