MA202 Calculus III Fall, 2009 Laboratory Exploration 2: Gradients, Directional Derivatives, Stationary Points

Size: px
Start display at page:

Download "MA202 Calculus III Fall, 2009 Laboratory Exploration 2: Gradients, Directional Derivatives, Stationary Points"

Transcription

1 MA0 Calculus III Fall, 009 Laboratory Exploration : Gradients, Directional Derivatives, Stationary Points Introduction: This lab deals with several topics from Chapter. Some of the problems should be done by hand, while Mathematica may be used for others. For the problems done by hand, be sure to show all work and write neatly. Due on Fri., /6/09. ) The Gradient as Total Derivative. Suppose z f(x; y) is a di erentiable function of variables. In class, I have suggested that the gradient vector, ); obtained by putting together the partial derivatives of f into a single (vector-valued) function, should be called the "total" derivative of f: This suggests that the total derivative should have properties that generalize the derivative of a function of a single variable. Indeed, show that the following properties all hold. Assume that u f(x; y) and v g(x; y) are (scalar-valued) functions and a & b are constants: a) r(au + bv) aru + brv (linearity) b) r(uv) urv + vru (product rule) u vru urv c) r (quotient rule) v d) r (u n ) nu n ru (power rule) [Remark: This is exercise 7 in section.6] a) + + bv) r(au + bv) ( ; (af x (x; y) + bg x (x; y); af y (x; y) + bg y (x; y)) v (af x (x; y); af y (x; y)) + (bg x (x; y); bg y (x; y)) a (f x (x; y); f y (x; y)) + b (g x (x; y); g y (x; y)) aru + brv

2 b) v v + @x ; + ; v urv + vru c) Solution: d) Solution: u r u v u v @x v ; v u v vru urv ; v u u r (u n ) (un (un ) ) ; nun nu ) nu n ) ) Properties of the Gradient Vector. Consider the function z y+sin(x): a) Determine rz (by hand) at a general point and at the speci c point (x; y) ( ; ):

3 Solution: ) ( cos(x); ) rz( ; ) (0; ) b) Plot the function z over the region R f(x; y)j x ; y g [ ; ] [ ; ]; using the PlotD command in Mathematica. Solution: y + sin(x) 0 z x 0 y c) Use the ContourPlot command in Mathematica to obtain a contour plot of this function z over the same region. Solution: See Mathematica printout. d) The gradient you computed in part a is a vector eld. Use the Vector- Plot command to generate a plot of this gradient eld over the same window as in parts b & c: By comparing your graphs in parts b & d, you can see that the gradient vector does indeed point in the direction of steepest ascent on the surface as noted in the discussion on page 99 of the text. By comparing your graphs in parts c & d, you can see that the gradient vectors are indeed orthogonal to the level curves of the surface, also as discussed on page 99. Solution: See Mathematica printout. y + sin(x) Here is the Scienti c

4 Workplace version: y x Gradient Field for y + sin(x) ) An application of partial derivatives and of directional derivatives. (This problem should be done by hand.) Suppose a small company manufactures and sells two items: gadgets and widgets. Let x denote the number of cases of gadgets and y denote the number of cases of widgets which are sold each week. Denote the weekly pro t (in dollars) by P: In reality, P depends on many variables, but for the sake of simplicity, let us assume that P depends only on x & y; and suppose that P (x + y ) : Answer the following questions: a) Currently, they produce 00 cases of gadgets and 0 cases of widgets each week. What is their weekly pro t? They wish to increase the gadget production while keeping the widget production constant. About how much additional pro t is generated by each additional case of gadgets? (This is called the marginal pro t of the gadgets. Hint: isn t this a certain rate of change we have seen in class? ) Also nd the marginal pro t of the widgets (at the current production levels).

5 Solution: P (00; 0) ( (00) + (0) ) (x + y ) x (x) p x + So the marginal pro ts are: Gadgets: Widgets: (x + y ) (0y) 0y p x (00; 0) (00) q $ 0 (00) + (00; 0) 0 (0) q $0 (00) + (0) b) Compute the directional derivative of P at (00; 0) in the direction of the vector u (; ): Give a suitable interpretation of dp du for the company (remember to make a unit vector out of u): Solution: To make u into a unit vector, divide by it s length: p (; ) dp du (00; 0) rp u 0 ; 0 p (; ) 0 p + 0 p p $: per unit The interpretation is that if production increases from the current levels in such a way that the number of cases to widgets to cases of gadgets are in a to ratio, then the additional pro t will be $: per unit (where a "unit" is p (; ); that is, p cases gadgets and p cases widgets.) c) Now the company wants to increase the production levels in such a way as to generate the greatest possible additional (marginal) pro t per unit. At a recent board meeting, the production manager (who has had calculus) made the following statement: At the current levels, we stand to make the greatest additional pro t if we increase our production with the following strategy: the ratio of the number of additional cases of gadgets to the number of additional cases of widgets should be to. In other words, for each additional case of gadgets we make, we should also make additional cases of widgets." Justify her statement. [Hint: See theorem in section.6.] Solution: Since rp (00; 0) 0 ; 0 ; it points in the direction of steepest increase of P: Notice that direction is the same as ; or (; ): d) Suppose the management takes the advice of the production manager. If they increase their production levels to cases gadgets and cases widgets each week, nd (exactly) the new pro t.

