Implicit Differentiation and Related Rates

Size: px
Start display at page:

Download "Implicit Differentiation and Related Rates"

Transcription

1 Math 31A Discussion Session Week 5 Notes February 2 and 4, 2016 This week we re going to learn how to find tangent lines to curves which aren t necessarily graphs of functions, using an approach called implicit differentiation. One of the most important applications of implicit differentiation occurs in related rates problems, so we ll explore some such problems. We will also briefly touch on the topic of linear approximation, time permitting. Implicit Differentiation and Related Rates So far the derivatives we ve taken have been derivatives of functions, but we know that not all graphs are graphs of functions. For example, suppose we want to find the slope of the line tangent to the circle x 2 + y 2 = 4 at the point ( 3, 1). How would we do this? Our answer will be implicit differentiation, wherein we treat y as if it were a function of x, and then take derivatives accordingly. Notice that the curve determined by x 2 + y 2 = 4 doesn t pass the vertical line test, and thus does not determine y as a function of x. But at most points (which ones?), we can pretend that y is a function of x by restricting our attention to some small portion of the curve. For example, the upper half of the circle is simply the plot y = f(x), where f(x) = 4 x 2. This means that we can find the slope of a tangent line that touches the top half of the circle by considering the plot of the above function. Typically we ll streamline our notation a bit by taking the derivative of the equation that determines our curve, remembering to pretend that y is a function of x, and ignoring coordinates (x, y) that would break our calculations. In our current example this looks like d ( x 2 + y 2) = d (4) 2x + 2y = 0. Solving for y, we find that = x. Notice that this doesn t make sense when y = 0. That y is, we still don t have a derivative at ( 2, 0) and (2, 0). This is okay, though no matter how small a portion of the circle we look at around either of these points, the curve will not pass the vertical line test. Now just as before, the derivative continues to be interpreted as the slope of a tangent line. In particular, the slope of the tangent line to x 2 + y 2 = 4 at ( 3, 1) is = 3 = 3. ( 3,1) 1 We can see the tangent line in the plot below: 1

2 Example. Find an equation for the line tangent to the graph of xy + x 2 y 2 = 6 at the point (2, 1). (Solution) We begin by differentiating the given equation. Notice our use of the product and chain rules. ( ) ( (1)(y) + x + (2x)(y 2 ) + (x 2 ) 2y ) = 0. So ( x + 2x 2 y ) = y 2xy2 In particular, the derivative at (2, 1) is = 1 (2,1) 2. So an equation of the tangent line is given by y = 1 (x 2) = y 2xy2 x + 2x 2 y The right-hand plot above shows our curve and tangent line. y(1 + 2xy) = x(1 + 2xy) = y x. Example. Find all horizontal tangent lines to the curve determined by y 2 = x 3 3x + 1. (Solution) First, we take a derivative: 2y = 3x2 3 = 3x2 3. 2y We re interested in the points where this derivative vanishes, since a horizontal line has slope zero, and the derivative gives the slope of the tangent line. But = 0 precisely when 2

3 3x 2 3 = 0, or when x = ±1. We then substitute these x-values into our original equation. When x = 1 we have y 2 = = 1, which has no real solutions. When x = 1 we have y 2 = = 3, so the tangent line will be horizontal at ( 1, 3) and ( 1, 3). These tangent lines will be given by y = 3 and y = 3, and can be seen below: One of the most common uses for implicit differentiation is in related rates problems. These problems are not part of this particular iteration of Math 31a, but because of their importance in mathematical modeling, we ll give a few examples here. 1 These are problems where we have two quantities, related by some equation, and we want to know how quickly one of the quantities is changing, given the rate of change of the other quantity. There s a common strategy that will be helpful to you in most related rates problems: 1. Draw a picture of the situation. 2. Determine relevant variables. 3. Write down what you know (as equations and formulae). In particular, relate your variables somehow. 4. Differentiate the equation relating your variables. 5. Solve for the unknown variable(s) and derivative(s). 1 In all likelihood, we ll only cover the first example in discussion session. 3

4 We ll demonstrate (most of) this strategy in the following, classic example. Example. A 4 meter ladder leans against a wall. At time t = 0, the bottom of the ladder is 1 meter away from the wall, and the bottom of the ladder begins moving away from the wall at a constant rate of 0.5m/s. Find the velocity of the top of the ladder at time t = 2. (Solution) The part of our strategy that we ll skip is drawing a picture. The picture you draw should be a triangle, with the hypotenuse representing the length of the ladder. Determine relevant variables. At time t, let s call the height of the ladder y(t) and the distance of the base of the ladder from the wall x(t). As in the statement of the problem, t will represent the time elapsed since the ladder began falling, measured in seconds. Write down what you know. Using the Pythagorean identity, we can relate x and y: (x(t)) 2 + (y(t)) 2 = 4 2. (1) We also know the position of the base of the ladder at time t = 0: x(0) = 1, and we know the constant rate at which the base is moving: = 0.5m/s. Differentiate the equation relating your variables. We can differentiate (??) to obtain 2x(t) + 2y(t) = 0. Solve for the unknown. The quantity we re interested in is the velocity of the top of the ladder, which is represented by. We can solve for this by rearranging the above equation. = x(t) y(t) = x(t) y(t) 0.5m/s. In particular, we want to know the velocity at time t = 2, so this will require us to compute x(2) and y(2). Since the base of the ladder is moving at a constant rate of 0.5m/s, Then, using (??), So x(2) = x(0) + 0.5m/s 2s = 1m + 1m = 2m. y(2) = 16 (x(2)) 2 = 16 4 = 2 3m. = m/s = m/s. So after 2 seconds the ladder is falling at a rate of 1/ meters per second. 4

