4 Partial Differentiation

Size: px
Start display at page:

Download "4 Partial Differentiation"

Transcription

1 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 gives the relationship between pressure (P), volume (V ) and temperature (T). If we vary any two of these then the behaviour of the third can be calculated: P = nrt V, V = nrt P, T = PV nr. How P varies as we change T and V is easy to see from the above, but we want to adapt the tools of one-variable calculus to help us investigate functions of more than one variable. For the most part we shall concentrate on functions of two variables such as z = x 2 + y 2 or z = xsin(y + e x ). Graphically z = f(x, y) describes a surface in 3D space varying the x- and y-coordinates gives the z-coordinate, producing the surface: z 15 z 0 = f(x 0, y 0 ) 10 x (x 0, y 0 ) y 2 x 00 y 2 One task of interest will be to maximise or minimise such functions, where we may have to take into account limitations on the domain of definition, i.e. those points (x, y) for which we calculate z = f(x, y). Restrictions on the domain can come from both mathematical and physical reasons. For example above the function T = PV nr makes mathematical sense for negative P or V, but, physically, negative pressure or volume has no obvious meaning. Exercise 4.1. What is the domain of the function z = f(x, y) = 1 x 2 y 2? Consider the function z = ln(x + y). From its definition we see that it is defined only when x + y > 0, that is only for points (x, y) R 2 lying above the line y = x. Moreover on any line x + y = a for a > 0 we have z = lna, that is z maintains a constant value, so we have a contour line of the surface: 59

2 y x x + y = a x + y = 0 Note also that on any line with equation y = mx + c for constants m 1 and c, we have z = ln ( (m + 1)x + c ) = ln ( x + c/(m + 1) ) + ln(m + 1) for all x > c/(m + 1), so that we get a copy of the graph of the logarithm curve when not travelling parallel to the lines of constancy. For example on y = x, z = ln(2x) = lnx + ln 2. As another example, consider the function z = x 2 +y 2. If we choose a positive value for z, for example z = 4, then the points (x, y) that can give rise to this value are those satisfying x 2 + y 2 = 4 = 2 2, i.e. those on the circle centred on the origin of radius 2. On the other hand if we fix a value for x, for example x = 0, then we have z = y 2. If we fix x = 1 then z = y Both of these are parabolas, and indeed fixing any value of x produces such a curve. Symmetrically, fixing a value for y also produces a parabola, e.g. z = x 2 + ( 3) 2 = x Note that at (x, y) = (0, 0), z = 0, but if x 0 or y 0, then x 2 > 0 or y 2 > 0, and it follows that z > 0. Thus the minimum value taken by this function is z = 0, at the origin. This contrasts with our earlier example z = ln(x + y) where if we move along y = x we have z = ln(2x) = lnx + ln 2, which diverges to as x 0, and diverges to + as x +. Thus there is no overall maximum or minimum value. Unfortunately in general it is harder to picture what is happening with less simple multivariable functions, such as z = sin(x 2 + y) + e xy. One useful technique illustrated above for z = x 2 + y 2 is to hold either x or y constant. For example consider z = x 2 (1 y) xy 2 + y 3. Setting x = 0 gives and setting x = 1 gives z = y 3 dz dy = 3y2, z = y 3 y 2 y + 1 = (y 1) 2 (y + 1) dz dy = 3y2 2y 1 = (y 1)(3y + 1). On the other hand if y = 2 then z = 3x 2 4x 8 dz = 6x 4 = 2(3x 2). dx 60

3 All of these slices through the surface give us an insight into the behaviour of the function: z z z y y x z = y 3 z = y 3 y 2 y + 1 z = 3x 2 4x Definition of partial derivatives Suppose that z = f(x, y) is a function of two variables. We define partial derivatives taken with respect to x and with respect to y by: x = lim h 0 f(x + h, y) f(x, y), h y = lim k 0 f(x, y + k) f(x, y), k whenever these limits exist. These definitions mirror those for the one variable case. For x we are holding the value of y fixed, altering x by a small amount h to get the point (x+h, y), and calculating the slopes of straight line approximations to the tangent in the x-direction. Similarly calculating involves holding x fixed and finding the limit of approximations to y the tangent in the y-direction. Applying this definition to the function z = x 2 (1 y) xy 2 + y 3 above we have [ (x + h) 2 x = lim (1 y) (x + h)y 2 + y 3] [ x 2 (1 y) xy 2 + y 3] h 0 h (2xh + h 2 )(1 y) hy 2 = lim h 0 h [ = lim (2x + h)(1 y) y 2 ] = 2x(1 y) y 2, h 0 and this limit exists at all points (x, y) in the plane. A similar calculation shows that y = x2 2xy + 3y 2. 61

4 Definition of partial derivatives However, in practice it is rarely necessary to go back to the definitions as we did above. Indeed, since all we are doing is holding one variable fixed, we can treat this variable as a constant in our calculations. For example if z = x 2 + xy 5 6x 3 y + y 4 then Similarly, x = d dx (x2 ) + y 5 d d (x) 6y dx dx (x3 ) + y 4 d dx (1) = 2x + y 5 1 6y 3x 2 + y 4 0 = 2x + y 5 18x 2 y. y = d x2 dy (1) + x d dy (y5 ) 6x 3 d dy (y) + d dy (y4 ) = x x 5y 4 6x y 3 = 5xy 4 6x 3 + 4y 3. Using this technique we can make use of known results from one-variable theory such as the product and quotient rules, and the chain rule if we are considering a function of one variable. (The general chain rule for partial derivatives is a little more complicated.) For example if z = sin(xy)e x+y then x = ( ) sin(xy) e x+y + sin(xy) x x ex+y Product rule = cos(xy) x (xy) ex+y + sin(xy) e x+y (x + y) x Chain rule 2 = y cos(xy)e x+y + sin(xy)e x+y A similar calculation shows that y = xcos(xy)ex+y + sin(xy)e x+y Alternative notations If z = f(x, y), then x is often written as f x(x, y), and y as f y(x, y). A further alternative is to write these as f 1 (x, y) and f 2 (x, y) respectively, where the number indicates whether the derivative is being taken with respect to the first or second variable. Exercise 4.2. For which points (x, y) is the function z = ln(y x 2 ) + sin(x + y 2 ) defined? Sketch the domain of definition. Calculate and x y. 62

5 Exercise 4.3 (S03 6(ai)). Compute x and y when z = x2 y + 3xsin(x 2y) Functions of more variables We can extend the notion of partial derivatives to functions of any (finite) number of variables in a natural way. For example if w = sin(x + y) + z 2 e x then w = cos(x + y) (x + y) + z2 x x x ex = cos(x + y) + z 2 e x w y = cos(x + y) (x + y) + 0 = cos(x + y) y w = 0 + (z2 )e x = 2ze x. The geometrical significance of such functions is not so immediate as for functions of only two variables. 4.2 Tangent planes By holding one variable fixed in the definition of partial derivatives, for example setting y = b, we are taking a surface z = f(x, y), intersecting it with the plane y = b, and then taking derivatives of the resulting curve in this plane: z 1 f x (a, b) a x For one-variable calculus we are interested in approximating a function y = f(x) by finding 63

