Math 229 FINAL EXAM Review: Fall Final Exam Monday December 11 ALL Projects Due By Monday December 11

Size: px
Start display at page:

Download "Math 229 FINAL EXAM Review: Fall Final Exam Monday December 11 ALL Projects Due By Monday December 11"

Transcription

1 Math 229 FINAL EXAM Review: Fall Final Exam Monday December 11 ALL Projects Due By Monday December Problem 1: (a) Write a MatLab function m-file to evaluate the following function: f(x) = x2 cos 2 x x 3 + 4x + 1 (b) Write the MatLab commands to generate 500 evenly spaced numbers on the interval π/2 x 3π/2 (c) Write the MatLab commands to generate the following list of numbers: 100, 98, 96,... 0 (d) Write the MatLab commands to generate the following list of numbers: when n = /n 2, 4/n 2, 9/n 2, 16/n 2,..., 1 (e) Write the MatLab commands to generate the following list of numbers: 0.1, 0.01, 0.001,..., (f) Write down the MatLab commands to find ALL the roots (zeros) of the following polynomial WITHOUT graphing the polynomial. List ALL the roots. f(x) = x 6 13x 4 + x x 2 + 1

2 Math 229 FINAL EXAM Review: Fall Problem 2: Use MatLab to find the TWO intersection points of the functions x 6 and e x/10. List the x values of the 2 intersection points to 2 decimal places Hint: Use of logarithms may help! 3. Problem 3: Use MatLab to numerically investigate the following limit: lim x 3 x 2 9 x (a) Write a MatLab function m-file to easily compute f(x) (b) Write MatLab commands to automatically generate 6 values of x which approach -3 from both the left and right. (c) Report the results of the limit in the form of a table. Write the MatLab commands used to generate this table. What is the limit? EXTRA CREDIT: Use Calculus to analytically determine this limit. 4. Problem 4: We know that some funtion f(x) has as its derivative df/dx = f (x) = (x + 1) e x. We want to know some things about the graph of the function, f(x). (a) Write a MatLab function m-file to easily compute the derivative function df(x)/dx (b) Write MatLab commands to graph f (x) on the interval 4 x 2. (c) Using the graph of f (x) and the first derivative test, describe all the local extrema of the function f(x). (d) Use the difference quotient (with h = 0.01) of f (x) to numerically approximate the second derivative f (x). Write MatLab commands used to find and plot this quantity. (e) Use your graph of f (x) to find all points of inflection of f(x). (f) If f(0) = 2, use the information you have to sketch a graph of f(x).

3 Math 229 FINAL EXAM Review: Fall Problem 5: Consider the function f(x) = sin2 x 16 x 2 on the interval ( π, π). (a) Write down the MatLab commands used to create a MatLab function to evaluate f(x) easily. (ie: Write a MatLab function m-file) (b) Find the difference quotient of the function for h = 0.01 and plot it on the same graph as the function. Write down the MatLab commands to do this. (c) Find the second difference quotient for the function using h = Plot this. Write down the MatLab commands to do this. (d) Using the graphs, find all the local minima and maxima of the function on the interval. Write down the x and y coordinates of these points. (e) Using the graphs, determine all the intervals where f(x) is concave up. 6. Problem 6: Consider the following integral: x dx (a) Use MatLab to find the value of the definite integral numerically using Riemann Sums. First, write down ALL the commands to compute the integral using 10 rectangles. What is the value of the integral. (b) Recompute the sum using 100 rectangles. (c) Recompute the sum using 1000 rectangles. (d) What value does sum converge to as n? EXTRA CREDIT: Compute the integral analytically.

4 Math 229 FINAL EXAM Review: Fall Problem 7: For some reason, an engineer needs to support an upside down parabola (y = 4 x 2 ) with two beams starting from the point (0, 2). We want to find the points on the parabola which are closest to the support point, (0, 2) in order to have the smallest beams. (a) Use MatLab to draw the parabola and set up the problem. (b) With d equal to the length of a line from (0,2) to any point (x, y) on the parabola, write down an equation for d in terms of one variable: ie, find the equation for d(x). (Remember the equation for the distance between two points??) (c) Determine the range of x in d(x) and write MatLab commands to plot this function. (d) Graphically, find the value of x which minimizes d. Find this minimum value of d. 8. Problem 8: Given that f (x) = 3x2 cos(πx/8). Use Matlab to find all relative maxima and minima of x 2 +1 the function f(x) on the interval 10 x 10. Write down the values of x where f(x) has either a relative maxima or a minima and label which. Use the information about the derivative to sketch a graph of the function f(x) such that f(0) = 0.