6 Solution: P (; ) ( () + () ) $6; 87: 0: Notice this represents exactly $7:0 /week additional pro t. e) Use the total derivative of P at (00; 0) to give a reasonable approximation to P (; ) and compare it to the exact answer you found in part d. [Hint: Formula 0 on page 896, as well as the discussion on the top of page 897 (including the picture!) will be helpful.] Solution: P dp rp (dx; dy) 0 ; 0 (; ) $ 00 $: The approximate increase of $: /week is quite close to the actual increase of $7:0 /week. ) Quadratic approximations to surfaces. Recall that for functions y f(x) of one variable, that the degree Taylor polynomial P (x) is the best linear approximation to f(x) locally near x a: We have P (x) f(a)+f 0 (a)(x a): If we abbreviate x a by "dx"; we can write this suggestively as: P (x) L(x) f(a) + f 0 (a) dx; where we use L(x) to emphasize that it is a linear function - in fact it is the same as the tangent line to the curve at x a: Similarly, P (x); the degree Taylor polynomial, is the best quadratic approximation to f(x) locally near x a; so we use Q(x) to stand for that. So we have: P (x) Q(x) f(a) + f 0 (a) (x a) + f 00 (a)! f(a) + f 0 (a) dx + f 00 (a) L(x) + f 00 (a) dx (x a) dx () a) Let f(x) x x x: Find L(x) and Q(x) at the point x : Using Mathematica, plot f(x); L(x); and Q(x) in the same coordinate system, over the window 0 x : You should observe that Q(x) is a better approximation to f(x) than L(x) is (near x ); because Q(x) has the same height, slope and concavity as f does as x ; whereas L(x) only shares the height and slope of f: Solution: f() ; and f 0 (x) x x ; so f 0 () ; therefore: L(x) (x ) x We also have f 00 (x) x ; so f 00 () 8; and so: Q(x) (x ) + (x ) x 9x + 6

7 The plots (also see the Mathematica printout): y x b) All of this generalizes to functions z f(x; y) of two variables. We already are familiar with L(x; y) - it is the tangent plane with equation: L(x; y) f(a; b) + rf(a; b) (dx; dy) () f(a; b) + f x (a; b)(x a) + f y (a; b)(y b) The best quadratic approximation Q(x; y) near (a:b), like equation () above, is obtained by adding some degree terms to L(x; y): The exact form is: Q(x; y) L(x; y) + f xx(a; b)(x a) + f xy (a; b)(x a)(y b) + f yy(a; b)(y b) L(x; y) + f xx(a; b) dx + f xy (a; b) dx dy + f yy(a; b) dy [Remark: See part of the "Discovery Project" on page 9 of our text.] Let f(x; y) x y xy + x y : Find L(x; y) and Q(x; y) for the point (a:b) (; ): Use the PlotD command in Mathematica to plot f(x; y); L(x; y) and Q(x; y) over the region R f(x; y) j x ; y g [ ; ] [ ; ]: You should observe that L(x; y) is the tangent plane to both f(x; y) and Q(x; y) at the pont (; ); but that near that point, Q(x; y) is a better approximation to f(x; y) than L(x; y) is, just as in the one-variable case. Solution: Given f(x; y) x y xy + x y ; we have rf (x y y + xy ; x xy + x y) and " H 6xy + y x y + xy x y + xy x + z z 7

8 At the point (; ); these yield: f(; ) () () () + () () rf(; ) ( () () () + () () ; () () () + () ()) 6 6 () () + () () () + () () 0 H f () () + () () () + () Thus: L(x; y) + 6 dx dy + 6(x ) (y ) 6x y Q(x; y) 6x y + (0)(x ) + (x )(y ) + ( )(y ) 0x + xy 0x y y + The plots (also see the Mathematica printout): y z 0 0 x [Remark: Similar to parts & of the "Discovery Project" on page 9-9 of our text.] ) Classifying Stationary Points. A stationary point of a function is a point where the derivative is 0: For a surface z f(x; y), this means the gradient vector is the zero vector. Think about why this makes sense - if the gradient vector is zero, it should be clear that the linear approximation L(x; y) is constant: L(x; y; ) f(a; b) (see formula above). In other words, the tangent plane is horizontal (parallel to the xy plane), just as for curves, stationary points are places where the curve has horizontal tangent lines. Just as for curves, stationary points are important because those could be places where the function attains a local maximum or minimum. Just as for 8