6 Tangent planes a tangent line to the curve at some point ( a, f(a) ). For two variables the appropriate object is the tangent plane. n t y t x By taking partial derivatives in the orthogonal directions corresponding to the x- and y-axes we can produce vectors that are in the direction of the tangent lines to the two curves obtained by intersecting the surface with the planes x = a and y = b. In particular the tangent plane at the point ( a, b, f(a, b) ) contains this point, and should contain the two tangent lines through this point in the directions specified by the vectors obtained from these partial derivatives. In the plane y = b a tangent vector is t x = ( 1, 0, f x (a, b) ), and in the plane x = a a tangent vector is t y = ( 0, 1, f y (a, b) ). Both of these vectors lie in the plane, hence their vector product n = t x t y is a normal vector to the plane: i j k n = t x t y = 1 0 f x (a, b) 0 1 f y (a, b) = ( f x (a, b), f y (a, b), 1 ), and so the tangent plane has equation [ (x, y, z) ( a, b, f(a, b) )]. ( f x (a, b), f y (a, b), 1 ) = 0 f x (a, b)(x a) f y (a, b)(y b) + z f(a, b) = 0 z = f(a, b) + f x (a, b)(x a) + f y (a, b)(y b) This function of x and y is also known as the linearisation of z = f(x, y) at the point (a, b). Exercise 4.4 (A04 8(b)). Find the equation of the tangent plane and the normal line to the surface z = x 2 y 3 sin ( πx + π 2 y) at the point (2, 1). Find the intersection of this normal line with the (x, y)-plane. 64

7 Exercise 4.5 (S03 6(b)). Find the equation of the tangent plane to the surface z = f(x, y) = 8 3x2 y 2 at the point (1, 2, 1). Write down the linear approximation to f(x, y) at (1, 2) and use it to find an approximate value for f(1.05, 1.95). Exercise 4.6. Find the tangent planes to the surface z = f(x, y) = 3xy + x + y 2 at (1, 0) and at ( 1, 2). Find the line of intersection of these two planes. 65

