Multivariable Calculus Module II: Optimization

Size: px
Start display at page:

Download "Multivariable Calculus Module II: Optimization"

Transcription

1 Multivariable Calculus Module II: Optimization Matthew F. Causley, Ruben Hayrepetyan, Allan Taylor Kettering University Contents 1 Introduction 2 2 Example: Supply and Demand for Vehicles Exercise: Tomatoes and Peppers Reconsidering Rates of Change Mini-project: The Maximum Problem Project: Cobb-Douglas Function Production Function and Revenue Maximum Profit Constrained Optimization: The Method of Lagrange Multipliers 6 5 Project: Elasticity Maximum Normal Stress Maximum Shear Stress Project: Lagrange Multiplers, and Sufficient Conditions 8 7 Project: Economics Maximum Production Example: Maximum Power Transfer Theorem DC Circuits AC Circuits Project: Electrical Component Tolerance Band-Pass Filtering Component Tolerance Optimization

2 1 Introduction In this module we discuss optimization problems, their applications, and methods of solution. Optimization problems, i.e. problems of finding maxima and minima of functions, are among the most important problems in mathematics. They have extremely important applications in economics, engineering, and science. We start with one optimization problem originating in economics, and illustrate the basic ideas employed in the mathematical methods of solution. At the beginning we use simple reasoning rather than rigorous calculus language. The more rigorous techniques are gradually introduced later. 2 Example: Supply and Demand for Vehicles You work for a dealership that sells two types of vehicles: trucks and sedans. You are responsible for pricing, and have to choose the prices that maximize the revenue. To solve the problem you need a mathematical model of sales. This is not a simple task; there are many factors that affect sales. So first of all you have to make some simplifying assumptions. Let us assume that there are no other dealerships around, so you are very lucky not to have competitors! Additionally, assume you have enough cars to completely satisfy the demand. Then the revenue is governed by price-demand equations. Denote by x the price of a truck, by y the price of a sedan, by t and s the demands per month on trucks and sedans. After analyzing the market you have come up with the following price-demand equations: t = 10, 000 2x + 2.5y, (1) s = 16, x 3y. (2) These equations reflect a simple observation that when the price of trucks increases then customers buy fewer trucks and more sedans, and when the price on sedans increases they buy more trucks and fewer sedans. Assuming that the dealership sells t trucks at a price of x dollars per truck and s sedans at a price of y dollars per sedan the revenue of the dealership would be R = tx + sy = (10, 000 2x + 2.5y)x + (16, x 3y)y. (3) In this model the revenue R is a function of two variables x and y. Simplifying the left hand side term in (3) we see that the revenue can be expressed in terms of the following quadratic function of two independent variables x and y: R(x, y) = 2x 2 3y 2 + 4xy + 10, 000x + 16, 000y. (4) Now we can state our task of finding prices that maximize the revenue as a mathematical problem: Optimization problem. Find values of x and y such that R(x, y) achieves its maximal value. Later we will see how calculus solves this problem. Now we try to solve it using simple reasoning only. As we always do in mathematics let us denote the unknown solution of this problem by x 0, y 0 and try to find equations for them. That is, let us assume that R(x, y) achieves its maximal value at some point (x 0, y 0 ). Our solution is based on the following simple idea: though both x and y are variables and their values change, it does not mean that they have to change simultaneously. First let us keep the price of sedans constant and equal to y 0, that is y = y 0, and change only the price of trucks. Since y = y 0 is fixed, the revenue is a function of only x. Let us denote this function by g(x) = R(x, y 0 ) = 2x 2 3y xy , 000x + 16, 000y 0. (5) Now let us find the price x 0 that maximizes the function of one variable g(x) using the method from Calculus I that treats optimization problems for single variable functions. We know that the maximum is achieved at the point x 0 where the first derivative equals zero: g (x 0 ) = 4x 0 + 4y , 000 = 0. (6) 2

