4 Constrained Optimization: The Method of Lagrange Multipliers. Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 551

Size: px
Start display at page:

Download "4 Constrained Optimization: The Method of Lagrange Multipliers. Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 551"

Transcription

1 Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 551 LEVEL CURVES f(, ) ln 46. f(, ) f(, ) (11 18) 48. Sometimes ou can classif the critical points of a function b inspecting its level curves. In each case shown in the figure, determine the nature of the critical point of f at (0, 0). f = 1 f = 2 f = 3 f = 3 f = 2 f = 1 2 f = 1 f = 1 f = 1 3 f = 3 f = 2 f = 3 f = 2 (a) (b) f = 1 f = 1 4 Constrained Optimization: The Method of Lagrange Multipliers In man applied problems, a function of two variables is to be optimized subject to a restriction or constraint on the variables. For eample, an editor, constrained to sta within a fied budget of $60,000, ma wish to decide how to divide this mone between development and promotion in order to maimize the future sales of a new book. If denotes the amount of mone allocated to development, the amount allocated to promotion, and f(, ) the corresponding number of books that will be sold, the editor would like to maimize the sales function f(, ) subject to the budgetar constraint that 60,000. For a geometric interpretation of the process of optimizing a function of two variables subject to a constraint, think of the function itself as a surface in three-dimensional space and of the constraint (which is an equation involving and ) as a curve in the plane. When ou find the maimum or minimum of the function subject to the given constraint, ou are restricting our attention to the portion of the surface that lies directl above the constraint curve. The highest point on this portion of the surface is the constrained maimum, and the lowest point is the constrained minimum. The situation is illustrated in Figure 7.20.

2 552 Chapter 7 Calculus of Several Variables z Unconstrained maimum Constrained maimum Constraint curve FIGURE 7.20 Constrained and unconstrained etrema. You have alread seen some constrained optimization problems in Chapter 3. (For instance, recall Eample 5.1 of Section 3.5.) The technique ou used in Chapter 3 to solve such a problem involved reducing it to a problem of a single variable b solving the constraint equation for one of the variables and then substituting the resulting epression into the function to be optimized. The success of this technique depended on solving the constraint equation for one of the variables, which is often difficult or even impossible to do in practice. In this section, ou will see a more versatile technique called the method of Lagrange multipliers, in which the introduction of a third variable (the multiplier) enables ou to solve constrained optimization problems without first solving the constraint equation for one of the variables. More specificall, the method of Lagrange multipliers uses the fact that an relative etremum of the function f(, ) subject to the constraint g(, ) k must occur at a critical point (a, b) of the function F(, ) f(, ) [g(, ) k] where is a new variable (the Lagrange multiplier). To find the critical points of F, compute its partial derivatives F f g F f g F (g k) and solve the equations F 0, F 0, and F 0 simultaneousl, as follows: F f g 0 or f g F f g 0 or f g F (g k) 0 or g k Finall, evaluate f(a, b) at each critical point (a, b) of F.

3 Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 553 There is a version of the second partials test that can be used to determine what kind of constrained relative etremum corresponds to each critical point (a, b) of F. The techniques required to carr out such an analsis are discussed in more advanced tets, but in this tet, we will assume that if f has a constrained maimum (minimum), it will be given b the largest (smallest) of the critical values f(a, b). Here is a summar of the procedure used in the method of Lagrange multipliers. A Procedure for Appling the Method of Lagrange Multipliers Step 1. Write the problem in the form: Maimize (minimize) f(, ) subject to g(, ) k Step 2. Simultaneousl solve the equations f (, ) g (, ) f (, ) g (, ) g(, ) k Step 3. Evaluate f at all points found in step 2. If the required maimum (minimum) eists, it will be the largest (smallest) of these values. A geometric justification of the multiplier method is given at the end of this section. In the following eample, the method is used to solve the problem from Eample 5.1 in Section 5 of Chapter 3. EXAMPLE 4.1 The highwa department is planning to build a picnic area for motorists along a major highwa. It is to be rectangular with an area of 5,000 square ards and is to be fenced off on the three sides not adjacent to the highwa. What is the least amount of fencing that will be needed to complete the job? Picnic area Solution Label the sides of the picnic area as indicated in Figure 7.21 and let f denote the amount of fencing required. Then, Highwa FIGURE 7.21 Rectangular picnic area. f(, ) 2 The goal is to minimize f subject to the constraint that the area must be 5,000 square ards; that is, subject to the constraint 5,000

4 554 Chapter 7 Calculus of Several Variables Let g(, ) and use the partial derivatives f 1 f 2 g and g to obtain the three Lagrange equations 1 2 and 5,000 From the first and second equations ou get 1 and 2 (since 0 and 0), which implies that 1 or 2 2 Now substitute 2 into the third Lagrange equation to get 2 2 5,000 or 50 and then use 50 in the equation 2 to get 100. It follows that 100 and 50 are the values that minimize the function f(, ) 2 subject to the constraint that 5,000. That is, the optimal picnic area is 100 ards wide (along the highwa), etends 50 ards back from the road, and requires ards of fencing. EXAMPLE 4.2 Find the maimum and minimum values of the function f(, ) subject to the constraint Solution Let g(, ) 2 2 and use the partial derivatives f f g 2 and g 2 to get the three Lagrange equations 2 2 and Neither nor can be zero if all three of these equations are to hold (do ou see wh?), and so ou can rewrite the first two equations as 2 and 2 which implies that or 2 2

5 Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 555 Now substitute 2 2 into the third equation to get or 2 If 2, it follows from the equation 2 2 that 2 or 2. Similarl, if 2, it follows that 2 or 2. Hence, the four points at which the constrained etrema can occur are (2, 2), (2, 2), ( 2, 2), and ( 2, 2). Since f(2, 2) f( 2, 2) 4 and f(2, 2) f( 2, 2) 4 it follows that when 2 2 8, the maimum value of f(, ) is 4, which occurs at the points (2, 2) and ( 2, 2), and the minimum value is 4, which occurs at (2, 2) and ( 2, 2). For practice, check these answers b solving the optimization problem using the methods of Chapter 3. Note In each of the preceding eamples, the first two Lagrange equations were used to eliminate the new variable, and then the resulting epression relating and was substituted into the constraint equation. For most constrained optimization problems ou encounter, this particular sequence of steps will often lead quickl to the desired solution. LAGRANGE MULTIPLIERS FOR FUNCTIONS OF THREE VARIABLES The method of Lagrange multipliers can be etended to constrained optimization problems involving functions of more than two variables and more than one constraint. For instance, to optimize f(,, z) subject to the constraint g(,, z) k, ou solve f g f g f z g z and g k Here is an eample of a problem involving this kind of constrained optimization. EXAMPLE 4.3 A jewel bo is to be constructed of material that costs $1 per square inch for the bottom, $2 per square inch for the sides, and $5 per square inch for the top. If the total volume is to be 96 in. 3 what dimensions will minimize the total cost of construction? z Solution Let the bo be inches deep, inches long, and z inches wide, as indicated in the accompaning figure. Then the volume of the bo is V z and the total cost of construction is given b C 1z 2(2 2z) 5z 6z 4 4z abc Bottom adddegddbgdddddec Sides abc Top

