is the intuition: the derivative tells us the change in output y (from f(b)) in response to a change of input x at x = b.

Size: px
Start display at page:

Download "is the intuition: the derivative tells us the change in output y (from f(b)) in response to a change of input x at x = b."

Transcription

1 Uses of differentials to estimate errors. Recall the derivative notation df d is the intuition: the derivative tells us the change in output y (from f(b)) in response to a change of input at = b. Eamples. y = f( b + y ) f(b). = f (b) (approimately) The radius of a sphere is measured to be r = 84 cm with a possible error of r = ±.5 cm. What is the surface area of the sphere? Recall S = 4πr, so ds dr = 8πr. We have S = 4 π 84 = 88, 668. cm The uncertainty of r = ±.5 cm in the measurement of the radius r, means there uncertainty in the area is S = ( 8 π r ) r = 8 π 84 (±.5) cm =, 55.5 cm What is the volume of the sphere? Recall V = 4 πr, so dv dr = 4πr. We have V = 4 π 84 =, 48, 7.6 cm The uncertainty of r = ±.5 cm in the measurement of the radius r, means the uncertainty in the volume is V = ( 4 π r ) r = 4 π 84 (±.5) cm = 44.4 cm

2 Uses of the tangent line. We give two important uses of the tangent line to a graph: Accurate estimates of the function. A method (Newton s method) to determine where the graph of a function crosses the -ais. Accurate estimates of the function. If P = (b, f(b)) is a graph point of a function f, and m = f (b) is the tangent slope at P, then the tangent line: y = m ( b) + f(b) gives very accurate estimates of the function near the input = b. Eample. Consider the function the implicitly defined function y = y() which is defined by the equation: cos ( y ) + sin( ) = We looked at this in week 5. The point P = ( π 4, π ) lies on the graph, and the tangent slope at P is:

3 .5 cos(y-) + sin() = We use implicit differentiation to find the tangent slope at P : d ( ) d cos ( y ) + sin( ) = d d ( ) = sin ( y ) ( dy d ) + cos () = ( dy d ) + cos () sin ( y ) = So, dy d = + cos () sin ( y ), and the tangent line at P = ( π 4, π ) is dy d ( π 4,π ) = + cos ( π 4 ) sin ( π π 4 ) = y = T () = ( π 4 ) + π The net table gives values of y() and T () for near π 4. actual = f( π 4 + ) est. = T ( π 4 + ) error relative error actual est. ( actual est. ) This eample shows that the tangent line (at input = b) can be used to estimate the values of a function for inputs near = b. Not only will the error: error = ( true value at input (b + ) ) ( tangent line value at (b + ) ) go to zero as, but the relative error error goes to zero too.

4 Use the tangent line of the function y = to give an estimate value for 4.. We know 4 =, so P = (4, ) lies on the graph of the function. We have The tangent line at P is: dy d =, The tangent line estimate for 4. is thus: dy d =4 = 4 = 4 T () = 4 ( 4 ) + T (4.) = 4 ( 4. 4 ) + =.5. The actual value of 4. is Newton s method. This method was discovered by Sir Isaac Newton in the late 6 s to numerically solve for roots of equations. Illustration of Newton s method. The function f() = + has irrational roots. One of the roots is betwwen.5 and. ^ - + old new Newton s method is to take a guess for the root we take old =. If the guess is not a root, then follow the tangent line at P = ( old, f( old )) to where it crosses the -ais and call that point new.

5 So, Since f () =, the tangent slope at P = ( old, f( old )) is m P = old. Then, m p = f( old ) old new. new = old f( old) m P = old old old + old new = old old For our guess =, the new guess is then = 5 = 9 = Newton s method is to then take as our guess, and compute a new guess in the same fashion, so = = old new There is a root at ^ - + old new

6 The equation + = has three roots. We can use Newton s method to determine the approimate have of the roots. We take initial guesses of and.5 and.5. We get: The three roots of + = are approimately.588,.4796, and Newton s method: Suppose a function f is a differentiable on an interval [a,b], and the graph crosses the -ais at some point in the interior of the interval. Suppose is an initial guess of a root f( root ) = in the interval. Then if f is suitably nice, and the inital guess is close enough to the root, the sequence,,... of roots of tangent lines given by new = old f( old) f ( old ) will converge to (have limit) root. We call the function I() = f() f () the iteration function, and to the inital guess, we have: = I( ), = I( ), = I( ), 4 = I( ),...

7 Eample: Consider the set of points which satisfy + y 6y = The line y = intersects the graph in three points. Find numerical estimates of the three points. When y =, the equation + y 6y = becomes = + 8 ; so we need to find the roots of f() = + 8 =. We have f () =. If we use old as a guess for a root, then Newton s method says the net guess should be net = old f( old) f ( old ) = old old old + 8 old = old 8 old = old 4 old The three roots of + 8 = are approimately.6447,.69459, and