3 Now let us fix x = x 0 and find the value of y for which R(x 0, y) is maximal. After fixing x = x 0 in (4) we get a function of a single variable y: h(y) = R(x 0, y) = 2x 2 0 3y 2 + 4x 0 y + 10, 000x , 000y. (7) In order to find the maximal value of h(y) we use the Calculus I again: h (y 0 ) = 6y 0 + 4x , 000 = 0. (8) Combining equations (6) and (8) we get the following system of two equations: { 4x0 + 4y , 000 = 0 6y 0 + 4x , 000 = 0. (9) This system can be solved by the elimination method. From the first equation 4x 0 = 4y , 000 or Substituting it in the second equation we obtain Therefore, and Correspondingly, x 0 = y 0 + 2, 500. (10) 6y 0 + 4(y 0 + 2, 500) + 16, 000 = 0. (11) 6y 0 + 4y , , 000 = 0, (12) y 0 = 13, 000. (13) x 0 = y 0 + 2, 500 = 15, 500. (14) So if the maximum of the function R(x, y) exists, it is achieved at x 0 = 15, 500, y 0 = 13, 000. Based on this mathematical model you may suggest the following prices: $15, 500 for a truck and $13, 000 for a sedan. Remark. We have solved the problem assuming from the very beginning that the maximum of R(x, y) exists. For our dealership problem it seems to be a reasonable assumption. Many optimization problems that appear in applications allow us to make such assumptions. 2.1 Exercise: Tomatoes and Peppers A company produces tomatoes and peppers and sells them at prices $2 per pound for tomatoes and $3 per pound for peppers. The cost of production of x pounds of tomatoes and y pounds of peppers is C(x, y) = x 2 + 3xy + y 2. The revenue from selling x pounds of tomatoes and y pounds of peppers is R(x, y) = 2x + 3y and the profit is P (x, y) = R(x, y) C(x, y). How many tomatoes and peppers should the company produce to get the maximal profit? 2.2 Reconsidering Rates of Change We have successfully solved the problem of a dealership stated in the preceding example. Now let us analyze the basic idea that has allowed us to solve the problem. Similar to ideas of Calculus I, our solution was based on instantaneous rates of change. In Calculus I an instantaneous rate of change is called a derivative and can be found by differentiation. However, in Calculus I only functions of one variable were considered. The function R(x, y) considered in the Example 1 depends on two variables x and y. This was a reason why in the solution we slightly modified the concept of an instantaneous rate of change. As a matter of fact we used two different rates of change: the rate of change with respect to x with fixed y and the rate of change with respect to y with fixed x. Mathematically this procedure can be described as follows. In order to find the first rate of change, simply treat y as a constant (fixed) so your function becomes only depends on x, and apply differentiation to this function of one variable. Similarly, to find the second rate of change treat x as a constant and apply differentiation to the 3

4 function of one variable y. Rates of change obtained by using this procedure are called partial derivatives to distinguish them from derivatives of functions of one variable. (Derivatives of functions of one variable are often called ordinary derivatives.) So, if there is a function of two variables f(x, y), then two rates of change should be considered: a rate of change with respect to x and a rate of change with respect to y. In other words, to find a partial derivative with respect to x assume that y is fixed (constant) and differentiate with respect to x, and to find a partial derivative with respect to y assume that x is fixed and differentiate with respect to y. The following notations for partial derivatives are used: f(x, y) x or f x (x, y), f(x, y) y or f y (x, y). Finding maxima is like climbing mountains. You are looking for a point where the elevation is maximal. So it is a point at which the rate of change of elevation changes its sign from positive (when you go up the elevation increases) to negative (when you go down the elevation decreases). So at a maxima point (the top of the mountain) all rates of change of elevation should change their sign from positive to negative. Therefore if these rates are defined they should equal zero at a maxima point. In other words, if f(x, y) is differentiable and has a maximum at (a, b), then the following necessary conditions should be satisfied: f x (a, b) = 0, f y (a, b) = 0. (15) 2.3 Mini-project: The Maximum Problem In this mini-project you will derive necessary conditions (15) and then sufficient conditions for f(x, y) to have a maximum at (a, b). Your approach will be based on the theorems of Calculus I. The main idea is to reduce the problem for a function of two variables, to one for a function of one variable and then apply the results from Calculus I. Indeed, if f(x, y) has a maximum at (a, b) then for any line L passing throw (a, b) the function of one variable that is the restriction of f(x, y) on L has a maximum at that point. To apply this idea follow the steps: 1. Let us assume that f(x, y) has a maximum at (a, b). Write an equation of the line in xy-plane with slope m that passes throw the point(a, b). 2. Write the function g(x) that is a restriction of f(x, y) on the line from the Step Use the Chain Rule to find the derivative of g(x). 4. Apply the necessary condition g (a) = Use the equation g (a) = 0 with arbitrary m to derive conditions (15). 6. Use the Chain Rule again to find the second derivative of g(x). 7. Apply the sufficient condition g (a) < 0. 4

5 8. Use the inequality g (a) < 0 with arbitrary m to derive the following sufficient conditions: are sufficient for having a maximum at (a, b). f xx (a, b) < 0, f xx f yy f 2 xy > 0 (16) 9. Repeat the Steps 6-8 to find sufficient conditions for having a minimum at (a, b). 10. (Optional) Repeat the Steps 1-9 replacing line L by an arbitrary curve h(x, y) = 0 passing through (a, b). 3 Project: Cobb-Douglas Function Definitions In this project you will need some basic definitions from economics. You can use books or internet resources such as Wikipedia. In the first section of your project define and explain the Cobb-Douglas production function. 3.1 Production Function and Revenue Assume that you are a manager of a company. Your goal is to maximize the profit P of your company. The production of your company can be modeled by the following Cobb-Douglas function: P = CK a L b M c, a > 0, b > 0, c > 0. where $ K is capital stocks (the monetary worth of all machinery, equipment, and buildings), $ L is labor input (the total number of person-hours worked in a year), $ M is materials and supplies, and C is a given productivity coefficient. You may assume that a + b + c = 1. Discuss this assumption from the point of view of economics. (You may use books or internet resources.) 3.2 Maximum Profit Assuming that the unit price for the product you produce is $ p, your revenue is the production cost is L + M, and the profit is R = pck a L b M c, f(l, M) = pck a L b M c L M. Here we assume that the capital stocks K is fixed but you can control the labor cost L and materials and supplies cost M. Your goal is to choose L and M that maximize the profit. Justification After you presented your budget to maximize the profit some members of the board of directors were not convinced. They asked you to justify your decisions and to prove that the proposed budget will give the maximal profit. Use the second derivative test to justify your decision. Examples and Applications Discuss numerical examples. Describe possible applications of your results. 5

6 References Include all sources you used. For example: 1. C.W. Cobb and P.H.Douglas, A theory of production. American Economic Review 18(1): Supplement, Papers and Proceedings of the Fortieth Annual Meeting of the American Economic Association, Constrained Optimization: The Method of Lagrange Multipliers In the previous section the problem of unconstrained optimization was discussed. The goal of this section is to develop the method for solving constrained optimization problems, that is to find maxima and minima of a function subject some additional conditions (constraints). An introductory example. Let us consider the following problem: find the extrema of f(x, y, z) = xy + 2x 3y z + 3 on the surface of the paraboloid x 2 + y 2 z = 1, that is f(x, y, z) = xy + 2x 3y z + 3 extremum, (17) g(x, y, z) = x 2 + y 2 z 1 = 0. (18) The solution of this problem may not be (and in general is not) a critical point of f(x, y, z). So the methods of the previous section are not applicable here. However, this problem can be immediately reduced to a problem of unconstrained optimization if one solves equation (18) with respect to z: z = x 2 + y 2 1 and then substitutes it into the function f to obtain the following unconstrained optimization problem: h(x, y) := f(x, y, x 2 + y 2 1) = xy x 2 y 2 + 2x 3y + 4 extremum. The resulting problem can be easily solved by setting the first partial derivatives h x and h y equal zero. In Example 2 a successful reduction to a problem without constraint was possible only because one was able to solve equation (18) with respect to z. However, in the many important problems of constrained optimization the equation representing the constrain cannot be explicitely solved with respect to x, y, or z. The brilliant idea of Lagrange was that the constrained optimization problem { f(x, y, z) extremum (19) g(x, y, z) = 0 still can be reduced to a problem of finding critical points of some function. To illustrate the method of Lagrange we will follow the same procedure as in the previous example. The only difference is that this time we will use implicit differentiation. We will assume that g(x, y, z) 0. Then, the equation g(x, y, z) = 0 allows one to express one of the variables x, y, or z as an implicit function of two others. For instance, let g z (x, y, z) 0 and assume that such a function is z = z(x, y). Substituting this function into f one gets an optimization problem without a constraint h(x, y) = f(x, y, z(x, y)) extremum. The solutions of this problem are among the critical points of function g(x, y). solutions of the following system of equations: { h(x,y) x = 0 h(x,y) y = 0. Therefore we are looking for (20) Now applying the implicit differentiation to g(x, y, z) = 0, we get z x = g x(x, y, z) g z (x, y, z), z y = g y(x, y, z) g z (x, y, z). 6

7 The next step is to find the derivatives h x (x, y) and h y (x, y) by applying the Chain Rule to h(x, y) = f(x, y, z(x, y)): h x = f x + f z z x = f x f g x (x, y, z) z g z (x, y, z), h y = f y + f z z y = f y f g y (x, y, z) z g z (x, y, z). Substituting these expressions into equations (20) we obtain { f x f g x(x,y,z) z f y f z g = 0, z(x,y,z) g y(x,y,z) g = 0. z(x,y,z) Thus, if the point (x 0, y 0 ) is a solution of the system (20) and z 0 = z(x 0, y 0 ), then Denote then equations (21) imply { f x (x 0, y 0, z 0 ) f z (x 0, y 0, z 0 ) gx(x 0,y 0,z 0 ) g z(x 0,y 0,z 0 ) = 0, f y (x 0, y 0, z 0 ) f z (x 0, y 0, z 0 ) gy(x 0,y 0,z 0 ) g z(x 0,y 0,z 0 ) = 0. (21) λ = f z(x 0, y 0, z 0 ) g z (x 0, y 0, z 0 ), (22) { fx (x 0, y 0, z 0 ) λg x (x 0, y 0, z 0 ) = 0, f y (x 0, y 0, z 0 ) λg y (x 0, y 0, z 0 ) = 0. Combining these equations with the equation (22) we get (23) f(x 0, y 0, z 0 ) = λ g(x 0, y 0, z 0 ). (24) Therefore, if the point (x 0, y 0, z 0 ) is a solution to the problem (19), then there exists a number λ such that (x 0, y 0, z 0, λ) is a solution to the system of equations: { f(x, y, z) = λ g(x, y, z), (25) g(x, y, z) = 0. Following Lagrange, let us introduce the function L(x, y, z, λ) = f(x, y, z) λg(x, y, z), (26) that is called the Lagrange function. It is easy to see that if one sets the first partial derivatives of the Lagrange fuction L x, L y, L z, and L λ equal zero, one obtains the system (25). Thus, we can claim that the solutions to the constrained optimization problem (19) are among the critical points of the function L defined in (27). 5 Project: Elasticity Definitions For this project you will need some basic definitions from the Theory of elasticity. You can use books or internet resources such as Wikipedia. In the first section of your project define and explain the concepts of Strain, Stress, Normal Stress, Shear Stress, Maximum Shear Stress Plane, Maximum Shear Stress Angle. 7

8 5.1 Maximum Normal Stress In stress analysis problems, one is interested in finding the maximum and minimum normal stresses, and the maximum shearing stress at a point. Explain why it is important. In the following discussion, the point x in the present configuration is kept fixed. At the point x in the present configuration of the body, consider a plane whose outer unit normal is n =< n 1, n 2, n 3 >. The stress vector on this plane is given by equation where T =< σ 11 n 1 + σ 12 n 2 + σ 13 n 3, σ 21 n 1 + σ 22 n 2 + σ 23 n 3, σ 31 n 1 + σ 32 n 2 + σ 33 n 3 >, σ 11 σ 12 σ 13 σ = σ 21 σ 22 σ 23 σ 31 σ 32 σ 33 is a stress tensor. The stress tensor can be reduced to a symmetrical form. So you may assume that The normal stress on this plane is given by σ 21 = σ 12, σ 31 = σ 13, σ 32 = σ 23. T normal = comp n T = T n. Thus the problem of finding the maximum or the minimum normal stress at the point x reduces to finding the unit vector n for which σ normal is maximum or minimum. So you are looking for a solution to the following constrained optimization problem: T normal (n 1, n 2, n 3 ) extremum, n n n 2 3 = 1. Use Lagrange Multipliers method to solve this problem. 5.2 Maximum Shear Stress The shear stress on the plane with the normal vector n is given by the equation T 2 normal + T 2 shear = T 2. Find the expression for the shear stress. Use Lagrange Multipliers method to find the plane of the maximal shear stress. Examples and Applications Discuss numerical examples. Describe possible applications of your results. References Include all sources you used. For example: 1. S. Timoshenko and J.N. Goodier, Theory of Elasticity, McGRAW HILL BOOK COMPANY, Inc Project: Lagrange Multiplers, and Sufficient Conditions In this project you will derive sufficient conditions for the existence of a relative extremum in an optimization problem with one constraint: { f(x, y) extremum (27) g(x, y) = 0. We assume that g 0 that is either g x 0 or g y 0. Let as assume that g y 0. To derive the conditions, follow the steps: 8

9 1. The equation g(x, y) = 0 defines an implicit function y = y(x). Using implicit differentiation find y (x) and y (x). 2. Introduce a function h(x) = f(x, y(x)). Show that if the point (a, b) is a solution to problem (27), then the point a is a relative extremum point for h(x). 3. Using the Chain Rule find h (x) and h (x). 4. Substitute the expressions for y (x) and y (x) into the expressions for h (x) and h (x). 5. Show that the necessary condition h (a) = 0 implies that there exists a number λ such that f(a, b) = λ g(a, b). 6. Introduce the Lagrange function L(x, y, λ) = f(x, y) λg(x, y) and show that L(a, b, λ) = Substitute f(x, y) = L(x, y, λ) + λg(x, y) into the expression for h (x). 8. Apply the sufficient condition for relative minimum h (a) > 0 to derive sufficient condition for a minimum in problem (27). 9. Apply the sufficient conditions for relative maximum h (a) < 0 to derive sufficient conditions for a maximum in problem (27). 10. Express the sufficient conditions from steps 8 and 9 in terms of the following determinant: 0 g x (a, b) g y (a, b) g x (a, b) L xx (a, b, λ) L xy (a, b, λ) g y (a, b) L xy (a, b, λ) L yy (a, b, λ) 11. (Optional) Find sufficient conditions for a relative extremum in an optimization problem with one constraint: { f(x, y, z) extremum (28) g(x, y, z) = 0. 7 Project: Economics Definitions In this project you will need some basic definitions from economics. You can use books or internet resources such as Wikipedia. In the first section of your project define and explain the Cobb-Douglas production function. 7.1 Maximum Production Assume that you are the manager of a plant. Your goal is to maximize the production P of your plant. The production can be modeled by the following Cobb-Douglas function: P = CL α M β T γ, where $ L is labor input (the total number of person-hours worked in a year), $ M is materials and supplies, $ T is the transportation cost, and C is a given productivity coefficient. All these expenses you should cover from your fixed budget $ B. Use the Lagrange multipliers method to maximize the production of your plant by dividing your budget B between L, M, and T. 9

10 Justification After you presented your budget to maximize the production some members of the board of directors were not convinced. They asked you to justify your decisions and to prove that the proposed budget will give the maximal production. Use the second derivative test to justify your decision. Examples and Applications Discuss numerical examples. Describe possible applications of your results. References Include all sources you used. For example: 1. C.W. Cobb and P.H.Douglas, A theory of production. American Economic Review 18(1): Supplement, Papers and Proceedings of the Fortieth Annual Meeting of the American Economic Association, Example: Maximum Power Transfer Theorem 8.1 DC Circuits One problem that arises when studying DC electrical circuits is how to obtain maximum power transfer. Suppose we have a constant-voltage power source (e.g. a battery). We would like to know what size of electrical load can be placed across the battery terminals to extract the maximum amount of power from the battery. We can frame this mathematically as an optimization problem. Our model of the battery consists of two parts: an ideal voltage source and a parasitic loss resistance. We will model the electrical load as an additional resistance. This basic battery-model-with-load circuit is shown in Figure (1), where V OC is the open-circuit voltage (measured in Volts), and R T h and R L are the parasitic and load resistors, respectively (in Ohms). The power P L consumed by the load is the product of the load voltage V o Figure 1: Circuit model of a battery and the load current I o. Using Ohms Law, we relate it to the load resistance ( ) Vo P L = V o I o = V o = V o 2. (29) R L R L However, V o still depends on R L, which is the variable we will use to optimize P L. After applying more circuit analysis, we obtain V OC R L P L = (R T h + R L ) 2. (30) 10

11 Our objective is: Maximize the power P L by varying the load resistance value R L Figure 2: A representative plot for equation (30) A typical plot of P L versus R L is shown in Figure 2. At some specific value of RL, the load power reaches a maximum. To find this value, we can use the Calculus I approach of differentiating P L with respect to R L : We see that dp L dr L = 0 precisely when dp L = (R T h + R L ) 2 VOC 2 2V OC 2 (R T h + R L ) dr L (R T h + R L ) 4 = V OC 2 (R T h R L ) (R T h + R L ) 3 (31) R L = R T h, which is a classical result of power transfer for a DC circuit. 8.2 AC Circuits When we move to sinusoidal AC circuits, we run into a similar scenario with maximum power transfer. However, there are some key differences: Instead of dealing with pure resistance for the parasitic loss and load, we will work with impedance, which is the sum of resistance R and reactance X. Rather than maximizing the real output power P RL across the load resistance, we wish to maximize the complex output power S RL. Ultimately, this result will be real, and represents the average power on the resistor as before. The battery analogy no longer applies, since the voltage is now AC. The AC-equivalent circuit diagram is shown above. After a bit of complex circuit analysis, we find the complex power expression 1 2 S RL = R LVOC 2 (R T h + R L ) 2 + (X T h + X L ) 2, (32) where V OC is now the magnitude of the AC open-circuit voltage, R T h and X T h are the parasitic resistance and reactance of the source, and R L and X L are the resistance and reactance of the load attached to the battery. We 11

12 would like to maximize S RL in terms of both R L and X L, which we see is now a two-dimensional optimization problem. Thus, we will compute both partial derivatives, and set them to zero, obtaining ([ S RL = V OC 2 (RT h + R L ) 2 + (X T h + X L ) 2] ) 2R L (R T h + R L ) R L 2 [(R T h + R L ) 2 + (X T h + X L ) 2 ] 2 = V OC 2 ( R 2 T h RL 2 + (X T h + X L ) 2 ) 2 [(R T h + R L ) 2 + (X T h + X L ) 2 ] 2 = 0, S RL X L = V 2 OC 2 Setting both numerators to zero produces ( 2R L (X T h + X L ) [(R T h + R L ) 2 + (X T h + X L ) 2 ] 2 ) = 0. R 2 T h R2 L + (X T h + X L ) 2 = 0, 2R L (X T h + X L ) = 0. We are only interested in physical solutions, which will exclude R L = 0. Thus, there is only one solution X L = X T h, R L = R T h, which is a commonly stated result for maximum power transfer in an AC circuit: the load impedance must be equal to the complex conjugate of the parasitic impedance to maximize the load resistor output power. 9 Project: Electrical Component Tolerance Definitions In this project, you will need some basic definitions of sinusoidal steady-state circuit analysis and voltage divider transfer functions. You can use books or internet resources such as Wikipedia. In the first section of your project, define and explain the concept of electrical impedance. In your definition, relate impedance mathematically to the quantities resistance and reactance. Also, describe impedance in terms of voltage and current, using Ohms Law. In addition, describe the voltage divider circuit and relate the input voltage and output voltage of the circuit mathematically in terms of a transfer function. 9.1 Band-Pass Filtering In communications systems, a simple method for constructing a radio receiver is to connect the antenna to an LC bandpass filter before any amplification stage. The LC filter effectively selects which frequency channel to operate at and ignores signal information at other frequencies. The bandpass filter can be modeled by the circuit diagram in Figure (3) Figure 3: Bandpass filter model 12

13 where V ant and R ant are antenna voltage and parasitic resistance, respectively. The parameters L and C are the inductance (in Henrys) and capacitance (in Farads) of the bandpass filter (selected by the user). The voltage V filt is the resulting filtered antenna voltage, containing only the signal information at a specific radio channel. The ratio of filtered output voltage to the antenna input voltage can be described in terms of frequency by the transfer function ) H(s) = V filt V ant = S ( 1 S 2 + S ( 1 RC This is a special case of a more general bandpass filter transfer function RC ) + 1 LC. (33) H BP (s) = SH 0 S 2 + S ( ω0 Q ) + ω 2 0, (34) where H 0 is the passband gain, Q is the quality factor and ω 0 is the resonant frequency. describes the selectivity of the filter, and is defined using high and low cutoff frequencies, as The quality factor Q = ω 0 ω H ω L. By comparing equations (33) and (34), we see that selecting the values of R, C, and L, is equivalent to designing a filter to pass only a specific range of desired frequencies coming in from the antenna, and removing everything else. 9.2 Component Tolerance Optimization As part of your capstone project, your Electrical Engineering professor assigns you the task of designing an antenna receiver system to tune in your favorite radio station, WKUF-LP 94.3 FM. As you may know, the station number designates the center-frequency of the radio station, 94.3M Hz. Each station is spaced apart from one another by a factor of 0.2 MHz, or 200 khz, to allow ample bandwidth for transmission of the audio information. Assuming the antenna resistance is held constant at 10 k, we can design a band-pass filter with center-frequency of 94.3 MHz and a bandwidth of 20 khz by selecting the components values L and C. The bandwidth is defined as the difference between upper and lower pass-band frequencies (ω H and ω L ): BW = ω H ω L. The exact component values needed to meet the frequency and bandwidth criteria are L = nH and C = 5nF. However, we cannot purchase components with exactly these values. Instead, we must pick components with standard manufactured values. Furthermore, these components are not guaranteed to have the values specified on their nameplate. Manufacturers will indicate a tolerance on the components value. Tolerances of 10%, 5%, or 1% are typical. We can examine the change in frequency or bandwidth by examining the total differential of the frequency or bandwidth expression, caused by the errors in the parameter values (due to the manufacturing uncertainties). If we know the maximum size of the error in each parameter (given by the tolerances), we can see which component is the most critical. The differential of a function of several variables is defined as δf(x 1, x 2,..., x n ) = f x 1 δx 1 + f x 2 δx f x n δx n. For example, by matching the form of (33) with that of (34), we can see that the bandwidth of the filter is BW = 1 RC The differential (the variation) of the bandwidth can be expressed as ( d(bw ) = 1 ) R 2 δr + C ( 1 RC 2 ) δc. Using the method of differentials and the component values given above, determine: 13

14 Which component C or L and C or R produces a larger variation in the frequency and in the bandwidth, respectively. In other words, find which component value affects the two parameters more significantly. The amount of frequency variation and bandwidth variation in the filter if the component tolerances are 10%, 5%, and 1%. If the frequency variation must be no greater than 10 khz and the bandwidth variation must be no greater than 10 khz, what are the required tolerances on each of the components? Examples and Applications List another engineering example where the tolerance on a component value can have a significant impact on the behavior of the system. Express your example mathematically in addition to a verbal explanation. Some areas to investigate might be related to mechanical mass, spring, damper systems or the filtering of electrical audio systems (e.g. a 60Hz noise removal filter). References Include all sources youve used for this project. For example: 1. H. Zumbahlen, Analog Devices Inc., Linear Circuit Design Handbook, Elsevier Science, 2008, ISBN:

Constrained optimization.

Constrained optimization. ams/econ 11b supplementary notes ucsc Constrained optimization. c 2016, Yonatan Katznelson 1. Constraints In many of the optimization problems that arise in economics, there are restrictions on the values

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

7.1 Functions of Two or More Variables

7.1 Functions of Two or More Variables 7.1 Functions of Two or More Variables Hartfield MATH 2040 Unit 5 Page 1 Definition: A function f of two variables is a rule such that each ordered pair (x, y) in the domain of f corresponds to exactly

More information

3.7 Constrained Optimization and Lagrange Multipliers

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

More information

Practice Questions for Math 131 Exam # 1

Practice Questions for Math 131 Exam # 1 Practice Questions for Math 131 Exam # 1 1) A company produces a product for which the variable cost per unit is $3.50 and fixed cost 1) is $20,000 per year. Next year, the company wants the total cost

More information

Homework Assignment 11

Homework Assignment 11 Homework Assignment Question State and then explain in 2 3 sentences, the advantage of switched capacitor filters compared to continuous-time active filters. (3 points) Continuous time filters use resistors

More information

Review for Final Review

Review for Final Review Topics Review for Final Review 1. Functions and equations and graphing: linear, absolute value, quadratic, polynomials, rational (first 1/3 of semester) 2. Simple Interest, compounded interest, and continuously

More information

Mathematics for Economics ECON MA/MSSc in Economics-2017/2018. Dr. W. M. Semasinghe Senior Lecturer Department of Economics

Mathematics for Economics ECON MA/MSSc in Economics-2017/2018. Dr. W. M. Semasinghe Senior Lecturer Department of Economics Mathematics for Economics ECON 53035 MA/MSSc in Economics-2017/2018 Dr. W. M. Semasinghe Senior Lecturer Department of Economics MATHEMATICS AND STATISTICS LERNING OUTCOMES: By the end of this course unit

More information

Functions. A function is a rule that gives exactly one output number to each input number.

Functions. A function is a rule that gives exactly one output number to each input number. Functions A function is a rule that gives exactly one output number to each input number. Why it is important to us? The set of all input numbers to which the rule applies is called the domain of the function.

More information

Contents CONTENTS 1. 1 Straight Lines and Linear Equations 1. 2 Systems of Equations 6. 3 Applications to Business Analysis 11.

Contents CONTENTS 1. 1 Straight Lines and Linear Equations 1. 2 Systems of Equations 6. 3 Applications to Business Analysis 11. CONTENTS 1 Contents 1 Straight Lines and Linear Equations 1 2 Systems of Equations 6 3 Applications to Business Analysis 11 4 Functions 16 5 Quadratic Functions and Parabolas 21 6 More Simple Functions

More information

SCHOOL OF DISTANCE EDUCATION

SCHOOL OF DISTANCE EDUCATION SCHOOL OF DISTANCE EDUCATION CCSS UG PROGRAMME MATHEMATICS (OPEN COURSE) (For students not having Mathematics as Core Course) MM5D03: MATHEMATICS FOR SOCIAL SCIENCES FIFTH SEMESTER STUDY NOTES Prepared

More information

ECON 186 Class Notes: Optimization Part 2

ECON 186 Class Notes: Optimization Part 2 ECON 186 Class Notes: Optimization Part 2 Jijian Fan Jijian Fan ECON 186 1 / 26 Hessians The Hessian matrix is a matrix of all partial derivatives of a function. Given the function f (x 1,x 2,...,x n ),

More information

UNIT 2 DERIVATIVES 2.1 EXPONENTIAL AND LOGARITHMIC FUNCTION APPLICATIONS. Pre-Class:

UNIT 2 DERIVATIVES 2.1 EXPONENTIAL AND LOGARITHMIC FUNCTION APPLICATIONS. Pre-Class: 1830 UNIT 2 DERIVATIVES 2.1 EXPONENTIAL AND LOGARITHMIC FUNCTION APPLICATIONS Pre-Class: Take notes on the videos and readings (use the space below). Work and check problem #1 in the 2.1 NOTES section.

More information

x C) y = - A) $20000; 14 years B) $28,000; 14 years C) $28,000; 28 years D) $30,000; 15 years

x C) y = - A) $20000; 14 years B) $28,000; 14 years C) $28,000; 28 years D) $30,000; 15 years Dr. Lee - Math 35 - Calculus for Business - Review of 3 - Show Complete Work for Each Problem MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find