6 556 Chapter 7 Calculus of Several Variables You wish to minimize C 6z 4 4z subject to V z 96. The Lagrange equations are C V or 4 4z (z) C V or 6z 4 (z) C z V z or 6 4 () and z 96. Solving each of the first three equations for, ou get 4 4z z B multipling across each equation, ou obtain 4z 4z 2 6z 2 4z 4 2 4z 6 2 z 4z 6z 4 2 6z 4 2 z which can be further simplified b first subtracting the common z terms from both sides of each equation 4z 2 6z z z and then dividing z 2 from both sides of the first equation, 2 from the second, and 2 from the third to get z so that z 3 4 4z Finall, b substituting these epressions into the constraint equation z 96, ou find that z 4 z then z (6) 4 3 Thus, the minimal cost occurs when the jewel bo is 6 inches deep with a square base, 4 inches on a side. 6 4 so 6

7 Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 557 APPLICATIONS TO ECONOMICS MAXIMIZATION OF UTILITY In the net two eamples, the method of Lagrange multipliers is used to solve constrained optimization problems from economics. A utilit function U(, ) measures the total satisfaction or utilit a consumer receives from having units of one particular commodit and units of another. The problem is to determine how man units of each commodit the consumer should bu to maimize utilit while staing within a fied budget. The application of the method of Lagrange multipliers to the utilit problem is illustrated in the net eample. EXAMPLE 4.4 A consumer has $600 to spend on two commodities, the first of which costs $20 per unit and the second $30 per unit. Suppose that the utilit derived b the consumer from units of the first commodit and units of the second commodit is given b the Cobb-Douglas utilit function U(, ) How man units of each commodit should the consumer bu to maimize utilit? Solution The total cost of buing units of the first commodit at $20 per unit and units of the second at $30 per unit is Since the consumer has onl $600 to spend, the goal is to maimize utilit U(, ) subject to the budgetar constraint that The three Lagrange equations are and From the first two equations ou get or 9 Substituting this into the third equation, ou get from which it follows that 18 and 4 (18) 8 9 That is, to maimize utilit, the consumer should bu 18 units of the first commodit and 8 units of the second.

8 558 Chapter 7 Calculus of Several Variables Optimal indifference curve: U(, ) = C 20 (18, 8) Budget line: = FIGURE 7.22 Budgetar constraint and optimal indifference curve. Recall from Section 1 that the level curves of a utilit function are known as indifference curves. A graph showing the relationship between the optimal indifference curve U(, ) C, where C U(18, 8) and the budgetar constraint , is sketched in Figure ALLOCATION OF RESOURCES An important class of problems in business and economics involves determining an optimal allocation of resources subject to a constraint on those resources. Here is an eample in which sales are maimized subject to a budgetar constraint. EXAMPLE 4.5 An editor has been allotted $60,000 to spend on the development and promotion of a new book. It is estimated that if thousand dollars is spent on development and thousand on promotion, approimatel f(, ) 20 3/2 copies of the book will be sold. How much mone should the editor allocate to development and how much to promotion in order to maimize sales? Solution The goal is to maimize the function f(, ) 20 3/2 subject to the constraint g(, ) 60, where g(, ). The corresponding Lagrange equations are 30 1/2 20 3/2 and 60

9 Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 559 From the first two equations ou get 30 1/2 20 3/2 Since the maimum value of f clearl does not occur when 0, ou ma assume that 0 and divide both sides of this equation b 30 1/2 to get 2 3 Substituting this epression into the third equation, ou get 2 5 or from which it follows that 2 36 and (36) 24 3 That is, to maimize sales, the editor should spend $36,000 on development and $24,000 on promotion. If this is done, approimatel f(36, 24) 103,680 copies of the book will be sold. A graph showing the relationship between the budgetar constraint and the level curve for optimal sales is shown in Figure Optimal sales level: f(, ) = 103, (36, 24) Budget line: + = FIGURE 7.23 Budgetar constraint and optimal sales level.

10 560 Chapter 7 Calculus of Several Variables THE SIGNIFICANCE OF THE LAGRANGE MULTIPLIER You can solve most constrained optimization problems b the method of Lagrange multipliers without actuall obtaining a numerical value for the Lagrange multiplier. In some problems, however, ou ma want to compute. This is because has the following useful interpretation. The Lagrange Multiplier Suppose M is the maimum (or minimum) value of f(, ), subject to the constraint g(, ) k. The Lagrange multiplier is the rate of change of M with respect to k. That is, Hence, dm dk change in M resulting from a 1-unit increase in k EXAMPLE 4.6 Suppose the editor in Eample 4.5 is allotted $61,000 instead of $60,000 to spend on the development and promotion of the new book. Estimate how the additional $1,000 will affect the maimum sales level. Solution In Eample 4.5, ou solved the three Lagrange equations 30 1/2 20 3/2 and 60 to find that the maimum value M of f(, ) subject to the constraint 60 occurred when 36 and 24. To find, substitute these values of and into the first or second Lagrange equation. Using the second equation, ou get 20(36) 3/2 4,320 which means that maimal sales will increase b approimatel 4,320 copies (from 103,680 to 108,000) if the budget is increased from $60,000 to $61,000. WHY THE METHOD OF LAGRANGE MULTIPLIERS WORKS Although a rigorous eplanation of wh the method of Lagrange multipliers works involves advanced ideas beond the scope of this tet, there is a rather simple geometric argument that ou should find convincing. This argument depends on the fact that for the level curve F(, ) C, the slope is given b d d F F

11 Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 561 This result is true for an level curve of a function F whose partial derivatives eist (provided F 0). An eample justifing the formula is outlined in Problem 48. Now, consider the constrained optimization problem: Maimize f(, ) subject to g(, ) k Geometricall, this means ou must find the highest level curve of f that intersects the constraint curve g(, ) k. As Figure 7.24 suggests, the critical intersection will occur at a point where the constraint curve is tangent to a level curve; that is, where the slope of the constraint curve g(, ) k is equal to the slope of a level curve f(, ) C. Direction in which C increases Point of tangenc Constraint curve: g(, ) = k Highest level curve, f(, ) = C, intersecting the constraint FIGURE 7.24 Increasing level curves and the constraint curve. According to the formula stated at the beginning of this discussion, ou have Slope of constraint curve Slope of level curve or, equivalentl, f g f g If ou let denote this common ratio, then g g f f f g and f g

12 562 Chapter 7 Calculus of Several Variables from which ou get the first two Lagrange equations f g and f g The third Lagrange equation g(, ) k is simpl a statement of the fact that the point of tangenc actuall lies on the constraint curve. P. R. O. B. L. E. M. S 7.4 P. R. O. B. L. E. M. S 7.4 In Problems 1 through 16, use the method of Lagrange multipliers to find the indicated etremum. You ma assume the etremum eists. 1. Find the maimum value of f(, ) subject to the constraint Find the maimum and minimum values of the function f(, ) subject to the constraint Find the minimum value of the function f(, ) 2 2 subject to the constraint Find the minimum value of the function f(, ) subject to the constraint Find the minimum value of f(, ) 2 2 subject to the constraint Let f(, ) Find the maimum and minimum values of the function f(, ) subject to the constraint Let f(, ) Find the maimum and minimum values of the function f(, ) subject to the constraint Find the maimum value of f(, ) 2 subject to the constraint Let f(, ) Find the minimum value of the function f(, ) subject to the constraint Let f(, ) Find the minimum value of the function f(, ) subject to the constraint Find the maimum and minimum values of f(, ) e subject to Find the maimum value of f(, ) ln ( 2 ) subject to for 0 and Find the maimum value of f(,, z) z subject to 2 3z Find the maimum and minimum values of f(,, z) 3 z subject to z Find the maimum and minimum values of f(,, z) 2 3z subject to 2 2 z 2 16.