8 Eample where Newton s method fails. We take g to be the odd continuous function g() = < which is differentiable for and < g () = < If we take initial guess old = a >, the new guess is new = a g(a) a g (a) = a = a a = a ( < ) Similarly if we take initial guess old = a <, the new guess is new = a g( a) g ( a) = a a = a + a = a ( > ) a a It follows that if we choose any b, the sequence of guesses will just endlessly switch back and forth b, b, b, b,

(a) Show that there is a root α of f (x) = 0 in the interval [1.2, 1.3]. (2)

(a) Show that there is a root α of f (x) = 0 in the interval [1.2, 1.3]. (2) . f() = 4 cosec 4 +, where is in radians. (a) Show that there is a root α of f () = 0 in the interval [.,.3]. Show that the equation f() = 0 can be written in the form = + sin 4 Use the iterative formula

More information

2.13 Linearization and Differentials

2.13 Linearization and Differentials Linearization and Differentials Section Notes Page Sometimes we can approimate more complicated functions with simpler ones These would give us enough accuracy for certain situations and are easier to

More information

defines the. The approximation f(x) L(x) is the. The point x = a is the of the approximation.

defines the. The approximation f(x) L(x) is the. The point x = a is the of the approximation. 4.5 Linearization and Newton's Method Objective SWBAT find linear approximation, use Newton's Method, estimating change with differentials, absolute relative, and percentage change, and sensitivity to

More information

Review Problems for Test 2

Review Problems for Test 2 Review Problems for Test 2 Math 6-03/06 0 0/ 2007 These problems are provided to help you study. The fact that a problem occurs here does not mean that there will be a similar problem on the test. And

More information

Chapter 8: Radical Functions

Chapter 8: Radical Functions Chapter 8: Radical Functions Chapter 8 Overview: Types and Traits of Radical Functions Vocabulary:. Radical (Irrational) Function an epression whose general equation contains a root of a variable and possibly

More information

HOMEWORK SOLUTIONS MATH 1910 Sections 6.1, 6.2, 6.3 Fall 2016

HOMEWORK SOLUTIONS MATH 1910 Sections 6.1, 6.2, 6.3 Fall 2016 HOMEWORK SOLUTIONS MATH 191 Sections.1,.,. Fall 1 Problem.1.19 Find the area of the shaded region. SOLUTION. The equation of the line passing through ( π, is given by y 1() = π, and the equation of the

More information

MATH 118, LECTURES 13 & 14: POLAR EQUATIONS

MATH 118, LECTURES 13 & 14: POLAR EQUATIONS MATH 118, LECTURES 13 & 1: POLAR EQUATIONS 1 Polar Equations We now know how to equate Cartesian coordinates with polar coordinates, so that we can represents points in either form and understand what

More information

SOLUTIONS TO EXAM 2, MATH 10550

SOLUTIONS TO EXAM 2, MATH 10550 SOLUTIONS TO EXAM 2, MATH 0550. Find the critical numbers of f(x) = 6 x2 x /3. We have f (x) = 3 x 3 x 2/3 = [ x 5/3 ] 3 x 2/3. So x = 0 is a critical point. For x 0, the equation f (x) = 0 can be written

More information

( ) 7 ( 5x 5 + 3) 9 b) y = x x

( ) 7 ( 5x 5 + 3) 9 b) y = x x New York City College of Technology, CUNY Mathematics Department Fall 0 MAT 75 Final Eam Review Problems Revised by Professor Kostadinov, Fall 0, Fall 0, Fall 00. Evaluate the following its, if they eist:

More information

Fundamental Theorem of Calculus

Fundamental Theorem of Calculus Fundamental Theorem of Calculus MATH 6 Calculus I J. Robert Buchanan Department of Mathematics Summer 208 Remarks The Fundamental Theorem of Calculus (FTC) will make the evaluation of definite integrals

More information

Numerical Methods. Root Finding

Numerical Methods. Root Finding Numerical Methods Solving Non Linear 1-Dimensional Equations Root Finding Given a real valued function f of one variable (say ), the idea is to find an such that: f() 0 1 Root Finding Eamples Find real

More information

Definition of a Differential. Finding an expression for dy given f (x) If y = 4x 3 2x 3 then find an expression for dy.

Definition of a Differential. Finding an expression for dy given f (x) If y = 4x 3 2x 3 then find an expression for dy. Section 4 7 Differentials Definition of a Differential Let y = f (x) represent a function that is differentiable on an open interval containing x. The derivative of f (x) is written as f (x) = We call

More information

1 The Derivative and Differrentiability

1 The Derivative and Differrentiability 1 The Derivative and Differrentiability 1.1 Derivatives and rate of change Exercise 1 Find the equation of the tangent line to f (x) = x 2 at the point (1, 1). Exercise 2 Suppose that a ball is dropped

More information

Number Sets 1,0,1,2,3,... } 3. Rational Numbers ( Q) 1. Natural Numbers ( N) A number is a rational number if. it can be written as where a and