More information

Extrema and the First-Derivative Test

Extrema and the First-Derivative Test Extrema and the First-Derivative Test MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics 2018 Why Maximize or Minimize? In almost all quantitative fields there are objective

More information

Study Unit 3 : Linear algebra

Study Unit 3 : Linear algebra 1 Study Unit 3 : Linear algebra Chapter 3 : Sections 3.1, 3.2.1, 3.2.5, 3.3 Study guide C.2, C.3 and C.4 Chapter 9 : Section 9.1 1. Two equations in two unknowns Algebraically Method 1: Elimination Step

More information

Subject: Optimal Control Assignment-1 (Related to Lecture notes 1-10)

Subject: Optimal Control Assignment-1 (Related to Lecture notes 1-10) Subject: Optimal Control Assignment- (Related to Lecture notes -). Design a oil mug, shown in fig., to hold as much oil possible. The height and radius of the mug should not be more than 6cm. The mug must

More information

Electromagnetic Oscillations and Alternating Current. 1. Electromagnetic oscillations and LC circuit 2. Alternating Current 3.

Electromagnetic Oscillations and Alternating Current. 1. Electromagnetic oscillations and LC circuit 2. Alternating Current 3. Electromagnetic Oscillations and Alternating Current 1. Electromagnetic oscillations and LC circuit 2. Alternating Current 3. RLC circuit in AC 1 RL and RC circuits RL RC Charging Discharging I = emf R

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Study Questions for OPMT 5701 Most Questions come from Chapter 17. The Answer Key has a section code for each. Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers

More information

Math 120 Final Exam Practice Problems, Form: A

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,

More information

Study Guide - Part 2

Study Guide - Part 2 Math 116 Spring 2015 Study Guide - Part 2 1. Which of the following describes the derivative function f (x) of a quadratic function f(x)? (A) Cubic (B) Quadratic (C) Linear (D) Constant 2. Find the derivative

More information

Learning Material Ver 1.2

Learning Material Ver 1.2 RLC Resonance Trainer Learning Material Ver.2 Designed & Manufactured by: 4-A, Electronic Complex, Pardesipura, Indore- 452 00 India, Tel.: 9-73-42500, Telefax: 9-73-4202959, Toll free: 800-03-5050, E-mail:

More information

MATH150-E01 Test #2 Summer 2016 Show all work. Name 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3).

MATH150-E01 Test #2 Summer 2016 Show all work. Name 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3). 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3). 2. Let the supply and demand functions for sugar be given by p = S(q) = 1.4q 0.6 and p = D(q) = 2q + 3.2 where p is the

More information

MATH529 Fundamentals of Optimization Constrained Optimization I

MATH529 Fundamentals of Optimization Constrained Optimization I MATH529 Fundamentals of Optimization Constrained Optimization I Marco A. Montes de Oca Mathematical Sciences, University of Delaware, USA 1 / 26 Motivating Example 2 / 26 Motivating Example min cost(b)