9 curves, however, it is often di cult to tell whether or not a stationary point is a max, a min, or neither (in the case of a surface, the case of a stationary point which is neither a max nor a min is called a saddle point.) For the following functions, nd the critical points (by hand). [This means set the gradient vector equal to (0; 0) and solve for x & y: Some functions will have more than one stationary point!] Then plot the functions using Mathematica in a neighborhood of the stationary point(s) and see if you can classify them as maxima, minima, or saddle points. You may nd the ContourPlot command helpful. a) z x + y x y Solution: Set the gradient equal to zero and solve to nd the stationary points: rz (x ; y ) (0; 0) x 0 y 0 x y 8 So the common solutions are: (x; y) (; ) and ( ; ): b) f(x; y) x y + xy x x + y Solution: Set the gradient equal to zero and solve to nd the stationary points: xy + y 6x 0 rz (xy + y 6x ; x + x + ) (0; 0) x + x + 0 From the second equation we obtain (x + )(x + ) 0; whence x x : When x ; the rst equation becomes: or xy + y 6x 0 y + y y + 0 So ( ; ) is a stationary point. When x the rst equation becomes: xy + y 6x 0 y + y + 0 y So ( ; 8) is another stationary point. c) z x + y + xy + 9

10 Solution: Set the gradient equal to zero and solve to nd the stationary points: Dividing by : rz (x + y; y + x) (0; 0) x + y 0 y + x 0 x + y 0 y + x 0 From the rst equation we obtain y second yields: x ; and substituting this into the x + x 0 x(x + ) 0 Thus x 0 or x : Since y x ; we see the two stationary points are: (0; 0) and ( ; ): Next week, we will see in class that we can classify the stationary points by means of a "second derivative test" much like you did in the case of curves in Calculus I. [Remark: It relies on parts & of the "Discovery Project" on page 9-9 of our text.] 0

Calculus 221 worksheet

Calculus 221 worksheet Calculus 221 worksheet Graphing A function has a global maximum at some a in its domain if f(x) f(a) for all other x in the domain of f. Global maxima are sometimes also called absolute maxima. A function

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

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

MATH 115 SECOND MIDTERM

MATH 115 SECOND MIDTERM MATH 115 SECOND MIDTERM March 31, 2009 NAME: SOLUTIONS INSTRUCTOR: SECTION NUMBER: 1. Do not open this exam until you are told to begin. 2. This exam has 9 pages including this cover. There are 9 questions.

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

Math 180, Final Exam, Fall 2007 Problem 1 Solution

Math 180, Final Exam, Fall 2007 Problem 1 Solution Problem Solution. Differentiate with respect to x. Write your answers showing the use of the appropriate techniques. Do not simplify. (a) x 27 x 2/3 (b) (x 2 2x + 2)e x (c) ln(x 2 + 4) (a) Use the Power

More information

Math 1314 Lesson 24 Maxima and Minima of Functions of Several Variables

Math 1314 Lesson 24 Maxima and Minima of Functions of Several Variables Math 1314 Lesson 24 Maxima and Minima of Functions of Several Variables We learned to find the maxima and minima of a function of a single variable earlier in the course We had a second derivative test

More information

Final Exam Review. MATH Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri. Name:. Show all your work.

Final Exam Review. MATH Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri. Name:. Show all your work. MATH 11012 Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri Dr. Kracht Name:. 1. Consider the function f depicted below. Final Exam Review Show all your work. y 1 1 x (a) Find each of the following

More information

Optimization and Calculus

Optimization and Calculus Optimization and Calculus To begin, there is a close relationship between finding the roots to a function and optimizing a function. In the former case, we solve for x. In the latter, we solve: g(x) =

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

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

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

Calculus I Homework: The Derivatives of Polynomials and Exponential Functions Page 1

Calculus I Homework: The Derivatives of Polynomials and Exponential Functions Page 1 Calculus I Homework: The Derivatives of Polynomials and Exponential Functions Page 1 Questions Example Differentiate the function y = ae v + b v + c v 2. Example Differentiate the function y = A + B x

More information

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

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

More information

Workshop I The R n Vector Space. Linear Combinations

Workshop I The R n Vector Space. Linear Combinations Workshop I Workshop I The R n Vector Space. Linear Combinations Exercise 1. Given the vectors u = (1, 0, 3), v = ( 2, 1, 2), and w = (1, 2, 4) compute a) u + ( v + w) b) 2 u 3 v c) 2 v u + w Exercise 2.