Number Sets 1,0,1,2,3,... } 3. Rational Numbers ( Q) 1. Natural Numbers ( N) A number is a rational number if. it can be written as where a and Number Sets 1. Natural Numbers ( N) N { 0,1,,,... } This set is often referred to as the counting numbers that include zero.. Integers ( Z) Z {...,,, 1,0,1,,,... }. Rational Numbers ( Q) A number is a

More information

Limits and the derivative function. Limits and the derivative function

Limits and the derivative function. Limits and the derivative function The Velocity Problem A particle is moving in a straight line. t is the time that has passed from the start of motion (which corresponds to t = 0) s(t) is the distance from the particle to the initial position

More information

1 Lecture 24: Linearization

1 Lecture 24: Linearization 1 Lecture 24: Linearization 1.1 Outline The linearization of a function at a point a. Linear approximation of the change in f. Error, absolute error. Examples 1.2 Linearization Functions can be complicated.

More information

BE SURE TO READ THE DIRECTIONS PAGE & MAKE YOUR NOTECARDS FIRST!! Part I: Unlimited and Continuous! (21 points)

BE SURE TO READ THE DIRECTIONS PAGE & MAKE YOUR NOTECARDS FIRST!! Part I: Unlimited and Continuous! (21 points) BE SURE TO READ THE DIRECTIONS PAGE & MAKE YOUR NOTECARDS FIRST!! Part I: United and Continuous! ( points) For #- below, find the its, if they eist.(#- are pt each) ) 7 ) 9 9 ) 5 ) 8 For #5-7, eplain why

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.8 Newton s Method In this section, we will learn: How to solve high degree equations using Newton s method. INTRODUCTION Suppose that

More information

M151B Practice Problems for Exam 1

M151B Practice Problems for Exam 1 M151B Practice Problems for Eam 1 Calculators will not be allowed on the eam. Unjustified answers will not receive credit. 1. Compute each of the following its: 1a. 1b. 1c. 1d. 1e. 1 3 4. 3. sin 7 0. +

More information

Solutions to Math 41 Final Exam December 9, 2013

Solutions to Math 41 Final Exam December 9, 2013 Solutions to Math 4 Final Eam December 9,. points In each part below, use the method of your choice, but show the steps in your computations. a Find f if: f = arctane csc 5 + log 5 points Using the Chain

More information

Math 140 Final Sample A Solutions. Tyrone Crisp

Math 140 Final Sample A Solutions. Tyrone Crisp Math 4 Final Sample A Solutions Tyrone Crisp (B) Direct substitution gives, so the limit is infinite. When is close to, but greater than,, the numerator is negative while the denominator is positive. So

More information

Learning Objectives for Math 165

Learning Objectives for Math 165 Learning Objectives for Math 165 Chapter 2 Limits Section 2.1: Average Rate of Change. State the definition of average rate of change Describe what the rate of change does and does not tell us in a given

More information

Answer Key 1973 BC 1969 BC 24. A 14. A 24. C 25. A 26. C 27. C 28. D 29. C 30. D 31. C 13. C 12. D 12. E 3. A 32. B 27. E 34. C 14. D 25. B 26.

Answer Key 1973 BC 1969 BC 24. A 14. A 24. C 25. A 26. C 27. C 28. D 29. C 30. D 31. C 13. C 12. D 12. E 3. A 32. B 27. E 34. C 14. D 25. B 26. Answer Key 969 BC 97 BC. C. E. B. D 5. E 6. B 7. D 8. C 9. D. A. B. E. C. D 5. B 6. B 7. B 8. E 9. C. A. B. E. D. C 5. A 6. C 7. C 8. D 9. C. D. C. B. A. D 5. A 6. B 7. D 8. A 9. D. E. D. B. E. E 5. E.

More information

Find the following limits. For each one, if it does not exist, tell why not. Show all necessary work.

Find the following limits. For each one, if it does not exist, tell why not. Show all necessary work. Calculus I Eam File Spring 008 Test #1 Find the following its. For each one, if it does not eist, tell why not. Show all necessary work. 1.) 4.) + 4 0 1.) 0 tan 5.) 1 1 1 1 cos 0 sin 3.) 4 16 3 1 6.) For

More information

CLEP Calculus. Time 60 Minutes 45 Questions. For each question below, choose the best answer from the choices given. 2. If f(x) = 3x, then f (x) =

CLEP Calculus. Time 60 Minutes 45 Questions. For each question below, choose the best answer from the choices given. 2. If f(x) = 3x, then f (x) = CLEP Calculus Time 60 Minutes 5 Questions For each question below, choose the best answer from the choices given. 7. lim 5 + 5 is (A) 7 0 (C) 7 0 (D) 7 (E) Noneistent. If f(), then f () (A) (C) (D) (E)

More information

Solutions to the Exercises of Chapter 8