More information

Exercise 1: RC Time Constants

Exercise 1: RC Time Constants Exercise 1: RC EXERCISE OBJECTIVE When you have completed this exercise, you will be able to determine the time constant of an RC circuit by using calculated and measured values. You will verify your results

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

MATH Midterm 1 Sample 4

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

More information

Sample Mathematics 106 Questions

Sample Mathematics 106 Questions Sample Mathematics 106 Questions x 2 + 8x 65 (1) Calculate lim x 5. x 5 (2) Consider an object moving in a straight line for which the distance s (measured in feet) it s travelled from its starting point

More information

EconS 301. Math Review. Math Concepts

EconS 301. Math Review. Math Concepts EconS 301 Math Review Math Concepts Functions: Functions describe the relationship between input variables and outputs y f x where x is some input and y is some output. Example: x could number of Bananas

More information

1 Objective. 2 Constrained optimization. 2.1 Utility maximization. Dieter Balkenborg Department of Economics

1 Objective. 2 Constrained optimization. 2.1 Utility maximization. Dieter Balkenborg Department of Economics BEE020 { Basic Mathematical Economics Week 2, Lecture Thursday 2.0.0 Constrained optimization Dieter Balkenborg Department of Economics University of Exeter Objective We give the \ rst order conditions"

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

1 Phasors and Alternating Currents

1 Phasors and Alternating Currents Physics 4 Chapter : Alternating Current 0/5 Phasors and Alternating Currents alternating current: current that varies sinusoidally with time ac source: any device that supplies a sinusoidally varying potential

More information

Math for Economics 1 New York University FINAL EXAM, Fall 2013 VERSION A

Math for Economics 1 New York University FINAL EXAM, Fall 2013 VERSION A Math for Economics 1 New York University FINAL EXAM, Fall 2013 VERSION A Name: ID: Circle your instructor and lecture below: Jankowski-001 Jankowski-006 Ramakrishnan-013 Read all of the following information

More information

e) Find the average revenue when 100 units are made and sold.