8 Higher order derivatives Example 4.7. Find the tangent plane to the surface at the point (3, 1, e 6 + 1). Since z = e 2xy + tan x = 2ye2xy + π 16 z = e 2xy + tan π(x + y), we have 16 π(x + y) sec2, 16 π(x + y) 16 So when x = 3 and y = 1, z = e 6 + tan π 4 = e6 + 1 and y = 2xe2xy + π 16 π(x + y) sec2. 16 x = 2e6 + π 1 16 (1/ 2) = 2 2e6 + π 8, y = 6e6 + π 1 16 (1/ 2) = 2 6e6 + π 8 So the tangent plane has equation ( z = e e 6 + π ) ( (x 3) + 6e 6 + π ) (y 1). 8 8 Example 4.8 (S05 8(c)). Find the equation of the tangent plane to the surface with equation z = y cos(x y) at the point (2, 2, 2). Taking partial derivatives of z we get = y sin(x y) (x y) = y sin(x y), and x x y = cos(x y) y sin(x y) (x y) = cos(x y) + y sin(x y). y So at (2, 2, 2) we have = 2 sin0 = 0, and = cos0 + 2 sin0 = 1. Thus the tangent x y plane is z = (x 2) + 1 (y 2) z = y. 4.3 Higher order derivatives Suppose z = xsin y + x 2 y. Then x = siny + 2xy and y = xcos y + x2. Both of these partial derivatives are again functions of x and y, so we can differentiate both of them, either with respect to x, or with respect to y. This gives us a total of four second order partial derivatives: ( ) ( ) x 2 = x x y = x = 2y, x ) = cosy + 2x, ( y y x = y y 2 = y = cosy + 2x x ) = xsiny. ( y 66

9 Remark. The mixed partial derivatives in this case are equal: y x = 2 z. This is not x y something special about our particular example, but is true for all reasonably well-behaved functions. However it is possible to find functions for which this is not true (examples can be found in calculus text books). In the notation, the order of taking the derivatives is given by reading the variables in x the denominator from right to left. For example 2 z means calculate, then differentiate y x x the result with respect to y. When using the f x or f 1 notations, the convention is the other way the subscripts are read left to right. That is, f xy = (f x ) y, the derivative with respect y of the derivative with respect to x. However, in light of the remark above, these conventions can usually be ignored for most functions, since the results in either order will be the same. For example, if f(x, y) = x 2 + xy 2, then f x (x, y) = 2x + y 2, f y (x, y) = 2xy, and so f xx (x, y) = 2, f xy (x, y) = 2y = f yx (x, y), f yy (x, y) = 2x. Exercise 4.9. Compute all the second order partial derivatives of the function f(x, y) = sin(x + xy). Example Compute x, y and 2 z x 2 when z = x3 y + e x+y2 + y sin x. Since z = x 3 y + e x+y2 + y sin x then x = 3x2 y + e x+y2 + y cosx, and y = x3 + 2ye x+y2 + sin x x 2 = 6xy + ex+y2 y sin x, 67

10 Exercises Example Consider the following function of three variables: f(x, y, z) = x 2 y 3 + sin(x 2 + z) xy z. Find the partial derivatives f x, f y, f yx and f xyz. Since f(x, y, z) = x 2 y 3 + sin(x 2 + z) xy z then f x = 2xy 3 + 2xcos(x 2 + z) y z, f y = 3x 2 y 2 x z, f yx = (f y ) x = 6xy 2 1 z, f xyz = (f xy ) z = (f yx ) z = 1 z Exercises 1. Find the domains of the following functions. Sketch these domains in parts (i) and (iii). (i) f(x, y) = 8 3x 2 y 2 (ii) f(x, y) = sin(x y) + 1 x y 2 (iii) f(x, y) = ln(1 x 2 y 2 ) + x2 + 1 x + y (iv) f(x, y) = sin(x 2 + e xy ) 2. Find all the first order derivatives of the following functions: (i) f(x, y) = x 3 4xy 2 + y 4 (iii) f(x, y) = x 2 sin xy 3y 2 (ii) f(x, y) = x 2 e y 4y (iv) f(x, y, z) = 3xsiny + 4x 3 y 2 z 3. Find the indicated partial derivatives: (i) f(x, y) = x 3 4xy 2 + 3y : (ii) f(x, y) = x 4 3x 2 y 3 + 5y : f xx, f yy, f xy f xx, f xy, f xyy (iii) f(x, y, z) = e 2xy z2 y + xz sin y : f xx, f yy, f yyzz 4. Find the equation of the tangent plane and normal line to the following surfaces at the given point: (i) z = x 2 + y 2 1 at (2, 1, 4) (ii) z = e x2 y 2 at (0, 0, 1) (iii) z = sinxcos y at (0, π, 0) (iv) z = x 3 2xy at ( 2, 3, 4) (v) z = x 2 + y 2 at ( 3, 4, 5) (vi) z = 4x y at (1, 2, 2) 4.5 The Chain Rule For one-variable calculus if y = f(x), i.e. y is a function of x, and if x = x(t), i.e. x is a function of the variable t, then y can be viewed as a function of t, and has derivative dy dt = dy dx dx dt. Suppose instead that z = f(x, y) is a function of two variables, each of which is written in terms of the single variable t. Then we think of z just as a function of t, and differentiate. It depends on the partial derivatives with respect to x and y through the following formula: dz dt = dx x dt + dy y dt 68

11 As an example, suppose z = x 2 xy, and that x = sin t, y = t 2. Then dz dt = dx x dt + dy y dt = (2x y) d dt (sin t) + ( x) d dt (t2 ) = (2 sint t 2 )cost 2t sint. In this case we could avoid use of the chain rule, since direct substitution for x and y gives z = sin 2 t t 2 sin t. But substitution may not always be convenient, or even available. Exercise Suppose z = x 2 y + y 2, where x = cost and y = 1/t. Find dz dt. Exercise The pressure, volume and temperature of an ideal gas are related by the equation PV = 8.31T. Find the rate at which the pressure is changing when the temperature is 300K and increasing at a rate of 0.1Ks 1, and the volume is 100l and increasing at a rate of 0.2ls 1. Example The volume of a right circular cylinder of base radius r and height h is V = πr 2 h. If the radius is decreasing at a rate of 3cms 1 while the height is increasing at a rate of 2cms 1, what is the rate of the change of V when r = 40cm and h = 110cm? Since V = πr 2 h, V r we have, by the chain rule, For the problem we have r = 40, h = 110, dr dt = 2πrh and V h = πr2. So thinking of V as a function of t dv dt = V dr r dt + V dh h dt = 2πrhdr dh + πr2 dt dt. = 3 and dh dt = 2, and so dv dt = 2π ( 3) + π = 23200π cm 3 s 1. 69

12 The Chain Rule Example The voltage V in an electrical circuit is slowly decreasing as the battery wears out. The resistance is slowly increasing as the resistor heats up. Use Ohm s Law V = IR to find how the current I is changing at the moment when R = 400Ω, I = 0.08A, dv dt = 0.01Vs 1 and dr dt = 0.03Ωs 1. From V = IR we get I = V, and so the chain rule gives R di dt = I V = 1 R dv dt + I dr R dt dv dt V dr R 2 dt = 1 R dv dt I dr R dt = ( 0.01) = ( ) = As 1. Now suppose that z = f(x, y), a function of the two variables x and y, and that each of these in turn depend on two variables s and t. Then, viewing z as a function of s and t, we have the two partial derivatives s = x x s + y y s and t = x x t + y y t As an example, suppose that z = xy y 2, and that x = e s+t and y = s t. Then Similarly, s = x x s + y y s = y s (es+t ) + (x 2y) s( s ) t = s ( t es+t + e s+t 2s ) 1 t t = 1 [ (s + 1)te s+t t 2 2s ] t = s t 3 [ t(t 1)e s+t + 2s ]. Exercise If z = e x sin y where x = st 2 and y = s 2 t, find s. Exercise 4.17 (A04 8(c)). Suppose that z = f(u, v) and that the variables u and v depend on x and y through u = x 2 y + y 2 and v = e x cos(πy). If = 4 and = 3 at the point u v (u, v) = (4, 1), find x and y at the corresponding point (x, y) = (0, 2). 70

13 Exercise If g(s, t) = f(s 2 t 2, t 2 s 2 ), and if f has partial derivatives with respect to both variables, show that g satisfies the equation t g s + s g t = 0. In general, if z is a function depending on the m variables x 1, x 2,..., x m, and each of these are defined in terms of the n variables y 1, y 2,..., y n, then we can think of z as a function of the y j, and take n different partial derivatives, which are given by = x 1 + x x m. y j x 1 y j x 2 y j x m y j The previous two formulae given are special cases of this general version of the chain rule. 4.6 Directional derivatives; the gradient operator Given a function z = f(x, y), we have defined the two partial derivatives and x y by making small changes in one variable while holding the other fixed. This amounts to moving a small distance in the (x, y)-plane parallel to one or other of the coordinate axes. This can be generalised by moving in any direction in the (x, y)-plane as specified by a unit vector c = (c, d) (so c 2 + d 2 = 1). The directional derivative of z = f(x, y) at the point r = (a, b) in the direction c is f(a + hc, b + hd) f(a, b) D c f(r) = lim. h 0 h 71

14 Directional derivatives; the gradient operator Particular examples are given by taking c = i = (1, 0) or c = j = (0, 1), the unit vectors in the coordinate directions, since from these we just recover the partial derivatives: f(a + h, b) f(a, b) D i f(r) = lim = f x (r), D j f(r) = f y (r). h 0 h More generally, having fixed a unit vector c and a point r, we are taking the one-variable function g(h) := f(r + hc) = f(a + hc, b + hd), differentiating it, and evaluating at h = 0. Using the chain rule we get d dh g(h) = f x(a + hc, b + hd) d dh (a + hc) + f y(a + hc, b + hd) d (b + hd) dh = cf x (r + hc) + df y (r + hc) for all h R, and so setting h = 0 we get D c f(r) = cf x (r) + df y (r) = (c, d).(f x (r), f y (r)). That is, D c f(r) can be calculated by finding the vector of partial derivatives, evaluating this at the point r, and taking the dot product of the result with the direction vector c. The vector (f x (r), f y (r)) is known as the gradient of f, and is denoted f(r), so that D c f(r) = c. f(r) and so For example, if we take f(x, y) = 4xy x 3 y 2, c = ( 3 5, 4 5 ) and r = (2, 3) then f x (x, y) = 4y 3x 2 y 2 f x (r) = 120, f y (x, y) = 4x 2x 3 y f y (r) = 56, D c f(r) = ( 3 5 5), ( 120, 56) = = Recall that for any two vectors a and b, a.b = a b cos θ, where θ is the angle between these two vectors. Applying this to our formula for directional derivatives, and noting that c = 1, we get D c f(r) = f(r) c cos θ = f(r) cos θ. But 1 cosθ 1, so the directional derivative is maximised if we take θ = 0, when cosθ = 1. That is, if we take c in the same direction as f(r). Alternatively, if we take c in the opposite direction, so that θ = π, and hence cosθ = 1, then D c f(r) = f(r). Exercise Find the directional derivative of f(x, y) = x 3 3xy + 4y 2 in the direction given by the unit vector c at an angle π/6 to the x-axis. What is D c f(1, 2)? 72

15 Exercise If f(x, y) = xe y, find the rate of change at the point P with position vector (2, 0) in the direction from P to the point Q with position vector ( 1 2, 2). In which direction does f have the maximum rate of change? What is this maximum rate of change? Example 4.21 (S05 8(b)). Find the directional derivative of the function f(x, y) = 5xy 2 4x 3 y at the point P = (1, 2) in the direction of the vector (5, 12). What is the maximum rate of decrease of the function at P, and in which direction does this occur? Since = 169 = 13 2, a unit vector in the required direction is c = 1 13 (5, 12). Also, f(x, y) = 5xy 2 4x 3 y f = (5y 2 12x 2 y, 10xy 4x 3 ) and so the directional derivative in the direction of c at P is 1 1 (5, 12). f(1, 2) = (5, 12).(20 24, 20 4) = ( ) = The maximum rate of decrease occurs in the direction of f(1, 2) = (4, 16), and is f(1, 2) = ( 4) = Tangent planes revisited Consider the equation x 2 + y 2 + z 2 = 1. This can be written as r 2 = 1, which is equivalent to r = 1, where r = (x, y, z) is the position of a general point in space. Thus a point satisfies the equation (S) precisely if it is distance 1 from the origin, that is, if it is on the sphere of radius 1 whose centre is the origin. (S) 73

16 Directional derivatives; the gradient operator It is impossible to rearrange this equation to get a single function z = f(x, y), since we have the two possibilities: z = 1 x 2 y 2 and z = 1 x 2 y 2, and note that these only make sense whenever x 2 + y 2 1, that is when the point (x, y) lies in the disc of radius 1 centred on (0, 0) in the (x, y)-plane. Define a function F : R 3 R by F(r) = F(x, y, z) = x 2 + y 2 + z 2. The equation of the sphere is given by F(r) = 1, that is, setting F equal to a constant value. Surfaces generated this way are called the level surfaces of the function F, and provide a more general way of describing surfaces than equations of the form z = f(x, y). Note that if we define F(r) := z f(x, y) then our first type of surface is nothing but the level surface F(r) = 0. Consider now the problem of finding the equation of a tangent plane to such a surface F(r) = k at the point a. To do this imagine a point moving around on the surface. At time t its position vector is r(t) = ( x(t), y(t), z(t) ), and suppose that at time t = 0 it passes through a. That is r(0) = ( x(0), y(0), z(0) ) = a and F ( r(t) ) = k for all t, the second equation following since the point is constrained to lie on the surface. Since the function t F ( r(t) ) is constant, its derivative is 0. But we can also evaluate this using the chain rule, which gives ( )dx(t) ( )dy(t) ( )dz(t) 0 = F x r(t) + F y r(t) + F z r(t) dt dt dt ( ( ) ( ) ( ) ) ( dx(t) = F x r(t), Fy r(t), Fz r(t)., dy(t), dz(t) dt dt dt = F ( r(t) ). dr(t) dt where F is the gradient vector of F made up of its partial derivatives, which is the 3D analogue of f considered above. Putting t = 0 in this equation shows that F(a) is orthogonal to dr(0), which is the tangent vector to the path taken by the point when passing dt through a (i.e. its velocity, when thinking in terms of its motion). Since this is true for any path passing through a, it follows that the vector F(a) must be orthogonal to the surface at this point, and so provides the normal vector for the tangent plane. Hence all points r on the tangent plane at a satisfy the equation (r a). F(a) = 0. ) F dr(t) dt 74

17 For an example consider F(x, y, z) = x 2 + y 2 + z 2 as above. We have F = ( x (x2 + y 2 + z 2 ), y (x2 + y 2 + z 2 ), ) (x2 + y 2 + z 2 ) = 2(x, y, z), a vector parallel to the position vector of the point r, showing that the normal line to the sphere at any point can be continued back to the origin. In particular at the point (1, 0, 0) on the surface of the sphere, the tangent plane has equation [ (x, y, z) (1, 0, 0) ].(2, 0, 0) = 0 2(x 1) = 0 x = 1. This equation could not have been calculated with our earlier method. Finally, if we are given a surface by means of the equation z = f(x, y) then, rewriting this as F(x, y, z) := z f(x, y) = 0, we see that the normal vector at the point (x, y, z) = (a, b, f(a, b)) is ( f x (a, b), f y (a, b), 1), as shown previously. Exercise Find the tangent plane to the hyperboloid x 2 y 2 + 2z 2 = 1 at the point (3, 4, 2). At which points is the normal line to the surface parallel to the line through the points (3, 1, 0) and (5, 3, 6). 75

18 Directional derivatives; the gradient operator Exercise Show that (0, 1, 2) lies on both of the following surfaces: x 2 + 4y + z 2 = 0 and x 2 + y 2 + z 2 6z + 7 = 0. Show, moreover, that the surfaces are tangent to one another at this point. 76

19 4.7 Critical/stationary points A function z = f(x, y) has a local maximum at the point (a, b) if f(a, b) f(x, y) for all (x, y) close to (a, b). More precisely, z = f(x, y) has a local maximum at the point (a, b) if we can find some number r > 0 such that when we evaluate f(x, y) at any point in the disc with centre (a, b) and radius r, we have f(a, b) f(x, y). Similarly, z = f(x, y) has a local minimum at the point y (c, d) if f(c, d) f(x, y) for all points (x, y) close to (c, d) in the same sense, i.e. all points in some disc of positive radius centred on (c, d). r We shall make use of partial derivatives to locate candidates for such points. Note that if (a, b) is a local maximum or a local minimum, then the tangent plane at this x (a, b) point should be horizontal, which is equivalent to saying that the normal vector n to the surface/tangent plane should have 0 for its x- and y- components. Recall that n = ( f x (a, b), f y (a, b), 1 ). Consequently a point (a, b) in the domain of a function z = f(x, y) is called a critical or stationary point if f x (a, b) = f y (a, b) = 0. This is a necessary condition for there to be a local maximum or a local minimum at (a, b), but is not a sufficient condition. It tallies with the fact that if there was a local maximum in the surface at that point then x = a would be a local maximum in the curve z = g(x) = f(x, b), and y = b would be a local maximum in the curve z = h(y) = f(a, y) the curves obtained by intersecting the surface with the planes y = b and x = a respectively. 77

20 Critical/stationary points The second derivative test Recall that for a function y = f(x), if f (a) = 0 then we can check to see whether there is a local maximum or local minimum at x = a by calculating f (a) (providing these derivatives exist) and seeing if the result is positive or negative. Given a function z = f(x, y) of two variables, its discriminant is the function D f (a, b) = f xx (a, b)f yy (a, b) f xy (a, b) 2 = f xx(a, b) f xy (a, b) f yx (a, b) f yy (a, b) where we are assuming that f xy (a, b) = f yx (a, b). Theorem Suppose that z = f(x, y) has partial derivatives up to second order, and that (a, b) is a critical point of the function. (i) If D f (a, b) > 0 and f xx (a, b) > 0 then f has a local minimum at (a, b). (ii) If D f (a, b) > 0 and f xx (a, b) < 0 then f has a local maximum at (a, b). (iii) If D f (a, b) < 0 then f has a saddle point at (a, b). (iv) If D f (a, b) = 0 then no conclusion can be drawn. Remark. The matrix whose determinant is taken to form the discriminant is symmetric, and so, by an earlier theorem, we know that it has two real (possibly repeated) eigenvalues. The inequality D f (a, b) > 0 is equivalent to saying that the eigenvalues are either both positive or both negative. The inequality D f (a, b) < 0 is equivalent to saying that the eigenvalues are of different sign. If D f (a, b) = 0 then at least one eigenvalue is 0, which leads to the lack of conclusion. The theorem follows from the multidimensional version of Taylor s Theorem which implies that for points (x, y) close to (a, b) f(x, y) f(a, b) + f x (a, b)(x a) + f y (a, b)(y a) + [ x a y b ] [ ] [ ] f xx (a, b) f xy (a, b) x a. f yx (a, b) f yy (a, b) y b So if there is a critical point at (a, b) then f(x, y) f(a, b) + [ x a y b ][ ][ ] f xx (a, b) f xy (a, b) x a f yx (a, b) f yy (a, b) y b Local maxima and minima are relatively easy to visualise, and the final possibility (D f (a, b) = 0) being inconclusive can happen for reasons similar to the one variable case (e.g. there is a point of inflection when looking at the curve passing through ( a, b, f(a, b) ) in some direction). Case (iii) is a phenomenon that occurs for surfaces but not for curves. In one direction the curve obtained by intersecting the surface with a plane has a local minimum, in the orthogonal direction the corresponding curve has a local maximum. y x y x y x Figure 1: z = x 2 + y 2 Figure 2: z = x 2 y 2 Figure 3: z = x 2 y 2 78

21 For each of the above examples = 2x or = 2x, and = 2y or x x y y = 2y. Consequently in all cases the only critical point is the origin (x, y) = (0, 0). When z = x 2 + y 2, x 2 = 2, x y = 0, y 2 = 2 D f(0, 0) = 4. Since f xx (0, 0) = 2 > 0, the point (0, 0) is a local minimum for this function. When z = x 2 y 2, x 2 = 2, x y = 0, y 2 = 2 D f(0, 0) = 4. Since f xx (0, 0) = 2 < 0, the point (0, 0) is a local maximum for this function. When z = x 2 y 2, x 2 = 2, x y = 0, y 2 = 2 D f(0, 0) = 4, so the point (0, 0) is a saddle point for this function. Perhaps more instructively one should consider the intersections of each surface with the planes y = 0 and x = 0 which produces the curves z = ±x 2 and z = ±y 2. Exercise Locate and classify the stationary points of f(x, y) = x 3 2y 2 2y 4 + 3x 2 y. 79

22 Critical/stationary points Exercise 4.26 (S04 8(c)). Locate and classify the stationary points of the function z = 2x 2 + y 3 x 2 y 3y. 80

23 Example Locate and classify all the critical points of the function z = xsin y. z = xsin y, so = sin y and = xcosy. So to have = 0 we need siny = 0, x y x that is y = nπ for n = 0, ±1, ±2,... But note: cosnπ = ( 1) n 0 for all n, and we also need = xcosy = 0, where y cosy 0. So we must have x = 0. Thus the critical points of z are (0, nπ) for n = 0, ±1, ±2,... But now 2 z x 2 = 0 and 2 z x y = cosy, so that 2 z 2 ( z 2 ) 2 x 2 y 2 z = cos 2 y = 1 for x y x = 0 and y = nπ. Thus each of the critical points is a saddle point. 4.8 Exercises 1. Show that for any k 0 the function z = sin kxcoskct satisfies the wave equation c 2 2 z x 2 = t 2. Show that if f(u) is any function of one variable that is twice differentiable (i.e. f (u) and f (u) exist) then z = f(x ct) is also a solution of this equation. 2. Use the chain rule to calculate the indicated derivatives: (i) g (t) where g(t) = f ( x(t), y(t) ), f(x, y) = x 2 y siny, x = t 2 + 1, y = e t. (ii) g (t) where g(t) = f ( x(t), y(t) ), f(x, y) = x 2 + y 2, x = sin t, y = t (iii) u (iv) u and v, where z = sin(xy), x = u2 v, y = ve u. and v, where z = xy3, x = e u2, y = v sinu. 3. Find the directional derivatives of the given functions at the given point and in the given direction: (i) f(x, y) = xsin(xy) at (1, π 1 2 ) in the direction of c = 2 (1, 1). (ii) f(x, y) = x 2 + ln(x y) at (2e, e) in the direction of the vector a = (4, 7). (iii) g(x, y) = y 2 x 2 x at (4, 5) in the direction of the vector from P = (3, 7) to Q = ( 1, 9). (iv) f(x, y, z) = x + y 2 z xz 3 at (2, 0, 2) in the direction of the normal vector to the plane x 3y + 4z = Find the tangent plane to the following surfaces at the given point: (i) x 2 y 2 + z 2 = 13 at the point (4, 2, 1). (ii) xsin(yz) = 2 at the point (2, 2, π 4 ). (iii) xy e x yz = 31 at the point (16, 2, 8). 5. Locate and classify all of the critical points of the following functions: (i) z = e x2 (y 2 + 1) (ii) z = 4xy x 4 y (iii) z = y 2 + x 2 y + x 2 2y (iv) z = e x2 y 2 (v) z = x 2 4xy y 2 (vi) z = xye x2 y

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

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2 MATH 3A: MIDTERM REVIEW JOE HUGHES 1. Curvature 1. Consider the curve r(t) = x(t), y(t), z(t), where x(t) = t Find the curvature κ(t). 0 cos(u) sin(u) du y(t) = Solution: The formula for curvature is t

More information

Calculus I Review Solutions

Calculus I Review Solutions Calculus I Review Solutions. Compare and contrast the three Value Theorems of the course. When you would typically use each. The three value theorems are the Intermediate, Mean and Extreme value theorems.

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

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

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

Vectors, dot product, and cross product

Vectors, dot product, and cross product MTH 201 Multivariable calculus and differential equations Practice problems Vectors, dot product, and cross product 1. Find the component form and length of vector P Q with the following initial point

More information

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

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions alculus III Math 33 pring 7 Final exam May 3rd. uggested solutions This exam contains twenty problems numbered 1 through. All problems are multiple choice problems, and each counts 5% of your total score.

More information

AP Calculus Chapter 3 Testbank (Mr. Surowski)

AP Calculus Chapter 3 Testbank (Mr. Surowski) AP Calculus Chapter 3 Testbank (Mr. Surowski) Part I. Multiple-Choice Questions (5 points each; please circle the correct answer.). If f(x) = 0x 4 3 + x, then f (8) = (A) (B) 4 3 (C) 83 3 (D) 2 3 (E) 2

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

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

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

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

SOLUTIONS FOR PRACTICE FINAL EXAM

SOLUTIONS FOR PRACTICE FINAL EXAM SOLUTIONS FOR PRACTICE FINAL EXAM ANDREW J. BLUMBERG. Solutions () Short answer questions: (a) State the mean value theorem. Proof. The mean value theorem says that if f is continuous on (a, b) and differentiable

More information

Math Review for Exam Compute the second degree Taylor polynomials about (0, 0) of the following functions: (a) f(x, y) = e 2x 3y.

Math Review for Exam Compute the second degree Taylor polynomials about (0, 0) of the following functions: (a) f(x, y) = e 2x 3y. Math 35 - Review for Exam 1. Compute the second degree Taylor polynomial of f e x+3y about (, ). Solution. A computation shows that f x(, ), f y(, ) 3, f xx(, ) 4, f yy(, ) 9, f xy(, ) 6. The second degree

More information

Exam 2 Review Solutions

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

More information

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

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

Week 4: Differentiation for Functions of Several Variables

Week 4: Differentiation for Functions of Several Variables Week 4: Differentiation for Functions of Several Variables Introduction A functions of several variables f : U R n R is a rule that assigns a real number to each point in U, a subset of R n, For the next

More information

Math 111D Calculus 1 Exam 2 Practice Problems Fall 2001

Math 111D Calculus 1 Exam 2 Practice Problems Fall 2001 Math D Calculus Exam Practice Problems Fall This is not a comprehensive set of problems, but I ve added some more problems since Monday in class.. Find the derivatives of the following functions a) y =