5 Local Linear Approximation One immediate use we have for derivatives is local linear approximation. On small neighborhoods around a point, a differentiable function behaves linearly. That is, if we zoom in enough on a point on a curve, the curve will eventually look like a straight line. We can use this fact to approximate functions by their tangent lines. You ve seen all of this in lecture, so we ll jump straight to the formula for local linear approximation. If f is differentiable at x = a and x is close to a, then f(x) L(x) = f(a) + f (a)(x a). Example. Use local linear approximation to estimate the value of sin(47 ). (Solution) We know that f(x): = sin(x) is differentiable everywhere, and we know the value of sin(45 ). Since 47 is reasonably close to 45, this problem is ripe for local linear approximation. We know that f (x) = π π cos(x) (the term comes from the fact that x is measured in degrees), so f (45 ) = π 180. Then 2 sin(47 ) sin(45 ) + f (45 )(47 45) = 1 π = 90 + π For comparison, Google says that sin(47 ) = , so our estimate is pretty good. Alternatively, we could have considered g(θ) := sin(θ), with θ measured in radians. This would normalize our derivative, but we would still pick up a π term in our estimate, because we 180 would be estimating g ( π 47). 180 Considering the fact that most folks now have (extremely powerful) calculators in their pockets, the above example is a very inefficient way to compute sin(47 ). Local linear approximation is no longer especially useful for estimating particular values of functions, but it can still be a very useful tool. In a lot of applications it is convenient to assume that certain functions are linear. 2 The theory of local linear approximations allows us to do this on relatively small neighborhoods. Example. Box office revenue at a cinema in Paris is given by R(p) = 3600p 10p 3 euros per showing when the ticket price is p euros. Calculate R(p) for p = 9 and use linear approximation to estimate R if p is raised or lowered by 0.5 euros. (Solution) First we compute R(9) = = 25, For example, the velocity of a falling object does not behave exactly linearly, but this nonlinear function is well-behaved enough that we can approximate it with a linear function. 5

6 We also see that so R (p) = p 2, R (9) = = 1, 170. Then we can use local linear approximation to make the estimates and R(8.5) R (9)(8.5 9) + R(9) = (1, 170)( 0.5) + 25, 110 = 24, 525 R(9.5) R (9)(9.5 9) + R(9) = (1, 170)(0.5) + 25, 110 = 25, 695. So it seems that the cinema s revenue would be about 25,700 euros per showing if they increase the price p to 9.5 euros. Notice that we have R = (1, 170)(±0.5) = ±585 euros in each case. For a reality check, we can compute the actual values of R(8.5) and R(9.5) and compare to our estimates: R(8.5) = 24, and R(9.5) = 25, Other Related Rates Examples Example. Gas is escaping from a spherical balloon at the rate of 1000 cubic inches per minute. At the instant when the radius is 10 inches, at what rate is the radius decreasing? At what rate is the surface area decreasing? (Solution) We ll call the radius of the balloon r(t) and the volume of the balloon V (t). These are related by the formula V = 4 3 πr3, and we know that dv = 1000in 3 /min at all times. We may differentiate the above equation to find that dv dr dr = 4πr2 = 1 dv 4πr 2. Substituting in our radius, we find that when the radius of the balloon is 10 inches, dr = 1 400π ( 1000) = 5 2π in/min. So the radius is decreasing at a rate of 5/(2π) inches per minute. For the surface area we have the formula A = 4πr 2. Differentiating this we have da = 8πr dr. 6

7 Then, when r = 10in, ( da = 8π(10) 5 ) = 200in 2 /min. 2π So when the radius is 10 inches, the surface area is decreasing at a rate of 200 square inches per minute. Example. The thin lens equation in physics is 1 s + 1 S = 1 f, (2) where s represents the distance of an object from a lens, S represents the distance from the lens of the image of this object, and f is the focal length of the lens. Suppose that a certain lens has a focal length of 6cm and that an object is moving toward the lens at a rate of 2cm/s. How fast is the image distance changing at the instant when the object is 10cm from the lens? Is the image moving away from the lens or toward the lens? (Solution) Since the image distance is represented by S, we re looking for ds, so we differentiate (??): 1 ds s ds S 2 = 0. (The focal length of the lens is constant.) Then When s = 10cm, we have S = 1 6 ds = S2 /s 2 ds/. S = 15cm, so ds = 225/100 = 1.125cm/s. 2 Since the derivative of the distance is positive, the image is moving away from the lens at a rate of centimeters per second. Example. Coffee is draining from a conical filter into a cylindrical coffeepot at a rate of 10 in 3 /min. The filter is a circular cone with a height of 6 inches and a 6 inch diameter. The cylindrical coffeepot has a diameter of 6 inches. (a) How fast is the level in the pot rising when the coffee in the cone is 5 inches deep? (b) How fast is the level in the cone falling at this point in time? 7