13 Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 563 CONSTRUCTION CONSTRUCTION POSTAL PACKAGING 16. Find the minimum value of f(,, z) 2 2 z 2 subject to z A farmer wishes to fence off a rectangular pasture along the bank of a river. The area of the pasture is to be 3,200 square meters, and no fencing is needed along the river bank. Find the dimensions of the pasture that will require the least amount of fencing. 18. There are 320 meters of fencing available to enclose a rectangular field. How should the fencing be used so that the enclosed area is as large as possible? 19. According to postal regulations, the girth plus length of parcels sent b fourth-class mail ma not eceed 108 inches. What is the largest possible volume of a rectangular parcel with two square sides that can be sent b fourth-class mail? Girth = 4 Girth = 2π PROBLEM 19 PROBLEM 20 POSTAL PACKAGING PACKAGING PACKAGING ALLOCATION OF FUNDS 20. According to the postal regulation given in Problem 19, what is the largest volume of a clindrical can that can be sent b fourth-class mail? (A clinder of radius R and length H has volume R 2 H.) 21. Use the fact that 12 fluid ounces is (approimatel) 6.89 cubic inches to find the dimensions of the 12-ounce soda can that can be constructed using the least amount of metal. (Recall that the volume of a clinder of radius r and height h is r 2 h, that the circumference of a circle of radius r is 2 r, and that the area of a circle of radius r is r 2.) 22. A clindrical can is to hold 4 cubic inches of frozen orange juice. The cost per square inch of constructing the metal top and bottom is twice the cost per square inch of constructing the cardboard side. What are the dimensions of the least epensive can? 23. A manufacturer has $8,000 to spend on the development and promotion of a new product. It is estimated that if thousand dollars is spent on development and thousand is spent on promotion, sales will be approimatel f(, ) 50 1/2 3/2 units. How much mone should the manufacturer allocate to development and how much to promotion to maimize sales?

14 564 Chapter 7 Calculus of Several Variables ALLOCATION OF FUNDS MARGINAL ANALYSIS SURFACE AREA OF THE HUMAN BODY MICROBIOLOGY 24. If thousand dollars is spent on labor and thousand dollars is spent on equipment, the output at a certain factor will be Q(, ) 60 1/3 2/3 units. If $120,000 is available, how should this be allocated between labor and equipment to generate the largest possible output? 25. Use the Lagrange multiplier to estimate the change in the maimum output of the factor in Problem 24 that will result if the mone available for labor and equipment is increased b $1, Recall from Problem 35 of Section 1 that an empirical formula for the surface area of a person s bod is S(W, H) W H where W (kg) is the person s weight and H (cm) is his or her height. Suppose for a short period of time, Maria s weight adjusts as she grows taller so that W H 160. With this constraint, what height and weight will maimize the surface area of Maria s bod? In Problems 27 and 28, ou will need to know that a closed clinder of radius R and length L has volume V R 2 L and surface area S 2 RL 2 R 2. The 2 volume of a hemisphere of radius R is V R 3 and its surface area is S 2 R A bacterium is shaped like a clindrical rod. If the volume of the bacterium is fied, what relationship between the radius R and length H of the bacterium will result in minimum surface area? H R Radius R L PROBLEM 27 PROBLEM 28 MICROBIOLOGY OPTICS 28. A bacterium is shaped like a clindrical rod with two hemispherical caps on the ends. If the volume of the bacterium is fied, what must be true about its radius R and length L to achieve minimum surface area? 29. The thin lens formula in optics sas that the focal length L of a thin lens is related to the object distance d o and image distance d i b the equation 1 d o 1 d i 1 L If L is fied, what is the maimum distance s d o d i between the object and the image?

15 Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 565 CONSTRUCTION 30. A jewelr bo is constructed b partitioning a bo with a square base as shown in the accompaning figure. If the bo is designed to have volume 800 cm 3, what dimensions should it have to minimize its total surface area (top, bottom, sides, and interior partitions). Notice that we have said nothing about where the partitions are located. Does it matter? Top view CONSTRUCTION SPY STORY 31. Suppose the jewelr bo in Problem 30 is designed so that the material in the top costs twice as much as the material in the bottom and sides and three times as much as the material in the interior partitions. Find the dimensions that minimize the total cost of constructing the bo. 32. Having disposed of Scélérat s gunmen (Problem 51 in Section 4, Chapter 6), the sp goes looking for his enem. He enters a room and the door slams behind him. Immediatel, he begins to feel warm, and too late, he realizes he is trapped inside Scélérat s dreaded broiler room. Searching desperatel for a wa to survive, he notices that the room is shaped like the circle and that he is standing at the center (0, 0). He presses the stem on his special heat-detecting wristwatch and sees that the temperature at each point (, ) in the room is given b T(, ) PARTICLE PHYSICS From an informant s report, he knows that somewhere in this room there is a trap door leading outside the castle, and he reasons that it must be located at the coolest point in the room. Where is it? Just how cool will the sp be when he gets there? 33. A particle of mass m in a rectangular bo with dimensions,, and z has ground state energ E(,, z) 8m k z 2 where k is a phsical constant. In Problem 29, Section 3, ou were asked to minimize the ground state energ subject to the fied volume constraint V 0 z using substitution. Solve the same constrained optimization problem using the method of Lagrange multipliers.

16 566 Chapter 7 Calculus of Several Variables CONSTRUCTION CONSTRUCTION ALLOCATION OF FUNDS MARGINAL ANALYSIS ALLOCATION OF UNRESTRICTED FUNDS UTILITY UTILITY 34. A rectangular building is to be constructed of material that costs $31 per square foot for the roof, $27 per square foot for the two sides and the back, and $55 per square foot for the fanc facing and glass used in constructing the front. If the building is to have a volume of 16,000 ft 3, what dimensions will minimize the total cost of construction? 35. A storage shed is to be constructed of material that costs $15 per square foot for the roof, $12 per square foot for the two sides and back, and $20 per square foot for the front. What are the dimensions of the largest shed (in volume) that can be constructed for $8,000? 36. A manufacturer is planning to sell a new product at the price of $150 per unit and estimates that if thousand dollars is spent on development and thousand 320 dollars is spent on promotion, approimatel units of the product will be sold. The cost of manufacturing the product is $50 per unit. If the manufacturer has a total of $8,000 to spend on development and promotion, how should this mone be allocated to generate the largest possible profit? [Hint: Profit (number of units)(price per unit cost per unit) total amount spent on development and promotion.] 37. Suppose the manufacturer in Problem 36 decides to spend $8,100 instead of $8,000 on the development and promotion of the new product. Use the Lagrange multiplier to estimate how this change will affect the maimum possible profit. 38. (a) If unlimited funds are available, how much should the manufacturer in Problem 36 spend on development and how much on promotion in order to generate the largest possible profit? [Hint: Use the methods of Section 3.] (b) What is the value of the Lagrange multiplier that corresponds to the optimal budget in part (a)? Eplain our answer in light of the interpretation of dm as. dk (c) Your answer to part (b) should suggest another method for solving the problem in part (a). Solve the problem using this new method. 39. A consumer has $280 to spend on two commodities, the first of which costs $2 per unit and the second $5 per unit. Suppose that the utilit derived b the consumer from units of the first commodit and units of the second is U(, ) (a) How man units of each commodit should the consumer bu to maimize utilit? (b) Compute the marginal utilit of mone and interpret the result in economic terms. 40. A consumer has k dollars to spend on two commodities, the first of which costs a dollars per unit and the second b dollars per unit. Suppose that the utilit derived b