More information

2. Which of the following is an equation of the line tangent to the graph of f(x) = x 4 + 2x 2 at the point where

2. Which of the following is an equation of the line tangent to the graph of f(x) = x 4 + 2x 2 at the point where AP Review Chapter Name: Date: Per: 1. The radius of a circle is decreasing at a constant rate of 0.1 centimeter per second. In terms of the circumference C, what is the rate of change of the area of the

More information

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x).

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x). You should prepare the following topics for our final exam. () Pre-calculus. (2) Inverses. (3) Algebra of Limits. (4) Derivative Formulas and Rules. (5) Graphing Techniques. (6) Optimization (Maxima and

More information

SUMMER KNOWHOW STUDY AND LEARNING CENTRE

SUMMER KNOWHOW STUDY AND LEARNING CENTRE SUMMER KNOWHOW STUDY AND LEARNING CENTRE Differential Calculus 2 Contents Limits..5 Gradients, Tangents and Derivatives.6 Differentiation from First Principles.8 Rules for Differentiation..10 Chain Rule.12

More information

Math. 151, WebCalc Sections December Final Examination Solutions

Math. 151, WebCalc Sections December Final Examination Solutions Math. 5, WebCalc Sections 507 508 December 00 Final Examination Solutions Name: Section: Part I: Multiple Choice ( points each) There is no partial credit. You may not use a calculator.. Another word for

More information

Page Points Score Total: 210. No more than 200 points may be earned on the exam.

Page Points Score Total: 210. No more than 200 points may be earned on the exam. Name: PID: Section: Recitation Instructor: DO NOT WRITE BELOW THIS LINE. GO ON TO THE NEXT PAGE. Page Points Score 3 18 4 18 5 18 6 18 7 18 8 18 9 18 10 21 11 21 12 21 13 21 Total: 210 No more than 200

More information

Solutions to Math 41 Second Exam November 5, 2013

Solutions to Math 41 Second Exam November 5, 2013 Solutions to Math 4 Second Exam November 5, 03. 5 points) Differentiate, using the method of your choice. a) fx) = cos 03 x arctan x + 4π) 5 points) If u = x arctan x + 4π then fx) = fu) = cos 03 u and

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