Solutions to the Exercises of Chapter 8 8A Domains of Functions Solutions to the Eercises of Chapter 8 1 For 7 to make sense, we need 7 0or7 So the domain of f() is{ 7} For + 5 to make sense, +5 0 So the domain of g() is{ 5} For h() to make

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) = 2t + 1; D) = 2 - t;

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) = 2t + 1; D) = 2 - t; Eam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Calculate the derivative of the function. Then find the value of the derivative as specified.

More information

SOLVING EQUATIONS OF ONE VARIABLE

SOLVING EQUATIONS OF ONE VARIABLE 1 SOLVING EQUATIONS OF ONE VARIABLE ELM1222 Numerical Analysis Some of the contents are adopted from Laurene V. Fausett, Applied Numerical Analysis using MATLAB. Prentice Hall Inc., 1999 2 Today s lecture

More information

Math 142 (Summer 2018) Business Calculus 5.8 Notes

Math 142 (Summer 2018) Business Calculus 5.8 Notes Math 142 (Summer 2018) Business Calculus 5.8 Notes Implicit Differentiation and Related Rates Why? We have learned how to take derivatives of functions, and we have seen many applications of this. However

More information

1 Antiderivatives graphically and numerically

1 Antiderivatives graphically and numerically Math B - Calculus by Hughes-Hallett, et al. Chapter 6 - Constructing antiderivatives Prepared by Jason Gaddis Antiderivatives graphically and numerically Definition.. The antiderivative of a function f

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES 3.2 The Product and Quotient Rules In this section, we will learn about: Formulas that enable us to differentiate new functions formed from old functions by

More information

( ) 9 b) y = x x c) y = (sin x) 7 x d) y = ( x ) cos x

( ) 9 b) y = x x c) y = (sin x) 7 x d) y = ( x ) cos x NYC College of Technology, CUNY Mathematics Department Spring 05 MAT 75 Final Eam Review Problems Revised by Professor Africk Spring 05, Prof. Kostadinov, Fall 0, Fall 0, Fall 0, Fall 0, Fall 00 # Evaluate

More information

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2 Math 5 Final Eam Practice Problem Solutions. What are the domain and range of the function f() = ln? Answer: is only defined for, and ln is only defined for >. Hence, the domain of the function is >. Notice

More information

Review Sheet 2 Solutions

Review Sheet 2 Solutions Review Sheet Solutions 1. If y x 3 x and dx dt 5, find dy dt when x. We have that dy dt 3 x dx dt dx dt 3 x 5 5, and this is equal to 3 5 10 70 when x.. A spherical balloon is being inflated so that its

More information

Vertex form of a quadratic equation