5 Math 229 FINAL EXAM Review: Fall Problem 9: Find the point P (x, y) on the curve y = e x/3 that is closest to the point Q(5, 3). (a) Plot the curve y (in black) and the point Q(5, 3) (as a red STAR) on the same graph. Write down MatLab commands used. From this picture, estimate the location of the point on the curve that is closest to (5, 3). (b) What function d(x, y) gives the SQUARED distance from P (x, y) on the curve to Q(5, 3)? (c) Write the m-file for the function d(x) (depending only on x) that gives the SQUARED distance from P (x, y) on the curve to Q(5, 3). (d) Using d(x) from part (c), what is difquo for d(x) with h = 0.001? (e) Plot difquo for 0 x 5. For which x is d(x) = 0 (to three decimal places)? (f) What is P (x, y) on the curve? Give coordinates to three decimal places. (g) Why is this xvalue a minimum for d(x)? Apply the first derivative test: How does the graph cross the xaxis? 10. Problem 10: A student in an Mth229 section is bored silly with with the professor asking her to do multiple Reimann sum calculations changing the number of rectangles, n, and also the limits of integration (a, b) in order to approximate the integral: b a Having had enough, she decides to write a Matlab function that takes, as INPUT, the values of n, a and b and spits out (as OUTPUT) the corresponding Riemann Sum. (a) In the space below, write this magic MatLab function. (b) Use this function to calculate (ie take the limit, as n, of the Riemann sum) the integral: 5 (c) Use the same approach to estimate: 5 and (d) If we define the number A as: use your magic function to estimate A 2 (e) What do you think the true value of A 2 is? a A = lim, a a

Final Examination Re - Calculus I 21 December 2015

Final Examination Re - Calculus I 21 December 2015 . (5 points) Given the graph of f below, determine each of the following. Use, or does not exist where appropriate. y (a) (b) x 3 x 2 + (c) x 2 (d) x 2 (e) f(2) = (f) x (g) x (h) f (3) = 3 2 6 5 4 3 2

More information

Exam 2 Review (Sections Covered: and )

Exam 2 Review (Sections Covered: and ) Exam 2 Review (Sections Covered: 4.1-4.5 and 5.1-5.6) 1. Find the derivative of the following. (a) f(x) = 1 2 x6 3x 4 + 6e x (b) A(s) = s 1/2 ln s ln(13) (c) f(x) = 5e x 8 ln x 2. Given below is the price-demand

More information

Math 118 Final Exam December 14, 2011

Math 118 Final Exam December 14, 2011 Math 118 Final Exam December 14, 2011 Name (please print): Signature: Student ID: Directions. Fill out your name, signature and student ID number on the lines above right now before starting the exam!

More information

Final Exam Sample Problems

Final Exam Sample Problems MATH 00 Sec. Final Exam Sample Problems Please READ this! We will have the final exam on Monday, May rd from 0:0 a.m. to 2:0 p.m.. Here are sample problems for the new materials and the problems from the

More information

Final Exam Review. b) lim. 3. Find the limit, if it exists. If the limit is infinite, indicate whether it is + or. [Sec. 2.

Final Exam Review. b) lim. 3. Find the limit, if it exists. If the limit is infinite, indicate whether it is + or. [Sec. 2. Final Exam Review Math 42G 2x, x >. Graph f(x) = { 8 x, x Find the following limits. a) lim x f(x). Label at least four points. [Sec. 2.4, 2.] b) lim f(x) x + c) lim f(x) = Exist/DNE (Circle one) x 2,

More information

1 4. For each graph look for the points where the slope of the tangent line is zero or f (x) = 0.

1 4. For each graph look for the points where the slope of the tangent line is zero or f (x) = 0. Name: Homework 6 solutions Math 151, Applied Calculus, Spring 2018 Section 4.1 1-4,5,20,23,24-27,38 1 4. For each graph look for the points where the slope of the tangent line is zero or f (x) = 0. 5.

More information

Math Fundamental Principles of Calculus Final - Fall 2015 December 14th, 2015

Math Fundamental Principles of Calculus Final - Fall 2015 December 14th, 2015 Math 118 - Fundamental Principles of Calculus Final - Fall 2015 December 14th, 2015 Directions. Fill out your name, signature and student ID number on the lines below right now, before starting the exam!

More information

Final Exam Review - Business Calculus - Spring x x

Final Exam Review - Business Calculus - Spring x x Final Exam Review - Business Calculus - Spring 2016 Name: 1. (a) Find limit lim x 1 x 1 x 1 (b) Find limit lim x 0 x + 2 4 x 1 2. Use the definition of derivative: dy dx = lim f(x + h) f(x) h 0 h Given

More information

EXAM #2 Review. Spring Name: MATH 142, Drost Section # Seat #

EXAM #2 Review. Spring Name: MATH 142, Drost Section # Seat # Spring 2010 1 EXAM #2 Review Name: MATH 142, Drost Section # Seat # 1. Katy s Kitchen has a total cost function of C(x) = x + 25 to make x jars of jam, and C(x) is measured in dollars. The revenue in dollars,

More information

AP CALCULUS AB CHAPTER 4 PRACTICE PROBLEMS. Find the location of the indicated absolute extremum for the function. 1) Maximum 1)