17 Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 567 the consumer from units of the first commodit and units of the second commodit is given b the Cobb-Douglas utilit function U(, ), where 0 1 and 1. Show that utilit will be maimized when k and a k. b MINIMUM COST FIXED BUDGET MINIMUM COST HAZARDOUS WASTE MANAGEMENT 41. In Problem 40, how does the maimum output change if k is increased b 1 dollar? In Problems 42 through 44, let Q(, ) be a production function, where and represent units of labor and capital, respectivel. If unit costs of labor and capital are given b p and q, respectivel, then p q represents the total cost of production. 42. Use Lagrange multipliers to show that subject to a fied production level c, the total cost is minimized when Q and Q(, ) c p Q q provided Q and Q are not both 0 and p 0 and q 0. (This is often referred to as the minimum cost problem, and its solution is called the least-cost combination of inputs.) 43. Show that the inputs and that maimize the production level Q(, ) subject to a fied cost k satisf Q with p q k p Q q (Assume that neither p nor q is 0.) This is called a fied budget problem. 44. Show that subject to the fied production level A k, with 1, the cost function C(, ) p q is minimized when A k q p, A k p q 45. Use Lagrange multipliers to find the possible maimum or minimum points on that part of the surface z for which 5 2. Then use our calculator to sketch the curve 5 2 and the level curves to the surface f(, ) and show that the points ou have just found do not represent local maima or minima. What do ou conclude from this observation? 46. A stud conducted at a waste disposal site reveals soil contamination over a region that ma be described roughl as the interior of the ellipse

18 568 Chapter 7 Calculus of Several Variables where and are in miles. The manager of the site plans to build a circular enclosure to contain all polluted territor. (a) If the office at the site is at the point S(1, 1), what is the radius of the smallest circle centered at S that contains the entire contaminated region? [Hint: The function f(, ) ( 1) 2 ( 1) 2 measures the square of the distance from S(1, 1) to the point P(, ). The required radius can be found b maimizing f(, ) subject to a certain constraint.] (b) Read an article on waste management, and write a paragraph on how management decisions are made regarding landfills and other disposal sites.* MARGINAL ANALYSIS 47. Let P(K, L) be a production function, where K and L represent the capital and labor required for a certain manufacturing procedure. Suppose we wish to maimize P(K, L) subject to a cost constraint, C(K, L) A, for constant A. Use the method of Lagrange multipliers to show that optimal production is attained when P P K L C C K L that is, when the ratio of marginal production from capital to the marginal cost of capital equals the ratio of marginal production of labor to the marginal cost of labor. d In Eercises 48 and 49, use the formula for implicitl differentiating d F F the function f() given b the equation F(, ) k. 48. Let F(, ) (a) If F(, ) k for constant k, use the method of implicit differentiation develd oped in Chapter 2 to find. d (b) Find the partial derivatives F and F and verif that d d F F d 49. If F(, ) k, where F(, ) e 2 ln ( ), find. d * An ecellent case stud ma be found in M. D. LaGrega, P. L. Buckingham, and J. C. Evans, Hazardous Waste Management, McGraw-Hill, Inc., New York, 1994, pages

19 Chapter 7 Section 5 Double Integrals over Rectangular Regions Double Integrals over Rectangular Regions In Problems 50 through 53, use the method of Lagrange multipliers to find the indicated maimum or minimum. You will need to use the graphing utilit or the solve application on our calculator. 50. Maimize f(, ) e ln subject to Minimize f(, ) ln ( 2) subject to Minimize f(, ) subject to Maimize f(, ) subject to Similarl, to evaluate e In Chapters 5 and 6, ou integrated a function of one variable f() b reversing the process of differentiation, and a similar procedure can be used to integrate a function of two variables f(, ). However, since two variables are involved, we shall integrate f(, ) b holding one variable fied and integrating with respect to the other. 2 For instance, to evaluate the partial integral 2 d ou would integrate with 1 respect to, using the fundamental theorem of calculus with held constant: 2 2 d (2) (1) d, ou integrate with respect to, holding constant: 1 2 d (1)3 1 3 ( 1)3 2 3 In general, partiall integrating a function f(, ) with respect to results in a function of alone, which can then be integrated as a function of a single variable, thus producing what we call an iterated integral f(, ) d d Similarl, the iterated integral is obtained b first integrating with respect to, holding constant, and then with respect to. For instance, f(, ) d d.

3 Optimizing Functions of Two Variables. Chapter 7 Section 3 Optimizing Functions of Two Variables 533

3 Optimizing Functions of Two Variables. Chapter 7 Section 3 Optimizing Functions of Two Variables 533 Chapter 7 Section 3 Optimizing Functions of Two Variables 533 (b) Read about the principle of diminishing returns in an economics tet. Then write a paragraph discussing the economic factors that might

More information

Constrained Optimization: The Method of Lagrange Multipliers:

Constrained Optimization: The Method of Lagrange Multipliers: Constrained Optimization: The Method of Lagrange Multipliers: Suppose the equation p(x,) x 60x 7 00 models profit when x represents the number of handmade chairs and is the number of handmade rockers produced

More information

Solving Quadratic Equations by Graphing. Consider an equation of the form. y ax 2 bx c a 0. In an equation of the form

Solving Quadratic Equations by Graphing. Consider an equation of the form. y ax 2 bx c a 0. In an equation of the form SECTION 11.3 Solving Quadratic Equations b Graphing 11.3 OBJECTIVES 1. Find an ais of smmetr 2. Find a verte 3. Graph a parabola 4. Solve quadratic equations b graphing 5. Solve an application involving

More information

LINEAR FUNCTIONS OF 2 VARIABLES

LINEAR FUNCTIONS OF 2 VARIABLES CHAPTER 4: LINEAR FUNCTIONS OF 2 VARIABLES 4.1 RATES OF CHANGES IN DIFFERENT DIRECTIONS From Precalculus, we know that is a linear function if the rate of change of the function is constant. I.e., for

More information

15.1. Exact Differential Equations. Exact First-Order Equations. Exact Differential Equations Integrating Factors

15.1. Exact Differential Equations. Exact First-Order Equations. Exact Differential Equations Integrating Factors SECTION 5. Eact First-Order Equations 09 SECTION 5. Eact First-Order Equations Eact Differential Equations Integrating Factors Eact Differential Equations In Section 5.6, ou studied applications of differential

More information

INVESTIGATIONS AND FUNCTIONS 1.1.1 1.1.4. Example 1

INVESTIGATIONS AND FUNCTIONS 1.1.1 1.1.4. Example 1 Chapter 1 INVESTIGATIONS AND FUNCTIONS 1.1.1 1.1.4 This opening section introduces the students to man of the big ideas of Algebra 2, as well as different was of thinking and various problem solving strategies.

More information

6. The given function is only drawn for x > 0. Complete the function for x < 0 with the following conditions:

6. The given function is only drawn for x > 0. Complete the function for x < 0 with the following conditions: Precalculus Worksheet 1. Da 1 1. The relation described b the set of points {(-, 5 ),( 0, 5 ),(,8 ),(, 9) } is NOT a function. Eplain wh. For questions - 4, use the graph at the right.. Eplain wh the graph

More information

Name Date. Break-Even Analysis

