#*) =[Kx^-i)]^] ^W-^ox^-^^x^+ix^2. ca^=e5)c^+f7^0. (V-# +n^x3+ev-i)k2(v--5) Hx)-- zx'/2. X3f2x-> b- ax)~ X lk?x. a. H y) - /4x -to izx + x'/e

Size: px
Start display at page:

Download "#*) =[Kx^-i)]^] ^W-^ox^-^^x^+ix^2. ca^=e5)c^+f7^0. (V-# +n^x3+ev-i)k2(v--5) Hx)-- zx'/2. X3f2x-> b- ax)~ X lk?x. a. H y) - /4x -to izx + x'/e"

Transcription

1 a. H y) - /4x -to izx + x'/e ^W-^ox^-^^x^+ix^2 -w X n -?^X G 4- zx'/2 b- ax)~ X lk?x ryv)- InV + xgf ) -- Inx -+1 ca^=e5)c^+f7^0 U y.- 5e5y/xVnv-e)+e5Y^3-+n) d' #*) =[Kx^-i)]^] Hx)-- X3f2x-> (V-# +n^x3+ev-i)k2(v--5)

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38 Solutions to optimization problems Found a mistake? Please to grigory.bonik@uconn.edu. Each solution will follow these six steps: 1. Define variables; 2. Write equations relating variables to each other; 3. Express the quantity that we want to optimize as a function of a single variable; 4. Find a resonable interval for the variable; 5. Find the absolute extremum of the function on the interval; 6. Compute the final answer. Problem 29. You want to paint a picture. You have enough wood to make a frame that is 400 cm around. What s the largest picture you can make? (largest means of largest possible area ). Solution. 1) First, we need to clearly define our variables. Let x and y be the dimensions of the pciture in centrimeters, as shown on the picture below. x Let P be the perimeter and A be the area. 2) Next, we have to establish some equations. We have enough wood to make a frame that is 400 cm around, which means that the perimeter must be 400 cm, i.e. P =400. On the other hand, perimeter is the total length of all sides: Hence we obtain the following equation: P = x + x + y + y =2(x + y). y 2(x + y) = 400 Next, using the formula for rectangle area, we write x + y = 200 (1) A = xy. (2) 1

39 3) Since our goal is to maximize the area, we need to express it as a function of a single variable (either x or y, not both!). To accomplish this, let s solve equation (1) for y: Plug in the latter into equation (2): y =200 x. A = x (200 x) =200x x 2. To indicate that the area A is a function of x, let swrite A(x) =200x x 2. (3) 4) Now we have a function to maximize. But before looking for the absolute maximum, we have to come up with a reasonable interval for x. Itmakesnosenseforx to be negative, because it s a length in centimeters. However, it makes certain sense to allow x to be equal to zero, so we want x 0. We cannot make x arbitrary big, because we have only limited amount of wood. To find the biggest possible value for x, imagine that we spend all wood on the vertical sides and no wood on the horizontal sides, i.e. y =0. Thenfromequation(1) weconcludethat200is the biggest possible value for x. Hence our interval is [0, 200]. 5) Now we have a function A(x) definedbyequation(3) andtheinterval[0, 200]. We can now apply our standard process of finding the absolute extrema. Take the derivative: A (x) =200 2x. Set it equal to zero and solve for x to get critical points: 200 2x = 0 2x = 200 x = 100. The only critical point is x = 100. Now test the critical point and the endpoints (plug in to A(x), not the derivative!): A(0) = =0, A(100) = =10000, A(200) = = 0. We see that that A(100) is the biggest value and therefore the absolute maximum of A(x) on the interval [0, 200]. 6) We conclude that the biggest picture we can make has the area cm 2. To find its dimensions, we need to find y: y =200 x = = 100. Therefore the biggest picture is a square of size 100 cm 100 cm, which is predictable. 2

40 Problem 30. A fence is to be built around a 300 square foot rectangular field. One side costs twice as much per unit length as the other three. Find the dimensions of the enclosure that minimizes total cost. Solution. 1) Let x and y be the dimensions of the field in feet, as shown on the picture below. x N y Let C be the total cost, and A be the area. 2) We know that one side costs twice as much per unit length as the other three. Assume it s the north wall. We don t know what exactly the price per unit length in dollars is, but the simple logic suggests that the answer doesn t depend on that. So we can assume that the north wall costs $2 per foot and other three walls cost $1 per foot. So the total cost is C = 2y + 1x +1x + 1y =3y +2x. (4) north east and west south Now let s write the formula for the area of a rectangle: A = xy. By the problem statement, we want the area to be 300 ft 2 : xy =300. (5) 3) We want to minimize the cost, so we need it as a function of one variable. Solve (5) for y: y = 300 x. (6) Then plug it in to the equation for the cost: C =3y +2x =3 300 x +2x = 900 x +2x, so C(x) = 900 x +2x. 4) We need a reasonable interval for x. Ofcourse,x cannot be negative, since it s a length in feet. We can make it as small or as big as we want, because we have no restrictions on the perimeter. But we cannot make it equal to zero, because it would make the area zero. So the interval for x is (0, + ). 3