More information

Calculus I Announcements

Calculus I Announcements Slide 1 Calculus I Announcements Read sections 4.2,4.3,4.4,4.1 and 5.3 Do the homework from sections 4.2,4.3,4.4,4.1 and 5.3 Exam 3 is Thursday, November 12th See inside for a possible exam question. Slide

More information

Families of Functions, Taylor Polynomials, l Hopital s

Families of Functions, Taylor Polynomials, l Hopital s Unit #6 : Rule Families of Functions, Taylor Polynomials, l Hopital s Goals: To use first and second derivative information to describe functions. To be able to find general properties of families of functions.

More information

Please do not start working until instructed to do so. You have 50 minutes. You must show your work to receive full credit. Calculators are OK.

Please do not start working until instructed to do so. You have 50 minutes. You must show your work to receive full credit. Calculators are OK. Loyola University Chicago Math 131, Section 009, Fall 2008 Midterm 2 Name (print): Signature: Please do not start working until instructed to do so. You have 50 minutes. You must show your work to receive

More information

School of Business. Blank Page

School of Business. Blank Page Maxima and Minima 9 This unit is designed to introduce the learners to the basic concepts associated with Optimization. The readers will learn about different types of functions that are closely related

More information

Bob Brown Math 251 Calculus 1 Chapter 4, Section 4 1 CCBC Dundalk

Bob Brown Math 251 Calculus 1 Chapter 4, Section 4 1 CCBC Dundalk Bob Brown Math 251 Calculus 1 Chapter 4, Section 4 1 A Function and its Second Derivative Recall page 4 of Handout 3.1 where we encountered the third degree polynomial f(x) = x 3 5x 2 4x + 20. Its derivative

More information

Partial derivatives, linear approximation and optimization

Partial derivatives, linear approximation and optimization ams 11b Study Guide 4 econ 11b Partial derivatives, linear approximation and optimization 1. Find the indicated partial derivatives of the functions below. a. z = 3x 2 + 4xy 5y 2 4x + 7y 2, z x = 6x +

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

Final Exam Study Guide

Final Exam Study Guide Final Exam Study Guide Final Exam Coverage: Sections 10.1-10.2, 10.4-10.5, 10.7, 11.2-11.4, 12.1-12.6, 13.1-13.2, 13.4-13.5, and 14.1 Sections/topics NOT on the exam: Sections 10.3 (Continuity, it definition

More information

106 Chapter 5 Curve Sketching. If f(x) has a local extremum at x = a and. THEOREM Fermat s Theorem f is differentiable at a, then f (a) = 0.

106 Chapter 5 Curve Sketching. If f(x) has a local extremum at x = a and. THEOREM Fermat s Theorem f is differentiable at a, then f (a) = 0. 5 Curve Sketching Whether we are interested in a function as a purely mathematical object or in connection with some application to the real world, it is often useful to know what the graph of the function

More information

1 Lecture 25: Extreme values

1 Lecture 25: Extreme values 1 Lecture 25: Extreme values 1.1 Outline Absolute maximum and minimum. Existence on closed, bounded intervals. Local extrema, critical points, Fermat s theorem Extreme values on a closed interval Rolle

More information

Math 142 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 6.6 and 6.7)