AP CALCULUS AB CHAPTER 4 PRACTICE PROBLEMS. Find the location of the indicated absolute extremum for the function. 1) Maximum 1) AP CALCULUS AB CHAPTER 4 PRACTICE PROBLEMS Find the location of the indicated absolute extremum for the function. 1) Maximum 1) A) No maximum B) x = 0 C) x = 2 D) x = -1 Find the extreme values of the

More information

Math 103: The Mean Value Theorem and How Derivatives Shape a Graph

Math 103: The Mean Value Theorem and How Derivatives Shape a Graph Math 03: The Mean Value Theorem and How Derivatives Shape a Graph Ryan Blair University of Pennsylvania Thursday October 27, 20 Math 03: The Mean Value Theorem and How Derivatives Thursday October Shape

More information

Calculus Chapter 3 Smartboard Review with Navigator.notebook. November 04, What is the slope of the line segment?

Calculus Chapter 3 Smartboard Review with Navigator.notebook. November 04, What is the slope of the line segment? 1 What are the endpoints of the red curve segment? alculus: The Mean Value Theorem ( 3, 3), (0, 0) ( 1.5, 0), (1.5, 0) ( 3, 3), (3, 3) ( 1, 0.5), (1, 0.5) Grade: 9 12 Subject: ate: Mathematics «date» 2

More information

MATH 104 Practice Problems for Exam 3

MATH 104 Practice Problems for Exam 3 MATH 14 Practice Problems for Exam 3 There are too many problems here for one exam, but they re good practice! For each of the following series, say whether it converges or diverges, and explain why. 1..

More information

PRINTABLE VERSION. Practice Final Exam

PRINTABLE VERSION. Practice Final Exam Page 1 of 25 PRINTABLE VERSION Practice Final Exam Question 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

More information

2) Endpoints of a diameter (-1, 6), (9, -2) A) (x - 2)2 + (y - 4)2 = 41 B) (x - 4)2 + (y - 2)2 = 41 C) (x - 4)2 + y2 = 16 D) x2 + (y - 2)2 = 25

2) Endpoints of a diameter (-1, 6), (9, -2) A) (x - 2)2 + (y - 4)2 = 41 B) (x - 4)2 + (y - 2)2 = 41 C) (x - 4)2 + y2 = 16 D) x2 + (y - 2)2 = 25 Math 101 Final Exam Review Revised FA17 (through section 5.6) The following problems are provided for additional practice in preparation for the Final Exam. You should not, however, rely solely upon these

More information

MATH 104 Practice Problems for Exam 3

MATH 104 Practice Problems for Exam 3 MATH 4 Practice Problems for Exam 3 There are too many problems here for one exam, but they re good practice! For each of the following series, say whether it converges or diverges, and explain why.. 2.

More information

EXAMPLE: Find the Limit: lim

EXAMPLE: Find the Limit: lim SECTION 4.3: L HOPITAL S RULE Sometimes when attempting to determine a Limit by the algebraic method of plugging in the number x is approaching, we run into situations where we seem not to have an answer,

More information

B) 2x3-5x D) 2x3 + 5x

B) 2x3-5x D) 2x3 + 5x Pre Calculus Final Review 2010 (April) Name Divide f(x) by d(x), and write a summary statement in the form indicated. 1) f x = x - 4; d x = x + 7 (Write answer in polynomial form) 1) A) f x = x + 7 x2-7x

More information

Laboratory I.9 Applications of the Derivative

Laboratory I.9 Applications of the Derivative Laboratory I.9 Applications of the Derivative Goals The student will determine intervals where a function is increasing or decreasing using the first derivative. The student will find local minima and

More information

MLC at Boise State Polynomials Activity 3 Week #5

MLC at Boise State Polynomials Activity 3 Week #5 Polynomials Activity 3 Week #5 This activity will be discuss maximums, minimums and zeros of a quadratic function and its application to business, specifically maximizing profit, minimizing cost and break-even

More information

Mathematics (Project Maths Phase 2)

Mathematics (Project Maths Phase 2) L.17 NAME SCHOOL TEACHER Pre-Leaving Certificate Examination, 2013 Mathematics (Project Maths Phase 2) Paper 1 Higher Level Time: 2 hours, 30 minutes 300 marks For examiner Question 1 Centre stamp 2 3

More information

Math1090 Midterm 2 Review Sections , Solve the system of linear equations using Gauss-Jordan elimination.

Math1090 Midterm 2 Review Sections , Solve the system of linear equations using Gauss-Jordan elimination. Math1090 Midterm 2 Review Sections 2.1-2.5, 3.1-3.3 1. Solve the system of linear equations using Gauss-Jordan elimination. 5x+20y 15z = 155 (a) 2x 7y+13z=85 3x+14y +6z= 43 x+z= 2 (b) x= 6 y+z=11 x y+

More information

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

THE USE OF A CALCULATOR, CELL PHONE, OR ANY OTHER ELECTRONIC DEVICE IS NOT PERMITTED DURING THIS EXAMINATION. MATH 110 FINAL EXAM **Test** December 14, 2009 TEST VERSION A NAME STUDENT NUMBER INSTRUCTOR SECTION NUMBER This examination will be machine processed by the University Testing Service. Use only a number