41 5) Now we have a function and an interval. The interval, however, is not closed, which means we cannot apply our standard procedure. Anyway, we need to find the critical points. Take the derivative of C(x) and set it equal to zero: Afractioniszerowhenthetopiszero,so C (x) = 900 x 2 +2, 0 = 900 x +2, x2 0 =. x x 2 = 0, 2x 2 = 900, x 2 = 450, x = ± 450. There are two critical points, 450 and 450. However, 450 is outside of our interval (0, + ), therefore we don t need to consider it. We need to justify that C(x) indeedhasanabsoluteminimumat 450. Since it s the only critical point in the interval, it suffices to show that it is a relative minimum. We need to test the sign of the derivative to the left and to the right of our critical point: C (1) = < 0, 12 C (100) = > f (x) f(x) We see that C(x) indeed has a relative minimum at x = 450. Since it s the only critical point on the interval, it must be the absolute minimum. 6) We are asked to find the dimensions which minimize the cost. We already have one of them, x = 450 = To find y, useequation(6): y = =10 2. So, the dimensions that minimize the cost are 15 2ft 10 2ft. 4

42 Problem 31. The manager of a large apartment complex knows from experience that 100 units will be occupied if the rent is 296 dollars per month. A market survey suggests that, on the average, one additional unit will remain vacant for each 4 dollar increase in rent. Similarly, one additional unit will be occupied for each 4 dollar decrease in rent. What rent should the manager charge to maximize revenue? Solution. 1) Let x be the number of 4 dollar increases (when x is negative, then x is the number of 4 dollar decreases). Let p be the rent in dollars and n the number of occupied units. Let R be the revenue. 2) Using our definition of p and x we can immediately write By the problem statement, p =296+4x. n =110 x. The revenue is the number of occupied units times the rent: R = np. 3) We want to maximize the revenue, so let s express it in terms of single variable x: R(x) =(110 x)( x). 4) Let s find a reasonable interval for x. We cannot make x larger than 110, because n would then become negative. On the other hand, we cannot make it smaller than 296 = 4 74, because that would make the price negative. Therefore the interval is [ 74, 110]. 5) We need to find the absolute maximum of R(x) ontheinterval[ 74, 110]. Take the derivative: R (x) = 1 ( x)+(110 x) 4= 8x 144. Set it equal to zero to find the critical points: 8x +144 = 0 8x = 144 x = 18 Plug in the critical point and the endpoints: R( 74) = 0, R(18) = something big, R(110) = 0. Hence R(x) hastheabsolutemaximumatx =18. 6) To find the optimal price, recall that p =296+4x = = 368. Hence the optimal price is $368. 5

43 Problem 32. A deli sells 320 sandwiches per day at a price of 4 each. A market survey shows that for every 0.10 reduction in the price, 20 more sandwiches will be sold. How much should the deli charge in order to maximize the revenue? Solution. 1) Let x be the number of 0.10 reductions, p be the price, n the number of sandwiches sold, and let R be the revenue. 2) Equations: 3) Revenue in terms of single variable: p = x, n = x, R = np. R(x) =(4 0.10x)( x) 4) In this problem, x should be non-negative, because we can only reduce the price, not increase it. It cannot be bigger than 40, because this would make the price negative. Hence the interval is [0, 40]. 5) We need the absolute maximum of R(x) on[0, 40]. Find the derivative: The only critical point is x =12. Plugin: R (x) =48 4x. R(0) = 1280, R(12) = 1568, R(110) = 0. Hence R(x) hastheabsolutemaximumatx =12. 6) The optimal price is p = =

44 Problem 33. A straight piece of wire 8 feet long is bent into the shape of an L. What is the shortest possible distance between the ends? Solution. 1) Let x and y be lengths of the sides of L in feet, as shown on the picture. Let d be the distance between the ends. x d 2) Since the total length of the wire is 8 feet, we can write y x + y =8. By the Pythagorean theorem, d = x 2 + y 2. 3) Express d as a function of x: d(x) = x 2 +(8 x) 2 = 2x 2 16x +64. Note that the square root is smallest when the number inside it is smallest (as long as it stays non-negative, of course). This means that instead of d(x), we can minimize f(x) =2x 2 16x ) Obviously, x can go from 0 to 8 feet, i.e. the interval is [0, 8]. 5) Derivative: f (x) =4x 16. The only critical point is x =4. Plugin: f(0) = 64, f(4) = 32, f(8) = 64. Hence f(x) (andd(x) aswell)hastheabsoluteminimumatx =4. 6) The shortest distance between the ends is d(4) = = 32. 7

45 Problem 34. You are opening a kennel, and creating a rectangular area with room for 5 dogs, but the dogs must be kept separate from each other. The outside fencing costs $10 per foot, and inside barriers to separate dogs cost half as much. You have $2000 to spend what s the largest area you can enclose? (You want to separate the dogs by dividing the area using parralel barriers.) Solution. 1) Let x and y be dimensions of the area in feet, as shown on the picture. Let C be the total cost and A be the total area. x y 2) The total cost is the cost of the exterior fence plus the cost of the interior barriers: C =10(2x +2y) exterior fence + 4 #of barriers 5x cost of one barrier =40x +20y. (7) We want to spend $2000: Next, the total area is 40x +20y = 2000, Here we neglect the thickness of the interior barriers. 3) Solve (8) fory: y =100 2x. Plug in to (9) togettheareaasafunctionofx: 2x + y = 100. (8) A = xy. (9) A(x) =x(100 2x) =100x 2x 2. 4) Since x stands for length in feet, it cannot be negative. However, it makes certain sense to allow it to be zero. To find the biggest value of x that makes sense, imagine that we spend all money on vertical walls, i.e. we make y equal to zero. Then using (8) wecan write 40x =2000, i.e. x = 50. Hence the interval is [0, 50]. 5) We need to find the absolute maximum of A(x) on[0, 50]. Take derivative: A (x) =100 4x. 8