Math 142 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 6.6 and 6.7) Math 142 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 6.6 and 6.7) Note: This review is intended to highlight the topics covered on the Final Exam (with emphasis on

More information

3.4 The Fundamental Theorem of Algebra

3.4 The Fundamental Theorem of Algebra 333371_0304.qxp 12/27/06 1:28 PM Page 291 3.4 The Fundamental Theorem of Algebra Section 3.4 The Fundamental Theorem of Algebra 291 The Fundamental Theorem of Algebra You know that an nth-degree polynomial

More information

MATH 2554 (Calculus I)

MATH 2554 (Calculus I) MATH 2554 (Calculus I) Dr. Ashley K. University of Arkansas February 21, 2015 Table of Contents Week 6 1 Week 6: 16-20 February 3.5 Derivatives as Rates of Change 3.6 The Chain Rule 3.7 Implicit Differentiation

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

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

Homework 1. 3x 12, 61.P (x) = 3t 21 Section 1.2

Homework 1. 3x 12, 61.P (x) = 3t 21 Section 1.2 Section 1.1 Homework 1 (34, 36) Determine whether the equation defines y as a function of x. 34. x + h 2 = 1, 36. y = 3x 1 x + 2. (40, 44) Find the following for each function: (a) f(0) (b) f(1) (c) f(

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

f ', the first derivative of a differentiable function, f. Use the

f ', the first derivative of a differentiable function, f. Use the f, f ', and The graph given to the right is the graph of graph to answer the questions below. f '' Relationships and The Extreme Value Theorem 1. On the interval [0, 8], are there any values where f(x)

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

Chapter 3: The Derivative in Graphing and Applications

Chapter 3: The Derivative in Graphing and Applications Chapter 3: The Derivative in Graphing and Applications Summary: The main purpose of this chapter is to use the derivative as a tool to assist in the graphing of functions and for solving optimization problems.

More information

MAT 122 Homework 7 Solutions

MAT 122 Homework 7 Solutions MAT 1 Homework 7 Solutions Section 3.3, Problem 4 For the function w = (t + 1) 100, we take the inside function to be z = t + 1 and the outside function to be z 100. The derivative of the inside function

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

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

Differentiation 2. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996.

Differentiation 2. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. Differentiation 2 The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. 1 Launch Mathematica. Type

More information

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1.

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1. Math 114, Taylor Polynomials (Section 10.1) Name: Section: Read Section 10.1, focusing on pages 58-59. Take notes in your notebook, making sure to include words and phrases in italics and formulas in blue

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

1. Introduction. 2. Outlines

1. Introduction. 2. Outlines 1. Introduction Graphs are beneficial because they summarize and display information in a manner that is easy for most people to comprehend. Graphs are used in many academic disciplines, including math,

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 2/03/20 Bormashenko MATH 408N PRACTICE FINAL Show your work for all the problems. Good luck! () Let f(x) = ex e x. (a) [5 pts] State the domain and range of f(x). Name: TA session: Since e x is defined

More information

Final Exam Solutions June 10, 2004

Final Exam Solutions June 10, 2004 Math 0400: Analysis in R n II Spring 004 Section 55 P. Achar Final Exam Solutions June 10, 004 Total points: 00 There are three blank pages for scratch work at the end of the exam. Time it: hours 1. True

More information

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics MATHS 101: Calculus I

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics   MATHS 101: Calculus I Preliminaries 2 1 2 Lectures Department of Mathematics http://www.abdullaeid.net/maths101 MATHS 101: Calculus I (University of Bahrain) Prelim 1 / 35 Pre Calculus MATHS 101: Calculus MATHS 101 is all about

More information

Online Math 1314 Final Exam Review

Online Math 1314 Final Exam Review Online Math 1314 Final Exam Review 1. The following table of values gives a company s annual profits in millions of dollars. Rescale the data so that the year 2003 corresponds to x = 0. Year 2003 2004

More information

3.5 Quadratic Approximation and Convexity/Concavity

3.5 Quadratic Approximation and Convexity/Concavity 3.5 Quadratic Approximation and Convexity/Concavity 55 3.5 Quadratic Approximation and Convexity/Concavity Overview: Second derivatives are useful for understanding how the linear approximation varies

More information

V. Graph Sketching and Max-Min Problems

V. Graph Sketching and Max-Min Problems V. Graph Sketching and Max-Min Problems The signs of the first and second derivatives of a function tell us something about the shape of its graph. In this chapter we learn how to find that information.

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

Announcements. Topics: Homework: - sections , 6.1 (extreme values) * Read these sections and study solved examples in your textbook!

Announcements. Topics: Homework: - sections , 6.1 (extreme values) * Read these sections and study solved examples in your textbook! Announcements Topics: - sections 5.2 5.7, 6.1 (extreme values) * Read these sections and study solved examples in your textbook! Homework: - review lecture notes thoroughly - work on practice problems

More information

Math 1310 Final Exam

Math 1310 Final Exam Math 1310 Final Exam December 11, 2014 NAME: INSTRUCTOR: Write neatly and show all your work in the space provided below each question. You may use the back of the exam pages if you need additional space

More information

11.10a Taylor and Maclaurin Series

11.10a Taylor and Maclaurin Series 11.10a 1 11.10a Taylor and Maclaurin Series Let y = f(x) be a differentiable function at x = a. In first semester calculus we saw that (1) f(x) f(a)+f (a)(x a), for all x near a The right-hand side of

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

14 Increasing and decreasing functions

14 Increasing and decreasing functions 14 Increasing and decreasing functions 14.1 Sketching derivatives READING Read Section 3.2 of Rogawski Reading Recall, f (a) is the gradient of the tangent line of f(x) at x = a. We can use this fact to

More information

INTRODUCTION TO DIFFERENTIATION

INTRODUCTION TO DIFFERENTIATION INTRODUCTION TO DIFFERENTIATION GRADIENT OF A CURVE We have looked at the process needed for finding the gradient of a curve (or the rate of change of a curve). We have defined the gradient of a curve

More information

We first review various rules for easy differentiation of common functions: The same procedure works for a larger number of terms.

We first review various rules for easy differentiation of common functions: The same procedure works for a larger number of terms. 1 Math 182 Lecture Notes 1. Review of Differentiation To differentiate a function y = f(x) is to find its derivative f '(x). Another standard notation for the derivative is Dx(f(x)). Recall the meanings

More information

Exam 3 MATH Calculus I

Exam 3 MATH Calculus I Trinity College December 03, 2015 MATH 131-01 Calculus I By signing below, you attest that you have neither given nor received help of any kind on this exam. Signature: Printed Name: Instructions: Show

More information

The Table of Integrals (pages of the text) and the Formula Page may be used. They will be attached to the nal exam.

The Table of Integrals (pages of the text) and the Formula Page may be used. They will be attached to the nal exam. The Table of Integrals (pages 558-559 of the text) and the Formula Page may be used. They will be attached to the nal exam. 1. If f(x; y) =(xy +1) 2 p y 2 x 2,evaluatef( 2; 1). A. 1 B. 1 p 5 C. Not de

More information

Nonlinear Programming (NLP)

Nonlinear Programming (NLP) Natalia Lazzati Mathematics for Economics (Part I) Note 6: Nonlinear Programming - Unconstrained Optimization Note 6 is based on de la Fuente (2000, Ch. 7), Madden (1986, Ch. 3 and 5) and Simon and Blume

More information

Math 108, Solution of Midterm Exam 3

Math 108, Solution of Midterm Exam 3 Math 108, Solution of Midterm Exam 3 1 Find an equation of the tangent line to the curve x 3 +y 3 = xy at the point (1,1). Solution. Differentiating both sides of the given equation with respect to x,

More information

MTAEA Differentiation

MTAEA Differentiation School of Economics, Australian National University February 5, 2010 Basic Properties of the Derivative. Secant Tangent Applet l 3 l 2 l 1 a a 3 a 2 a 1 Figure: The derivative of f at a is the limiting

More information

Math 1314 Lesson 23 Partial Derivatives

Math 1314 Lesson 23 Partial Derivatives Math 1314 Lesson 3 Partial Derivatives When we are asked to ind the derivative o a unction o a single variable, (x), we know exactly what to do However, when we have a unction o two variables, there is

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

Dr. Sophie Marques. MAM1020S Tutorial 8 August Divide. 1. 6x 2 + x 15 by 3x + 5. Solution: Do a long division show your work.

Dr. Sophie Marques. MAM1020S Tutorial 8 August Divide. 1. 6x 2 + x 15 by 3x + 5. Solution: Do a long division show your work. Dr. Sophie Marques MAM100S Tutorial 8 August 017 1. Divide 1. 6x + x 15 by 3x + 5. 6x + x 15 = (x 3)(3x + 5) + 0. 1a 4 17a 3 + 9a + 7a 6 by 3a 1a 4 17a 3 + 9a + 7a 6 = (4a 3 3a + a + 3)(3a ) + 0 3. 1a

More information

Calculus with business applications, Lehigh U, Lecture 01 notes Summer

Calculus with business applications, Lehigh U, Lecture 01 notes Summer Calculus with business applications, Lehigh U, Lecture 01 notes Summer 2012 1 Functions 1. A company sells 100 widgets at a price of $20. Sales increase by 5 widgets for each $1 decrease in price. Write

More information

Mathematic 108, Fall 2015: Solutions to assignment #7

Mathematic 108, Fall 2015: Solutions to assignment #7 Mathematic 08, Fall 05: Solutions to assignment #7 Problem # Suppose f is a function with f continuous on the open interval I and so that f has a local maximum at both x = a and x = b for a, b I with a

More information

Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials

Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials Introduction: In applications, it often turns out that one cannot solve the differential equations or antiderivatives that show up in the real

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

Calculus I: Practice Midterm II

Calculus I: Practice Midterm II Calculus I: Practice Mierm II April 3, 2015 Name: Write your solutions in the space provided. Continue on the back for more space. Show your work unless asked otherwise. Partial credit will be given for

More information

THE USE OF A CALCULATOR, CELL PHONE, OR ANY OTHER ELECTRONIC DEVICE IS NOT PERMITTED IN THIS EXAMINATION.

THE USE OF A CALCULATOR, CELL PHONE, OR ANY OTHER ELECTRONIC DEVICE IS NOT PERMITTED IN THIS EXAMINATION. MATH 110 FINAL EXAM SPRING 2008 FORM A NAME STUDENT NUMBER INSTRUCTOR SECTION NUMBER This examination will be machine processed by the University Testing Service. Use only a number 2 pencil on your scantron.

More information

1,3. f x x f x x. Lim. Lim. Lim. Lim Lim. y 13x b b 10 b So the equation of the tangent line is y 13x

1,3. f x x f x x. Lim. Lim. Lim. Lim Lim. y 13x b b 10 b So the equation of the tangent line is y 13x 1.5 Topics: The Derivative lutions 1. Use the limit definition of derivative (the one with x in it) to find f x given f x 4x 5x 6 4 x x 5 x x 6 4x 5x 6 f x x f x f x x0 x x0 x xx x x x x x 4 5 6 4 5 6

More information

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0 8.7 Taylor s Inequality Math 00 Section 005 Calculus II Name: ANSWER KEY Taylor s Inequality: If f (n+) is continuous and f (n+) < M between the center a and some point x, then f(x) T n (x) M x a n+ (n

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

2009 A-level Maths Tutor All Rights Reserved

2009 A-level Maths Tutor All Rights Reserved 2 This book is under copyright to A-level Maths Tutor. However, it may be distributed freely provided it is not sold for profit. Contents the derivative formula 3 tangents & normals 7 maxima & minima 10

More information

Chapter 2 Differentiation. 2.1 Tangent Lines and Their Slopes. Calculus: A Complete Course, 8e Chapter 2: Differentiation

Chapter 2 Differentiation. 2.1 Tangent Lines and Their Slopes. Calculus: A Complete Course, 8e Chapter 2: Differentiation Chapter 2 Differentiation 2.1 Tangent Lines and Their Slopes 1) Find the slope of the tangent line to the curve y = 4x x 2 at the point (-1, 0). A) -1 2 C) 6 D) 2 1 E) -2 2) Find the equation of the tangent