No calculators, cell phones or any other electronic devices can be used on this exam. Clear your desk of everything excepts pens, pencils and erasers.

No calculators, cell phones or any other electronic devices can be used on this exam. Clear your desk of everything excepts pens, pencils and erasers. Name: Section: Recitation Instructor: READ THE FOLLOWING INSTRUCTIONS. Do not open your exam until told to do so. No calculators, cell phones or any other electronic devices can be used on this exam. Clear

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

Math 147 Exam II Practice Problems

Math 147 Exam II Practice Problems Math 147 Exam II Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture, all homework problems, all lab

More information

M273Q Multivariable Calculus Spring 2017 Review Problems for Exam 3

M273Q Multivariable Calculus Spring 2017 Review Problems for Exam 3 M7Q Multivariable alculus Spring 7 Review Problems for Exam Exam covers material from Sections 5.-5.4 and 6.-6. and 7.. As you prepare, note well that the Fall 6 Exam posted online did not cover exactly

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

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

7.1. Calculus of inverse functions. Text Section 7.1 Exercise:

7.1. Calculus of inverse functions. Text Section 7.1 Exercise: Contents 7. Inverse functions 1 7.1. Calculus of inverse functions 2 7.2. Derivatives of exponential function 4 7.3. Logarithmic function 6 7.4. Derivatives of logarithmic functions 7 7.5. Exponential