8 (Solution) (a) Denote the volume in the pot at time t by V p (t), and the height by h p (t). Then V p and h p are related by V p = π(3in) 2 h p V p = (9in 2 )πh p. Differentiating this equation with respect to time, we obtain dv p = (9in2 )π dh p dh p = 1 dv p (9in 2 )π. Since the coffee is draining into the pot at a rate of 10 in 3 /min, dv p / = 10in 3 /min, so dh p = 1 dv p (9in 2 )π = 10 9π in/min. Note that this rate is constant, and thus does not depend on the height of the coffee in the cone. (b) As with the cylinder, we have a formula relating the volume of the liquid in the filter at time t to the height of the liquid in the filter at time t: V f (t) = π(r f (t)) 2 h f (t), where r f (t) is the radius of the surface of the liquid in the cone. We also immediately have dv f = 10in 3 /min. The radius depends linearly on the height of the liquid, and can be written as r f (t) = 3in h f(t) 6in = h f(t) 2. (So the radius is 0 when the height is 0 and the radius is 3 inches when the height is 6 inches, in agreement with our original assumptions.) The formula for the volume now becomes ( ) 2 hf (t) V f (t) = π h f (t) = π 2 4 (h f(t)) 3. Differentiating this with respect to t gives dv f = 3π 4 (h f(t)) 2 dh f dh f = 4 3π(h f (t)) 2 dv f. So, when h f = 5 in, dh f = hf =5 4 3π 25in 2 ( 10 in3 /min) = 8 15π in/min. 8

Implicit Differentiation and Related Rates

Implicit Differentiation and Related Rates Math 3A Discussion Notes Week 5 October 7 and October 9, 05 Because of the mierm, we re a little behind lecture, but this week s topics will help prepare you for the quiz. Implicit Differentiation and

More information

All work must be shown in this course for full credit. Unsupported answers may receive NO credit.

All work must be shown in this course for full credit. Unsupported answers may receive NO credit. AP Calculus.5 Worksheet All work must be shown in this course for full credit. Unsupported answers may receive NO credit. 1. Consider the function y = sin x. a) Find the equation of the tangent line when

More information

Days 3 & 4 Notes: Related Rates

Days 3 & 4 Notes: Related Rates AP Calculus Unit 4 Applications of the Derivative Part 1 Days 3 & 4 Notes: Related Rates Implicitly differentiate the following formulas with respect to time. State what each rate in the differential equation

More information

Math 241 Homework 6 Solutions

Math 241 Homework 6 Solutions Math 241 Homework 6 s Section 3.7 (Pages 161-163) Problem 2. Suppose that the radius r and surface area S = 4πr 2 of a sphere are differentiable functions of t. Write an equation that relates ds/ to /.

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

MIDTERM 2 REVIEW: ADDITIONAL PROBLEMS. 1 2 x + 1. y = + 1 = x 1/ = 1. y = 1 2 x 3/2 = 1. into this equation would have then given. y 1.

MIDTERM 2 REVIEW: ADDITIONAL PROBLEMS. 1 2 x + 1. y = + 1 = x 1/ = 1. y = 1 2 x 3/2 = 1. into this equation would have then given. y 1. MIDTERM 2 REVIEW: ADDITIONAL PROBLEMS ) If x + y =, find y. IMPLICIT DIFFERENTIATION Solution. Taking the derivative (with respect to x) of both sides of the given equation, we find that 2 x + 2 y y =

More information

2.7 Implicit Differentiation and Related Rates Math 125

2.7 Implicit Differentiation and Related Rates Math 125 .7 IMPLICIT DIFFERENTIATION AND RELATED RATES Implicit and Explicit Functions Suppose your boss says, I have had it with your incompetence. You ve screwed up everything we ve ever given you to do! The

More information

Math 147 Exam II Practice Problems

Math 147 Exam II Practice Problems Math 147 Exam II Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture, all homework problems, all lab

More information

AP Calculus AB Chapter 4 Packet Implicit Differentiation. 4.5: Implicit Functions

AP Calculus AB Chapter 4 Packet Implicit Differentiation. 4.5: Implicit Functions 4.5: Implicit Functions We can employ implicit differentiation when an equation that defines a function is so complicated that we cannot use an explicit rule to find the derivative. EXAMPLE 1: Find dy

More information

Implicit Differentiation

Implicit Differentiation Week 6. Implicit Differentiation Let s say we want to differentiate the equation of a circle: y 2 + x 2 =9 Using the techniques we know so far, we need to write the equation as a function of one variable

More information

APPLICATIONS OF DERIVATIVES UNIT PROBLEM SETS

APPLICATIONS OF DERIVATIVES UNIT PROBLEM SETS APPLICATIONS OF DERIVATIVES UNIT PROBLEM SETS PROBLEM SET #1 Related Rates ***Calculators Allowed*** 1. An oil tanker spills oil that spreads in a circular pattern whose radius increases at the rate of

More information

Guidelines for implicit differentiation

Guidelines for implicit differentiation Guidelines for implicit differentiation Given an equation with x s and y s scattered, to differentiate we use implicit differentiation. Some informal guidelines to differentiate an equation containing

More information

Spring 2015 Sample Final Exam

Spring 2015 Sample Final Exam Math 1151 Spring 2015 Sample Final Exam Final Exam on 4/30/14 Name (Print): Time Limit on Final: 105 Minutes Go on carmen.osu.edu to see where your final exam will be. NOTE: This exam is much longer than