More information

American Journal of Business Education December 2009 Volume 2, Number 9

American Journal of Business Education December 2009 Volume 2, Number 9 A MATLAB-Aided Method For Teaching Calculus-Based Business Mathematics Jiajuan Liang, University of New Haven, USA William S. Y. Pan, University of New Haven, USA ABSTRACT MATLAB is a powerful package

More information

Monotone, Convex and Extrema

Monotone, Convex and Extrema Monotone Functions Function f is called monotonically increasing, if Chapter 8 Monotone, Convex and Extrema x x 2 f (x ) f (x 2 ) It is called strictly monotonically increasing, if f (x 2) f (x ) x < x

More information

Chapter 4 Factoring and Quadratic Equations

Chapter 4 Factoring and Quadratic Equations Chapter 4 Factoring and Quadratic Equations Lesson 1: Factoring by GCF, DOTS, and Case I Lesson : Factoring by Grouping & Case II Lesson 3: Factoring by Sum and Difference of Perfect Cubes Lesson 4: Solving

More information

25 Increasing and Decreasing Functions

25 Increasing and Decreasing Functions - 25 Increasing and Decreasing Functions It is useful in mathematics to define whether a function is increasing or decreasing. In this section we will use the differential of a function to determine this

More information

Test # 3 Review Math MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Test # 3 Review Math MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Test # Review Math Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Identif the functionʹs etreme values in the given domain, and sa where the

More information

Math 122 Calculus for Business Admin. and Social Sciences

Math 122 Calculus for Business Admin. and Social Sciences Math 122 Calculus for Business Admin. and Social Sciences Instructor: Ann Clifton Name: Exam #1 A July 3, 2018 Do not turn this page until told to do so. You will have a total of 1 hour 40 minutes to complete

More information

MATH Intuitive Calculus Spring 2011 Circle one: 8:50 5:30 Ms. Kracht. Name: Score: /100. EXAM 2: Version A NO CALCULATORS.

MATH Intuitive Calculus Spring 2011 Circle one: 8:50 5:30 Ms. Kracht. Name: Score: /100. EXAM 2: Version A NO CALCULATORS. MATH 11012 Intuitive Calculus Spring 2011 Circle one: 8:50 5:30 Ms Kracht Name: Score: /100 110 pts available) EXAM 2: Version A NO CALCULATORS Multiple Choice: 10 questions at 3 points each Circle the

More information

The Zero Product Law. Standards:

The Zero Product Law. Standards: Objective: Students will be able to (SWBAT) use complex numbers in polynomial identities and equations, in order to (IOT) solve quadratic equations with real coefficient that have complex solutions. Standards:

More information

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

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Fall 017 Exam 017-10-18 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may use

More information

PRELIMINARY EXAMINATION 2018 MATHEMATICS GRADE 12 PAPER 1. Time: 3 hours Total: 150 PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY

PRELIMINARY EXAMINATION 2018 MATHEMATICS GRADE 12 PAPER 1. Time: 3 hours Total: 150 PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY PRELIMINARY EXAMINATION 2018 MATHEMATICS GRADE 12 PAPER 1 Time: 3 hours Total: 150 Examiner: P R Mhuka Moderators: J Scalla E Zachariou PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY 1. This question

More information

ALGEBRA 2 FINAL EXAM STUDY GUIDE

