Linear and quadratic Taylor polynomials for functions of several variables.
|
|
|
- Candace Simmons
- 9 years ago
- Views:
Transcription
1 ams/econ 11b supplementary notes ucsc Linear quadratic Taylor polynomials for functions of several variables. c 010, Yonatan Katznelson Finding the extreme (minimum or maximum) values of a function, is one of the most important applications of differential calculus to economics. In general, there are two steps to this process: (i) finding the the points where extreme values may occur, (ii) analyzing the behavior of the function near these points, to determine whether or not extreme values actually occur there. For a function of one variable, we saw that step (i) consisted of finding the critical points of the function, step (ii) consisted of using the first or second derivative test to analyze the behavior of the function near the point. We use the same two steps to find the critical points classify the critical values of functions of several variables, to underst how the procedure generalizes, we need to first underst the linear quadratic Taylor s polynomials for functions of several variables, the approximations that they provide. Comment: I will assume throughout this note that all the functions being discussed have continuous first, second third order derivatives (or partial derivatives). This assumption justifies the claims made below about the accuracy of the approximations. 1. The one-variable case. To makes sense of Taylor polynomials in several variables, we first recall what they look like for functions of one variable. 1.1 The first order (linear) approximation The first order Taylor polynomial for y = f(t), centered at t 0 is the linear function With this definition of T 1, the approximation is very good if t is sufficiently close to t 0. T 1 (t) = f(t 0 ) + f (t 0 ) (t t 0 ). (1) f(t) T 1 (t), () This approximation is also called the tangent line approximation because the graph y = T 1 (t) is the tangent line to the graph y = f(t) at the point (t 0, f(t 0 )). 1. The second order (quadratic) approximation The second order Taylor polynomial for the function y = f(t), centered at t 0 is the quadratic function T (t) = f(t 0 ) + f (t 0 )(t t 0 ) + f (t 0 ) (t t 0 ). () For a more thorough discussion of Taylor polynomials for functions of one variable, please see SN 7 on the review page of the 11A website: yorik/11a/review.htm. The error of approximation f(t) T 1 (t) is less than a multiple of t t 0. As t approaches t 0, the squared difference t t 0 goes to 0 very rapidly. 1
2 You should note that T (t) = T 1 (t)+ f (t 0 ) (t t 0 ). As for the linear approximation, the quadratic approximation f(t) T (t). (4) is very good if t is sufficiently close to t 0. In fact, the quadratic approximation is typically much better than the linear approximation once t is very close to t 0. At this point the key question is: Why do the Taylor polynomials T 1 (t) T (t) do such a good job of approximating the original function f(t) in the neighborhood of t 0? The answer is provided by looking at what happens at the point t 0 itself. The function T 1 (t) is the unique linear function that satisfies the conditions T 1 (t 0 ) = f(t 0 ) T 1(t 0 ) = f (t 0 ). (5) That is, T 1 (t) has the same value as f(t) at t 0 T 1 (t) is changing at the same rate as f(t) at t 0. Likewise, the function T (t) is the unique quadratic function that has the same value at t 0 as f(t), has the same rate of change at t 0 as f(t) has the same concavity at t 0 as f(t) (T (t) is changing at the same rate as f (t) at the point t 0 ). I.e., T (t 0 ) = f(t 0 ), T (t 0 ) = f (t 0 ) T (t 0 ) = f (t 0 ). (6) In other words, the functions T 1 (t) T (t) behave very much like f(t) at the point t 0, this similar behavior at t 0 carries over to points that are close to t 0. To find analogous polynomial approximations for a function of several variables, we will impose the same sort of conditions on the values of the polynomial on the values of the partial derivatives of the polynomial at a specified point. This will give simple equations for the coefficients of the polynomial, as I will describe in the sections that follow.. The linear Taylor polynomial in two variables. Suppose that we want to find a linear polynomial in two variables that approximates the (differentiable) function F (x, y) in the neighborhood of the point (x 0, y 0 ). That is, we want to find a function T 1 (x, y) = A + B(x x 0 ) + C(y y 0 ) such that T 1 (x, y) F (x, y) if (x, y) is close to (x 0, y 0 ). We choose to write T 1 (x, y) as a function of (x x 0 ) (y y 0 ) (instead of the more traditional T 1 (x, y) = a + bx + cy) because it emphasizes the role of the point (x 0, y 0 ) in the approximation it makes the equations we will solve much simpler. The comments at the end of the previous section lead to the idea of imposing conditions on the values of T 1 (x, y), T 1x (x, y) T 1y (x, y) at the point (x 0, y 0 ). In analogy with the properties of T 1 (t) described in (5), we require that T 1 (x 0, y 0 ) = F (x 0, y 0 ), T 1 x (x 0, y 0 ) = F x (x 0, y 0 ) T 1 y (x 0, y 0 ) = F y (x 0, y 0 ). If t t 0 is small, then f(t) T (t) is less than a multiple of t t 0. Thus, if t t 0 < 1, then both t t 0 t t 0 are very small t t 0 < t t 0. This implies (with more work) that once t t 0 is small enough, f(t) T (t) < f(t) T 1 (t).
3 These conditions give very simple equations for the unknown coefficients A, B C. Specifically, since T 1 (x 0, y 0 ) = A, it follows that A = F (x 0, y 0 ); since T 1x = B, it follows that B = F x (x 0, y 0 ); since T 1y = C, it follows that C = F y (x 0, y 0 ). In other words, the first order Taylor polynomial for F (x, y), centered at (x 0, y 0 ) is given by T 1 (x, y) = F (x 0, y 0 ) + F x (x 0, y 0 ) (x x 0 ) + F y (x 0, y 0 ) (y y 0 ). (7) Using more advanced techniques, it possible to show that the approximation is very good if (x, y) is close to (x 0, y 0 ). Example 1. so F (x, y) T 1 (x, y) If F (x, y) = 5x + y (x 0, y 0 ) = (1, 10), then F x = 5 (5x + y) 1/ F y = (5x + y) 1/, F (1, 10) = 5 = 5, F x (1, 10) = 5 10 = 1 F y(1, 10) = 1 5. It follows that the linear Taylor approximation to 5x + y, centered at (1, 10), is given by T 1 (x, y) = (x 1) + 1 (y 10). 5 To test the accuracy of the approximation that this provides, I ll use it to estimate 7.04 = 5 (1.) + (10.5) = F (1., 10.5). Plugging (x, y) = (1., 10.5) into T 1 (x, y), we have T 1 (1., 10.5) = = 5.04, 5 giving the estimate 7.04 = F (1., 10.5) T1 (1., 10.5) = This estimate is exactly 1/50 away from the truth, since 7.04 = = 1/50.. The quadratic Taylor polynomial in two variables. Two find the formula of the quadratic Taylor approximation for the function F (x, y), centered at the point (x 0, y 0 ), we repeat the procedure we followed above for the linear polynomial, but we take it one step further. In analogy with the conditions satisfied by T (t) in the one-variable setting (shown in (6)), we want to find the coefficients A, B, C, D, E G of the quadratic function T (x, y) = A + B(x x 0 ) + C(y y 0 ) + D(x x 0 ) + E(y y 0 ) + G(x x 0 )(y y 0 ) These techniques are outside the scope of this course, but well within the realm of an upper division math class.
4 that satisfies the conditions T (x 0, y 0 ) = F (x 0, y 0 ), T x (x 0, y 0 ) = F x (x 0, y 0 ), T y (x 0, y 0 ) = F y (x 0, y 0 ), T x (x 0, y 0 ) = F x (x 0, y 0 ), T y (x 0, y 0 ) = F y (x 0, y 0 ), T x y (x 0, y 0 ) = F x y (x 0, y 0 ). In other words, we want T (x, y), its first order partial derivatives its second order partial derivatives to all have the same values as the corresponding derivatives of F (x, y) at the point (x 0, y 0 ). The values of the partial derivatives of T (x, y) at the point (x 0, y 0 ) are all very simple expressions in the coefficients of T (x, y). Indeed, we have T (x 0, y 0 ) = A, T x (x 0, y 0 ) = B, T y (x 0, y 0 ) = C, T x (x 0, y 0 ) = D, T y (x 0, y 0 ) = E, T x y (x 0, y 0 ) = G, as you should verify by doing the calculations yourself. Comparing the two lists above, we find that the quadratic Taylor polynomial for F (x, y), centered at (x 0, y 0 ), is given by T (x, y) = F (x 0, y 0 ) + F x (x 0, y 0 )(x x 0 ) + F y (x 0, y 0 )(y y 0 ) + F xx(x 0, y 0 ) (x x 0 ) + F yy(x 0, y 0 ) (y y 0 ) + F xy (x 0, y 0 )(x x 0 )(y y 0 ). (8) As in the one-variable case, the linear constant coefficients of T (x, y) are the same as those of T 1 (x, y). In other words, we have T (x, y) = T 1 (x, y) + F xx(x 0, y 0 ) (x x 0 ) + F yy(x 0, y 0 ) (y y 0 ) + F xy (x 0, y 0 )(x x 0 )(y y 0 ). Also as in the one-variable case, the quadratic terms in T (x, y) tend to make the approximation F (x, y) T (x, y) more accurate than the approximation F (x, y) T 1 (x, y), when (x, y) is very close to (x 0, y 0 ). 4
5 Example. Let s see if the quadratic Taylor polynomial gives a more accurate approximation than the linear one for the function points in Example 1. We already have the constant linear coefficients of T (why?), so it remains to find the quadratic coefficients. First we compute the second order partial derivatives of F (x, y) = 5x + y: F xx = 5 4 (5x + y) /, F yy = (5x + y) / F xy = 5 (5x + y) /. Next, we evaluate these at the point (x 0, y 0 ) = (1, 10), remembering that 5 / = 1 15 : F xx (1, 10) = 1 0, F yy(1, 10) = 1 15 F xy(1, 10) = Using these numbers the ones we found in Example 1 in Equation (8), we find that T (x, y) = (x 1) (y 10) 5 40 (x 1) 1 50 (y 10) 1 (x 1)(y 10), 50 T (1., 10.5) = (0.) (0.5) (0.)(0.5) = This give the estimate 7.04 = F (1., 10.5) T (1., 10.5) = , which is closer to the correct value ( 7.04 = 5.) than the previous estimate, since ( T (1., 10.5) F (1., 10.5) = = 101 ) This is almost 5 times smaller than the error of approximation we had when we used the linear approximation. 4. Linear quadratic Taylor polynomials for functions of three variables. As the number of variables grows, the number of terms in both the linear quadratic Taylor polynomials grows as well, but the forms of the polynomials follow the same patterns that we saw in (7) (8) for the two-variable case. The formulas for a function of three variables appear below. 4.1 The linear Taylor polynomial for a function of three variables. The linear Taylor polynomial for the function F (x, y, z), centered at the point (x 0, y 0, z 0 ), has the form T 1 (x, y, z) = F (x 0, y 0, z 0 ) + F x (x 0, y 0, z 0 )(x x 0 ) + F y (x 0, y 0, z 0 )(y y 0 ) + F z (x 0, y 0, z 0 )(z z 0 ) As in the one- two-variable cases, T 1 (x 1,..., x n ) satisfies the conditions T 1 (x 0, y 0, z 0 ) = F (x 0, y 0, z 0 ), T 1x (x 0, y 0, z 0 ) = F x (x 0, y 0, z 0 ), T 1y (x 0, y 0, z 0 ) = F y (x 0, y 0, z 0 ), T 1z (x 0, y 0, z 0 ) = F z (x 0, y 0, z 0 ). (9) 5
6 Indeed, as before, it is by requiring that these conditions be satisfied that the coefficients were found. Also as before, the approximation F (x, y, z) T 1 (x, y, z) is very accurate when (x, y, z) is sufficiently close to (x 0, y 0, z 0 ). 4. The quadratic Taylor polynomial for a function of three variables. The linear Taylor polynomial for the function F (x, y, z), centered at the point (x 0, y 0, z 0 ), has the form T (x, y, z) = F (x 0, y 0, z 0 ) + F x (x 0, y 0, z 0 )(x x 0 ) + F y (x 0, y 0, z 0 )(y y 0 ) + F z (x 0, y 0, z 0 )(z z 0 ) + F xx(x 0, y 0, z 0 ) (x x 0 ) + F yy(x 0, y 0, z 0 ) (y y 0 ) + F zz(x 0, y 0, z 0 ) (z z 0 ) + F xy (x 0, y 0, z 0 )(x x 0 )(y y 0 ) + F xz (x 0, y 0, z 0 )(x x 0 )(z z 0 ) + F yz (x 0, y 0, z 0 )(y y 0 )(z z 0 ) (10) The coefficients of T (x, y, z) are chosen so that the value of T those of all of its first second order partial derivatives are equal to the values of the corresponding partial derivatives of F (x, y, z). These conditions ensure, as before, that the approximation F (x, y, z) T (x, y, z) is very accurate if (x, y, z) is sufficiently close to (x 0, y 0, z 0 ). 5. Another example. The example in this section is meant to illustrate how the approximation a function of two variables by its quadratic Taylor polynomial is used in the classification of local extreme values. In particular you will see that we don t use the approximation to estimate specific values, but rather we use the Taylor polynomial to approximate the overall behavior of the function in the neighborhood of a critical point. This idea eventually leads to the generalization of the second derivative test to the case of functions of two or more variables. Consider the function f(x, y) = ) (1 x y e 0.75x +y, whose graph in the neighborhood of (0, 0) appears in Figure 1, below. The point (0, 0, 1) on the graph is the point from which the vertical arrow is extending, it appears to be the lowest point on the graph in its own immediate vicinity. In other words, it appears that f(0, 0) = 1 is a local minimum value of the function, meaning that f(0, 0) < f(x, y) for all points (x, y) that are sufficiently close to (0, 0). However pictures can be misleading, so it is important to have an analytic argument that shows that f(0, 0) is indeed a local minimum, without reliance on pictures. 6
7 ( ) Figure 1: The graph of f(x, y) = 1 x y e 0.75x +y. Analyzing the function f(x, y) as it is defined may be a little complicated, this is where the Taylor approximation of f(x, y), centered at (0, 0), becomes very useful. Applying the Taylor approximation, f(x, y) T (x, y), in this case, yields f(x, y) 1 + f x (0, 0)(x 0) + f y (0, 0)(y 0) + f xx(0, 0) (x 0) + f yy(0, 0) (y 0) + f xy (0, 0)(x 0)(y 0) = 1 + f x (0, 0) x + f y (0, 0) y + f xx(0, 0) x + f yy(0, 0) y + f xy (0, 0) xy, (which is accurate if (x, y) is sufficiently close to (0, 0)). The expression in the third row is fairly simple already, it will become simpler still once we evaluate all the partial derivatives of f(x, y) at (0, 0) compute the (numerical) coefficients. Differentiating once yields f x (x, y) = x +y + 1.5x (1 x e0.75x f y (x, y) = y e 0.75x +y + y 7 y ) e 0.75x +y ) (1 x y e 0.75x +y, (11)
8 evaluating these expressions at the point (0, 0) gives f x (0, 0) = 0 f y (0, 0) = 0, which means that T (x, y) has no linear terms in this instance. Differentiating the first derivatives ( collecting terms) yields the second order derivatives: f xx (x, y) = [ ( x + 4.5x ) + ( x ) ( )] 1 x y e 0.75x +y, [ )] f xy (x, y) = x y 1.5xy + xy (1 x y e 0.75x +y f yy (x, y) = [ ( y + 4y ) ) + ( + 4y ) ( )] 1 x y e 0.75x +y. As complicated as they appear, the second order partial derivatives are very easy to evaluate at the point (0, 0). Indeed f xx (0, 0) = [ 0 + ( ) (1 0 0)] e 0 = = 1.5, f xy (0, 0) = [ (1 0 0)] e 0 = 0 f yy (0, 0) = [ 0 + ( + 0) (1 0 0)] e 0 = 1 1 =. Returning to the Taylor approximation (11), inserting the values of the coefficients, we see that if (x, y) is close to (0, 0), then f(x, y) 1 + x 4 + y. This means that if (x, y) is close (but not equal to) to (0, 0), then f(x, y) f(0, 0) x 4 + y > 0. In other words, if (x, y) is sufficiently close to (0, 0), then f(x, y) f(0, 0), showing that f(0, 0) is a local minimum value, as we suspected. The conditions f x(x 0, y 0 ) = 0 f y(x 0, y 0 ) = 0 make (x 0, y 0 ) a critical point of the function f(x, y), as you might expect. More on that in SN. I recommend that you compute these partial derivatives on your own, for practice. 8
9 Exercises 1. Compute T (x, y) for the function centered at the point (x 0, y 0 ) = (1, 1). f(x, y) = x y + x y xy + x 5y,. Compute T (K, L) for the function Q(K, L) = 10K / L 1/, centered at the point (K 0, L 0 ) = (1, 8). Use the Taylor polynomial that you found to calculate the approximate value of Q(1.5, 8.4).. Compute T (u, v) for the function g(u, v) = (u + v)e u +v, centered at the point (u 0, v 0 ) = (0, 0). 4. Compute T (x, y) for the function H(x, y) = x + 5y, centered at the point (x 0, y 0 ) = (, ). Use the Taylor polynomial that you found to calculate the approximate value of H(.5,.1) = Compute T (x, y, z) for the function centered at the point (x 0, y 0, z 0 ) = (4, 5, 0.1). g(x, y, z) = ln x + 4 ln y z(5x + 8y 60), 9
Constrained optimization.
ams/econ 11b supplementary notes ucsc Constrained optimization. c 2010, Yonatan Katznelson 1. Constraints In many of the optimization problems that arise in economics, there are restrictions on the values
Partial Fractions. (x 1)(x 2 + 1)
Partial Fractions Adding rational functions involves finding a common denominator, rewriting each fraction so that it has that denominator, then adding. For example, 3x x 1 3x(x 1) (x + 1)(x 1) + 1(x +
1 Lecture: Integration of rational functions by decomposition
Lecture: Integration of rational functions by decomposition into partial fractions Recognize and integrate basic rational functions, except when the denominator is a power of an irreducible quadratic.
Math 53 Worksheet Solutions- Minmax and Lagrange
Math 5 Worksheet Solutions- Minmax and Lagrange. Find the local maximum and minimum values as well as the saddle point(s) of the function f(x, y) = e y (y x ). Solution. First we calculate the partial
The Method of Partial Fractions Math 121 Calculus II Spring 2015
Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method
1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style
Factorisation 1.5 Introduction In Block 4 we showed the way in which brackets were removed from algebraic expressions. Factorisation, which can be considered as the reverse of this process, is dealt with
x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1
Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs
Polynomial and Rational Functions
Polynomial and Rational Functions Quadratic Functions Overview of Objectives, students should be able to: 1. Recognize the characteristics of parabolas. 2. Find the intercepts a. x intercepts by solving
Integrals of Rational Functions
Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t
Microeconomic Theory: Basic Math Concepts
Microeconomic Theory: Basic Math Concepts Matt Van Essen University of Alabama Van Essen (U of A) Basic Math Concepts 1 / 66 Basic Math Concepts In this lecture we will review some basic mathematical concepts
DERIVATIVES AS MATRICES; CHAIN RULE
DERIVATIVES AS MATRICES; CHAIN RULE 1. Derivatives of Real-valued Functions Let s first consider functions f : R 2 R. Recall that if the partial derivatives of f exist at the point (x 0, y 0 ), then we
Limits and Continuity
Math 20C Multivariable Calculus Lecture Limits and Continuity Slide Review of Limit. Side limits and squeeze theorem. Continuous functions of 2,3 variables. Review: Limits Slide 2 Definition Given a function
5 Numerical Differentiation
D. Levy 5 Numerical Differentiation 5. Basic Concepts This chapter deals with numerical approximations of derivatives. The first questions that comes up to mind is: why do we need to approximate derivatives
1.7 Graphs of Functions
64 Relations and Functions 1.7 Graphs of Functions In Section 1.4 we defined a function as a special type of relation; one in which each x-coordinate was matched with only one y-coordinate. We spent most
Section 12.6: Directional Derivatives and the Gradient Vector
Section 26: Directional Derivatives and the Gradient Vector Recall that if f is a differentiable function of x and y and z = f(x, y), then the partial derivatives f x (x, y) and f y (x, y) give the rate
15. Symmetric polynomials
15. Symmetric polynomials 15.1 The theorem 15.2 First examples 15.3 A variant: discriminants 1. The theorem Let S n be the group of permutations of {1,, n}, also called the symmetric group on n things.
0.8 Rational Expressions and Equations
96 Prerequisites 0.8 Rational Expressions and Equations We now turn our attention to rational expressions - that is, algebraic fractions - and equations which contain them. The reader is encouraged to
Objectives. Materials
Activity 4 Objectives Understand what a slope field represents in terms of Create a slope field for a given differential equation Materials TI-84 Plus / TI-83 Plus Graph paper Introduction One of the ways
Factoring Polynomials
Factoring Polynomials Hoste, Miller, Murieka September 12, 2011 1 Factoring In the previous section, we discussed how to determine the product of two or more terms. Consider, for instance, the equations
Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given.
Polynomials (Ch.1) Study Guide by BS, JL, AZ, CC, SH, HL Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given. Sasha s method
Math 120 Final Exam Practice Problems, Form: A
Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,
Recognizing Types of First Order Differential Equations E. L. Lady
Recognizing Types of First Order Differential Equations E. L. Lady Every first order differential equation to be considered here can be written can be written in the form P (x, y)+q(x, y)y =0. This means
College of the Holy Cross, Spring 2009 Math 373, Partial Differential Equations Midterm 1 Practice Questions
College of the Holy Cross, Spring 29 Math 373, Partial Differential Equations Midterm 1 Practice Questions 1. (a) Find a solution of u x + u y + u = xy. Hint: Try a polynomial of degree 2. Solution. Use
Zeros of Polynomial Functions
Zeros of Polynomial Functions Objectives: 1.Use the Fundamental Theorem of Algebra to determine the number of zeros of polynomial functions 2.Find rational zeros of polynomial functions 3.Find conjugate
Polynomial Invariants
Polynomial Invariants Dylan Wilson October 9, 2014 (1) Today we will be interested in the following Question 1.1. What are all the possible polynomials in two variables f(x, y) such that f(x, y) = f(y,
To give it a definition, an implicit function of x and y is simply any relationship that takes the form:
2 Implicit function theorems and applications 21 Implicit functions The implicit function theorem is one of the most useful single tools you ll meet this year After a while, it will be second nature to
Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS
DUSP 11.203 Frank Levy Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS These notes have three purposes: 1) To explain why some simple calculus formulae are useful in understanding
Partial Fractions Decomposition
Partial Fractions Decomposition Dr. Philippe B. Laval Kennesaw State University August 6, 008 Abstract This handout describes partial fractions decomposition and how it can be used when integrating rational
Quotient Rings and Field Extensions
Chapter 5 Quotient Rings and Field Extensions In this chapter we describe a method for producing field extension of a given field. If F is a field, then a field extension is a field K that contains F.
( 1)2 + 2 2 + 2 2 = 9 = 3 We would like to make the length 6. The only vectors in the same direction as v are those
1.(6pts) Which of the following vectors has the same direction as v 1,, but has length 6? (a), 4, 4 (b),, (c) 4,, 4 (d), 4, 4 (e) 0, 6, 0 The length of v is given by ( 1) + + 9 3 We would like to make
Solving Quadratic Equations
9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation
SECOND DERIVATIVE TEST FOR CONSTRAINED EXTREMA
SECOND DERIVATIVE TEST FOR CONSTRAINED EXTREMA This handout presents the second derivative test for a local extrema of a Lagrange multiplier problem. The Section 1 presents a geometric motivation for the
DIFFERENTIABILITY OF COMPLEX FUNCTIONS. Contents
DIFFERENTIABILITY OF COMPLEX FUNCTIONS Contents 1. Limit definition of a derivative 1 2. Holomorphic functions, the Cauchy-Riemann equations 3 3. Differentiability of real functions 5 4. A sufficient condition
POLYNOMIALS and FACTORING
POLYNOMIALS and FACTORING Exponents ( days); 1. Evaluate exponential expressions. Use the product rule for exponents, 1. How do you remember the rules for exponents?. How do you decide which rule to use
Differentiation and Integration
This material is a supplement to Appendix G of Stewart. You should read the appendix, except the last section on complex exponentials, before this material. Differentiation and Integration Suppose we have
2.2 Derivative as a Function
2.2 Derivative as a Function Recall that we defined the derivative as f (a) = lim h 0 f(a + h) f(a) h But since a is really just an arbitrary number that represents an x-value, why don t we just use x
Separable First Order Differential Equations
Separable First Order Differential Equations Form of Separable Equations which take the form = gx hy or These are differential equations = gxĥy, where gx is a continuous function of x and hy is a continuously
ALGEBRA REVIEW LEARNING SKILLS CENTER. Exponents & Radicals
ALGEBRA REVIEW LEARNING SKILLS CENTER The "Review Series in Algebra" is taught at the beginning of each quarter by the staff of the Learning Skills Center at UC Davis. This workshop is intended to be an
Practice with Proofs
Practice with Proofs October 6, 2014 Recall the following Definition 0.1. A function f is increasing if for every x, y in the domain of f, x < y = f(x) < f(y) 1. Prove that h(x) = x 3 is increasing, using
Calculus 1: Sample Questions, Final Exam, Solutions
Calculus : Sample Questions, Final Exam, Solutions. Short answer. Put your answer in the blank. NO PARTIAL CREDIT! (a) (b) (c) (d) (e) e 3 e Evaluate dx. Your answer should be in the x form of an integer.
Review of Fundamental Mathematics
Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools
Zeros of Polynomial Functions
Zeros of Polynomial Functions The Rational Zero Theorem If f (x) = a n x n + a n-1 x n-1 + + a 1 x + a 0 has integer coefficients and p/q (where p/q is reduced) is a rational zero, then p is a factor of
2 Integrating Both Sides
2 Integrating Both Sides So far, the only general method we have for solving differential equations involves equations of the form y = f(x), where f(x) is any function of x. The solution to such an equation
is identically equal to x 2 +3x +2
Partial fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as 1 + 3
Introduction to Algebraic Geometry. Bézout s Theorem and Inflection Points
Introduction to Algebraic Geometry Bézout s Theorem and Inflection Points 1. The resultant. Let K be a field. Then the polynomial ring K[x] is a unique factorisation domain (UFD). Another example of a
Math 265 (Butler) Practice Midterm II B (Solutions)
Math 265 (Butler) Practice Midterm II B (Solutions) 1. Find (x 0, y 0 ) so that the plane tangent to the surface z f(x, y) x 2 + 3xy y 2 at ( x 0, y 0, f(x 0, y 0 ) ) is parallel to the plane 16x 2y 2z
MATH 10034 Fundamental Mathematics IV
MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.
Solutions for Review Problems
olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector
Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.
Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard
1 Shapes of Cubic Functions
MA 1165 - Lecture 05 1 1/26/09 1 Shapes of Cubic Functions A cubic function (a.k.a. a third-degree polynomial function) is one that can be written in the form f(x) = ax 3 + bx 2 + cx + d. (1) Quadratic
Rolle s Theorem. q( x) = 1
Lecture 1 :The Mean Value Theorem We know that constant functions have derivative zero. Is it possible for a more complicated function to have derivative zero? In this section we will answer this question
4.5 Linear Dependence and Linear Independence
4.5 Linear Dependence and Linear Independence 267 32. {v 1, v 2 }, where v 1, v 2 are collinear vectors in R 3. 33. Prove that if S and S are subsets of a vector space V such that S is a subset of S, then
3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes
Solving Polynomial Equations 3.3 Introduction Linear and quadratic equations, dealt within Sections 3.1 and 3.2, are members of a class of equations, called polynomial equations. These have the general
Representation of functions as power series
Representation of functions as power series Dr. Philippe B. Laval Kennesaw State University November 9, 008 Abstract This document is a summary of the theory and techniques used to represent functions
FACTORING ax 2 bx c. Factoring Trinomials with Leading Coefficient 1
5.7 Factoring ax 2 bx c (5-49) 305 5.7 FACTORING ax 2 bx c In this section In Section 5.5 you learned to factor certain special polynomials. In this section you will learn to factor general quadratic polynomials.
H/wk 13, Solutions to selected problems
H/wk 13, Solutions to selected problems Ch. 4.1, Problem 5 (a) Find the number of roots of x x in Z 4, Z Z, any integral domain, Z 6. (b) Find a commutative ring in which x x has infinitely many roots.
PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include 2 + 5.
PUTNAM TRAINING POLYNOMIALS (Last updated: November 17, 2015) Remark. This is a list of exercises on polynomials. Miguel A. Lerma Exercises 1. Find a polynomial with integral coefficients whose zeros include
Equations, Inequalities & Partial Fractions
Contents Equations, Inequalities & Partial Fractions.1 Solving Linear Equations 2.2 Solving Quadratic Equations 1. Solving Polynomial Equations 1.4 Solving Simultaneous Linear Equations 42.5 Solving Inequalities
Math 4310 Handout - Quotient Vector Spaces
Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable
Vieta s Formulas and the Identity Theorem
Vieta s Formulas and the Identity Theorem This worksheet will work through the material from our class on 3/21/2013 with some examples that should help you with the homework The topic of our discussion
Don't Forget the Differential Equations: Finishing 2005 BC4
connect to college success Don't Forget the Differential Equations: Finishing 005 BC4 Steve Greenfield available on apcentral.collegeboard.com connect to college success www.collegeboard.com The College
correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were:
Topic 1 2.1 mode MultipleSelection text How can we approximate the slope of the tangent line to f(x) at a point x = a? This is a Multiple selection question, so you need to check all of the answers that
Factoring Special Polynomials
6.6 Factoring Special Polynomials 6.6 OBJECTIVES 1. Factor the difference of two squares 2. Factor the sum or difference of two cubes In this section, we will look at several special polynomials. These
Definitions 1. A factor of integer is an integer that will divide the given integer evenly (with no remainder).
Math 50, Chapter 8 (Page 1 of 20) 8.1 Common Factors Definitions 1. A factor of integer is an integer that will divide the given integer evenly (with no remainder). Find all the factors of a. 44 b. 32
NSM100 Introduction to Algebra Chapter 5 Notes Factoring
Section 5.1 Greatest Common Factor (GCF) and Factoring by Grouping Greatest Common Factor for a polynomial is the largest monomial that divides (is a factor of) each term of the polynomial. GCF is the
a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4)
ROOTS OF POLYNOMIAL EQUATIONS In this unit we discuss polynomial equations. A polynomial in x of degree n, where n 0 is an integer, is an expression of the form P n (x) =a n x n + a n 1 x n 1 + + a 1 x
3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes
Partial Fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. For 4x + 7 example it can be shown that x 2 + 3x + 2 has the same
Practice Test Answer and Alignment Document Mathematics: Algebra II Performance Based Assessment - Paper
The following pages include the answer key for all machine-scored items, followed by the rubrics for the hand-scored items. - The rubrics show sample student responses. Other valid methods for solving
6.4 Logarithmic Equations and Inequalities
6.4 Logarithmic Equations and Inequalities 459 6.4 Logarithmic Equations and Inequalities In Section 6.3 we solved equations and inequalities involving exponential functions using one of two basic strategies.
Factoring Polynomials and Solving Quadratic Equations
Factoring Polynomials and Solving Quadratic Equations Math Tutorial Lab Special Topic Factoring Factoring Binomials Remember that a binomial is just a polynomial with two terms. Some examples include 2x+3
1 Error in Euler s Method
1 Error in Euler s Method Experience with Euler s 1 method raises some interesting questions about numerical approximations for the solutions of differential equations. 1. What determines the amount of
INTERPOLATION. Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y).
INTERPOLATION Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y). As an example, consider defining and x 0 =0, x 1 = π 4, x
Inner Product Spaces
Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and
2013 MBA Jump Start Program
2013 MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Algebra Review Calculus Permutations and Combinations [Online Appendix: Basic Mathematical Concepts] 2 1 Equation of
Solutions to Homework 10
Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x
Unit 3: Day 2: Factoring Polynomial Expressions
Unit 3: Day : Factoring Polynomial Expressions Minds On: 0 Action: 45 Consolidate:10 Total =75 min Learning Goals: Extend knowledge of factoring to factor cubic and quartic expressions that can be factored
Lectures 5-6: Taylor Series
Math 1d Instructor: Padraic Bartlett Lectures 5-: Taylor Series Weeks 5- Caltech 213 1 Taylor Polynomials and Series As we saw in week 4, power series are remarkably nice objects to work with. In particular,
EL-9650/9600c/9450/9400 Handbook Vol. 1
Graphing Calculator EL-9650/9600c/9450/9400 Handbook Vol. Algebra EL-9650 EL-9450 Contents. Linear Equations - Slope and Intercept of Linear Equations -2 Parallel and Perpendicular Lines 2. Quadratic Equations
3.2 The Factor Theorem and The Remainder Theorem
3. The Factor Theorem and The Remainder Theorem 57 3. The Factor Theorem and The Remainder Theorem Suppose we wish to find the zeros of f(x) = x 3 + 4x 5x 4. Setting f(x) = 0 results in the polynomial
REVIEW EXERCISES DAVID J LOWRY
REVIEW EXERCISES DAVID J LOWRY Contents 1. Introduction 1 2. Elementary Functions 1 2.1. Factoring and Solving Quadratics 1 2.2. Polynomial Inequalities 3 2.3. Rational Functions 4 2.4. Exponentials and
Math 10C. Course: Polynomial Products and Factors. Unit of Study: Step 1: Identify the Outcomes to Address. Guiding Questions:
Course: Unit of Study: Math 10C Polynomial Products and Factors Step 1: Identify the Outcomes to Address Guiding Questions: What do I want my students to learn? What can they currently understand and do?
Math 432 HW 2.5 Solutions
Math 432 HW 2.5 Solutions Assigned: 1-10, 12, 13, and 14. Selected for Grading: 1 (for five points), 6 (also for five), 9, 12 Solutions: 1. (2y 3 + 2y 2 ) dx + (3y 2 x + 2xy) dy = 0. M/ y = 6y 2 + 4y N/
MATH 425, PRACTICE FINAL EXAM SOLUTIONS.
MATH 45, PRACTICE FINAL EXAM SOLUTIONS. Exercise. a Is the operator L defined on smooth functions of x, y by L u := u xx + cosu linear? b Does the answer change if we replace the operator L by the operator
Derivative Approximation by Finite Differences
Derivative Approximation by Finite Differences David Eberly Geometric Tools, LLC http://wwwgeometrictoolscom/ Copyright c 998-26 All Rights Reserved Created: May 3, 2 Last Modified: April 25, 25 Contents
Sect 6.1 - Greatest Common Factor and Factoring by Grouping
Sect 6.1 - Greatest Common Factor and Factoring by Grouping Our goal in this chapter is to solve non-linear equations by breaking them down into a series of linear equations that we can solve. To do this,
MATH 132: CALCULUS II SYLLABUS
MATH 32: CALCULUS II SYLLABUS Prerequisites: Successful completion of Math 3 (or its equivalent elsewhere). Math 27 is normally not a sufficient prerequisite for Math 32. Required Text: Calculus: Early
minimal polyonomial Example
Minimal Polynomials Definition Let α be an element in GF(p e ). We call the monic polynomial of smallest degree which has coefficients in GF(p) and α as a root, the minimal polyonomial of α. Example: We
12.6 Logarithmic and Exponential Equations PREPARING FOR THIS SECTION Before getting started, review the following:
Section 1.6 Logarithmic and Exponential Equations 811 1.6 Logarithmic and Exponential Equations PREPARING FOR THIS SECTION Before getting started, review the following: Solve Quadratic Equations (Section
Algebra. Exponents. Absolute Value. Simplify each of the following as much as possible. 2x y x + y y. xxx 3. x x x xx x. 1. Evaluate 5 and 123
Algebra Eponents Simplify each of the following as much as possible. 1 4 9 4 y + y y. 1 5. 1 5 4. y + y 4 5 6 5. + 1 4 9 10 1 7 9 0 Absolute Value Evaluate 5 and 1. Eliminate the absolute value bars from
Karnaugh Maps. Circuit-wise, this leads to a minimal two-level implementation
Karnaugh Maps Applications of Boolean logic to circuit design The basic Boolean operations are AND, OR and NOT These operations can be combined to form complex expressions, which can also be directly translated
Examples of Functions
Examples of Functions In this document is provided examples of a variety of functions. The purpose is to convince the beginning student that functions are something quite different than polynomial equations.
Real Roots of Univariate Polynomials with Real Coefficients
Real Roots of Univariate Polynomials with Real Coefficients mostly written by Christina Hewitt March 22, 2012 1 Introduction Polynomial equations are used throughout mathematics. When solving polynomials
is identically equal to x 2 +3x +2
Partial fractions.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as + for any
Scalar Valued Functions of Several Variables; the Gradient Vector
Scalar Valued Functions of Several Variables; the Gradient Vector Scalar Valued Functions vector valued function of n variables: Let us consider a scalar (i.e., numerical, rather than y = φ(x = φ(x 1,
Name: ID: Discussion Section:
Math 28 Midterm 3 Spring 2009 Name: ID: Discussion Section: This exam consists of 6 questions: 4 multiple choice questions worth 5 points each 2 hand-graded questions worth a total of 30 points. INSTRUCTIONS:
3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style
Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.
https://williamshartunionca.springboardonline.org/ebook/book/27e8f1b87a1c4555a1212b...
of 19 9/2/2014 12:09 PM Answers Teacher Copy Plan Pacing: 1 class period Chunking the Lesson Example A #1 Example B Example C #2 Check Your Understanding Lesson Practice Teach Bell-Ringer Activity Students
SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve
SOLUTIONS Problem. Find the critical points of the function f(x, y = 2x 3 3x 2 y 2x 2 3y 2 and determine their type i.e. local min/local max/saddle point. Are there any global min/max? Partial derivatives
The two dimensional heat equation
The two dimensional heat equation Ryan C. Trinity University Partial Differential Equations March 6, 2012 Physical motivation Consider a thin rectangular plate made of some thermally conductive material.
Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization
Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization 2.1. Introduction Suppose that an economic relationship can be described by a real-valued