More information

, find the value(s) of a and b which make f differentiable at bx 2 + x if x 2 x = 2 or explain why no such values exist.

, find the value(s) of a and b which make f differentiable at bx 2 + x if x 2 x = 2 or explain why no such values exist. Math 171 Exam II Summary Sheet and Sample Stuff (NOTE: The questions posed here are not necessarily a guarantee of the type of questions which will be on Exam II. This is a sampling of questions I have

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

Chapter 3.4 Practice Problems

Chapter 3.4 Practice Problems EXPECTED SKILLS: Chapter.4 Practice Problems Be able to solve related rates problems. It may be helpful to remember the following strategy:. Read the problem carefully. 2. Draw a diagram, if possible,

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Much of our algebraic study of mathematics has dealt with functions. In pre-calculus, we talked about two different types of equations that relate x and y explicit and implicit.

More information

2.6 Related Rates. The Derivative as a Rate of Change. = ft related rates 175

2.6 Related Rates. The Derivative as a Rate of Change. = ft related rates 175 2.6 related rates 175 2.6 Related Rates Throughout the next several tions we ll look at a variety of applications of derivatives. Probably no single application will be of interest or use to everyone,

More information

MATH1910Chapter2TestReview

MATH1910Chapter2TestReview Class: Date: MATH1910Chapter2TestReview Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Find the slope m of the line tangent to the graph of the function

More information

Math 2413 t2rsu14. Name: 06/06/ Find the derivative of the following function using the limiting process.

Math 2413 t2rsu14. Name: 06/06/ Find the derivative of the following function using the limiting process. Name: 06/06/014 Math 413 trsu14 1. Find the derivative of the following function using the limiting process. f( x) = 4x + 5x. Find the derivative of the following function using the limiting process. f(

More information

MATH 135 Calculus 1 Solutions/Answers for Exam 3 Practice Problems November 18, 2016

MATH 135 Calculus 1 Solutions/Answers for Exam 3 Practice Problems November 18, 2016 MATH 35 Calculus Solutions/Answers for Exam 3 Practice Problems November 8, 206 I. Find the indicated derivative(s) and simplify. (A) ( y = ln(x) x 7 4 ) x Solution: By the product rule and the derivative

More information

MCV4U1 Worksheet 4.7. dh / dt if neither r nor h is constant?

MCV4U1 Worksheet 4.7. dh / dt if neither r nor h is constant? MCV4U1 Worksheet 4.7 This worksheet serves as an additional exercise to complement the lesson and the examples given. Worksheets may take more than one day to complete. If you are stuck, read again the

More information

Review Questions, Exam 3

Review Questions, Exam 3 Review Questions, Exam. A child is flying a kite. If the kite is 90 feet above the child s hand level and the wind is blowing it on a horizontal course at 5 feet per second, how fast is the child paying

More information

dx dt = x 2 x = 120

dx dt = x 2 x = 120 Solutions to Review Questions, Exam. A child is flying a kite. If the kite is 90 feet above the child s hand level and the wind is blowing it on a horizontal course at 5 feet per second, how fast is the

More information

(x + 3)(x 1) lim(x + 3) = 4. lim. (x 2)( x ) = (x 2)(x + 2) x + 2 x = 4. dt (t2 + 1) = 1 2 (t2 + 1) 1 t. f(x) = lim 3x = 6,

(x + 3)(x 1) lim(x + 3) = 4. lim. (x 2)( x ) = (x 2)(x + 2) x + 2 x = 4. dt (t2 + 1) = 1 2 (t2 + 1) 1 t. f(x) = lim 3x = 6, Math 140 MT1 Sample C Solutions Tyrone Crisp 1 (B): First try direct substitution: you get 0. So try to cancel common factors. We have 0 x 2 + 2x 3 = x 1 and so the it as x 1 is equal to (x + 3)(x 1),

More information

Solve for an unknown rate of change using related rates of change.

Solve for an unknown rate of change using related rates of change. Objectives: Solve for an unknown rate of change using related rates of change. 1. Draw a diagram. 2. Label your diagram, including units. If a quantity in the diagram is not changing, label it with a number.

More information

Name Date Class. Logarithmic/Exponential Differentiation and Related Rates Review AP Calculus. Find dy. dx. 1. y 4 x. y 6. 3e x.

Name Date Class. Logarithmic/Exponential Differentiation and Related Rates Review AP Calculus. Find dy. dx. 1. y 4 x. y 6. 3e x. Name Date Class Find dy d. Logarithmic/Eponential Differentiation and Related Rates Review AP Calculus 1. y 4. 1 y ln. y ln 1 4. y log9 1 5. e y 6. y log 7. y e 8. e y e 4 1 1 9. y e e 10. 1 y ln 1 e 11.

More information

Answer Key. Calculus I Math 141 Fall 2003 Professor Ben Richert. Exam 2

Answer Key. Calculus I Math 141 Fall 2003 Professor Ben Richert. Exam 2 Answer Key Calculus I Math 141 Fall 2003 Professor Ben Richert Exam 2 November 18, 2003 Please do all your work in this booklet and show all the steps. Calculators and note-cards are not allowed. Problem

More information

A = 1 2 ab da dt = 1 da. We can find how fast the area is growing at 3 seconds by plugging everything into that differentiated equation: da

A = 1 2 ab da dt = 1 da. We can find how fast the area is growing at 3 seconds by plugging everything into that differentiated equation: da 1 Related Rates In most related rates problems, we have an equation that relates a bunch of quantities that are changing over time. For example, suppose we have a right triangle whose base and height are

More information

Chapter 3.5: Related Rates

Chapter 3.5: Related Rates Expected Skills: Chapter.5: Related Rates Be able to solve related rates problems. It may be helpful to remember the following strategy:. Read the problem carefully. 2. Draw a diagram, if possible, representing

More information

Related Rates STEP 1 STEP 2:

Related Rates STEP 1 STEP 2: Related Rates You can use derivative analysis to determine how two related quantities also have rates of change which are related together. I ll lead off with this example. 3 Ex) A spherical ball is being

More information

Math Exam 02 Review

Math Exam 02 Review Math 10350 Exam 02 Review 1. A differentiable function g(t) is such that g(2) = 2, g (2) = 1, g (2) = 1/2. (a) If p(t) = g(t)e t2 find p (2) and p (2). (Ans: p (2) = 7e 4 ; p (2) = 28.5e 4 ) (b) If f(t)

More information

MAT137 - Week 8, lecture 1

MAT137 - Week 8, lecture 1 MAT137 - Week 8, lecture 1 Reminder: Problem Set 3 is due this Thursday, November 1, at 11:59pm. Don t leave the submission process until the last minute! In today s lecture we ll talk about implicit differentiation,

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

AP CALCULUS BC SUMMER ASSIGNMENT

AP CALCULUS BC SUMMER ASSIGNMENT AP CALCULUS BC SUMMER ASSIGNMENT Work these problems on notebook paper. All work must be shown. Use your graphing calculator only on problems -55, 80-8, and 7. Find the - and y-intercepts and the domain

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. C) dc. D) dr dt = 2πdC dt

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. C) dc. D) dr dt = 2πdC dt MAC 3 Chapter Review Materials (Part III) Topics Include Related Rates, Differentials, and Linear Approximations MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers

More information

AP Calculus Related Rates Worksheet

AP Calculus Related Rates Worksheet AP Calculus Related Rates Worksheet 1. A small balloon is released at a point 150 feet from an observer, who is on level ground. If the balloon goes straight up at a rate of 8 feet per second, how fast

More information

Lecture 9. Section 3.4 Derivative as a Rate of Change Section 3.8 Rates of Change per Unit Time. Jiwen He

Lecture 9. Section 3.4 Derivative as a Rate of Change Section 3.8 Rates of Change per Unit Time. Jiwen He Review Section 3.4 Section 3.8 Lecture 9 Section 3.4 Derivative as a Rate of Change Section 3.8 Rates of Change per Unit Time Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu

More information

4.1 Implicit Differentiation

4.1 Implicit Differentiation 4.1 Implicit Differentiation Learning Objectives A student will be able to: Find the derivative of variety of functions by using the technique of implicit differentiation. Consider the equation We want

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

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2 AP Physics C Calculus C.1 Name Trigonometric Functions 1. Consider the right triangle to the right. In terms of a, b, and c, write the expressions for the following: c a sin θ = cos θ = tan θ =. Using

More information

Section 3.8 Related Rates

Section 3.8 Related Rates Section 3.8 Related Rates Read and re-read the problem until you understand it. Draw and label a picture which gives the relevant information (if possible). Introduce notation. Assign a symbol to every

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

4.4: Optimization. Problem 2 Find the radius of a cylindrical container with a volume of 2π m 3 that minimizes the surface area.

4.4: Optimization. Problem 2 Find the radius of a cylindrical container with a volume of 2π m 3 that minimizes the surface area. 4.4: Optimization Problem 1 Suppose you want to maximize a continuous function on a closed interval, but you find that it only has one local extremum on the interval which happens to be a local minimum.

More information

Math 131. Related Rates Larson Section 2.6

Math 131. Related Rates Larson Section 2.6 Math 131. Related Rates Larson Section 2.6 There are many natural situations when there are related variables that are changing with respect to time. For example, a spherical balloon is being inflated

More information

Section MWF 12 1pm SR 117

Section MWF 12 1pm SR 117 Math 1431 Section 12485 MWF 12 1pm SR 117 Dr. Melahat Almus almus@math.uh.edu http://www.math.uh.edu/~almus COURSE WEBSITE: http://www.math.uh.edu/~almus/1431_sp16.html Visit my website regularly for announcements

More information

Math 125: Exam 3 Review

Math 125: Exam 3 Review Math 125: Exam 3 Review Since we re using calculators, to keep the playing field level between all students, I will ask that you refrain from using certain features of your calculator, including graphing.

More information

MATH 10550, EXAM 2 SOLUTIONS. 1. Find an equation for the tangent line to. f(x) = sin x cos x. 2 which is the slope of the tangent line at