ALGEBRA 2 FINAL EXAM STUDY GUIDE Unit: Polynomials ALGEBRA 2 FINAL EXAM STUDY GUIDE 1. (2x 4 7x 3 + 4x 7) + (2x 2 4x + 8) 2. (-4x 3 + 7x 6) (7x 4 + 3x 3 2x 4) 3. (3x 3 + 2x + 7)(x 2 4) 4. x 4 4x 3 3x 2 + 14x 8 (x 3) (Long AND synthetic

More information

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise.

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise. Math 224 Q Exam 3A Fall 217 Tues Dec 12 Version A Problem 1. Let X be the continuous random variable defined by the following pdf: { 1 x/2 when x 2, f(x) otherwise. (a) Compute the mean µ E[X]. E[X] x

More information

UNIVERSITY OF KWAZULU-NATAL

UNIVERSITY OF KWAZULU-NATAL UNIVERSITY OF KWAZULU-NATAL EXAMINATIONS: June 006 Subject, course and code: Mathematics 34 (MATH34P Duration: 3 hours Total Marks: 00 INTERNAL EXAMINERS: Mrs. A. Campbell, Mr. P. Horton, Dr. M. Banda

More information

Chapter 6 Analyzing Accumulated Change: Integrals in Action

Chapter 6 Analyzing Accumulated Change: Integrals in Action Chapter 6 Analyzing Accumulated Change: Integrals in Action 6. Streams in Business and Biology You will find Excel very helpful when dealing with streams that are accumulated over finite intervals. Finding

More information

Math Review Chapter 1

Math Review Chapter 1 Math 60 - Review Chapter Name ) A mortgage on a house is $90,000, the interest rate is 8 %, and the loan period is 5 years. What is the monthly payment? ) Joan wants to start an annuity that will have

More information

Graphing Calculator Appendix

Graphing Calculator Appendix Appendix GC GC-1 This appendix contains some keystroke suggestions for many graphing calculator operations that are featured in this text. The keystrokes are for the TI-83/ TI-83 Plus calculators. The

More information

Math Winter 2014 Exam 1 January 30, PAGE 1 13 PAGE 2 11 PAGE 3 12 PAGE 4 14 Total 50

Math Winter 2014 Exam 1 January 30, PAGE 1 13 PAGE 2 11 PAGE 3 12 PAGE 4 14 Total 50 Name: Math 112 - Winter 2014 Exam 1 January 30, 2014 Section: Student ID Number: PAGE 1 13 PAGE 2 11 PAGE 3 12 PAGE 4 14 Total 50 After this cover page, there are 5 problems spanning 4 pages. Please make

More information

Section 3.1 Relative extrema and intervals of increase and decrease.

Section 3.1 Relative extrema and intervals of increase and decrease. Section 3.1 Relative extrema and intervals of increase and decrease. 4 3 Problem 1: Consider the function: f ( x) x 8x 400 Obtain the graph of this function on your graphing calculator using [-10, 10]

More information

Mock Midterm 2B. t 1 + (t 4)(t + 1) = 5 = 5. 0 = lim. t 4 + (t 4)(t + 1) = 80

Mock Midterm 2B. t 1 + (t 4)(t + 1) = 5 = 5. 0 = lim. t 4 + (t 4)(t + 1) = 80 Mock Midterm B Note: The problems on this mock midterm have not necessarily been selected to allow them to be easy to work without a calculator. The problems on the real midterm will not require the use

More information

Please write neatly on this document, showing all calculations, and boxing calculated answers.

Please write neatly on this document, showing all calculations, and boxing calculated answers. Math 083 Review for Exam 4 Name Please write neatly on this document, showing all calculations, and boxing calculated answers. 1) We will compare these two options for flying to Las Vegas and parking a

More information

Lab 10: Optimizing Revenue and Profits (Including Elasticity of Demand)

Lab 10: Optimizing Revenue and Profits (Including Elasticity of Demand) Lab 10: Optimizing Revenue and Profits (Including Elasticity of Demand) There's no doubt that the "bottom line" is the maximization of profit, at least to the CEO and shareholders. However, the sales director

More information

Math 1526 Summer 2000 Session 1

Math 1526 Summer 2000 Session 1 Math 1526 Summer 2 Session 1 Lab #2 Part #1 Rate of Change This lab will investigate the relationship between the average rate of change, the slope of a secant line, the instantaneous rate change and the

More information

t g(t) h(t) k(t)

t g(t) h(t) k(t) Problem 1. Determine whether g(t), h(t), and k(t) could correspond to a linear function or an exponential function, or neither. If it is linear or exponential find the formula for the function, and then

More information

0 Review: Lines, Fractions, Exponents Lines Fractions Rules of exponents... 5

0 Review: Lines, Fractions, Exponents Lines Fractions Rules of exponents... 5 Contents 0 Review: Lines, Fractions, Exponents 3 0.1 Lines................................... 3 0.2 Fractions................................ 4 0.3 Rules of exponents........................... 5 1 Functions

More information

Derivative Applications

Derivative Applications Derivative Applications MAC 2233 Instantaneous Rates of Change of a Function The derivative is: The slope of the tangent line at a point The instantaneous rate of change of the function Marginal Analysis

More information

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

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Spring 2017 Exam2 2017-03-08 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may

More information

Review Exercise Set 13. Find the slope and the equation of the line in the following graph. If the slope is undefined, then indicate it as such.

Review Exercise Set 13. Find the slope and the equation of the line in the following graph. If the slope is undefined, then indicate it as such. Review Exercise Set 13 Exercise 1: Find the slope and the equation of the line in the following graph. If the slope is undefined, then indicate it as such. Exercise 2: Write a linear function that can

More information

Mathematics for Management Science Notes 07 prepared by Professor Jenny Baglivo

Mathematics for Management Science Notes 07 prepared by Professor Jenny Baglivo Mathematics for Management Science Notes 07 prepared by Professor Jenny Baglivo Jenny A. Baglivo 2002. All rights reserved. Calculus and nonlinear programming (NLP): In nonlinear programming (NLP), either

More information

Math Analysis Midterm Review. Directions: This assignment is due at the beginning of class on Friday, January 9th

Math Analysis Midterm Review. Directions: This assignment is due at the beginning of class on Friday, January 9th Math Analysis Midterm Review Name Directions: This assignment is due at the beginning of class on Friday, January 9th This homework is intended to help you prepare for the midterm exam. The questions are

More information

Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes

Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes Chapter 7 Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes This chapter helps you effectively use your calculatorõs numerical integrator with various

More information

MATH20330: Optimization for Economics Homework 1: Solutions