Name Date. Break-Even Analysis Name Date Break-Even Analsis In our business planning so far, have ou ever asked the questions: How much do I have to sell to reach m gross profit goal? What price should I charge to cover m costs and

More information

Section 7.2 Linear Programming: The Graphical Method

Section 7.2 Linear Programming: The Graphical Method Section 7.2 Linear Programming: The Graphical Method Man problems in business, science, and economics involve finding the optimal value of a function (for instance, the maimum value of the profit function

More information

When I was 3.1 POLYNOMIAL FUNCTIONS

When I was 3.1 POLYNOMIAL FUNCTIONS 146 Chapter 3 Polnomial and Rational Functions Section 3.1 begins with basic definitions and graphical concepts and gives an overview of ke properties of polnomial functions. In Sections 3.2 and 3.3 we

More information

D.3. Angles and Degree Measure. Review of Trigonometric Functions

D.3. Angles and Degree Measure. Review of Trigonometric Functions APPENDIX D Precalculus Review D7 SECTION D. Review of Trigonometric Functions Angles and Degree Measure Radian Measure The Trigonometric Functions Evaluating Trigonometric Functions Solving Trigonometric

More information

DISTANCE, CIRCLES, AND QUADRATIC EQUATIONS

DISTANCE, CIRCLES, AND QUADRATIC EQUATIONS a p p e n d i g DISTANCE, CIRCLES, AND QUADRATIC EQUATIONS DISTANCE BETWEEN TWO POINTS IN THE PLANE Suppose that we are interested in finding the distance d between two points P (, ) and P (, ) in the

More information

SECTION 2.2. Distance and Midpoint Formulas; Circles

SECTION 2.2. Distance and Midpoint Formulas; Circles SECTION. Objectives. Find the distance between two points.. Find the midpoint of a line segment.. Write the standard form of a circle s equation.. Give the center and radius of a circle whose equation

More information

Higher. Polynomials and Quadratics 64

Higher. Polynomials and Quadratics 64 hsn.uk.net Higher Mathematics UNIT OUTCOME 1 Polnomials and Quadratics Contents Polnomials and Quadratics 64 1 Quadratics 64 The Discriminant 66 3 Completing the Square 67 4 Sketching Parabolas 70 5 Determining

More information

Zeros of Polynomial Functions. The Fundamental Theorem of Algebra. The Fundamental Theorem of Algebra. zero in the complex number system.

Zeros of Polynomial Functions. The Fundamental Theorem of Algebra. The Fundamental Theorem of Algebra. zero in the complex number system. _.qd /7/ 9:6 AM Page 69 Section. Zeros of Polnomial Functions 69. Zeros of Polnomial Functions What ou should learn Use the Fundamental Theorem of Algebra to determine the number of zeros of polnomial

More information

Click here for answers.

Click here for answers. CHALLENGE PROBLEMS: CHALLENGE PROBLEMS 1 CHAPTER A Click here for answers S Click here for solutions A 1 Find points P and Q on the parabola 1 so that the triangle ABC formed b the -ais and the tangent

More information

5.2 Inverse Functions

5.2 Inverse Functions 78 Further Topics in Functions. Inverse Functions Thinking of a function as a process like we did in Section., in this section we seek another function which might reverse that process. As in real life,

More information

1. a. standard form of a parabola with. 2 b 1 2 horizontal axis of symmetry 2. x 2 y 2 r 2 o. standard form of an ellipse centered

1. a. standard form of a parabola with. 2 b 1 2 horizontal axis of symmetry 2. x 2 y 2 r 2 o. standard form of an ellipse centered Conic Sections. Distance Formula and Circles. More on the Parabola. The Ellipse and Hperbola. Nonlinear Sstems of Equations in Two Variables. Nonlinear Inequalities and Sstems of Inequalities In Chapter,

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

Downloaded from www.heinemann.co.uk/ib. equations. 2.4 The reciprocal function x 1 x

Downloaded from www.heinemann.co.uk/ib. equations. 2.4 The reciprocal function x 1 x Functions and equations Assessment statements. Concept of function f : f (); domain, range, image (value). Composite functions (f g); identit function. Inverse function f.. The graph of a function; its

More information

SECTION 2-2 Straight Lines

SECTION 2-2 Straight Lines - Straight Lines 11 94. Engineering. The cross section of a rivet has a top that is an arc of a circle (see the figure). If the ends of the arc are 1 millimeters apart and the top is 4 millimeters above

More information

Functions and Graphs CHAPTER INTRODUCTION. The function concept is one of the most important ideas in mathematics. The study

Functions and Graphs CHAPTER INTRODUCTION. The function concept is one of the most important ideas in mathematics. The study Functions and Graphs CHAPTER 2 INTRODUCTION The function concept is one of the most important ideas in mathematics. The stud 2-1 Functions 2-2 Elementar Functions: Graphs and Transformations 2-3 Quadratic

More information

Linear Equations in Two Variables

Linear Equations in Two Variables Section. Sets of Numbers and Interval Notation 0 Linear Equations in Two Variables. The Rectangular Coordinate Sstem and Midpoint Formula. Linear Equations in Two Variables. Slope of a Line. Equations

More information

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes The Circle 2.6 Introduction A circle is one of the most familiar geometrical figures and has been around a long time! In this brief Section we discuss the basic coordinate geometr of a circle - in particular

More information

2.7 Applications of Derivatives to Business

2.7 Applications of Derivatives to Business 80 CHAPTER 2 Applications of the Derivative 2.7 Applications of Derivatives to Business and Economics Cost = C() In recent ears, economic decision making has become more and more mathematicall oriented.

More information

Answer Key for the Review Packet for Exam #3

Answer Key for the Review Packet for Exam #3 Answer Key for the Review Packet for Eam # Professor Danielle Benedetto Math Ma-Min Problems. Show that of all rectangles with a given area, the one with the smallest perimeter is a square. Diagram: y

More information

Mathematical Modeling and Optimization Problems Answers

Mathematical Modeling and Optimization Problems Answers MATH& 141 Mathematical Modeling and Optimization Problems Answers 1. You are designing a rectangular poster which is to have 150 square inches of tet with -inch margins at the top and bottom of the poster

More information

I think that starting

I think that starting . Graphs of Functions 69. GRAPHS OF FUNCTIONS One can envisage that mathematical theor will go on being elaborated and etended indefinitel. How strange that the results of just the first few centuries

More information

Core Maths C2. Revision Notes

Core Maths C2. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Polnomials: +,,,.... Factorising... Long division... Remainder theorem... Factor theorem... 4 Choosing a suitable factor... 5 Cubic equations...

More information

Section 3-3 Approximating Real Zeros of Polynomials

Section 3-3 Approximating Real Zeros of Polynomials - Approimating Real Zeros of Polynomials 9 Section - Approimating Real Zeros of Polynomials Locating Real Zeros The Bisection Method Approimating Multiple Zeros Application The methods for finding zeros

More information

C3: Functions. Learning objectives

C3: Functions. Learning objectives CHAPTER C3: Functions Learning objectives After studing this chapter ou should: be familiar with the terms one-one and man-one mappings understand the terms domain and range for a mapping understand the

More information

Polynomials. Jackie Nicholas Jacquie Hargreaves Janet Hunter

Polynomials. Jackie Nicholas Jacquie Hargreaves Janet Hunter Mathematics Learning Centre Polnomials Jackie Nicholas Jacquie Hargreaves Janet Hunter c 26 Universit of Sdne Mathematics Learning Centre, Universit of Sdne 1 1 Polnomials Man of the functions we will

More information

EQUATIONS OF LINES IN SLOPE- INTERCEPT AND STANDARD FORM

EQUATIONS OF LINES IN SLOPE- INTERCEPT AND STANDARD FORM . Equations of Lines in Slope-Intercept and Standard Form ( ) 8 In this Slope-Intercept Form Standard Form section Using Slope-Intercept Form for Graphing Writing the Equation for a Line Applications (0,

More information

THE PARABOLA 13.2. section

THE PARABOLA 13.2. section 698 (3 0) Chapter 3 Nonlinear Sstems and the Conic Sections 49. Fencing a rectangle. If 34 ft of fencing are used to enclose a rectangular area of 72 ft 2, then what are the dimensions of the area? 50.

More information

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes The Circle 2.6 Introduction A circle is one of the most familiar geometrical figures. In this brief Section we discuss the basic coordinate geometr of a circle - in particular the basic equation representing

More information

ax 2 by 2 cxy dx ey f 0 The Distance Formula The distance d between two points (x 1, y 1 ) and (x 2, y 2 ) is given by d (x 2 x 1 )

ax 2 by 2 cxy dx ey f 0 The Distance Formula The distance d between two points (x 1, y 1 ) and (x 2, y 2 ) is given by d (x 2 x 1 ) SECTION 1. The Circle 1. OBJECTIVES The second conic section we look at is the circle. The circle can be described b using the standard form for a conic section, 1. Identif the graph of an equation as

More information

LESSON EIII.E EXPONENTS AND LOGARITHMS

LESSON EIII.E EXPONENTS AND LOGARITHMS LESSON EIII.E EXPONENTS AND LOGARITHMS LESSON EIII.E EXPONENTS AND LOGARITHMS OVERVIEW Here s what ou ll learn in this lesson: Eponential Functions a. Graphing eponential functions b. Applications of eponential

More information

THIS CHAPTER INTRODUCES the Cartesian coordinate

THIS CHAPTER INTRODUCES the Cartesian coordinate 87533_01_ch1_p001-066 1/30/08 9:36 AM Page 1 STRAIGHT LINES AND LINEAR FUNCTIONS 1 THIS CHAPTER INTRODUCES the Cartesian coordinate sstem, a sstem that allows us to represent points in the plane in terms

More information

Calculus 1st Semester Final Review

Calculus 1st Semester Final Review Calculus st Semester Final Review Use the graph to find lim f ( ) (if it eists) 0 9 Determine the value of c so that f() is continuous on the entire real line if f ( ) R S T, c /, > 0 Find the limit: lim

More information

Chapter 6 Quadratic Functions

Chapter 6 Quadratic Functions Chapter 6 Quadratic Functions Determine the characteristics of quadratic functions Sketch Quadratics Solve problems modelled b Quadratics 6.1Quadratic Functions A quadratic function is of the form where

More information

SAMPLE. Polynomial functions

SAMPLE. Polynomial functions Objectives C H A P T E R 4 Polnomial functions To be able to use the technique of equating coefficients. To introduce the functions of the form f () = a( + h) n + k and to sketch graphs of this form through

More information

D.2. The Cartesian Plane. The Cartesian Plane The Distance and Midpoint Formulas Equations of Circles. D10 APPENDIX D Precalculus Review

D.2. The Cartesian Plane. The Cartesian Plane The Distance and Midpoint Formulas Equations of Circles. D10 APPENDIX D Precalculus Review D0 APPENDIX D Precalculus Review SECTION D. The Cartesian Plane The Cartesian Plane The Distance and Midpoint Formulas Equations of Circles The Cartesian Plane An ordered pair, of real numbers has as its

More information

Deriving MRS from Utility Function, Budget Constraints, and Interior Solution of Optimization

Deriving MRS from Utility Function, Budget Constraints, and Interior Solution of Optimization Utilit Function, Deriving MRS. Principles of Microeconomics, Fall Chia-Hui Chen September, Lecture Deriving MRS from Utilit Function, Budget Constraints, and Interior Solution of Optimization Outline.

More information

MATH REVIEW SHEETS BEGINNING ALGEBRA MATH 60

MATH REVIEW SHEETS BEGINNING ALGEBRA MATH 60 MATH REVIEW SHEETS BEGINNING ALGEBRA MATH 60 A Summar of Concepts Needed to be Successful in Mathematics The following sheets list the ke concepts which are taught in the specified math course. The sheets

More information

We start with the basic operations on polynomials, that is adding, subtracting, and multiplying.

We start with the basic operations on polynomials, that is adding, subtracting, and multiplying. R. Polnomials In this section we want to review all that we know about polnomials. We start with the basic operations on polnomials, that is adding, subtracting, and multipling. Recall, to add subtract

More information

7.3 Parabolas. 7.3 Parabolas 505

7.3 Parabolas. 7.3 Parabolas 505 7. Parabolas 0 7. Parabolas We have alread learned that the graph of a quadratic function f() = a + b + c (a 0) is called a parabola. To our surprise and delight, we ma also define parabolas in terms of

More information

Partial Derivatives. @x f (x; y) = @ x f (x; y) @x x2 y + @ @x y2 and then we evaluate the derivative as if y is a constant.

Partial Derivatives. @x f (x; y) = @ x f (x; y) @x x2 y + @ @x y2 and then we evaluate the derivative as if y is a constant. Partial Derivatives Partial Derivatives Just as derivatives can be used to eplore the properties of functions of 1 variable, so also derivatives can be used to eplore functions of 2 variables. In this

More information

The Distance Formula and the Circle

The Distance Formula and the Circle 10.2 The Distance Formula and the Circle 10.2 OBJECTIVES 1. Given a center and radius, find the equation of a circle 2. Given an equation for a circle, find the center and radius 3. Given an equation,

More information

Section 9: Applied Optimization

Section 9: Applied Optimization Chapter The Derivative Applied Calculus 148 Section 9: Applied Optimization We have used derivatives to help find the maximums and minimums of some functions given by equations, but it is very unlikely

More information

A Utility Maximization Example

A Utility Maximization Example A Utilit Maximization Example Charlie Gibbons Universit of California, Berkele September 17, 2007 Since we couldn t finish the utilit maximization problem in section, here it is solved from the beginning.

More information

Implicit Differentiation

Implicit Differentiation Revision Notes 2 Calculus 1270 Fall 2007 INSTRUCTOR: Peter Roper OFFICE: LCB 313 [EMAIL: roper@math.utah.edu] Standard Disclaimer These notes are not a complete review of the course thus far, and some

More information

More Equations and Inequalities

More Equations and Inequalities Section. Sets of Numbers and Interval Notation 9 More Equations and Inequalities 9 9. Compound Inequalities 9. Polnomial and Rational Inequalities 9. Absolute Value Equations 9. Absolute Value Inequalities

More information

Section 2-3 Quadratic Functions

Section 2-3 Quadratic Functions 118 2 LINEAR AND QUADRATIC FUNCTIONS 71. Celsius/Fahrenheit. A formula for converting Celsius degrees to Fahrenheit degrees is given by the linear function 9 F 32 C Determine to the nearest degree the

More information

Business and Economic Applications

Business and Economic Applications Appendi F Business and Economic Applications F1 F Business and Economic Applications Understand basic business terms and formulas, determine marginal revenues, costs and profits, find demand functions,

More information

SECTION 5-1 Exponential Functions

SECTION 5-1 Exponential Functions 354 5 Eponential and Logarithmic Functions Most of the functions we have considered so far have been polnomial and rational functions, with a few others involving roots or powers of polnomial or rational

More information

1 Maximizing pro ts when marginal costs are increasing

1 Maximizing pro ts when marginal costs are increasing BEE12 Basic Mathematical Economics Week 1, Lecture Tuesda 12.1. Pro t maimization 1 Maimizing pro ts when marginal costs are increasing We consider in this section a rm in a perfectl competitive market

More information

Area of Parallelograms, Triangles, and Trapezoids (pages 314 318)

Area of Parallelograms, Triangles, and Trapezoids (pages 314 318) Area of Parallelograms, Triangles, and Trapezoids (pages 34 38) Any side of a parallelogram or triangle can be used as a base. The altitude of a parallelogram is a line segment perpendicular to the base

More information

Mathematics 31 Pre-calculus and Limits

Mathematics 31 Pre-calculus and Limits Mathematics 31 Pre-calculus and Limits Overview After completing this section, students will be epected to have acquired reliability and fluency in the algebraic skills of factoring, operations with radicals

More information

SECTION P.5 Factoring Polynomials

SECTION P.5 Factoring Polynomials BLITMCPB.QXP.0599_48-74 /0/0 0:4 AM Page 48 48 Chapter P Prerequisites: Fundamental Concepts of Algebra Technology Eercises Critical Thinking Eercises 98. The common cold is caused by a rhinovirus. The

More information

Section 1-4 Functions: Graphs and Properties

Section 1-4 Functions: Graphs and Properties 44 1 FUNCTIONS AND GRAPHS I(r). 2.7r where r represents R & D ependitures. (A) Complete the following table. Round values of I(r) to one decimal place. r (R & D) Net income I(r).66 1.2.7 1..8 1.8.99 2.1

More information

Algebra II. Administered May 2013 RELEASED

Algebra II. Administered May 2013 RELEASED STAAR State of Teas Assessments of Academic Readiness Algebra II Administered Ma 0 RELEASED Copright 0, Teas Education Agenc. All rights reserved. Reproduction of all or portions of this work is prohibited

More information

Quadratic Equations and Functions

Quadratic Equations and Functions Quadratic Equations and Functions. Square Root Propert and Completing the Square. Quadratic Formula. Equations in Quadratic Form. Graphs of Quadratic Functions. Verte of a Parabola and Applications In

More information

FINAL EXAM REVIEW MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

FINAL EXAM REVIEW MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. FINAL EXAM REVIEW MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine whether or not the relationship shown in the table is a function. 1) -

More information

Area of Parallelograms (pages 546 549)

Area of Parallelograms (pages 546 549) A Area of Parallelograms (pages 546 549) A parallelogram is a quadrilateral with two pairs of parallel sides. The base is any one of the sides and the height is the shortest distance (the length of a perpendicular

More information

SLOPE OF A LINE 3.2. section. helpful. hint. Slope Using Coordinates to Find 6% GRADE 6 100 SLOW VEHICLES KEEP RIGHT

SLOPE OF A LINE 3.2. section. helpful. hint. Slope Using Coordinates to Find 6% GRADE 6 100 SLOW VEHICLES KEEP RIGHT . Slope of a Line (-) 67. 600 68. 00. SLOPE OF A LINE In this section In Section. we saw some equations whose graphs were straight lines. In this section we look at graphs of straight lines in more detail

More information

North Carolina Community College System Diagnostic and Placement Test Sample Questions

North Carolina Community College System Diagnostic and Placement Test Sample Questions North Carolina Communit College Sstem Diagnostic and Placement Test Sample Questions 0 The College Board. College Board, ACCUPLACER, WritePlacer and the acorn logo are registered trademarks of the College

More information

Lines and Planes 1. x(t) = at + b y(t) = ct + d

Lines and Planes 1. x(t) = at + b y(t) = ct + d 1 Lines in the Plane Lines and Planes 1 Ever line of points L in R 2 can be epressed as the solution set for an equation of the form A + B = C. The equation is not unique for if we multipl both sides b

More information

Systems of Linear Equations: Solving by Substitution

Systems of Linear Equations: Solving by Substitution 8.3 Sstems of Linear Equations: Solving b Substitution 8.3 OBJECTIVES 1. Solve sstems using the substitution method 2. Solve applications of sstems of equations In Sections 8.1 and 8.2, we looked at graphing

More information

A.3. Polynomials and Factoring. Polynomials. What you should learn. Definition of a Polynomial in x. Why you should learn it

A.3. Polynomials and Factoring. Polynomials. What you should learn. Definition of a Polynomial in x. Why you should learn it Appendi A.3 Polynomials and Factoring A23 A.3 Polynomials and Factoring What you should learn Write polynomials in standard form. Add,subtract,and multiply polynomials. Use special products to multiply

More information

THE POWER RULES. Raising an Exponential Expression to a Power

THE POWER RULES. Raising an Exponential Expression to a Power 8 (5-) Chapter 5 Eponents and Polnomials 5. THE POWER RULES In this section Raising an Eponential Epression to a Power Raising a Product to a Power Raising a Quotient to a Power Variable Eponents Summar

More information

7.2 Quadratic Equations

7.2 Quadratic Equations 476 CHAPTER 7 Graphs, Equations, and Inequalities 7. Quadratic Equations Now Work the Are You Prepared? problems on page 48. OBJECTIVES 1 Solve Quadratic Equations by Factoring (p. 476) Solve Quadratic

More information

2.3 Quadratic Functions

2.3 Quadratic Functions 88 Linear and Quadratic Functions. Quadratic Functions You ma recall studing quadratic equations in Intermediate Algebra. In this section, we review those equations in the contet of our net famil of functions:

More information

Increasing for all. Convex for all. ( ) Increasing for all (remember that the log function is only defined for ). ( ) Concave for all.

Increasing for all. Convex for all. ( ) Increasing for all (remember that the log function is only defined for ). ( ) Concave for all. 1. Differentiation The first derivative of a function measures by how much changes in reaction to an infinitesimal shift in its argument. The largest the derivative (in absolute value), the faster is evolving.

More information

Mathematical goals. Starting points. Materials required. Time needed

Mathematical goals. Starting points. Materials required. Time needed Level A7 of challenge: C A7 Interpreting functions, graphs and tables tables Mathematical goals Starting points Materials required Time needed To enable learners to understand: the relationship between

More information

STRAND: ALGEBRA Unit 3 Solving Equations

STRAND: ALGEBRA Unit 3 Solving Equations CMM Subject Support Strand: ALGEBRA Unit Solving Equations: Tet STRAND: ALGEBRA Unit Solving Equations TEXT Contents Section. Algebraic Fractions. Algebraic Fractions and Quadratic Equations. Algebraic

More information

Zero and Negative Exponents and Scientific Notation. a a n a m n. Now, suppose that we allow m to equal n. We then have. a am m a 0 (1) a m

Zero and Negative Exponents and Scientific Notation. a a n a m n. Now, suppose that we allow m to equal n. We then have. a am m a 0 (1) a m 0. E a m p l e 666SECTION 0. OBJECTIVES. Define the zero eponent. Simplif epressions with negative eponents. Write a number in scientific notation. Solve an application of scientific notation We must have

More information

Area & Volume. 1. Surface Area to Volume Ratio

Area & Volume. 1. Surface Area to Volume Ratio 1 1. Surface Area to Volume Ratio Area & Volume For most cells, passage of all materials gases, food molecules, water, waste products, etc. in and out of the cell must occur through the plasma membrane.

More information

Solving Geometric Applications

Solving Geometric Applications 1.8 Solving Geometric Applications 1.8 OBJECTIVES 1. Find a perimeter 2. Solve applications that involve perimeter 3. Find the area of a rectangular figure 4. Apply area formulas 5. Apply volume formulas

More information

Section 5-9 Inverse Trigonometric Functions

Section 5-9 Inverse Trigonometric Functions 46 5 TRIGONOMETRIC FUNCTIONS Section 5-9 Inverse Trigonometric Functions Inverse Sine Function Inverse Cosine Function Inverse Tangent Function Summar Inverse Cotangent, Secant, and Cosecant Functions

More information

Solutions to old Exam 1 problems

Solutions to old Exam 1 problems Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections

More information

1) (-3) + (-6) = 2) (2) + (-5) = 3) (-7) + (-1) = 4) (-3) - (-6) = 5) (+2) - (+5) = 6) (-7) - (-4) = 7) (5)(-4) = 8) (-3)(-6) = 9) (-1)(2) =