MATH 10550, EXAM 2 SOLUTIONS. 1. Find an equation for the tangent line to. f(x) = sin x cos x. 2 which is the slope of the tangent line at MATH 100, EXAM SOLUTIONS 1. Find an equation for the tangent line to at the point ( π 4, 0). f(x) = sin x cos x f (x) = cos(x) + sin(x) Thus, f ( π 4 ) = which is the slope of the tangent line at ( π 4,

More information

Calculus 437 Semester 1 Review Chapters 1, 2, and 3 January 2016

Calculus 437 Semester 1 Review Chapters 1, 2, and 3 January 2016 Name: Class: Date: Calculus 437 Semester 1 Review Chapters 1, 2, and 3 January 2016 Short Answer 1. Decide whether the following problem can be solved using precalculus, or whether calculus is required.

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

Workbook for Calculus I

Workbook for Calculus I Workbook for Calculus I By Hüseyin Yüce New York 2007 1 Functions 1.1 Four Ways to Represent a Function 1. Find the domain and range of the function f(x) = 1 + x + 1 and sketch its graph. y 3 2 1-3 -2-1

More information

V = π 3 r2 h. dv dt = π [ r 2dh dt r2. dv 3 dt +2rhdr dt

V = π 3 r2 h. dv dt = π [ r 2dh dt r2. dv 3 dt +2rhdr dt 9 Related Rates Related rates is the phrase used to describe the situation when two or more related variables are changing with respect to time. The rate of change, as mentioned earlier, is another expression

More information

(b) x = (d) x = (b) x = e (d) x = e4 2 ln(3) 2 x x. is. (b) 2 x, x 0. (d) x 2, x 0

(b) x = (d) x = (b) x = e (d) x = e4 2 ln(3) 2 x x. is. (b) 2 x, x 0. (d) x 2, x 0 1. Solve the equation 3 4x+5 = 6 for x. ln(6)/ ln(3) 5 (a) x = 4 ln(3) ln(6)/ ln(3) 5 (c) x = 4 ln(3)/ ln(6) 5 (e) x = 4. Solve the equation e x 1 = 1 for x. (b) x = (d) x = ln(5)/ ln(3) 6 4 ln(6) 5/ ln(3)

More information

Chapter 2 Derivatives

Chapter 2 Derivatives Contents Chapter 2 Derivatives Motivation to Chapter 2 2 1 Derivatives and Rates of Change 3 1.1 VIDEO - Definitions................................................... 3 1.2 VIDEO - Examples and Applications

More information

Related Rates. 2. List the relevant quantities in the problem and assign them appropriate variables. Then write down all the information given.

Related Rates. 2. List the relevant quantities in the problem and assign them appropriate variables. Then write down all the information given. Calculus 1 Lia Vas Related Rates The most important reason for a non-mathematics major to learn mathematics is to be able to apply it to problems from other disciplines or real life. In this section, we

More information

Science One Math. October 18, 2018

Science One Math. October 18, 2018 Science One Math October 18, 2018 Today A few more examples of related rates problems A general discussion about mathematical modelling A simple growth model Related Rates Problems Problems where two or

More information

Related Rates. MATH 151 Calculus for Management. J. Robert Buchanan. Department of Mathematics. J. Robert Buchanan Related Rates

Related Rates. MATH 151 Calculus for Management. J. Robert Buchanan. Department of Mathematics. J. Robert Buchanan Related Rates Related Rates MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics 2014 Related Rates Problems Another common application of the derivative involved situations in which two or

More information

(a) At what rate is the circumference of the circle changing when the radius is 10 inches? =2inches per minute and we want to find. c =2 r.

(a) At what rate is the circumference of the circle changing when the radius is 10 inches? =2inches per minute and we want to find. c =2 r. 3.11 Related Rates Problem 1 The radius of a circle is increasing at a rate of 2 inches per minute. (a) At what rate is the circumference of the circle changing when the radius is 10 inches? We know: dr

More information

4.6 Related Rates Notes RELATED RATES PROBLEMS --- IT S AS EASY AS 1 2-3!

4.6 Related Rates Notes RELATED RATES PROBLEMS --- IT S AS EASY AS 1 2-3! 4.6 Related Rates Notes RELATED RATES PROBLEMS --- IT S AS EASY AS 1 2-3! 1) Draw a picture. Label all variables and constant values. Identify the given rate of change, the rate to be found, and when to

More information

DuVal High School Summer Review Packet AP Calculus

DuVal High School Summer Review Packet AP Calculus DuVal High School Summer Review Packet AP Calculus Welcome to AP Calculus AB. This packet contains background skills you need to know for your AP Calculus. My suggestion is, you read the information and

More information

AP Calculus AB Semester 1 Practice Final

AP Calculus AB Semester 1 Practice Final Class: Date: AP Calculus AB Semester 1 Practice Final Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Find the limit (if it exists). lim x x + 4 x a. 6

More information

f(x 0 + h) f(x 0 ) h slope of secant line = m sec

f(x 0 + h) f(x 0 ) h slope of secant line = m sec Derivatives Using limits, we can define the slope of a tangent line to a function. When given a function f(x), and given a point P (x 0, f(x 0 )) on f, if we want to find the slope of the tangent line

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES If we are pumping air into a balloon, both the volume and the radius of the balloon are increasing and their rates of increase are related to each other. However,

More information

Lecture 22: Related rates

Lecture 22: Related rates Lecture 22: Related rates Nathan Pflueger 30 October 2013 1 Introduction Today we consider some problems in which several quantities are changing over time. These problems are called related rates problems,

More information

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018 Lecture 10 Partial derivatives Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts February 27, 2018 Last time: functions of two variables f(x, y) x and y are the independent

More information

MATH 124. Midterm 2 Topics

MATH 124. Midterm 2 Topics MATH 124 Midterm 2 Topics Anything you ve learned in class (from lecture and homework) so far is fair game, but here s a list of some main topics since the first midterm that you should be familiar with:

More information

Review for the First Midterm Exam

Review for the First Midterm Exam Review for the First Midterm Exam Thomas Morrell 5 pm, Sunday, 4 April 9 B9 Van Vleck Hall For the purpose of creating questions for this review session, I did not make an effort to make any of the numbers

More information

Exponential, Logarithmic &Trigonometric Derivatives

Exponential, Logarithmic &Trigonometric Derivatives 1 U n i t 9 12CV Date: Name: Exponential, Logarithmic &Trigonometric Derivatives Tentative TEST date Big idea/learning Goals The world s population experiences exponential growth the rate of growth becomes

More information

2. Which of the following is an equation of the line tangent to the graph of f(x) = x 4 + 2x 2 at the point where

2. Which of the following is an equation of the line tangent to the graph of f(x) = x 4 + 2x 2 at the point where AP Review Chapter Name: Date: Per: 1. The radius of a circle is decreasing at a constant rate of 0.1 centimeter per second. In terms of the circumference C, what is the rate of change of the area of the

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

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

Final Exam Solutions

Final Exam Solutions Final Exam Solutions Laurence Field Math, Section March, Name: Solutions Instructions: This exam has 8 questions for a total of points. The value of each part of each question is stated. The time allowed

More information

( ) as a fraction. If both numerator and denominator are

( ) as a fraction. If both numerator and denominator are A. Limits and Horizontal Asymptotes What you are finding: You can be asked to find lim f x x a (H.A.) problem is asking you find lim f x x ( ) and lim f x x ( ). ( ) or lim f x x ± ( ). Typically, a horizontal

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

A = 1 2 ab da dt = 1 da. We can find how fast the area is growing at 3 seconds by plugging everything into that differentiated equation: da

A = 1 2 ab da dt = 1 da. We can find how fast the area is growing at 3 seconds by plugging everything into that differentiated equation: da 1 Related Rates In most related rates problems, we have an equation that relates a bunch of quantities that are changing over time. For example, suppose we have a right triangle whose base and height are

More information

Compute the rate of change of one quantity in terms of the rate of change of another quantity.

Compute the rate of change of one quantity in terms of the rate of change of another quantity. 3.10 Related Rates Compute the rate of change of one quantity in terms of the rate of change of another quantity. Example 1: If x 2 y x + 4 = 0 and dx/dt = 3, find dy/dt when x = 1. Example 2: Air is being

More information

CONNECTED RATE OF CHANGE PACK

CONNECTED RATE OF CHANGE PACK C4 CONNECTED RATE OF CHANGE PACK 1. A vase with a circular cross-section is shown in. Water is flowing into the vase. When the depth of the water is h cm, the volume of water V cm 3 is given by V = 4 πh(h

More information

Related Rates In each related rate problem there can be variations in the details. The problems, however, have the same general structure.

Related Rates In each related rate problem there can be variations in the details. The problems, however, have the same general structure. Lab 6 Math 111 Spring 019 Related Rates In each related rate problem there can be variations in the details. The problems, however, have the same general structure. I. Relating Quantities: Independent

More information

Without fully opening the exam, check that you have pages 1 through 11.

Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through. Show all your work on the standard response

More information

Science One Math. October 17, 2017

Science One Math. October 17, 2017 Science One Math October 17, 2017 Today A few more examples of related rates problems A general discussion about mathematical modelling A simple growth model Related Rates Problems Problems where two or

More information

Math 251, Spring 2005: Exam #2 Preview Problems

Math 251, Spring 2005: Exam #2 Preview Problems Math 5, Spring 005: Exam # Preview Problems. Using the definition of derivative find the derivative of the following functions: a) fx) = e x e h. Use the following lim =, e x+h = e x e h.) h b) fx) = x

More information

Without fully opening the exam, check that you have pages 1 through 11.

Without fully opening the exam, check that you have pages 1 through 11. Name: Section: (Recitation) Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through. Show all your work on the standard response

More information

Calculus Applications of Differentiation. Norhafizah Md Sarif Faculty of Industrial Science & Technology

Calculus Applications of Differentiation. Norhafizah Md Sarif Faculty of Industrial Science & Technology Calculus Applications of Differentiation By Norhafizah Md Sarif Faculty of Industrial Science & Technology norhafizah@ump.edu.my Description Aims This chapter is aimed to : 1. introduce the concept of

More information

SOLUTIONS FOR PRACTICE FINAL EXAM

SOLUTIONS FOR PRACTICE FINAL EXAM SOLUTIONS FOR PRACTICE FINAL EXAM ANDREW J. BLUMBERG. Solutions () Short answer questions: (a) State the mean value theorem. Proof. The mean value theorem says that if f is continuous on (a, b) and differentiable

More information

Examples. 1. (Solution) (a) Suppose f is an increasing function, and let A(x) = x

Examples. 1. (Solution) (a) Suppose f is an increasing function, and let A(x) = x Math 31A Final Exam Practice Problems Austin Christian December 1, 15 Here are some practice problems for the final. You ll notice that these problems all come from material since the last exam. You are,

More information

MATH 162. FINAL EXAM ANSWERS December 17, 2006

MATH 162. FINAL EXAM ANSWERS December 17, 2006 MATH 6 FINAL EXAM ANSWERS December 7, 6 Part A. ( points) Find the volume of the solid obtained by rotating about the y-axis the region under the curve y x, for / x. Using the shell method, the radius

More information

Math 116 Final Exam December 17, 2010

Math 116 Final Exam December 17, 2010 Math 116 Final Exam December 17, 2010 Name: Instructor: Section: 1. Do not open this exam until you are told to do so. 2. This exam has 11 pages including this cover. There are 9 problems. Note that the

More information

AP Calculus BC Chapter 4 AP Exam Problems A) 4 B) 2 C) 1 D) 0 E) 2 A) 9 B) 12 C) 14 D) 21 E) 40