MATH20330: Optimization for Economics Homework 1: Solutions MATH0330: Optimization for Economics Homework 1: Solutions 1. Sketch the graphs of the following linear and quadratic functions: f(x) = 4x 3, g(x) = 4 3x h(x) = x 6x + 8, R(q) = 400 + 30q q. y = f(x) is

More information

REVIEW PROBLEMS FOR NUMERICAL SKILLS ASSESSMENT TEST-Rev 1 (Note: No calculators are allowed at the time of the test.)

REVIEW PROBLEMS FOR NUMERICAL SKILLS ASSESSMENT TEST-Rev 1 (Note: No calculators are allowed at the time of the test.) - - REVIEW PROBLEMS FOR NUMERICAL SKILLS ASSESSMENT TEST-Rev (Note: No calculators are allowed at the time of the test.). 9 + 67 =. 97 7 =. 7 X 6 =. 6 7 =. = 6. 6 7 7. Anne saves $7 every month out of

More information

Unit #7 : Optimization, Optimal Marginal Rates

Unit #7 : Optimization, Optimal Marginal Rates Unit #7 : Optimization, Optimal Marginal Rates Goals: Review the first derivative test and the second derivative test for identifying local maxima and minima. Distinguish global vs. local extrema. Practice

More information

Chapter 5 Integration

Chapter 5 Integration Chapter 5 Integration Integration Anti differentiation: The Indefinite Integral Integration by Substitution The Definite Integral The Fundamental Theorem of Calculus 5.1 Anti differentiation: The Indefinite

More information

BARUCH COLLEGE MATH 2205 SPRING MANUAL FOR THE UNIFORM FINAL EXAMINATION Joseph Collison, Warren Gordon, Walter Wang, April Allen Materowski

BARUCH COLLEGE MATH 2205 SPRING MANUAL FOR THE UNIFORM FINAL EXAMINATION Joseph Collison, Warren Gordon, Walter Wang, April Allen Materowski BARUCH COLLEGE MATH 05 SPRING 006 MANUAL FOR THE UNIFORM FINAL EXAMINATION Joseph Collison, Warren Gordon, Walter Wang, April Allen Materowski The final examination for Math 05 will consist of two parts.

More information

X 410 Business Applications of Calculus

X 410 Business Applications of Calculus X 410 Business Applications of Calculus PROBLEM SET 1 [100 points] PART I As manager of a particular product line, you have data available for the past 11 sales periods. This data associates your product

More information

Question 3: How do you find the relative extrema of a function?

Question 3: How do you find the relative extrema of a function? Question 3: How do you find the relative extrema of a function? The strategy for tracking the sign of the derivative is useful for more than determining where a function is increasing or decreasing. It

More information

Exponential Growth and Decay

Exponential Growth and Decay Exponential Growth and Decay Identifying Exponential Growth vs Decay A. Exponential Equation: f(x) = Ca x 1. C: COEFFICIENT 2. a: BASE 3. X: EXPONENT B. Exponential Growth 1. When the base is greater than

More information

CS227-Scientific Computing. Lecture 6: Nonlinear Equations

CS227-Scientific Computing. Lecture 6: Nonlinear Equations CS227-Scientific Computing Lecture 6: Nonlinear Equations A Financial Problem You invest $100 a month in an interest-bearing account. You make 60 deposits, and one month after the last deposit (5 years

More information

DATA HANDLING Five-Number Summary

DATA HANDLING Five-Number Summary DATA HANDLING Five-Number Summary The five-number summary consists of the minimum and maximum values, the median, and the upper and lower quartiles. The minimum and the maximum are the smallest and greatest

More information

Please show work for all calculated answers. Show work in a neat and organized manner.

Please show work for all calculated answers. Show work in a neat and organized manner. Math 083 Review for Final Exam Name Please show work for all calculated answers. Show work in a neat and organized manner. 1) Using the frequency table for a monthly budget, find all of the relative frequencies

More information

Using derivatives to find the shape of a graph

Using derivatives to find the shape of a graph Using derivatives to find the shape of a graph Example 1 The graph of y = x 2 is decreasing for x < 0 and increasing for x > 0. Notice that where the graph is decreasing the slope of the tangent line,

More information

Total 100

Total 100 Name MATH 111 Final Exam Winter 2016 Student ID # Section HONOR STATEMENT I affirm that my work upholds the highest standards of honesty and academic integrity at the University of Washington, and that

More information

Feb. 4 Math 2335 sec 001 Spring 2014

Feb. 4 Math 2335 sec 001 Spring 2014 Feb. 4 Math 2335 sec 001 Spring 2014 Propagated Error in Function Evaluation Let f (x) be some differentiable function. Suppose x A is an approximation to x T, and we wish to determine the function value

More information

Quadratic Modeling Elementary Education 10 Business 10 Profits

Quadratic Modeling Elementary Education 10 Business 10 Profits Quadratic Modeling Elementary Education 10 Business 10 Profits This week we are asking elementary education majors to complete the same activity as business majors. Our first goal is to give elementary