Vertex form of a quadratic equation Verte form of a quadratic equation Nikos Apostolakis Spring 017 Recall 1. Last time we looked at the graphs of quadratic equations in two variables. The upshot was that the graph of the equation: k = a(

More information

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY 4. Newton s Method 99 4. Newton s Method HISTORICAL BIOGRAPHY Niels Henrik Abel (18 189) One of the basic problems of mathematics is solving equations. Using the quadratic root formula, we know how to

More information

CHAPTER 2: Partial Derivatives. 2.2 Increments and Differential

CHAPTER 2: Partial Derivatives. 2.2 Increments and Differential CHAPTER : Partial Derivatives.1 Definition of a Partial Derivative. Increments and Differential.3 Chain Rules.4 Local Etrema.5 Absolute Etrema 1 Chapter : Partial Derivatives.1 Definition of a Partial

More information

F (x) is an antiderivative of f(x) if F (x) = f(x). Lets find an antiderivative of f(x) = x. We know that d. Any ideas?

F (x) is an antiderivative of f(x) if F (x) = f(x). Lets find an antiderivative of f(x) = x. We know that d. Any ideas? Math 24 - Calculus for Management and Social Science Antiderivatives and the Indefinite Integral: Notes So far we have studied the slope of a curve at a point and its applications. This is one of the fundamental

More information

CHAPTER 3 Applications of Differentiation

CHAPTER 3 Applications of Differentiation CHAPTER Applications of Differentiation Section. Etrema on an Interval.............. 0 Section. Rolle s Theorem and the Mean Value Theorem. 07 Section. Increasing and Decreasing Functions and the First

More information

1993 AP Calculus AB: Section I

1993 AP Calculus AB: Section I 99 AP Calculus AB: Section I 9 Minutes Scientific Calculator Notes: () The eact numerical value of the correct answer does not always appear among the choices given. When this happens, select from among

More information

Chapter 3: Three faces of the derivative. Overview

Chapter 3: Three faces of the derivative. Overview Overview We alread saw an algebraic wa of thinking about a derivative. Geometric: zooming into a line Analtic: continuit and rational functions Computational: approimations with computers 3. The geometric

More information

AP Calculus (BC) Summer Assignment (169 points)

AP Calculus (BC) Summer Assignment (169 points) AP Calculus (BC) Summer Assignment (69 points) This packet is a review of some Precalculus topics and some Calculus topics. It is to be done NEATLY and on a SEPARATE sheet of paper. Use your discretion

More information

MATH 2053 Calculus I Review for the Final Exam

MATH 2053 Calculus I Review for the Final Exam MATH 05 Calculus I Review for the Final Exam (x+ x) 9 x 9 1. Find the limit: lim x 0. x. Find the limit: lim x + x x (x ).. Find lim x (x 5) = L, find such that f(x) L < 0.01 whenever 0 < x

More information

CONTINUITY AND DIFFERENTIABILITY

CONTINUITY AND DIFFERENTIABILITY 5. Introduction The whole of science is nothing more than a refinement of everyday thinking. ALBERT EINSTEIN This chapter is essentially a continuation of our stu of differentiation of functions in Class

More information

Derivatives 2: The Derivative at a Point

Derivatives 2: The Derivative at a Point Derivatives 2: The Derivative at a Point 69 Derivatives 2: The Derivative at a Point Model 1: Review of Velocit In the previous activit we eplored position functions (distance versus time) and learned

More information

171, Calculus 1. Summer 1, CRN 50248, Section 001. Time: MTWR, 6:30 p.m. 8:30 p.m. Room: BR-43. CRN 50248, Section 002

171, Calculus 1. Summer 1, CRN 50248, Section 001. Time: MTWR, 6:30 p.m. 8:30 p.m. Room: BR-43. CRN 50248, Section 002 171, Calculus 1 Summer 1, 018 CRN 5048, Section 001 Time: MTWR, 6:0 p.m. 8:0 p.m. Room: BR-4 CRN 5048, Section 00 Time: MTWR, 11:0 a.m. 1:0 p.m. Room: BR-4 CONTENTS Syllabus Reviews for tests 1 Review

More information

1. Compute the derivatives of the following functions, by any means necessary. f (x) = (1 x3 )(1/2)(x 2 1) 1/2 (2x) x 2 1( 3x 2 ) (1 x 3 ) 2

1. Compute the derivatives of the following functions, by any means necessary. f (x) = (1 x3 )(1/2)(x 2 1) 1/2 (2x) x 2 1( 3x 2 ) (1 x 3 ) 2 Math 51 Exam Nov. 4, 009 SOLUTIONS Directions 1. SHOW YOUR WORK and be thorough in your solutions. Partial credit will only be given for work shown.. Any numerical answers should be left in exact form,

More information

Math 75B Practice Problems for Midterm II Solutions Ch. 16, 17, 12 (E), , 2.8 (S)

Math 75B Practice Problems for Midterm II Solutions Ch. 16, 17, 12 (E), , 2.8 (S) Math 75B Practice Problems for Midterm II Solutions Ch. 6, 7, 2 (E),.-.5, 2.8 (S) DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual

More information

MA4001 Engineering Mathematics 1 Lecture 15 Mean Value Theorem Increasing and Decreasing Functions Higher Order Derivatives Implicit Differentiation

MA4001 Engineering Mathematics 1 Lecture 15 Mean Value Theorem Increasing and Decreasing Functions Higher Order Derivatives Implicit Differentiation MA4001 Engineering Mathematics 1 Lecture 15 Mean Value Theorem Increasing and Decreasing Functions Higher Order Derivatives Implicit Differentiation Dr. Sarah Mitchell Autumn 2014 Rolle s Theorem Theorem

More information

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2 Math 5 Final Eam Practice Problem Solutions. What are the domain and range of the function f() = ln? Answer: is only defined for, and ln is only defined for >. Hence, the domain of the function is >. Notice

More information

Practice Final Solutions

Practice Final Solutions Practice Final Solutions Math 1, Fall 17 Problem 1. Find a parameterization for the given curve, including bounds on the parameter t. Part a) The ellipse in R whose major axis has endpoints, ) and 6, )

More information

1. By the Product Rule, in conjunction with the Chain Rule, we compute the derivative as follows: and. So the slopes of the tangent lines to the curve

1. By the Product Rule, in conjunction with the Chain Rule, we compute the derivative as follows: and. So the slopes of the tangent lines to the curve MAT 11 Solutions TH Eam 3 1. By the Product Rule, in conjunction with the Chain Rule, we compute the derivative as follows: Therefore, d 5 5 d d 5 5 d 1 5 1 3 51 5 5 and 5 5 5 ( ) 3 d 1 3 5 ( ) So the

More information

Review Problems for the Final

Review Problems for the Final Review Problems for the Final Math 6-3/6 3 7 These problems are intended to help you study for the final However, you shouldn t assume that each problem on this handout corresponds to a problem on the

More information

1993 AP Calculus AB: Section I

1993 AP Calculus AB: Section I 99 AP Calculus AB: Section I 90 Minutes Scientific Calculator Notes: () The eact numerical value of the correct answer does not always appear among the choices given. When this happens, select from among

More information

Review Sheet for Second Midterm Mathematics 1300, Calculus 1