46 Find critical points: 100 4x = 0, x = 25. The only critical point is x =25. Timetoplugin: A(0) = 0, A(25) = 1250, A(50) = 0. We conclude that A(x) hastheabsolutemaximumatx =25. 6) The largest area is 1250 square feet. Good luck on the exam! 9

Math 1071 Final Review Sheet The following are some review questions to help you study. They do not

Math 1071 Final Review Sheet The following are some review questions to help you study. They do not Math 1071 Final Review Sheet The following are some review questions to help you study. They do not They do The exam represent the entirety of what you could be expected to know on the exam; reflect distribution

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

Summary. MATH 1003 Calculus and Linear Algebra (Lecture 24) First Derivative Test. Second Derivative Test

Summary. MATH 1003 Calculus and Linear Algebra (Lecture 24) First Derivative Test. Second Derivative Test Summary MATH 1003 Calculus and Linear Algebra (Lecture 24) Maosheng Xiong Department of Mathematics, HKUST Question For a function y = f (x) in a domain, how do we find the absolute maximum or minimum?

More information

a b c d e GOOD LUCK! 3. a b c d e 12. a b c d e 4. a b c d e 13. a b c d e 5. a b c d e 14. a b c d e 6. a b c d e 15. a b c d e

a b c d e GOOD LUCK! 3. a b c d e 12. a b c d e 4. a b c d e 13. a b c d e 5. a b c d e 14. a b c d e 6. a b c d e 15. a b c d e MA23 Elem. Calculus Fall 207 Eam 3 2076 Name: Sec.: Do not remove this answer page you will turn in the entire eam. No books or notes may be used. You may use an ACT-approved calculator during the eam,

More information

OPTIMATIZATION - MAXIMUM/MINIMUM PROBLEMS BC CALCULUS

OPTIMATIZATION - MAXIMUM/MINIMUM PROBLEMS BC CALCULUS 1 OPTIMATIZATION - MAXIMUM/MINIMUM PROBLEMS BC CALCULUS 1. Read each problem slowly and carefully. Read the problem at least three times before trying to solve it. Sometimes words can be ambiguous. It

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

Math 2413 General Review for Calculus Last Updated 02/23/2016

Math 2413 General Review for Calculus Last Updated 02/23/2016 Math 243 General Review for Calculus Last Updated 02/23/206 Find the average velocity of the function over the given interval.. y = 6x 3-5x 2-8, [-8, ] Find the slope of the curve for the given value of

More information

Absolute Extrema and Constrained Optimization

Absolute Extrema and Constrained Optimization Calculus 1 Lia Vas Absolute Extrema and Constrained Optimization Recall that a function f (x) is said to have a relative maximum at x = c if f (c) f (x) for all values of x in some open interval containing

More information

MA 123 (Calculus I) Lecture 13: October 19, 2017 Section A2. Professor Jennifer Balakrishnan,

MA 123 (Calculus I) Lecture 13: October 19, 2017 Section A2. Professor Jennifer Balakrishnan, Professor Jennifer Balakrishnan, jbala@bu.edu What is on today 1 Maxima and minima 1 1.1 Applications.................................... 1 2 What derivatives tell us 2 2.1 Increasing and decreasing functions.......................

More information

MATH 1113 Exam 1 Review

MATH 1113 Exam 1 Review MATH 1113 Exam 1 Review Topics Covered Section 1.1: Rectangular Coordinate System Section 1.3: Functions and Relations Section 1.4: Linear Equations in Two Variables and Linear Functions Section 1.5: Applications

More information

See animations and interactive applets of some of these at. Fall_2009/Math123/Notes

See animations and interactive applets of some of these at.   Fall_2009/Math123/Notes MA123, Chapter 7 Word Problems (pp. 125-153) Chapter s Goal: In this chapter we study the two main types of word problems in Calculus. Optimization Problems. i.e., max - min problems Related Rates See

More information

MAC 2233, Survey of Calculus, Exam 3 Review This exam covers lectures 21 29,

MAC 2233, Survey of Calculus, Exam 3 Review This exam covers lectures 21 29, MAC 2233, Survey of Calculus, Exam 3 Review This exam covers lectures 21 29, This review includes typical exam problems. It is not designed to be comprehensive, but to be representative of topics covered

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

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

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a Recitation Worksheet 6C f x = x 1 x 4 x 9 = x 14x + 49x 36. Find the intervals on which 1. Suppose ( ) ( )( )( ) 3 f ( x ) is increasing and the intervals on which f ( ). Suppose ( ) ( )( )( ) 3 x is decreasing.