More information

OR MSc Maths Revision Course

OR MSc Maths Revision Course OR MSc Maths Revision Course Tom Byrne School of Mathematics University of Edinburgh t.m.byrne@sms.ed.ac.uk 15 September 2017 General Information Today JCMB Lecture Theatre A, 09:30-12:30 Mathematics revision

More information

ARE202A, Fall 2005 CONTENTS. 1. Graphical Overview of Optimization Theory (cont) Separating Hyperplanes 1

ARE202A, Fall 2005 CONTENTS. 1. Graphical Overview of Optimization Theory (cont) Separating Hyperplanes 1 AREA, Fall 5 LECTURE #: WED, OCT 5, 5 PRINT DATE: OCTOBER 5, 5 (GRAPHICAL) CONTENTS 1. Graphical Overview of Optimization Theory (cont) 1 1.4. Separating Hyperplanes 1 1.5. Constrained Maximization: One

More information

z = f (x; y) f (x ; y ) f (x; y) f (x; y )

z = f (x; y) f (x ; y ) f (x; y) f (x; y ) BEEM0 Optimization Techiniques for Economists Lecture Week 4 Dieter Balkenborg Departments of Economics University of Exeter Since the fabric of the universe is most perfect, and is the work of a most

More information

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx Math 80, Exam, Practice Fall 009 Problem Solution. Differentiate the functions: (do not simplify) f(x) = x ln(x + ), f(x) = xe x f(x) = arcsin(x + ) = sin (3x + ), f(x) = e3x lnx Solution: For the first