More information

List the quadrant(s) in which the given point is located. 1) (-10, 0) A) On an axis B) II C) IV D) III

List the quadrant(s) in which the given point is located. 1) (-10, 0) A) On an axis B) II C) IV D) III MTH 55 Chapter 2 HW List the quadrant(s) in which the given point is located. 1) (-10, 0) 1) A) On an axis B) II C) IV D) III 2) The first coordinate is positive. 2) A) I, IV B) I, II C) III, IV D) II,

More information

( ) 4 ( )! x f) h(x) = 2cos x + 1

( ) 4 ( )! x f) h(x) = 2cos x + 1 Chapter Prerequisite Skills BLM -.. Identifying Types of Functions. Identify the type of function (polynomial, rational, logarithmic, etc.) represented by each of the following. Justify your response.

More information

Chapter 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

More information

Additional Review Exam 1 MATH 2053 Please note not all questions will be taken off of this. Study homework and in class notes as well!

Additional Review Exam 1 MATH 2053 Please note not all questions will be taken off of this. Study homework and in class notes as well! Additional Review Exam 1 MATH 2053 Please note not all questions will be taken off of this. Study homework and in class notes as well! x 2 1 1. Calculate lim x 1 x + 1. (a) 2 (b) 1 (c) (d) 2 (e) the limit

More information

QUADRATIC. Parent Graph: How to Tell it's a Quadratic: Helpful Hints for Calculator Usage: Domain of Parent Graph:, Range of Parent Graph: 0,

QUADRATIC. Parent Graph: How to Tell it's a Quadratic: Helpful Hints for Calculator Usage: Domain of Parent Graph:, Range of Parent Graph: 0, Parent Graph: How to Tell it's a Quadratic: If the equation's largest exponent is 2 If the graph is a parabola ("U"-Shaped) Opening up or down. QUADRATIC f x = x 2 Domain of Parent Graph:, Range of Parent

More information

February 2 Math 2335 sec 51 Spring 2016

February 2 Math 2335 sec 51 Spring 2016 February 2 Math 2335 sec 51 Spring 2016 Section 3.1: Root Finding, Bisection Method Many problems in the sciences, business, manufacturing, etc. can be framed in the form: Given a function f (x), find

More information

ST. DAVID S MARIST INANDA

ST. DAVID S MARIST INANDA ST. DAVID S MARIST INANDA MATHEMATICS NOVEMBER EXAMINATION GRADE 11 PAPER 1 8 th NOVEMBER 2016 EXAMINER: MRS S RICHARD MARKS: 125 MODERATOR: MRS C KENNEDY TIME: 2 1 Hours 2 NAME: PLEASE PUT A CROSS NEXT

More information

Chapter 2 Rocket Launch: AREA BETWEEN CURVES

Chapter 2 Rocket Launch: AREA BETWEEN CURVES ANSWERS Mathematics (Mathematical Analysis) page 1 Chapter Rocket Launch: AREA BETWEEN CURVES RL-. a) 1,.,.; $8, $1, $18, $0, $, $6, $ b) x; 6(x ) + 0 RL-. a), 16, 9,, 1, 0; 1,,, 7, 9, 11 c) D = (-, );

More information

Topic #1: Evaluating and Simplifying Algebraic Expressions

Topic #1: Evaluating and Simplifying Algebraic Expressions John Jay College of Criminal Justice The City University of New York Department of Mathematics and Computer Science MAT 105 - College Algebra Departmental Final Examination Review Topic #1: Evaluating

More information

Chapter 6: Quadratic Functions & Their Algebra

Chapter 6: Quadratic Functions & Their Algebra Chapter 6: Quadratic Functions & Their Algebra Topics: 1. Quadratic Function Review. Factoring: With Greatest Common Factor & Difference of Two Squares 3. Factoring: Trinomials 4. Complete Factoring 5.

More information

1-3 Multiplying Polynomials. Find each product. 1. (x + 5)(x + 2)

1-3 Multiplying Polynomials. Find each product. 1. (x + 5)(x + 2) 6. (a + 9)(5a 6) 1- Multiplying Polynomials Find each product. 1. (x + 5)(x + ) 7. FRAME Hugo is designing a frame as shown. The frame has a width of x inches all the way around. Write an expression that

More information

The Normal Probability Distribution

The Normal Probability Distribution 1 The Normal Probability Distribution Key Definitions Probability Density Function: An equation used to compute probabilities for continuous random variables where the output value is greater than zero

More information

x x x1

x x x1 Mathematics for Management Science Notes 08 prepared by Professor Jenny Baglivo Graphical representations As an introduction to the calculus of two-variable functions (f(x ;x 2 )), consider two graphical

More information

Name Date Student id #:

Name Date Student id #: Math1090 Final Exam Spring, 2016 Instructor: Name Date Student id #: Instructions: Please show all of your work as partial credit will be given where appropriate, and there may be no credit given for problems

More information