More information

Without fully opening the exam, check that you have pages 1 through 12.

Without fully opening the exam, check that you have pages 1 through 12. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 12. Show all your work on the standard

More information

13 Implicit Differentiation

13 Implicit Differentiation - 13 Implicit Differentiation This sections highlights the difference between explicit and implicit expressions, and focuses on the differentiation of the latter, which can be a very useful tool in mathematics.

More information

c) xy 3 = cos(7x +5y), y 0 = y3 + 7 sin(7x +5y) 3xy sin(7x +5y) d) xe y = sin(xy), y 0 = ey + y cos(xy) x(e y cos(xy)) e) y = x ln(3x + 5), y 0

c) xy 3 = cos(7x +5y), y 0 = y3 + 7 sin(7x +5y) 3xy sin(7x +5y) d) xe y = sin(xy), y 0 = ey + y cos(xy) x(e y cos(xy)) e) y = x ln(3x + 5), y 0 Some Math 35 review problems With answers 2/6/2005 The following problems are based heavily on problems written by Professor Stephen Greenfield for his Math 35 class in spring 2005. His willingness to

More information

23. Implicit differentiation

23. Implicit differentiation 23. 23.1. The equation y = x 2 + 3x + 1 expresses a relationship between the quantities x and y. If a value of x is given, then a corresponding value of y is determined. For instance, if x = 1, then y

More information

Math 180, Final Exam, Fall 2012 Problem 1 Solution

Math 180, Final Exam, Fall 2012 Problem 1 Solution Math 80, Final Exam, Fall 0 Problem Solution. Find the derivatives of the following functions: (a) ln(ln(x)) (b) x 6 + sin(x) e x (c) tan(x ) + cot(x ) (a) We evaluate the derivative using the Chain Rule.

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

There are some trigonometric identities given on the last page.