Review Sheet for Second Midterm Mathematics 1300, Calculus 1 Review Sheet for Second Midterm Mathematics 300, Calculus. For what values of is the graph of y = 5 5 both increasing and concave up? >. 2. Where does the tangent line to y = 2 through (0, ) intersect

More information

The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus The Fundamental Theorem of Calculus Objectives Evaluate a definite integral using the Fundamental Theorem of Calculus. Understand and use the Mean Value Theorem for Integrals. Find the average value of

More information

MATHEMATICS 200 April 2010 Final Exam Solutions

MATHEMATICS 200 April 2010 Final Exam Solutions MATHEMATICS April Final Eam Solutions. (a) A surface z(, y) is defined by zy y + ln(yz). (i) Compute z, z y (ii) Evaluate z and z y in terms of, y, z. at (, y, z) (,, /). (b) A surface z f(, y) has derivatives

More information

+ 2 on the interval [-1,3]

+ 2 on the interval [-1,3] Section.1 Etrema on an Interval 1. Understand the definition of etrema of a function on an interval.. Understand the definition of relative etrema of a function on an open interval.. Find etrema on a closed

More information

Solutions to the Exercises of Chapter 5

Solutions to the Exercises of Chapter 5 Solutions to the Eercises of Chapter 5 5A. Lines and Their Equations. The slope is 5 5. Since (, is a point on the line, y ( ( is an ( 6 8 8 equation of the line in point-slope form. This simplifies to

More information

The Fundamental Theorem of Calculus and Mean Value Theorem 2

The Fundamental Theorem of Calculus and Mean Value Theorem 2 1 The Fundamental Theorem of Calculus and Mean Value Theorem We ve learned two different branches of calculus so far: differentiation and integration. Finding slopes of tangent lines and finding areas

More information

VII. Techniques of Integration

VII. Techniques of Integration VII. Techniques of Integration Integration, unlike differentiation, is more of an art-form than a collection of algorithms. Many problems in applied mathematics involve the integration of functions given

More information

Math 19, Homework-1 Solutions

Math 19, Homework-1 Solutions SSEA Summer 207 Math 9, Homework- Solutions. Consider the graph of function f shown below. Find the following its or eplain why they do not eist: (a) t 2 f(t). = 0. (b) t f(t). =. (c) t 0 f(t). (d) Does

More information

DIFFERENTIATION. 3.1 Approximate Value and Error (page 151)

DIFFERENTIATION. 3.1 Approximate Value and Error (page 151) CHAPTER APPLICATIONS OF DIFFERENTIATION.1 Approimate Value and Error (page 151) f '( lim 0 f ( f ( f ( f ( f '( or f ( f ( f '( f ( f ( f '( (.) f ( f '( (.) where f ( f ( f ( Eample.1 (page 15): Find

More information

The stationary points will be the solutions of quadratic equation x

The stationary points will be the solutions of quadratic equation x Calculus 1 171 Review In Problems (1) (4) consider the function f ( ) ( ) e. 1. Find the critical (stationary) points; establish their character (relative minimum, relative maimum, or neither); find intervals

More information

CHAPTER 3 Applications of Differentiation

CHAPTER 3 Applications of Differentiation CHAPTER Applications of Differentiation Section. Etrema on an Interval................... 0 Section. Rolle s Theorem and the Mean Value Theorem...... 0 Section. Increasing and Decreasing Functions and

More information

2.2 The Derivative Function

2.2 The Derivative Function 2.2 The Derivative Function Arkansas Tech University MATH 2914: Calculus I Dr. Marcel B. Finan Recall that a function f is differentiable at x if the following it exists f f(x + h) f(x) (x) =. (2.2.1)

More information

Sample Questions to the Final Exam in Math 1111 Chapter 2 Section 2.1: Basics of Functions and Their Graphs

Sample Questions to the Final Exam in Math 1111 Chapter 2 Section 2.1: Basics of Functions and Their Graphs Sample Questions to the Final Eam in Math 1111 Chapter Section.1: Basics of Functions and Their Graphs 1. Find the range of the function: y 16. a.[-4,4] b.(, 4],[4, ) c.[0, ) d.(, ) e.. Find the domain

More information

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality. 8 Inequalities Concepts: Equivalent Inequalities Linear and Nonlinear Inequalities Absolute Value Inequalities (Sections.6 and.) 8. Equivalent Inequalities Definition 8. Two inequalities are equivalent

More information

3.6 Implicit Differentiation. explicit representation of a function rule. y = f(x) y = f (x) e.g. y = (x 2 + 1) 3 y = 3(x 2 + 1) 2 (2x)

3.6 Implicit Differentiation. explicit representation of a function rule. y = f(x) y = f (x) e.g. y = (x 2 + 1) 3 y = 3(x 2 + 1) 2 (2x) Mathematics 0110a Summar Notes page 43 3.6 Implicit Differentiation eplicit representation of a function rule = f() = f () e.g. = ( + 1) 3 = 3( + 1) () implicit representation of a function rule f(, )

More information

1. The cost (in dollars) of producing x units of a certain commodity is C(x) = x x 2.

1. The cost (in dollars) of producing x units of a certain commodity is C(x) = x x 2. APPM 1350 Review #2 Summer 2014 1. The cost (in dollars) of producing units of a certain commodity is C() 5000 + 10 + 0.05 2. (a) Find the average rate of change of C with respect to when the production

More information

SYSTEMS OF NONLINEAR EQUATIONS

SYSTEMS OF NONLINEAR EQUATIONS SYSTEMS OF NONLINEAR EQUATIONS Widely used in the mathematical modeling of real world phenomena. We introduce some numerical methods for their solution. For better intuition, we examine systems of two

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Fall, 2016, WEEK 4 JoungDong Kim Week4 Section 2.6, 2.7, 3.1 Limits at infinity, Velocity, Differentiation Section 2.6 Limits at Infinity; Horizontal Asymptotes Definition.

More information

Chapter 3: Topics in Differentiation

Chapter 3: Topics in Differentiation Chapter 3: Topics in Differentiation Summary: Having investigated the derivatives of common functions in Chapter (i.e., polynomials, rational functions, trigonometric functions, and their combinations),

More information

Math 113 Final Exam Practice Problem Solutions. f(x) = ln x x. lim. lim. x x = lim. = lim 2

Math 113 Final Exam Practice Problem Solutions. f(x) = ln x x. lim. lim. x x = lim. = lim 2 Math 3 Final Eam Practice Problem Solutions. What are the domain and range of the function f() = ln? Answer: is only defined for, and ln is only defined for >. Hence, the domain of the function is >. Notice

More information

ENGI Partial Differentiation Page y f x

ENGI Partial Differentiation Page y f x ENGI 344 4 Partial Differentiation Page 4-0 4. Partial Differentiation For functions of one variable, be found unambiguously by differentiation: y f x, the rate of change of the dependent variable can

More information

Numerical Methods - Lecture 2. Numerical Methods. Lecture 2. Analysis of errors in numerical methods

Numerical Methods - Lecture 2. Numerical Methods. Lecture 2. Analysis of errors in numerical methods Numerical Methods - Lecture 1 Numerical Methods Lecture. Analysis o errors in numerical methods Numerical Methods - Lecture Why represent numbers in loating point ormat? Eample 1. How a number 56.78 can

More information

THE INVERSE FUNCTION THEOREM

THE INVERSE FUNCTION THEOREM THE INVERSE FUNCTION THEOREM W. PATRICK HOOPER The implicit function theorem is the following result: Theorem 1. Let f be a C 1 function from a neighborhood of a point a R n into R n. Suppose A = Df(a)

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

HOMEWORK SOLUTIONS MATH 1910 Sections 6.4, 6.5, 7.1 Fall 2016

HOMEWORK SOLUTIONS MATH 1910 Sections 6.4, 6.5, 7.1 Fall 2016 HOMEWORK SOLUTIONS MATH 9 Sections 6.4, 6.5, 7. Fall 6 Problem 6.4. Sketch the region enclosed by x = 4 y +, x = 4y, and y =. Use the Shell Method to calculate the volume of rotation about the x-axis SOLUTION.

More information

5. Find the slope intercept equation of the line parallel to y = 3x + 1 through the point (4, 5).

5. Find the slope intercept equation of the line parallel to y = 3x + 1 through the point (4, 5). Rewrite using rational eponents. 2 1. 2. 5 5. 8 4 4. 4 5. Find the slope intercept equation of the line parallel to y = + 1 through the point (4, 5). 6. Use the limit definition to find the derivative

More information

APPM 1360 Final Exam Spring 2016

APPM 1360 Final Exam Spring 2016 APPM 36 Final Eam Spring 6. 8 points) State whether each of the following quantities converge or diverge. Eplain your reasoning. a) The sequence a, a, a 3,... where a n ln8n) lnn + ) n!) b) ln d c) arctan

More information

MEI STRUCTURED MATHEMATICS 4753/1

MEI STRUCTURED MATHEMATICS 4753/1 OXFORD CAMBRIDGE AND RSA EXAMINATIONS Advanced Subsidiary General Certificate of Education Advanced General Certificate of Education MEI STRUCTURED MATHEMATICS 4753/1 Methods for Advanced Mathematics (C3)

More information

Calculus I: Practice Midterm II

Calculus I: Practice Midterm II Calculus I: Practice Mierm II April 3, 2015 Name: Write your solutions in the space provided. Continue on the back for more space. Show your work unless asked otherwise. Partial credit will be given for

More information

See the figures below where we zoom in on f(x) = e x at x = 1:

See the figures below where we zoom in on f(x) = e x at x = 1: The Differential Almost from the time when we first learned that the derivative of a function f() at a point = a is the slope of the tangent line at the point (a, f(a) we calculated the equation of the

More information

TOTAL NAME DATE PERIOD AP CALCULUS AB UNIT 4 ADVANCED DIFFERENTIATION TECHNIQUES DATE TOPIC ASSIGNMENT /6 10/8 10/9 10/10 X X X X 10/11 10/12

TOTAL NAME DATE PERIOD AP CALCULUS AB UNIT 4 ADVANCED DIFFERENTIATION TECHNIQUES DATE TOPIC ASSIGNMENT /6 10/8 10/9 10/10 X X X X 10/11 10/12 NAME DATE PERIOD AP CALCULUS AB UNIT ADVANCED DIFFERENTIATION TECHNIQUES DATE TOPIC ASSIGNMENT 0 0 0/6 0/8 0/9 0/0 X X X X 0/ 0/ 0/5 0/6 QUIZ X X X 0/7 0/8 0/9 0/ 0/ 0/ 0/5 UNIT EXAM X X X TOTAL AP Calculus

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 82 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

13 Implicit Differentiation

13 Implicit Differentiation - 13 Implicit Differentiation This sections highlights the difference between explicit and implicit expressions, and focuses on the differentiation of the latter, which can be a very useful tool in mathematics.

More information

AP Calculus BC : The Fundamental Theorem of Calculus

AP Calculus BC : The Fundamental Theorem of Calculus AP Calculus BC 415 5.3: The Fundamental Theorem of Calculus Tuesday, November 5, 008 Homework Answers 6. (a) approimately 0.5 (b) approimately 1 (c) approimately 1.75 38. 4 40. 5 50. 17 Introduction In

More information

Calculus I Review Solutions

Calculus I Review Solutions Calculus I Review Solutions. Compare and contrast the three Value Theorems of the course. When you would typically use each. The three value theorems are the Intermediate, Mean and Extreme value theorems.

More information

Math 231 Final Exam Review

Math 231 Final Exam Review Math Final Eam Review Find the equation of the line tangent to the curve 4y y at the point (, ) Find the slope of the normal line to y ) ( e at the point (,) dy Find d if cos( y) y 4 y 4 Find the eact

More information

Midterm Study Guide and Practice Problems

Midterm Study Guide and Practice Problems Midterm Study Guide and Practice Problems Coverage of the midterm: Sections 10.1-10.7, 11.2-11.6 Sections or topics NOT on the midterm: Section 11.1 (The constant e and continuous compound interest, Section

More information

Review Sheet 2 Solutions

Review Sheet 2 Solutions Review Sheet Solutions. A bacteria culture initially contains 00 cells and grows at a rate proportional to its size. After an hour the population has increased to 40 cells. (a) Find an expression for the

More information

A different parametric curve ( t, t 2 ) traces the same curve, but this time the par-

A different parametric curve ( t, t 2 ) traces the same curve, but this time the par- Parametric Curves: Suppose a particle is moving around in a circle or any curve that fails the vertical line test, then we cannot describe the path of this particle using an equation of the form y fx)

More information

1 Exponential Functions Limit Derivative Integral... 5

1 Exponential Functions Limit Derivative Integral... 5 Contents Eponential Functions 3. Limit................................................. 3. Derivative.............................................. 4.3 Integral................................................

More information

MAT137 Calculus! Lecture 6

MAT137 Calculus! Lecture 6 MAT137 Calculus! Lecture 6 Today: 3.2 Differentiation Rules; 3.3 Derivatives of higher order. 3.4 Related rates 3.5 Chain Rule 3.6 Derivative of Trig. Functions Next: 3.7 Implicit Differentiation 4.10

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 3 Differentiation Rules 3.1 The Derivative of Polynomial and Exponential Functions In this section we learn how to differentiate constant functions, power functions, polynomials, and exponential functions.

More information

Helpful Concepts for MTH 261 Final. What are the general strategies for determining the domain of a function?

Helpful Concepts for MTH 261 Final. What are the general strategies for determining the domain of a function? Helpful Concepts for MTH 261 Final What are the general strategies for determining the domain of a function? How do we use the graph of a function to determine its range? How many graphs of basic functions

More information

Grade 12 (MCV4UE) AP Calculus Page 1 of 5 Derivative of a Function & Differentiability

Grade 12 (MCV4UE) AP Calculus Page 1 of 5 Derivative of a Function & Differentiability Grade 2 (MCV4UE) AP Calculus Page of 5 The Derivative at a Point f ( a h) f ( a) Recall, lim provides the slope of h0 h the tangent to the graph y f ( at the point, f ( a), and the instantaneous rate of

More information

1. If the line l has symmetric equations. = y 3 = z+2 find a vector equation for the line l that contains the point (2, 1, 3) and is parallel to l.

1. If the line l has symmetric equations. = y 3 = z+2 find a vector equation for the line l that contains the point (2, 1, 3) and is parallel to l. . If the line l has symmetric equations MA 6 PRACTICE PROBLEMS x = y = z+ 7, find a vector equation for the line l that contains the point (,, ) and is parallel to l. r = ( + t) i t j + ( + 7t) k B. r

More information