You may be given raw data concerning costs and revenues. In that case, you ll need to start by finding functions to represent cost and revenue.

You may be given raw data concerning costs and revenues. In that case, you ll need to start by finding functions to represent cost and revenue. Example 2: Suppose a company can model its costs according to the function 3 2 Cx ( ) 0.000003x 0.04x 200x 70, 000 where Cxis ( ) given in dollars and demand can be modeled by p 0.02x 300. a. Find the

More information

Fall 2011 Exam Score: /75. Exam 3

Fall 2011 Exam Score: /75. Exam 3 Math 12 Fall 2011 Name Exam Score: /75 Total Class Percent to Date Exam 3 For problems 1-10, circle the letter next to the response that best answers the question or completes the sentence. You do not

More information

1 Economical Applications

1 Economical Applications WEEK 4 Reading [SB], 3.6, pp. 58-69 1 Economical Applications 1.1 Production Function A production function y f(q) assigns to amount q of input the corresponding output y. Usually f is - increasing, that

More information

TI-83 Plus Workshop. Al Maturo,

TI-83 Plus Workshop. Al Maturo, Solving Equations with one variable. Enter the equation into: Y 1 = x x 6 Y = x + 5x + 3 Y 3 = x 3 5x + 1 TI-83 Plus Workshop Al Maturo, AMATURO@las.ch We shall refer to this in print as f(x). We shall

More information

A Derivation of the Normal Distribution. Robert S. Wilson PhD.

A Derivation of the Normal Distribution. Robert S. Wilson PhD. A Derivation of the Normal Distribution Robert S. Wilson PhD. Data are said to be normally distributed if their frequency histogram is apporximated by a bell shaped curve. In practice, one can tell by

More information

Notes on a Basic Business Problem MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W

Notes on a Basic Business Problem MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W Notes on a Basic Business Problem MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W This simple problem will introduce you to the basic ideas of revenue, cost, profit, and demand.

More information

3.1 Solutions to Exercises

3.1 Solutions to Exercises .1 Solutions to Exercises 1. (a) f(x) will approach + as x approaches. (b) f(x) will still approach + as x approaches -, because any negative integer x will become positive if it is raised to an even exponent,

More information

Adjusting Nominal Values to

Adjusting Nominal Values to Adjusting Nominal Values to Real Values By: OpenStaxCollege When examining economic statistics, there is a crucial distinction worth emphasizing. The distinction is between nominal and real measurements,

More information

Name: Math 10250, Final Exam - Version A May 8, 2007

Name: Math 10250, Final Exam - Version A May 8, 2007 Math 050, Final Exam - Version A May 8, 007 Be sure that you have all 6 pages of the test. Calculators are allowed for this examination. The exam lasts for two hours. The Honor Code is in effect for this

More information

Math Fall 2016 Final Exam December 10, Total 100

Math Fall 2016 Final Exam December 10, Total 100 Name: Math 111 - Fall 2016 Final Exam December 10, 2016 Section: Student ID Number: 1 15 2 13 3 14 4 15 5 13 6 15 7 15 Total 100 You are allowed to use a Ti-30x IIS Calculator (only this model!), a ruler,

More information

King s College London

King s College London King s College London University Of London This paper is part of an examination of the College counting towards the award of a degree. Examinations are governed by the College Regulations under the authority

More information

Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes

Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes Chapter 7 Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes This chapter helps you effectively use your calculatorõs numerical integrator with various

More information

4.3 The money-making machine.

4.3 The money-making machine. . The money-making machine. You have access to a magical money making machine. You can put in any amount of money you want, between and $, and pull the big brass handle, and some payoff will come pouring

More information

Mathematics for Business and Economics - Fall 2015

Mathematics for Business and Economics - Fall 2015 NAME: Mathematics for Business and Economics - Fall 2015 Final Exam, December 14, 2015 In all non-multiple choice problems you are required to show all your work and provide the necessary explanations

More information

Computing and Data Analysis with Excel

Computing and Data Analysis with Excel Main Examination period 2018 MTH4114 Computing and Data Analysis with Excel Duration: 2 hours Apart from this page, you are not permitted to read the contents of this question paper until instructed to

More information

Continuous Probability Distributions

Continuous Probability Distributions 8.1 Continuous Probability Distributions Distributions like the binomial probability distribution and the hypergeometric distribution deal with discrete data. The possible values of the random variable

More information

2. Find the marginal profit if a profit function is (2x 2 4x + 4)e 4x and simplify.

2. Find the marginal profit if a profit function is (2x 2 4x + 4)e 4x and simplify. Additional Review Exam 2 MATH 2053 The only formula that will be provided is for economic lot size (section 12.3) as announced in class, no WebWork questions were given on this. km q = 2a Please note not

More information

MAKING SENSE OF DATA Essentials series

MAKING SENSE OF DATA Essentials series MAKING SENSE OF DATA Essentials series THE NORMAL DISTRIBUTION Copyright by City of Bradford MDC Prerequisites Descriptive statistics Charts and graphs The normal distribution Surveys and sampling Correlation

More information