1) (-3) + (-6) = 2) (2) + (-5) = 3) (-7) + (-1) = 4) (-3) - (-6) = 5) (+2) - (+5) = 6) (-7) - (-4) = 7) (5)(-4) = 8) (-3)(-6) = 9) (-1)(2) = Extra Practice for Lesson Add or subtract. ) (-3) + (-6) = 2) (2) + (-5) = 3) (-7) + (-) = 4) (-3) - (-6) = 5) (+2) - (+5) = 6) (-7) - (-4) = Multiply. 7) (5)(-4) = 8) (-3)(-6) = 9) (-)(2) = Division is

More information

EQUILIBRIUM STRESS SYSTEMS

EQUILIBRIUM STRESS SYSTEMS EQUILIBRIUM STRESS SYSTEMS Definition of stress The general definition of stress is: Stress = Force Area where the area is the cross-sectional area on which the force is acting. Consider the rectangular

More information

M PROOF OF THE DIVERGENCE THEOREM AND STOKES THEOREM

M PROOF OF THE DIVERGENCE THEOREM AND STOKES THEOREM 68 Theor Supplement Section M M POOF OF THE DIEGENE THEOEM ND STOKES THEOEM In this section we give proofs of the Divergence Theorem Stokes Theorem using the definitions in artesian coordinates. Proof