More information

Section 5-1 First Derivatives and Graphs

Section 5-1 First Derivatives and Graphs Name Date Class Section 5-1 First Derivatives and Graphs Goal: To use the first derivative to analyze graphs Theorem 1: Increasing and Decreasing Functions For the interval (a,b), if f '( x ) > 0, then

More information

You are expected to abide by the University s rules concerning Academic Honesty.

You are expected to abide by the University s rules concerning Academic Honesty. Math 180 Final Exam Name (Print): UIN: 12/10/2015 UIC Email: Time Limit: 2 Hours This exam contains 12 pages (including this cover page) and 13 problems. After starting the exam, check to see if any pages

More information

FINALS WEEK! MATH 34A TA: Jerry Luo Drop-in Session: TBA LAST UPDATED: 6:54PM, 12 December 2017

FINALS WEEK! MATH 34A TA: Jerry Luo Drop-in Session: TBA LAST UPDATED: 6:54PM, 12 December 2017 FINALS WEEK! MATH 34A TA: Jerry Luo jerryluo8@math.ucsb.edu Drop-in Session: TBA LAST UPDATED: 6:54PM, 12 December 2017 On this worksheet are selected problems from homeworks 9 and 10 which were less done.

More information

Chapter 7: Practice/review problems The collection of problems listed below contains questions taken from previous MA123 exams.

Chapter 7: Practice/review problems The collection of problems listed below contains questions taken from previous MA123 exams. Word problems Chapter 7: Practice/review problems The collection of problems listed below contains questions taken from previous MA3 exams. Max-min problems []. A field has the shape of a rectangle with

More information

Section Maximum and Minimum Values

Section Maximum and Minimum Values Section 4.2 - Maximum and Minimum Values Definition The number f(c) is a local maximum value of f if when x is near c. local minimum value of f if when x is near c. Example 1: For what values of x does

More information

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a Recitation Worksheet 6C f x = x x 4 x 9 = x 4x + 49x 36. Find the intervals on which. Suppose ( ) ( )( )( ) 3 f ( x ) is increasing and the intervals on which f ( ). Suppose ( ) ( )( )( ) 3 x is decreasing.

More information

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam.

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. MATH 121: EXTRA PRACTICE FOR TEST 2 Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. 1 Linear Functions 1. Consider the functions f(x) = 3x + 5 and g(x)

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. Math 1325 Ch.12 Review Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Find the location and value of each relative extremum for the function. 1)

More information

Calculus I 5. Applications of differentiation

Calculus I 5. Applications of differentiation 2301107 Calculus I 5. Applications of differentiation Chapter 5:Applications of differentiation C05-2 Outline 5.1. Extreme values 5.2. Curvature and Inflection point 5.3. Curve sketching 5.4. Related rate

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. 2) h(x) = x2-5x + 5

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. 2) h(x) = x2-5x + 5 Assignment 7 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Using the derivative of f(x) given below, determine the critical points of f(x).

More information

MAT 210 TEST 2 REVIEW (Ch 12 and 13)

MAT 210 TEST 2 REVIEW (Ch 12 and 13) Class: Date: MAT 0 TEST REVIEW (Ch and ) Multiple Choice Identify the choice that best completes the statement or answers the question.. The population P is currently 0,000 and growing at a rate of 7,000

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

Find all points where the function is discontinuous. 1) Find all vertical asymptotes of the given function. x(x - 1) 2) f(x) =

Find all points where the function is discontinuous. 1) Find all vertical asymptotes of the given function. x(x - 1) 2) f(x) = Math 90 Final Review Find all points where the function is discontinuous. ) Find all vertical asymptotes of the given function. x(x - ) 2) f(x) = x3 + 4x Provide an appropriate response. 3) If x 3 f(x)

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

Re: January 27, 2015 Math 080: Final Exam Review Page 1 of 6

Re: January 27, 2015 Math 080: Final Exam Review Page 1 of 6 Re: January 7, 015 Math 080: Final Exam Review Page 1 of 6 Note: If you have difficulty with any of these problems, get help, then go back to the appropriate sections and work more problems! 1. Solve for

More information

SLCSE Math 1050, Spring, 2013 Lesson 1, Monday, January 7, 2013: Quadratic Functions

SLCSE Math 1050, Spring, 2013 Lesson 1, Monday, January 7, 2013: Quadratic Functions SLCSE Math 1050, Spring, 2013 Lesson 1, Monday, January 7, 2013: Quadratic Functions Note: The activities are to be done and discussed in class. Homework, due at 4 pm Monday, Jan 14, 2013 consists of all

More information

2. Find the intervals where function is increasing and decreasing. Then find all relative extrema.

2. Find the intervals where function is increasing and decreasing. Then find all relative extrema. MATH 1071Q Exam #2 Review Fall 2011 1. Find the elasticity at the given points and determine whether demand is inelastic, elastic, or unit elastic. Explain the significance of your answer. (a) x = 10 2p

More information

Chapter 6 Notes, Applied Calculus, Tan

Chapter 6 Notes, Applied Calculus, Tan Contents 4.1 Applications of the First Derivative........................... 2 4.1.1 Determining the Intervals Where a Function is Increasing or Decreasing... 2 4.1.2 Local Extrema (Relative Extrema).......................