More information

Name: Instructor: 1. a b c d e. 15. a b c d e. 2. a b c d e a b c d e. 16. a b c d e a b c d e. 4. a b c d e... 5.

Name: Instructor: 1. a b c d e. 15. a b c d e. 2. a b c d e a b c d e. 16. a b c d e a b c d e. 4. a b c d e... 5. Name: Instructor: Math 155, Practice Final Exam, December The Honor Code is in effect for this examination. All work is to be your own. No calculators. The exam lasts for 2 hours. Be sure that your name

More information

Section 11.3 Rates of Change:

Section 11.3 Rates of Change: Section 11.3 Rates of Change: 1. Consider the following table, which describes a driver making a 168-mile trip from Cleveland to Columbus, Ohio in 3 hours. t Time (in hours) 0 0.5 1 1.5 2 2.5 3 f(t) Distance

More information

Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium

Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium Exercises 8 Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium Objectives - know and understand the relation between a quadratic function and a quadratic

More information

Extrema of Functions of Several Variables

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

More information

z = f (x; y) = x 3 3x 2 y x 2 3

z = f (x; y) = x 3 3x 2 y x 2 3 BEE Mathematics for Economists Week, ecture Thursday..7 Functions in two variables Dieter Balkenborg Department of Economics University of Exeter Objective This lecture has the purpose to make you familiar

More information

Midterm Study Guide and Practice Problems