More information

Chapter 8. Lines and Planes. By the end of this chapter, you will

Chapter 8. Lines and Planes. By the end of this chapter, you will Chapter 8 Lines and Planes In this chapter, ou will revisit our knowledge of intersecting lines in two dimensions and etend those ideas into three dimensions. You will investigate the nature of planes

More information

2.1 Three Dimensional Curves and Surfaces

2.1 Three Dimensional Curves and Surfaces . Three Dimensional Curves and Surfaces.. Parametric Equation of a Line An line in two- or three-dimensional space can be uniquel specified b a point on the line and a vector parallel to the line. The

More information

Polynomial Degree and Finite Differences

Polynomial Degree and Finite Differences CONDENSED LESSON 7.1 Polynomial Degree and Finite Differences In this lesson you will learn the terminology associated with polynomials use the finite differences method to determine the degree of a polynomial

More information

Price Theory Lecture 3: Theory of the Consumer

Price Theory Lecture 3: Theory of the Consumer Price Theor Lecture 3: Theor of the Consumer I. Introduction The purpose of this section is to delve deeper into the roots of the demand curve, to see eactl how it results from people s tastes, income,

More information

Imagine a cube with any side length. Imagine increasing the height by 2 cm, the. Imagine a cube. x x

Imagine a cube with any side length. Imagine increasing the height by 2 cm, the. Imagine a cube. x x OBJECTIVES Eplore functions defined b rddegree polnomials (cubic functions) Use graphs of polnomial equations to find the roots and write the equations in factored form Relate the graphs of polnomial equations

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions 3 A LOOK BACK In Chapter, we began our discussion of functions. We defined domain and range and independent and dependent variables; we found the value of a function and