AP Calculus BC Chapter 4 AP Exam Problems A) 4 B) 2 C) 1 D) 0 E) 2 A) 9 B) 12 C) 14 D) 21 E) 40 Extreme Values in an Interval AP Calculus BC 1. The absolute maximum value of x = f ( x) x x 1 on the closed interval, 4 occurs at A) 4 B) C) 1 D) 0 E). The maximum acceleration attained on the interval

More information

Unit 5 ICM/AB Applications of the Derivative Fall Nov 10 Learn Velocity and Acceleration: HW p P ,103 p.

Unit 5 ICM/AB Applications of the Derivative Fall Nov 10 Learn Velocity and Acceleration: HW p P ,103 p. Unit 5 ICM/AB Applications of the Derivative Fall 2016 Nov 4 Learn Optimization, New PS up on Optimization, HW pg. 216 3,5,17,19,21,23,25,27,29,33,39,41,49,50 a,b,54 Nov 7 Continue on HW from Nov 4 and

More information

Math 111D Calculus 1 Exam 2 Practice Problems Fall 2001

Math 111D Calculus 1 Exam 2 Practice Problems Fall 2001 Math D Calculus Exam Practice Problems Fall This is not a comprehensive set of problems, but I ve added some more problems since Monday in class.. Find the derivatives of the following functions a) y =