Midterm Study Guide and Practice Problems Midterm Study Guide and Practice Problems Coverage of the midterm: Sections 10.1-10.7, 11.2-11.6 Sections or topics NOT on the midterm: Section 11.1 (The constant e and continuous compound interest, Section

More information

Test 3 Review. y f(a) = f (a)(x a) y = f (a)(x a) + f(a) L(x) = f (a)(x a) + f(a)

Test 3 Review. y f(a) = f (a)(x a) y = f (a)(x a) + f(a) L(x) = f (a)(x a) + f(a) MATH 2250 Calculus I Eric Perkerson Test 3 Review Sections Covered: 3.11, 4.1 4.6. Topics Covered: Linearization, Extreme Values, The Mean Value Theorem, Consequences of the Mean Value Theorem, Concavity

More information

Math 10C Practice Final Solutions

Math 10C Practice Final Solutions Math 1C Practice Final Solutions March 9, 216 1. (6 points) Let f(x, y) x 3 y + 12x 2 8y. (a) Find all critical points of f. SOLUTION: f x 3x 2 y + 24x 3x(xy + 8) x,xy 8 y 8 x f y x 3 8 x 3 8 x 3 8 2 So

More information

4.2: What Derivatives Tell Us

4.2: What Derivatives Tell Us 4.2: What Derivatives Tell Us Problem Fill in the following blanks with the correct choice of the words from this list: Increasing, decreasing, positive, negative, concave up, concave down (a) If you know

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION Many applications of calculus depend on our ability to deduce facts about a function f from information concerning its derivatives. APPLICATIONS

More information

SOLUTIONS FOR PROBLEMS 1-30

SOLUTIONS FOR PROBLEMS 1-30 . Answer: 5 Evaluate x x + 9 for x SOLUTIONS FOR PROBLEMS - 0 When substituting x in x be sure to do the exponent before the multiplication by to get (). + 9 5 + When multiplying ( ) so that ( 7) ( ).

More information

3.1 Derivative Formulas for Powers and Polynomials

3.1 Derivative Formulas for Powers and Polynomials 3.1 Derivative Formulas for Powers and Polynomials First, recall that a derivative is a function. We worked very hard in 2.2 to interpret the derivative of a function visually. We made the link, in Ex.

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

Graphs of Polynomial Functions

Graphs of Polynomial Functions Graphs of Polynomial Functions By: OpenStaxCollege The revenue in millions of dollars for a fictional cable company from 2006 through 2013 is shown in [link]. Year 2006 2007 2008 2009 2010 2011 2012 2013

More information

Math 142 (Summer 2018) Business Calculus 5.8 Notes

Math 142 (Summer 2018) Business Calculus 5.8 Notes Math 142 (Summer 2018) Business Calculus 5.8 Notes Implicit Differentiation and Related Rates Why? We have learned how to take derivatives of functions, and we have seen many applications of this. However

More information

= cos(cos(tan t)) ( sin(tan t)) d (tan t) = cos(cos(tan t)) ( sin(tan t)) sec 2 t., we get. 4x 3/4 f (t) 4 [ ln(f (t)) ] 3/4 f (t)

= cos(cos(tan t)) ( sin(tan t)) d (tan t) = cos(cos(tan t)) ( sin(tan t)) sec 2 t., we get. 4x 3/4 f (t) 4 [ ln(f (t)) ] 3/4 f (t) Tuesday, January 2 Solutions A review of some important calculus topics 1. Chain Rule: (a) Let h(t) = sin ( cos(tan t) ). Find the derivative with respect to t. Solution. d (h(t)) = d (sin(cos(tan t)))

More information

MAPLE Worksheet Number 7 Derivatives in Calculus

MAPLE Worksheet Number 7 Derivatives in Calculus MAPLE Worksheet Number 7 Derivatives in Calculus The MAPLE command for computing the derivative of a function depends on which of the two ways we used to define the function, as a symbol or as an operation.

More information

Applications of Differentiation

Applications of Differentiation MathsTrack (NOTE Feb 2013: This is the old version of MathsTrack. New books will be created during 2013 and 2014) Module9 7 Introduction Applications of to Matrices Differentiation y = x(x 1)(x 2) d 2

More information

B553 Lecture 3: Multivariate Calculus and Linear Algebra Review

B553 Lecture 3: Multivariate Calculus and Linear Algebra Review B553 Lecture 3: Multivariate Calculus and Linear Algebra Review Kris Hauser December 30, 2011 We now move from the univariate setting to the multivariate setting, where we will spend the rest of the class.

More information

Given the table of values, determine the equation

Given the table of values, determine the equation 3.1 Properties of Quadratic Functions Recall: Standard Form f(x) = ax 2 + bx + c Factored Form f(x) = a(x r)(x s) Vertex Form f(x) = a(x h) 2 + k Given the table of values, determine the equation x y 1

More information