More information

College Algebra Joysheet 1 MAT 140, Fall 2015 D. Ivanšić. Name: Simplify and write the answer so all exponents are positive:

College Algebra Joysheet 1 MAT 140, Fall 2015 D. Ivanšić. Name: Simplify and write the answer so all exponents are positive: College Algebra Joysheet 1 MAT 140, Fall 2015 D. Ivanšić Name: Covers: R.1 R.4 Show all your work! Simplify and write the answer so all exponents are positive: 1. (5pts) (3x 4 y 2 ) 2 (5x 2 y 6 ) 3 = 2.

More information

Purdue University Study Guide for MA Credit Exam

Purdue University Study Guide for MA Credit Exam Purdue University Study Guide for MA 16010 Credit Exam Students who pass the credit exam will gain credit in MA16010. The credit exam is a two-hour long exam with multiple choice questions. No books or

More information

Chapter 2 Polynomial and Rational Functions

Chapter 2 Polynomial and Rational Functions SECTION.1 Linear and Quadratic Functions Chapter Polynomial and Rational Functions Section.1: Linear and Quadratic Functions Linear Functions Quadratic Functions Linear Functions Definition of a Linear

More information

32. Use a graphing utility to find the equation of the line of best fit. Write the equation of the line rounded to two decimal places, if necessary.

32. Use a graphing utility to find the equation of the line of best fit. Write the equation of the line rounded to two decimal places, if necessary. Pre-Calculus A Final Review Part 2 Calculator Name 31. The price p and the quantity x sold of a certain product obey the demand equation: p = x + 80 where r = xp. What is the revenue to the nearest dollar

More information

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam.

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. MATH 121: EXTRA PRACTICE FOR TEST 2 Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. 1 Linear Functions 1. Consider the functions f(x) = 3x + 5 and g(x)

More information

Social Science/Commerce Calculus I: Assignment #10 - Solutions Page 1/15

Social Science/Commerce Calculus I: Assignment #10 - Solutions Page 1/15 Social Science/Commerce Calculus I: Assignment #10 - Solutions Page 1/15 1. Consider the function f (x) = x - 8x + 3, on the interval 0 x 8. The global (absolute) maximum of f (x) (on the given interval)

More information

Optimization: Other Applications

Optimization: Other Applications Optimization: Other Applications MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics Fall 2018 Objectives After completing this section, we will be able to: use the concepts of

More information

Final Exam Review (Section 8.3 and Review of Other Sections)

Final Exam Review (Section 8.3 and Review of Other Sections) c Kathryn Bollinger, April 29, 2014 1 Final Exam Review (Section 8.3 and Review of Other Sections) Note: This collection of questions is intended to be a brief overview of the material covered throughout

More information

Optimization. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics

Optimization. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics Optimization MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Summer 2018 Motivation We now return to one of the most important applications of the derivative: finding the maximum or minimum

More information

Optimization Which point on the line y = 1 2x. is closest to the origin? MATH 1380 Lecture 18 1 of 15 Ronald Brent 2018 All rights reserved.

Optimization Which point on the line y = 1 2x. is closest to the origin? MATH 1380 Lecture 18 1 of 15 Ronald Brent 2018 All rights reserved. Optimization Which point on the line y = 1 is closest to the origin? y 1 - -1 0 1-1 - MATH 1380 Lecture 18 1 of 15 Ronald Brent 018 All rights reserved. Recall the distance between a point (, y) and (0,

More information

Review Sheet for Math 5a Final Exam. The Math 5a final exam will be Tuesday, May 1 from 9:15 am 12:15 p.m.

Review Sheet for Math 5a Final Exam. The Math 5a final exam will be Tuesday, May 1 from 9:15 am 12:15 p.m. Review Sheet for Math 5a Final Exam The Math 5a final exam will be Tuesday, May from 9:5 am :5 p.m. Location: Gerstenzang The final exam is cumulative (i.e., it will cover all the material we covered in

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

Math 113 HW #10 Solutions

Math 113 HW #10 Solutions Math HW #0 Solutions 4.5 4. Use the guidelines of this section to sketch the curve Answer: Using the quotient rule, y = x x + 9. y = (x + 9)(x) x (x) (x + 9) = 8x (x + 9). Since the denominator is always

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 05/05/2012 Bormashenko MATH 408N PRACTICE FINAL Name: TA session: Show your work for all the problems. Good luck! (1) Calculate the following limits, using whatever tools are appropriate. State which results

More information

Exam 2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Exam 2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam 2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide an appropriate response. 1) Find dy/dx by implicit differentiation. x3 + y3 = 5 A)

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

Chapter 14: Basics of Functions

Chapter 14: Basics of Functions Math 91 Final Exam Study Guide Name Chapter 14: Basics of Functions Find the domain and range. 1) {(5,1), (5,-4), (6,7), (3,4), (-9,-6)} Find the indicated function value. 2) Find f(3) when f(x) = x2 +

More information

Online Math 1314 Final Exam Review

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

More information

B) Increasing on (-1, ); Decreasing on (-, -1) C) Increasing on (-, -1); Decreasing on (-1, ) D) Increasing on (-, 1); Decreasing on (1, ) 2) 2)