More information

1. Find and classify the extrema of h(x, y) = sin(x) sin(y) sin(x + y) on the square[0, π] [0, π]. (Keep in mind there is a boundary to check out).

1. Find and classify the extrema of h(x, y) = sin(x) sin(y) sin(x + y) on the square[0, π] [0, π]. (Keep in mind there is a boundary to check out). . Find and classify the extrema of hx, y sinx siny sinx + y on the square[, π] [, π]. Keep in mind there is a boundary to check out. Solution: h x cos x sin y sinx + y + sin x sin y cosx + y h y sin x

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

Ï ( ) Ì ÓÔ. Math 2413 FRsu11. Short Answer. 1. Complete the table and use the result to estimate the limit. lim x 3. x 2 16x+ 39

Ï ( ) Ì ÓÔ. Math 2413 FRsu11. Short Answer. 1. Complete the table and use the result to estimate the limit. lim x 3. x 2 16x+ 39 Math 43 FRsu Short Answer. Complete the table and use the result to estimate the it. x 3 x 3 x 6x+ 39. Let f x x.9.99.999 3.00 3.0 3. f(x) Ï ( ) Ô = x + 5, x Ì ÓÔ., x = Determine the following it. (Hint:

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 6 C) - 12 (6x - 7)3

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 6 C) - 12 (6x - 7)3 Part B- Pre-Test 2 for Cal (2.4, 2.5, 2.6) Test 2 will be on Oct 4th, chapter 2 (except 2.6) Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

More information

MATH 108 FALL 2013 FINAL EXAM REVIEW

MATH 108 FALL 2013 FINAL EXAM REVIEW MATH 08 FALL 203 FINAL EXAM REVIEW Definitions and theorems. The following definitions and theorems are fair game for you to have to state on the exam. Definitions: Limit (precise δ-ɛ version; 2.4, Def.

More information

4.5 Linearization Calculus 4.5 LINEARIZATION. Notecards from Section 4.5: Linearization; Differentials. Linearization

4.5 Linearization Calculus 4.5 LINEARIZATION. Notecards from Section 4.5: Linearization; Differentials. Linearization 4.5 Linearization Calculus 4.5 LINEARIZATION Notecards from Section 4.5: Linearization; Differentials Linearization The goal of linearization is to approximate a curve with a line. Why? Because it s easier

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

The volume of a sphere and the radius of the same sphere are related by the formula:

The volume of a sphere and the radius of the same sphere are related by the formula: Related Rates Today is a day in which we explore the behavior of derivatives rather than trying to get new formulas for derivatives. Example Let s ask the following question: Suppose that you are filling

More information

Almost all of the questions involving Related Rates will require one of the following relationships to link together the various changing rates:

Almost all of the questions involving Related Rates will require one of the following relationships to link together the various changing rates: Related Rates All quantities that we meet in every-day life change with time, this is especially true in scientific investigations. Related Rate problems are those in which an equation epresses some relationship

More information

College Calculus Final Review

College Calculus Final Review College Calculus Final Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Determine the following limit. (Hint: Use the graph to calculate the limit.)

More information