There are some trigonometric identities given on the last page. MA 114 Calculus II Fall 2015 Exam 4 December 15, 2015 Name: Section: Last 4 digits of student ID #: No books or notes may be used. Turn off all your electronic devices and do not wear ear-plugs during

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 3 Differentiation Rules 3.1 The Derivative of Polynomial and Exponential Functions In this section we learn how to differentiate constant functions, power functions, polynomials, and exponential functions.

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

Final Examination 201-NYA-05 May 18, 2018

Final Examination 201-NYA-05 May 18, 2018 . ( points) Evaluate each of the following limits. 3x x + (a) lim x x 3 8 x + sin(5x) (b) lim x sin(x) (c) lim x π/3 + sec x ( (d) x x + 5x ) (e) lim x 5 x lim x 5 + x 6. (3 points) What value of c makes

More information

Topics and Concepts. 1. Limits

Topics and Concepts. 1. Limits Topics and Concepts 1. Limits (a) Evaluating its (Know: it exists if and only if the it from the left is the same as the it from the right) (b) Infinite its (give rise to vertical asymptotes) (c) Limits

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

Tangent Plane. Linear Approximation. The Gradient

Tangent Plane. Linear Approximation. The Gradient Calculus 3 Lia Vas Tangent Plane. Linear Approximation. The Gradient The tangent plane. Let z = f(x, y) be a function of two variables with continuous partial derivatives. Recall that the vectors 1, 0,

More information

AB CALCULUS SEMESTER A REVIEW Show all work on separate paper. (b) lim. lim. (f) x a. for each of the following functions: (b) y = 3x 4 x + 2

AB CALCULUS SEMESTER A REVIEW Show all work on separate paper. (b) lim. lim. (f) x a. for each of the following functions: (b) y = 3x 4 x + 2 AB CALCULUS Page 1 of 6 NAME DATE 1. Evaluate each it: AB CALCULUS Show all work on separate paper. x 3 x 9 x 5x + 6 x 0 5x 3sin x x 7 x 3 x 3 5x (d) 5x 3 x +1 x x 4 (e) x x 9 3x 4 6x (f) h 0 sin( π 6

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

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

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

More information

Math 131 Exam 2 Spring 2016

Math 131 Exam 2 Spring 2016 Math 3 Exam Spring 06 Name: ID: 7 multiple choice questions worth 4.7 points each. hand graded questions worth 0 points each. 0. free points (so the total will be 00). Exam covers sections.7 through 3.0

More information

Review for the Final Exam

Review for the Final Exam Math 171 Review for the Final Exam 1 Find the limits (4 points each) (a) lim 4x 2 3; x x (b) lim ( x 2 x x 1 )x ; (c) lim( 1 1 ); x 1 ln x x 1 sin (x 2) (d) lim x 2 x 2 4 Solutions (a) The limit lim 4x

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

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

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

DO NOT BEGIN THIS TEST UNTIL INSTRUCTED TO START

DO NOT BEGIN THIS TEST UNTIL INSTRUCTED TO START Math 265 Student name: KEY Final Exam Fall 23 Instructor & Section: This test is closed book and closed notes. A (graphing) calculator is allowed for this test but cannot also be a communication device

More information

Mth Review Problems for Test 2 Stewart 8e Chapter 3. For Test #2 study these problems, the examples in your notes, and the homework.

Mth Review Problems for Test 2 Stewart 8e Chapter 3. For Test #2 study these problems, the examples in your notes, and the homework. For Test # study these problems, the examples in your notes, and the homework. Derivative Rules D [u n ] = nu n 1 du D [ln u] = du u D [log b u] = du u ln b D [e u ] = e u du D [a u ] = a u ln a du D [sin

More information

Solution to Review Problems for Midterm II

Solution to Review Problems for Midterm II Solution to Review Problems for Midterm II Midterm II: Monday, October 18 in class Topics: 31-3 (except 34) 1 Use te definition of derivative f f(x+) f(x) (x) lim 0 to find te derivative of te functions

More information

JUST THE MATHS UNIT NUMBER PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) A.J.Hobson

JUST THE MATHS UNIT NUMBER PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) A.J.Hobson JUST THE MATHS UNIT NUMBER 14.1 PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) by A.J.Hobson 14.1.1 Functions of several variables 14.1.2 The definition of a partial derivative 14.1.3

More information

Math 250 Skills Assessment Test

Math 250 Skills Assessment Test Math 5 Skills Assessment Test Page Math 5 Skills Assessment Test The purpose of this test is purely diagnostic (before beginning your review, it will be helpful to assess both strengths and weaknesses).

More information

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2 AP Physics C Calculus C.1 Name Trigonometric Functions 1. Consider the right triangle to the right. In terms of a, b, and c, write the expressions for the following: c a sin θ = cos θ = tan θ =. Using

More information

Directional Derivatives in the Plane

Directional Derivatives in the Plane Directional Derivatives in the Plane P. Sam Johnson April 10, 2017 P. Sam Johnson (NIT Karnataka) Directional Derivatives in the Plane April 10, 2017 1 / 30 Directional Derivatives in the Plane Let z =

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

MATH 31BH Homework 5 Solutions