e) Find the average revenue when 100 units are made and sold. Math 142 Week in Review Set of Problems Week 7 1) Find the derivative, y ', if a) y=x 5 x 3/2 e 4 b) y= 1 5 x 4 c) y=7x 2 0.5 5 x 2 d) y=x 2 1.5 x 10 x e) y= x7 5x 5 2 x 4 2) The price-demand function

More information

11. AC Circuit Power Analysis

11. AC Circuit Power Analysis . AC Circuit Power Analysis Often an integral part of circuit analysis is the determination of either power delivered or power absorbed (or both). In this chapter First, we begin by considering instantaneous

More information

STUDY MATERIALS. (The content of the study material is the same as that of Chapter I of Mathematics for Economic Analysis II of 2011 Admn.

STUDY MATERIALS. (The content of the study material is the same as that of Chapter I of Mathematics for Economic Analysis II of 2011 Admn. STUDY MATERIALS MATHEMATICAL TOOLS FOR ECONOMICS III (The content of the study material is the same as that of Chapter I of Mathematics for Economic Analysis II of 2011 Admn.) & MATHEMATICAL TOOLS FOR

More information

REVIEW OF MATHEMATICAL CONCEPTS

REVIEW OF MATHEMATICAL CONCEPTS REVIEW OF MATHEMATICAL CONCEPTS Variables, functions and slopes: A Variable is any entity that can take different values such as: price, output, revenue, cost, etc. In economics we try to 1. Identify the

More information

LCR Series Circuits. AC Theory. Introduction to LCR Series Circuits. Module. What you'll learn in Module 9. Module 9 Introduction

LCR Series Circuits. AC Theory. Introduction to LCR Series Circuits. Module. What you'll learn in Module 9. Module 9 Introduction Module 9 AC Theory LCR Series Circuits Introduction to LCR Series Circuits What you'll learn in Module 9. Module 9 Introduction Introduction to LCR Series Circuits. Section 9.1 LCR Series Circuits. Amazing

More information

3. Find the slope of the tangent line to the curve given by 3x y e x+y = 1 + ln x at (1, 1).

3. Find the slope of the tangent line to the curve given by 3x y e x+y = 1 + ln x at (1, 1). 1. Find the derivative of each of the following: (a) f(x) = 3 2x 1 (b) f(x) = log 4 (x 2 x) 2. Find the slope of the tangent line to f(x) = ln 2 ln x at x = e. 3. Find the slope of the tangent line to

More information

ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT

ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT Chapter 31: ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT 1 A charged capacitor and an inductor are connected in series At time t = 0 the current is zero, but the capacitor is charged If T is the

More information

REVIEW OF MATHEMATICAL CONCEPTS

REVIEW OF MATHEMATICAL CONCEPTS REVIEW OF MATHEMATICAL CONCEPTS 1 Variables, functions and slopes A variable is any entity that can take different values such as: price, output, revenue, cost, etc. In economics we try to 1. Identify

More information

Math 234 March 6 I. Determine if the demand is elastic, inelastic, or of unit elasticity at the indicated price p.

Math 234 March 6 I. Determine if the demand is elastic, inelastic, or of unit elasticity at the indicated price p. Math 234 March 6 I. Determine if the demand is elastic, inelastic, or of unit elasticity at the indicated price p. 1. D(p) = 1.3p + 10; p = 4 2. D(p) = 1.5p + 25; p = 12 3. D(p) = 2p + 40; p = 10 4. D(p)

More information

g(x,y) = c. For instance (see Figure 1 on the right), consider the optimization problem maximize subject to

g(x,y) = c. For instance (see Figure 1 on the right), consider the optimization problem maximize subject to 1 of 11 11/29/2010 10:39 AM From Wikipedia, the free encyclopedia In mathematical optimization, the method of Lagrange multipliers (named after Joseph Louis Lagrange) provides a strategy for finding the

More information

Calculus. Applications of Differentiations (IV)

Calculus. Applications of Differentiations (IV) Calculus Applications of Differentiations (IV) Outline 1 Rates of Change In Economics And The Sciences Applications of Derivative In Economics Applications of Derivative in the Sciences 2 Related Rate

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

Speaker: Arthur Williams Chief Scientist Telebyte Inc. Thursday November 20 th 2008 INTRODUCTION TO ACTIVE AND PASSIVE ANALOG

Speaker: Arthur Williams Chief Scientist Telebyte Inc. Thursday November 20 th 2008 INTRODUCTION TO ACTIVE AND PASSIVE ANALOG INTRODUCTION TO ACTIVE AND PASSIVE ANALOG FILTER DESIGN INCLUDING SOME INTERESTING AND UNIQUE CONFIGURATIONS Speaker: Arthur Williams Chief Scientist Telebyte Inc. Thursday November 20 th 2008 TOPICS Introduction

More information

The Mean Value Theorem

The Mean Value Theorem Math 31A Discussion Session Week 6 Notes February 9 and 11, 2016 This week we ll discuss some (unsurprising) properties of the derivative, and then try to use some of these properties to solve a real-world

More information

FACULTY OF ARTS AND SCIENCE University of Toronto FINAL EXAMINATIONS, APRIL 2016 MAT 133Y1Y Calculus and Linear Algebra for Commerce

FACULTY OF ARTS AND SCIENCE University of Toronto FINAL EXAMINATIONS, APRIL 2016 MAT 133Y1Y Calculus and Linear Algebra for Commerce FACULTY OF ARTS AND SCIENCE University of Toronto FINAL EXAMINATIONS, APRIL 206 MAT YY Calculus and Linear Algebra for Commerce Duration: Examiners: hours N. Hoell A. Igelfeld D. Reiss L. Shorser J. Tate

More information

Handout 1: Introduction to Dynamic Programming. 1 Dynamic Programming: Introduction and Examples

Handout 1: Introduction to Dynamic Programming. 1 Dynamic Programming: Introduction and Examples SEEM 3470: Dynamic Optimization and Applications 2013 14 Second Term Handout 1: Introduction to Dynamic Programming Instructor: Shiqian Ma January 6, 2014 Suggested Reading: Sections 1.1 1.5 of Chapter

More information

2 Functions and Their

2 Functions and Their CHAPTER Functions and Their Applications Chapter Outline Introduction The Concept of a Function Types of Functions Roots (Zeros) of a Function Some Useful Functions in Business and Economics Equilibrium

More information

Optimization, constrained optimization and applications of integrals.

Optimization, constrained optimization and applications of integrals. ams 11b Study Guide econ 11b Optimization, constrained optimization and applications of integrals. (*) In all the constrained optimization problems below, you may assume that the critical values you find

More information

Purdue University Study Guide for MA for students who plan to obtain credit in MA by examination.

Purdue University Study Guide for MA for students who plan to obtain credit in MA by examination. Purdue University Study Guide for MA 224 for students who plan to obtain credit in MA 224 by examination. Textbook: Applied Calculus For Business, Economics, and the Social and Life Sciences, Expanded

More information

MODULE-4 RESONANCE CIRCUITS

MODULE-4 RESONANCE CIRCUITS Introduction: MODULE-4 RESONANCE CIRCUITS Resonance is a condition in an RLC circuit in which the capacitive and inductive Reactance s are equal in magnitude, there by resulting in purely resistive impedance.

More information

The process of analysing a circuit using the Laplace technique can be broken down into a series of straightforward steps:

The process of analysing a circuit using the Laplace technique can be broken down into a series of straightforward steps: Analysis of a series RLC circuit using Laplace Transforms Part. How to do it. The process of analysing a circuit using the Laplace technique can be broken down into a series of straightforward steps:.

More information

The University of British Columbia Final Examination - December 5, 2012 Mathematics 104/184. Time: 2.5 hours. LAST Name.

The University of British Columbia Final Examination - December 5, 2012 Mathematics 104/184. Time: 2.5 hours. LAST Name. The University of British Columbia Final Examination - December 5, 2012 Mathematics 104/184 Time: 2.5 hours LAST Name First Name Signature Student Number MATH 104 or MATH 184 (Circle one) Section Number:

More information

Constrained Optimization. Unconstrained Optimization (1)

Constrained Optimization. Unconstrained Optimization (1) Constrained Optimization Unconstrained Optimization (Review) Constrained Optimization Approach Equality constraints * Lagrangeans * Shadow prices Inequality constraints * Kuhn-Tucker conditions * Complementary

More information

Microeconomic Theory -1- Introduction

Microeconomic Theory -1- Introduction Microeconomic Theory -- Introduction. Introduction. Profit maximizing firm with monopoly power 6 3. General results on maximizing with two variables 8 4. Model of a private ownership economy 5. Consumer

More information

Study Skills in Mathematics. Edited by D. Burkhardt and D. Rutherford. Nottingham: Shell Centre for Mathematical Education (Revised edn 1981).

Study Skills in Mathematics. Edited by D. Burkhardt and D. Rutherford. Nottingham: Shell Centre for Mathematical Education (Revised edn 1981). Study Skills in Mathematics. Edited by D. Burkhardt and D. Rutherford. Nottingham: Shell Centre for Mathematical Education (Revised edn 1981). (Copies are available from the Shell Centre for Mathematical

More information

Fall 2009 Math 113 Final Exam Solutions. f(x) = 1 + ex 1 e x?

Fall 2009 Math 113 Final Exam Solutions. f(x) = 1 + ex 1 e x? . What are the domain and range of the function Fall 9 Math 3 Final Exam Solutions f(x) = + ex e x? Answer: The function is well-defined everywhere except when the denominator is zero, which happens when

More information

Impedance. Reactance. Capacitors

Impedance. Reactance. Capacitors Impedance Ohm's law describes the relationship between current and voltage in circuits that are in equilibrium- that is, when the current and voltage are not changing. When we have a situation where the

More information

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

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

More information

Lecture 11 - AC Power

Lecture 11 - AC Power - AC Power 11/17/2015 Reading: Chapter 11 1 Outline Instantaneous power Complex power Average (real) power Reactive power Apparent power Maximum power transfer Power factor correction 2 Power in AC Circuits

More information

EC611--Managerial Economics

EC611--Managerial Economics EC611--Managerial Economics Optimization Techniques and New Management Tools Dr. Savvas C Savvides, European University Cyprus Models and Data Model a framework based on simplifying assumptions it helps

More information

Math 116: Business Calculus Chapter 4 - Calculating Derivatives

Math 116: Business Calculus Chapter 4 - Calculating Derivatives Math 116: Business Calculus Chapter 4 - Calculating Derivatives Instructor: Colin Clark Spring 2017 Exam 2 - Thursday March 9. 4.1 Techniques for Finding Derivatives. 4.2 Derivatives of Products and Quotients.

More information

The Chain Rule for Functions of Several Variables

The Chain Rule for Functions of Several Variables The Chain Rule for Functions of Several Variables 1 The Chain Rule for Functions of Several Variables For functions of a single variable, we saw that, if y is a differentiable function of u and u is a

More information

Math 211 Business Calculus TEST 3. Question 1. Section 2.2. Second Derivative Test.

Math 211 Business Calculus TEST 3. Question 1. Section 2.2. Second Derivative Test. Math 211 Business Calculus TEST 3 Question 1. Section 2.2. Second Derivative Test. p. 1/?? Math 211 Business Calculus TEST 3 Question 1. Section 2.2. Second Derivative Test. Question 2. Section 2.3. Graph

More information

Solutions. ams 11b Study Guide 9 econ 11b

Solutions. ams 11b Study Guide 9 econ 11b ams 11b Study Guide 9 econ 11b Solutions 1. A monopolistic firm sells one product in two markets, A and B. The daily demand equations for the firm s product in these markets are given by Q A = 100 0.4P

More information

POWER DISTRIBUTION SYSTEM Calculating PDS Impedance Douglas Brooks Ultracad Design, Inc

POWER DISTRIBUTION SYSTEM Calculating PDS Impedance Douglas Brooks Ultracad Design, Inc POWER DISTRIBUTION SYSTEM Calculating PDS Impedance Douglas Brooks Ultracad Design, Inc On a PCB (Printed Circuit Board) the Power Distribution System (PDS) is the system that distributes power from the

More information

Introduction. 5-Steps Method : 1. Question. 2. Approach. 3. Formulate. 4. Solve. 5. Interpret

Introduction. 5-Steps Method : 1. Question. 2. Approach. 3. Formulate. 4. Solve. 5. Interpret Introduction 5-Steps Method : 1. Question 2. Approach 3. Formulate 4. Solve 5. Interpret Example #1 A PC manufacturer currently sells 10,000 units/ month of a certain model. The manufacturing cost is $

More information

OPERATIONAL AMPLIFIER APPLICATIONS

OPERATIONAL AMPLIFIER APPLICATIONS OPERATIONAL AMPLIFIER APPLICATIONS 2.1 The Ideal Op Amp (Chapter 2.1) Amplifier Applications 2.2 The Inverting Configuration (Chapter 2.2) 2.3 The Non-inverting Configuration (Chapter 2.3) 2.4 Difference

More information

MATH2070 Optimisation

MATH2070 Optimisation MATH2070 Optimisation Nonlinear optimisation with constraints Semester 2, 2012 Lecturer: I.W. Guo Lecture slides courtesy of J.R. Wishart Review The full nonlinear optimisation problem with equality constraints

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

Lecture 6: Sections 2.2 and 2.3 Polynomial Functions, Quadratic Models

Lecture 6: Sections 2.2 and 2.3 Polynomial Functions, Quadratic Models L6-1 Lecture 6: Sections 2.2 and 2.3 Polynomial Functions, Quadratic Models Polynomial Functions Def. A polynomial function of degree n is a function of the form f(x) = a n x n + a n 1 x n 1 +... + a 1

More information

MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives

MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives 7.5) Rates of Change: Velocity and Marginals MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives Previously we learned two primary applications of derivatives.

More information

Chapter 4 Differentiation

Chapter 4 Differentiation Chapter 4 Differentiation 08 Section 4. The derivative of a function Practice Problems (a) (b) (c) 3 8 3 ( ) 4 3 5 4 ( ) 5 3 3 0 0 49 ( ) 50 Using a calculator, the values of the cube function, correct

More information

Physics 142 AC Circuits Page 1. AC Circuits. I ve had a perfectly lovely evening but this wasn t it. Groucho Marx

Physics 142 AC Circuits Page 1. AC Circuits. I ve had a perfectly lovely evening but this wasn t it. Groucho Marx Physics 142 A ircuits Page 1 A ircuits I ve had a perfectly lovely evening but this wasn t it. Groucho Marx Alternating current: generators and values It is relatively easy to devise a source (a generator

More information

Lecture Notes for Chapter 12

Lecture Notes for Chapter 12 Lecture Notes for Chapter 12 Kevin Wainwright April 26, 2014 1 Constrained Optimization Consider the following Utility Max problem: Max x 1, x 2 U = U(x 1, x 2 ) (1) Subject to: Re-write Eq. 2 B = P 1

More information

Module 4. Single-phase AC Circuits

Module 4. Single-phase AC Circuits Module 4 Single-phase AC Circuits Lesson 14 Solution of Current in R-L-C Series Circuits In the last lesson, two points were described: 1. How to represent a sinusoidal (ac) quantity, i.e. voltage/current

More information

Sinusoidal Response of RLC Circuits

Sinusoidal Response of RLC Circuits Sinusoidal Response of RLC Circuits Series RL circuit Series RC circuit Series RLC circuit Parallel RL circuit Parallel RC circuit R-L Series Circuit R-L Series Circuit R-L Series Circuit Instantaneous

More information

Solutions to these tests are available online in some places (but not all explanations are good)...

Solutions to these tests are available online in some places (but not all explanations are good)... The Physics GRE Sample test put out by ETS https://www.ets.org/s/gre/pdf/practice_book_physics.pdf OSU physics website has lots of tips, and 4 additional tests http://www.physics.ohiostate.edu/undergrad/ugs_gre.php

More information

General Physics (PHY 2140)

General Physics (PHY 2140) General Physics (PHY 2140) Lecture 10 6/12/2007 Electricity and Magnetism Induced voltages and induction Self-Inductance RL Circuits Energy in magnetic fields AC circuits and EM waves Resistors, capacitors

More information

EC /11. Math for Microeconomics September Course, Part II Lecture Notes. Course Outline

EC /11. Math for Microeconomics September Course, Part II Lecture Notes. Course Outline LONDON SCHOOL OF ECONOMICS Professor Leonardo Felli Department of Economics S.478; x7525 EC400 20010/11 Math for Microeconomics September Course, Part II Lecture Notes Course Outline Lecture 1: Tools for

More information

Exercise s = 1. cos 60 ± j sin 60 = 0.5 ± j 3/2. = s 2 + s + 1. (s + 1)(s 2 + s + 1) T(jω) = (1 + ω2 )(1 ω 2 ) 2 + ω 2 (1 + ω 2 )

Exercise s = 1. cos 60 ± j sin 60 = 0.5 ± j 3/2. = s 2 + s + 1. (s + 1)(s 2 + s + 1) T(jω) = (1 + ω2 )(1 ω 2 ) 2 + ω 2 (1 + ω 2 ) Exercise 7 Ex: 7. A 0 log T [db] T 0.99 0.9 0.8 0.7 0.5 0. 0 A 0 0. 3 6 0 Ex: 7. A max 0 log.05 0 log 0.95 0.9 db [ ] A min 0 log 40 db 0.0 Ex: 7.3 s + js j Ts k s + 3 + j s + 3 j s + 4 k s + s + 4 + 3

More information

SECTION 5.1: Polynomials

SECTION 5.1: Polynomials 1 SECTION 5.1: Polynomials Functions Definitions: Function, Independent Variable, Dependent Variable, Domain, and Range A function is a rule that assigns to each input value x exactly output value y =

More information

Sophomore Physics Laboratory (PH005/105)

Sophomore Physics Laboratory (PH005/105) CALIFORNIA INSTITUTE OF TECHNOLOGY PHYSICS MATHEMATICS AND ASTRONOMY DIVISION Sophomore Physics Laboratory (PH5/15) Analog Electronics Active Filters Copyright c Virgínio de Oliveira Sannibale, 23 (Revision

More information

Physics 4 Spring 1989 Lab 5 - AC Circuits

Physics 4 Spring 1989 Lab 5 - AC Circuits Physics 4 Spring 1989 Lab 5 - AC Circuits Theory Consider the series inductor-resistor-capacitor circuit shown in figure 1. When an alternating voltage is applied to this circuit, the current and voltage

More information

PHYSICS 122 Lab EXPERIMENT NO. 6 AC CIRCUITS

PHYSICS 122 Lab EXPERIMENT NO. 6 AC CIRCUITS PHYSICS 122 Lab EXPERIMENT NO. 6 AC CIRCUITS The first purpose of this laboratory is to observe voltages as a function of time in an RC circuit and compare it to its expected time behavior. In the second

More information

Determining Characteristic Impedance and Velocity of Propagation by Measuring the Distributed Capacitance and Inductance of a Line

Determining Characteristic Impedance and Velocity of Propagation by Measuring the Distributed Capacitance and Inductance of a Line Exercise 2-1 Determining Characteristic Impedance and Velocity EXERCISE OBJECTIVES Upon completion of this exercise, you will know how to measure the distributed capacitance and distributed inductance

More information

EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA

EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA DISCUSSION The capacitor is a element which stores electric energy by charging the charge on it. Bear in mind that the charge on a capacitor

More information

Increasing or Decreasing Nature of a Function

Increasing or Decreasing Nature of a Function Öğr. Gör. Volkan ÖĞER FBA 1021 Calculus 1/ 46 Increasing or Decreasing Nature of a Function Examining the graphical behavior of functions is a basic part of mathematics and has applications to many areas

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

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

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

More information

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

Math Practice Final - solutions

Math Practice Final - solutions Math 151 - Practice Final - solutions 2 1-2 -1 0 1 2 3 Problem 1 Indicate the following from looking at the graph of f(x) above. All answers are small integers, ±, or DNE for does not exist. a) lim x 1

More information

2. Which of the following is the ECONOMISTS inverse of the function y = 9/x 2 (i.e. find x as a function of y, x = f(y))

2. Which of the following is the ECONOMISTS inverse of the function y = 9/x 2 (i.e. find x as a function of y, x = f(y)) Anwers for Review Quiz #1. Material Covered. Klein 1, 2; Schaums 1, 2 1. Solve the following system of equations for x, y and z: x + y = 2 2x + 2y + z = 5 7x + y + z = 9 Answers: x = 1, y = 1, z = 1. 2.

More information

Bi-Variate Functions - ACTIVITES

Bi-Variate Functions - ACTIVITES Bi-Variate Functions - ACTIVITES LO1. Students to consolidate basic meaning of bi-variate functions LO2. Students to learn how to confidently use bi-variate functions in economics Students are given the

More information

MATH 236 ELAC FALL 2017 CA 9 NAME: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

MATH 236 ELAC FALL 2017 CA 9 NAME: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. MATH 236 ELAC FALL 207 CA 9 NAME: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. ) 27 p 3 27 p 3 ) 2) If 9 t 3 4t 9-2t = 3, find t. 2) Solve the equation.

More information

Economics 101. Lecture 2 - The Walrasian Model and Consumer Choice

Economics 101. Lecture 2 - The Walrasian Model and Consumer Choice Economics 101 Lecture 2 - The Walrasian Model and Consumer Choice 1 Uncle Léon The canonical model of exchange in economics is sometimes referred to as the Walrasian Model, after the early economist Léon

More information

Econ 110: Introduction to Economic Theory. 8th Class 2/7/11

Econ 110: Introduction to Economic Theory. 8th Class 2/7/11 Econ 110: Introduction to Economic Theory 8th Class 2/7/11 go over problem answers from last time; no new problems today given you have your problem set to work on; we'll do some problems for these concepts

More information