B) Increasing on (-1, ); Decreasing on (-, -1) C) Increasing on (-, -1); Decreasing on (-1, ) D) Increasing on (-, 1); Decreasing on (1, ) 2) 2) MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine the intervals on which the function is increasing, decreasing, and constant. 1) 1) Increasing

More information

D) Increasing on (-1, ); Decreasing on (-, -1) B) Increasing on (-, -1); Decreasing on (-1, ) C) Increasing on (-, 1); Decreasing on (1, ) 2) 2)

D) Increasing on (-1, ); Decreasing on (-, -1) B) Increasing on (-, -1); Decreasing on (-1, ) C) Increasing on (-, 1); Decreasing on (1, ) 2) 2) MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine the intervals on which the function is increasing, decreasing, and constant. 1) 1) Increasing

More information

Section 3.1 Extreme Values

Section 3.1 Extreme Values Math 132 Extreme Values Section 3.1 Section 3.1 Extreme Values Example 1: Given the following is the graph of f(x) Where is the maximum (x-value)? What is the maximum (y-value)? Where is the minimum (x-value)?

More information

AP Calculus Free-Response Questions 1969-present AB

AP Calculus Free-Response Questions 1969-present AB AP Calculus Free-Response Questions 1969-present AB 1969 1. Consider the following functions defined for all x: f 1 (x) = x, f (x) = xcos x, f 3 (x) = 3e x, f 4 (x) = x - x. Answer the following questions

More information

QUADRATIC INEQUALITIES

QUADRATIC INEQUALITIES QUADRATIC INEQUALITIES EXAM QUESTIONS Question 1 (**) a) Sketch the graph of f ( x ). ( ) f x = x 9x + 4, x R. The sketch must include the coordinates of any points where the graph of f x meets the coordinate

More information

Math Exam 03 Review

Math Exam 03 Review Math 10350 Exam 03 Review 1. The statement: f(x) is increasing on a < x < b. is the same as: 1a. f (x) is on a < x < b. 2. The statement: f (x) is negative on a < x < b. is the same as: 2a. f(x) is on

More information

The plot shows the graph of the function f (x). Determine the quantities.

The plot shows the graph of the function f (x). Determine the quantities. MATH 211 SAMPLE EXAM 1 SOLUTIONS 6 4 2-2 2 4-2 1. The plot shows the graph of the function f (x). Determine the quantities. lim f (x) (a) x 3 + Solution: Look at the graph. Let x approach 3 from the right.

More information

Free Response Questions Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom

Free Response Questions Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom Free Response Questions 1969-010 Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom 1 AP Calculus Free-Response Questions 1969 AB 1 Consider the following functions

More information

Solutions to Final Review Sheet. The Math 5a final exam will be Tuesday, May 1 from 9:15 am 12:15 p.m.

Solutions to Final Review Sheet. The Math 5a final exam will be Tuesday, May 1 from 9:15 am 12:15 p.m. Math 5a Solutions to Final Review Sheet The Math 5a final exam will be Tuesday, May 1 from 9:15 am 1:15 p.m. Location: Gerstenzang 1 The final exam is cumulative (i.e., it will cover all the material we

More information

Section 3.3 Maximum and Minimum Values

Section 3.3 Maximum and Minimum Values Section 3.3 Maximum and Minimum Values Definition For a function f defined on a set S of real numbers and a number c in S. A) f(c) is called the absolute maximum of f on S if f(c) f(x) for all x in S.

More information

1. 4(x - 5) - 3(2x - 5) = 6-5(2x + 1) 2. 3(2x - 3) + 4(3-2x) = 5(3x - 2) - 2(x + 1) x + 6 x x + 6x

1. 4(x - 5) - 3(2x - 5) = 6-5(2x + 1) 2. 3(2x - 3) + 4(3-2x) = 5(3x - 2) - 2(x + 1) x + 6 x x + 6x Math 15 - Payne Blitzer Final Exam Review Solve for x: 1. 4(x - 5) - 3(x - 5) = 6-5(x + 1). 3(x - 3) + 4(3 - x) = 5(3x - ) - (x + 1) 3. x + 1 = 9 4. 3x - = 10 5. (x - 4)(x + 4) = 4x 6. (x - )(x + 3) =

More information

Study guide for the Math 115 final Fall 2012

Study guide for the Math 115 final Fall 2012 Study guide for the Math 115 final Fall 2012 This study guide is designed to help you learn the material covered on the Math 115 final. Problems on the final may differ significantly from these problems

More information

Second Midterm Exam Name: Practice Problems Septmber 28, 2015