MATH 31BH Homework 5 Solutions MATH 3BH Homework 5 Solutions February 4, 204 Problem.8.2 (a) Let x t f y = x 2 + y 2 + 2z 2 and g(t) = t 2. z t 3 Then by the chain rule a a a D(g f) b = Dg f b Df b c c c = [Dg(a 2 + b 2 + 2c 2 )] [

More information

Maxima and Minima. (a, b) of R if

Maxima and Minima. (a, b) of R if Maxima and Minima Definition Let R be any region on the xy-plane, a function f (x, y) attains its absolute or global, maximum value M on R at the point (a, b) of R if (i) f (x, y) M for all points (x,

More information

Calculus I Practice Exam 2

Calculus I Practice Exam 2 Calculus I Practice Exam 2 Instructions: The exam is closed book, closed notes, although you may use a note sheet as in the previous exam. A calculator is allowed, but you must show all of your work. Your

More information

MAXIMA AND MINIMA CHAPTER 7.1 INTRODUCTION 7.2 CONCEPT OF LOCAL MAXIMA AND LOCAL MINIMA

MAXIMA AND MINIMA CHAPTER 7.1 INTRODUCTION 7.2 CONCEPT OF LOCAL MAXIMA AND LOCAL MINIMA CHAPTER 7 MAXIMA AND MINIMA 7.1 INTRODUCTION The notion of optimizing functions is one of the most important application of calculus used in almost every sphere of life including geometry, business, trade,

More information

Differentiation ( , 9.5)

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

More information

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

Limit. Chapter Introduction

Limit. Chapter Introduction Chapter 9 Limit Limit is the foundation of calculus that it is so useful to understand more complicating chapters of calculus. Besides, Mathematics has black hole scenarios (dividing by zero, going to

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

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

MATH 135 Calculus 1 Solutions/Answers for Exam 3 Practice Problems November 18, 2016

MATH 135 Calculus 1 Solutions/Answers for Exam 3 Practice Problems November 18, 2016 MATH 35 Calculus Solutions/Answers for Exam 3 Practice Problems November 8, 206 I. Find the indicated derivative(s) and simplify. (A) ( y = ln(x) x 7 4 ) x Solution: By the product rule and the derivative

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

Differentiation of Multivariable Functions

Differentiation of Multivariable Functions Differentiation of Multivariable Functions 1 Introduction Beginning calculus students identify the derivative of a function either in terms of slope or instantaneous rate of change. When thinking of the

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

f(x 0 + h) f(x 0 ) h slope of secant line = m sec

f(x 0 + h) f(x 0 ) h slope of secant line = m sec Derivatives Using limits, we can define the slope of a tangent line to a function. When given a function f(x), and given a point P (x 0, f(x 0 )) on f, if we want to find the slope of the tangent line

More information

MATH 18.01, FALL PROBLEM SET # 6 SOLUTIONS

MATH 18.01, FALL PROBLEM SET # 6 SOLUTIONS MATH 181, FALL 17 - PROBLEM SET # 6 SOLUTIONS Part II (5 points) 1 (Thurs, Oct 6; Second Fundamental Theorem; + + + + + = 16 points) Let sinc(x) denote the sinc function { 1 if x =, sinc(x) = sin x if

More information

Partial Derivatives for Math 229. Our puropose here is to explain how one computes partial derivatives. We will not attempt

Partial Derivatives for Math 229. Our puropose here is to explain how one computes partial derivatives. We will not attempt Partial Derivatives for Math 229 Our puropose here is to explain how one computes partial derivatives. We will not attempt to explain how they arise or why one would use them; that is left to other courses

More information

MTH Calculus with Analytic Geom I TEST 1

MTH Calculus with Analytic Geom I TEST 1 MTH 229-105 Calculus with Analytic Geom I TEST 1 Name Please write your solutions in a clear and precise manner. SHOW your work entirely. (1) Find the equation of a straight line perpendicular to the line

More information

Review problems for the final exam Calculus III Fall 2003

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

More information

Sec. 14.3: Partial Derivatives. All of the following are ways of representing the derivative. y dx

Sec. 14.3: Partial Derivatives. All of the following are ways of representing the derivative. y dx Math 2204 Multivariable Calc Chapter 14: Partial Derivatives I. Review from math 1225 A. First Derivative Sec. 14.3: Partial Derivatives 1. Def n : The derivative of the function f with respect to the

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

b) The trend is for the average slope at x = 1 to decrease. The slope at x = 1 is 1.

b) The trend is for the average slope at x = 1 to decrease. The slope at x = 1 is 1. Chapters 1 to 8 Course Review Chapters 1 to 8 Course Review Question 1 Page 509 a) i) ii) [2(16) 12 + 4][2 3+ 4] 4 1 [2(2.25) 4.5+ 4][2 3+ 4] 1.51 = 21 3 = 7 = 1 0.5 = 2 [2(1.21) 3.3+ 4][2 3+ 4] iii) =

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

UNIVERSITY OF SOUTHAMPTON. A foreign language dictionary (paper version) is permitted provided it contains no notes, additions or annotations.

UNIVERSITY OF SOUTHAMPTON. A foreign language dictionary (paper version) is permitted provided it contains no notes, additions or annotations. UNIVERSITY OF SOUTHAMPTON MATH055W SEMESTER EXAMINATION 03/4 MATHEMATICS FOR ELECTRONIC & ELECTRICAL ENGINEERING Duration: 0 min Solutions Only University approved calculators may be used. A foreign language

More information

MLC Practice Final Exam

MLC Practice Final Exam Name: Section: Recitation/Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 13. Show all your work on the standard

More information

Sets. 1.2 Find the set of all x R satisfying > = > = > = - > 0 = [x- 3 (x -2)] > 0. = - (x 1) (x 2) (x 3) > 0. Test x = 0, 5

Sets. 1.2 Find the set of all x R satisfying > = > = > = - > 0 = [x- 3 (x -2)] > 0. = - (x 1) (x 2) (x 3) > 0. Test x = 0, 5 Sets 1.2 Find the set of all x R satisfying > > Test x 0, 5 > - > 0 [x- 3 (x -2)] > 0 - (x 1) (x 2) (x 3) > 0 At x0: y - (-1)(-2)(-3) 6 > 0 x < 1 At x5: y - (4)(3)(2) -24 < 0 2 < x < 3 Hence, {x R: x

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

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

CALCULUS PROBLEMS Courtesy of Prof. Julia Yeomans. Michaelmas Term

CALCULUS PROBLEMS Courtesy of Prof. Julia Yeomans. Michaelmas Term CALCULUS PROBLEMS Courtesy of Prof. Julia Yeomans Michaelmas Term The problems are in 5 sections. The first 4, A Differentiation, B Integration, C Series and limits, and D Partial differentiation follow

More information

SOLUTIONS TO MIXED REVIEW

SOLUTIONS TO MIXED REVIEW Math 16: SOLUTIONS TO MIXED REVIEW R1.. Your graphs should show: (a) downward parabola; simple roots at x = ±1; y-intercept (, 1). (b) downward parabola; simple roots at, 1; maximum at x = 1/, by symmetry.

More information

1 The Derivative and Differrentiability

1 The Derivative and Differrentiability 1 The Derivative and Differrentiability 1.1 Derivatives and rate of change Exercise 1 Find the equation of the tangent line to f (x) = x 2 at the point (1, 1). Exercise 2 Suppose that a ball is dropped

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

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

AP Calculus BC Chapter 4 AP Exam Problems. Answers

AP Calculus BC Chapter 4 AP Exam Problems. Answers AP Calculus BC Chapter 4 AP Exam Problems Answers. A 988 AB # 48%. D 998 AB #4 5%. E 998 BC # % 5. C 99 AB # % 6. B 998 AB #80 48% 7. C 99 AB #7 65% 8. C 998 AB # 69% 9. B 99 BC # 75% 0. C 998 BC # 80%.

More information

Tangent Planes, Linear Approximations and Differentiability

Tangent Planes, Linear Approximations and Differentiability Jim Lambers MAT 80 Spring Semester 009-10 Lecture 5 Notes These notes correspond to Section 114 in Stewart and Section 3 in Marsden and Tromba Tangent Planes, Linear Approximations and Differentiability

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

More information

Find the slope of the curve at the given point P and an equation of the tangent line at P. 1) y = x2 + 11x - 15, P(1, -3)

Find the slope of the curve at the given point P and an equation of the tangent line at P. 1) y = x2 + 11x - 15, P(1, -3) Final Exam Review AP Calculus AB Find the slope of the curve at the given point P and an equation of the tangent line at P. 1) y = x2 + 11x - 15, P(1, -3) Use the graph to evaluate the limit. 2) lim x

More information