More information

The Slope-Intercept Form

The Slope-Intercept Form 7.1 The Slope-Intercept Form 7.1 OBJECTIVES 1. Find the slope and intercept from the equation of a line. Given the slope and intercept, write the equation of a line. Use the slope and intercept to graph

More information

Applications of the Pythagorean Theorem

Applications of the Pythagorean Theorem 9.5 Applications of the Pythagorean Theorem 9.5 OBJECTIVE 1. Apply the Pythagorean theorem in solving problems Perhaps the most famous theorem in all of mathematics is the Pythagorean theorem. The theorem

More information

Slope-Intercept Form and Point-Slope Form

Slope-Intercept Form and Point-Slope Form Slope-Intercept Form and Point-Slope Form In this section we will be discussing Slope-Intercept Form and the Point-Slope Form of a line. We will also discuss how to graph using the Slope-Intercept Form.

More information

A Quick Algebra Review

A Quick Algebra Review 1. Simplifying Epressions. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Eponents 9. Quadratics 10. Rationals 11. Radicals

More information

Section 3-7. Marginal Analysis in Business and Economics. Marginal Cost, Revenue, and Profit. 202 Chapter 3 The Derivative

Section 3-7. Marginal Analysis in Business and Economics. Marginal Cost, Revenue, and Profit. 202 Chapter 3 The Derivative 202 Chapter 3 The Derivative Section 3-7 Marginal Analysis in Business and Economics Marginal Cost, Revenue, and Profit Application Marginal Average Cost, Revenue, and Profit Marginal Cost, Revenue, and

More information

9.5 CALCULUS AND POLAR COORDINATES

9.5 CALCULUS AND POLAR COORDINATES smi9885_ch09b.qd 5/7/0 :5 PM Page 760 760 Chapter 9 Parametric Equations and Polar Coordinates 9.5 CALCULUS AND POLAR COORDINATES Now that we have introduced ou to polar coordinates and looked at a variet

More information

Surface Area and Volume Cylinders, Cones, and Spheres

Surface Area and Volume Cylinders, Cones, and Spheres Surface Area and Volume Cylinders, Cones, and Spheres Michael Fauteux Rosamaria Zapata CK12 Editor Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable

More information

Linear and Quadratic Functions

Linear and Quadratic Functions Chapter Linear and Quadratic Functions. Linear Functions We now begin the stud of families of functions. Our first famil, linear functions, are old friends as we shall soon see. Recall from Geometr that

More information

Mathematics Placement Packet Colorado College Department of Mathematics and Computer Science

Mathematics Placement Packet Colorado College Department of Mathematics and Computer Science Mathematics Placement Packet Colorado College Department of Mathematics and Computer Science Colorado College has two all college requirements (QR and SI) which can be satisfied in full, or part, b taking

More information

Utility Maximization

Utility Maximization Utility Maimization Given the consumer's income, M, and prices, p and p y, the consumer's problem is to choose the a ordable bundle that maimizes her utility. The feasible set (budget set): total ependiture

More information

Direct Variation. 1. Write an equation for a direct variation relationship 2. Graph the equation of a direct variation relationship

Direct Variation. 1. Write an equation for a direct variation relationship 2. Graph the equation of a direct variation relationship 6.5 Direct Variation 6.5 OBJECTIVES 1. Write an equation for a direct variation relationship 2. Graph the equation of a direct variation relationship Pedro makes $25 an hour as an electrician. If he works

More information