Second Midterm Exam Name: Practice Problems Septmber 28, 2015 Math 110 4. Treibergs Second Midterm Exam Name: Practice Problems Septmber 8, 015 1. Use the limit definition of derivative to compute the derivative of f(x = 1 at x = a. 1 + x Inserting the function into

More information

Math 127 Final Exam Fall 2008

Math 127 Final Exam Fall 2008 Name: Discussion Section: ID: This exam consists of 16 questions: 14 Multiple Choice Questions 5 Points Each Free Response Questions 30 Points Total INSTRUCTIONS: Read each problem carefully and answer

More information

1 Functions, Graphs and Limits

1 Functions, Graphs and Limits 1 Functions, Graphs and Limits 1.1 The Cartesian Plane In this course we will be dealing a lot with the Cartesian plane (also called the xy-plane), so this section should serve as a review of it and its

More information

Review Example 3: Suppose that we know the revenues of a company each year since This information is given in the table below:

Review Example 3: Suppose that we know the revenues of a company each year since This information is given in the table below: Math 1314 ONLINE Final Exam Review Review Example 1: Suppose 3 g( x) = x x 9x + 18. Find the zeros of the function. Review Example : Find any points where intersect. f ( x) = 1.45x 7.x 1.6 and g( x) =.84x

More information

Math Analysis Notes Mrs. Atkinson 1

Math Analysis Notes Mrs. Atkinson 1 Name: Math Analysis Chapter 7 Notes Day 6: Section 7-1 Solving Systems of Equations with Two Variables; Sections 7-1: Solving Systems of Equations with Two Variables Solving Systems of equations with two

More information

f (x) = 25x 2 11 f (x) = 10x + 4 x 24 14x + 35 x 25 f (x) = f ( x ) = 91 44x 2 17 x f ( x ) = f ( x ) = 2x

f (x) = 25x 2 11 f (x) = 10x + 4 x 24 14x + 35 x 25 f (x) = f ( x ) = 91 44x 2 17 x f ( x ) = f ( x ) = 2x 1 Let the function f be defined by the equation y = f (x), where x and f (x) are real numbers. Find the domain of the function f (x) = 25x 2 11 2 Let the function f be defined by the equation y = f (x),

More information

Chapter 6 Overview: Applications of Derivatives

Chapter 6 Overview: Applications of Derivatives Chapter 6 Overview: Applications of Derivatives There are two main contets for derivatives: graphing and motion. In this chapter, we will consider the graphical applications of the derivative. Much of

More information

Ch2 practice test. for the following functions. f (x) = 6x 2 + 2, Find the domain of the function using interval notation:

Ch2 practice test. for the following functions. f (x) = 6x 2 + 2, Find the domain of the function using interval notation: Ch2 practice test Find for the following functions. f (x) = 6x 2 + 2, Find the domain of the function using interval notation: A hotel chain charges $75 each night for the first two nights and $55 for

More information

CALCULUS I: FIU FINAL EXAM PROBLEM COLLECTION: VERSION WITHOUT ANSWERS

CALCULUS I: FIU FINAL EXAM PROBLEM COLLECTION: VERSION WITHOUT ANSWERS CALCULUS I: FIU FINAL EXAM PROBLEM COLLECTION: VERSION WITHOUT ANSWERS FIU MATHEMATICS FACULTY NOVEMBER 2017 Contents 1. Limits and Continuity 1 2. Derivatives 4 3. Local Linear Approximation and differentials

More information

Lesson 13: Inequalities

Lesson 13: Inequalities Classwork Opening Exercise: Writing Inequality Statements Tarik is trying to save $265.49 to buy a new tablet. Right now, he has $40 and can save $38 a week from his allowance. Write and evaluate an expression

More information

Final Exam Study Guide

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

More information

Relationships Between Quantities

Relationships Between Quantities Algebra 1 Relationships Between Quantities Relationships Between Quantities Everyone loves math until there are letters (known as variables) in problems!! Do students complain about reading when they come

More information

MATH 122 FALL Final Exam Review Problems

MATH 122 FALL Final Exam Review Problems MATH 122 FALL 2013 Final Exam Review Problems Chapter 1 1. As a person hikes down from the top of a mountain, the variable t represents the time, in minutes, since the person left the top of the mountain,

More information

MATH Section 4.6

MATH Section 4.6 Name MATH 1300-015 Section 4.6 1. A rectangular bo with a square base and no top is to be made of a total of 120cm 2 of cardboard. Find the dimension of the bo of mimum volume. (In this problem, assume

More information

Precalculus Unit 2 - Worksheet 1 1. The relation described by the set of points {( ) ( ) ( ) ( )} is NOT a function. Explain why.

Precalculus Unit 2 - Worksheet 1 1. The relation described by the set of points {( ) ( ) ( ) ( )} is NOT a function. Explain why. Precalculus Name Unit 2 - Worksheet 1 1. The relation described by the set of points {( ) ( ) ( ) ( )} is NOT a function. Explain why. For Questions 2-4, use the graph at the right. 2. Explain why this

More information

Math 180, Lowman, Summer 2008, Old Exam Problems 1 Limit Problems

Math 180, Lowman, Summer 2008, Old Exam Problems 1 Limit Problems Math 180, Lowman, Summer 2008, Old Exam Problems 1 Limit Problems 1. Find the limit of f(x) = (sin x) x x 3 as x 0. 2. Use L Hopital s Rule to calculate lim x 2 x 3 2x 2 x+2 x 2 4. 3. Given the function

More information

Math 165 Final Exam worksheet solutions

Math 165 Final Exam worksheet solutions C Roettger, Fall 17 Math 165 Final Exam worksheet solutions Problem 1 Use the Fundamental Theorem of Calculus to compute f(4), where x f(t) dt = x cos(πx). Solution. From the FTC, the derivative of the

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

MATH 115 SECOND MIDTERM EXAM

MATH 115 SECOND MIDTERM EXAM MATH 115 SECOND MIDTERM EXAM November 22, 2005 NAME: SOLUTION KEY INSTRUCTOR: SECTION NO: 1. Do not open this exam until you are told to begin. 2. This exam has 10 pages including this cover. There are

More information

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

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

More information

x 2 + x + x 2 x 3 b. x 7 Factor the GCF from each expression Not all may be possible. 1. Find two numbers that sum to 8 and have a product of 12

x 2 + x + x 2 x 3 b. x 7 Factor the GCF from each expression Not all may be possible. 1. Find two numbers that sum to 8 and have a product of 12 Factor the GCF from each expression 4 5 1. 15x 3x. 16x 4 Name: a. b. 4 7 3 6 5 3. 18x y 36x y 4x y 5 4. 3x x 3 x 3 c. d. Not all may be possible. 1. Find two numbers that sum to 8 and have a product of

More information

Math 261 Exam 3 - Practice Problems. 1. The graph of f is given below. Answer the following questions. (a) Find the intervals where f is increasing:

Math 261 Exam 3 - Practice Problems. 1. The graph of f is given below. Answer the following questions. (a) Find the intervals where f is increasing: Math 261 Exam - Practice Problems 1. The graph of f is given below. Answer the following questions. (a) Find the intervals where f is increasing: ( 6, 4), ( 1,1),(,5),(6, ) (b) Find the intervals where

More information

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

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

More information

If C(x) is the total cost (in dollars) of producing x items of a product, then

If C(x) is the total cost (in dollars) of producing x items of a product, then Supplemental Review Problems for Unit Test : 1 Marginal Analysis (Sec 7) Be prepared to calculate total revenue given the price - demand function; to calculate total profit given total revenue and total

More information

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

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

More information

NO CALCULATOR 1. Find the interval or intervals on which the function whose graph is shown is increasing:

NO CALCULATOR 1. Find the interval or intervals on which the function whose graph is shown is increasing: AP Calculus AB PRACTICE MIDTERM EXAM Read each choice carefully and find the best answer. Your midterm exam will be made up of 5 of these questions. I reserve the right to change numbers and answers on

More information

Practice A Exam 3. November 14, 2018

Practice A Exam 3. November 14, 2018 Department of Mathematics University of Notre Dame Math 10250 Elem. of Calc. I Name: Instructor: Practice A Exam November 14, 2018 This exam is in 2 parts on 11 pages and contains 15 problems worth a total

More information

1. Introduction. 2. Outlines

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

More information

CLASS NOTES: BUSINESS CALCULUS

CLASS NOTES: BUSINESS CALCULUS CLASS NOTES: BUSINESS CALCULUS These notes can be thought of as the logical skeleton of my lectures, although they will generally contain a fuller exposition of concepts but fewer examples than my lectures.

More information

Math 115 Test 1 Sample Problems for Dr. Hukle s Class

Math 115 Test 1 Sample Problems for Dr. Hukle s Class Mat 5 Test Sample Problems for Dr. Hukle s Class. Demand for a Jayawk pen at te Union is known to be D(p) = 26 pens per mont wen te selling p price is p dollars and eac p 3. A supplier for te bookstore

More information

Final Exam Study Aid

Final Exam Study Aid Math 112 Final Exam Study Aid 1 of 33 Final Exam Study Aid Note: This study aid is intended to help you review for the final exam. It covers the primary concepts in the course, with a large emphasis on

More information

Section 5.1 Practice Exercises. Vocabulary and Key Concepts

Section 5.1 Practice Exercises. Vocabulary and Key Concepts Section 5.1 Practice Exercises Vocabulary and Key Concepts 1. 1. A(n) is used to show repeated multiplication of the base. 2. For b 0, the expression b 0 is defined to be. 3. For b 0, the expression b

More information

Review for the Final Exam

Review for the Final Exam Calculus Lia Vas. Integrals. Evaluate the following integrals. (a) ( x 4 x 2 ) dx (b) (2 3 x + x2 4 ) dx (c) (3x + 5) 6 dx (d) x 2 dx x 3 + (e) x 9x 2 dx (f) x dx x 2 (g) xe x2 + dx (h) 2 3x+ dx (i) x

More information

Chapter 5. Increasing and Decreasing functions Theorem 1: For the interval (a,b) f (x) f(x) Graph of f + Increases Rises - Decreases Falls

Chapter 5. Increasing and Decreasing functions Theorem 1: For the interval (a,b) f (x) f(x) Graph of f + Increases Rises - Decreases Falls Chapter 5 Section 5.1 First Derivative and Graphs Objectives: The student will be able to identify increasing and decreasing functions and local extrema The student will be able to apply the first derivative

More information

Math 1325 Final Exam Review

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

More information

Introduction to Calculus

Introduction to Calculus Introduction to Calculus Contents 1 Introduction to Calculus 3 11 Introduction 3 111 Origin of Calculus 3 112 The Two Branches of Calculus 4 12 Secant and Tangent Lines 5 13 Limits 10 14 The Derivative

More information