Finding and Using Derivative The shortcuts

Size: px
Start display at page:

Download "Finding and Using Derivative The shortcuts"

Transcription

1 Calculus 1 Lia Vas Finding and Using Derivative Te sortcuts We ave seen tat te formula f f(x+) f(x) (x) = lim 0 is manageable for relatively simple functions like a linear or quadratic. For more complex functions, finding te derivative using tis definition is not very effective. Because of tis, many sortcuts to finding derivative ave been introduced. Derivative of a constant function. If c is a constant and f(x) = c for every value of c, ten f(x+) f(x) = c c = 0. Tus, te derivative is zero. Alternatively, te same conclusion could be reaced by noting tat a orizontal line as te slope zero. Tus, f(x) = c f (x) = 0 Derivative of te power function. In Examples 6 of previous section, we ave seen tat te derivative of te line mx + b is m. Tus te derivative of x is 1. In Example 7 we ave seen tat te derivative of x is x. Let us demonstrate a more general formula wic will compute te derivative of x n for any positive integer n. Let f(x) = x n and let us find te formula for f (a) using te alternative formula f (a) = f(x) f(a) lim x a for derivative at a. For tis function te quotient f(x) f(a) becomes xn a n. To determine te limit of tis wen x a, we want to factor te numerator. Recall tat x n a n factors x a x a x a as x n a n = (x a)(x n 1 + x n a xa n + a n 1 ) To convince yourself of tis formula, foil te rigt and side and obtain x n + x n 1 a x a n + xa n 1 ax n 1 x n a... xa n 1 a n and note tat all te terms cancel except te first x n and te last one a n. Tus you ave x n a n. Tus, f x n a n (a) = x a lim x a = lim (x a)(x n 1 + x n a xa n + a n 1 ) x a x a lim x a xn 1 + x n a xa n + a n 1 = a n 1 + a n a n 1 + a n 1 = na n 1 Since f (a) = na n 1 we ave = Te Power Rule. f(x) = x n f (x) = nx n 1 Note tat tis formula confirms our calculation of derivative of x and x. Indeed wen n = 1, it produces te derivative of x = x 1 as 1x 1 1 = 1x 0 = 1 and wen n =, te derivative of x as x 1 = x 1 = x. Togeter wit te following tree rules, we sall be able to find derivative of any polynomial function witout using te definition of derivative. 1

2 Te Sum Rule. y = f(x) + g(x) y = f (x) + g (x) Te Difference Rule. y = f(x) g(x) y = f (x) g (x) Te Constant Multiple Rule. y = cf(x) y = cf (x) Tus, 1. Te derivative of te sum is te sum of te derivatives.. Te derivative of te difference is te difference of te derivatives. 3. To find te derivative of a constant multiple of te function, carry te constant and find te derivative of te function. Tese formulas old basically because te same rules can be applied to limits: limits are additive and constant factors out of tem. Tus, if y = f(x) + g(x), te sum rule olds since y = lim 0 f(x + ) + g(x + ) f(x) g(x) f(x + ) f(x) = lim 0 Te difference rule can be sown similarly. If y = cf(x), y = lim 0 cf(x + ) cf(x) = lim 0 c(f(x + ) f(x)) g(x + ) g(x) + = c lim 0 f(x + ) f(x) = f (x)+g (x) = cf (x) Tese rules enables you to find derivative of any polynomial function by differentiating term by term. Eac term is of te form ax n wic as derivative nax n 1 by power and constant multiple rules. Example 1. Find derivative of f(x) = x x 5. Solution. f (x) = d dx x3 + d 1 dx 4 x d 5 = dx (3)x x 1 0 = 6x + 1x. General Power Rule. In practice problem 5c of te previous section, we ave seen tat te derivative of 1 = x x 1 is 1 = 1x. Note tat tis follows te pattern of te power rule: for n = 1, x te formula nx 1 produces exactly 1x. It can be sown tat te power rule olds for any real number n. Te General Power Rule. f(x) = x n f (x) = nx n 1 olds for every real n Tis rule enables us to find derivatives of functions wit negative or fractional powers. You need to make sure tat your function is written in te form x n before you apply te power rule. Te following algebra rules may be useful wen doing tat. 1 x n = x n n x = x 1/n

3 Example. Find derivatives of te following functions. (a) f(x) = x x 4 (b) f(x) = x 3 3 x Solution. (a) Before finding derivative, write bot terms of f(x) in ax n form: f(x) = 1 4 x4 +4x 4. Ten find derivative using te power rule for bot terms. f (x) = d 1 dx 4 x4 + d dx 4x 4 = 1 4 (4)x ( 4)x 4 1 = x 3 16x 5. If necessary, you can write your answer as f (x) = x x 5 (b) Write bot terms of f(x) in ax n form first: f(x) = (x 3 ) 1/ 3x 1/ = x 3/ 3x 1/. Ten find derivative using te power rule for bot terms. f (x) = d dx x3/ d dx 3x 1/ = 3 x3/ 1 3( 1 )x 1/ 1 = 3 x1/ + 3 x 3/. If necessary, you can write your answer as f (x) = 3 x + 3. x 3 Te sortcuts. Having te differentiation formulas enables you to find te instantaneous rate of cange, te slope of te tangent line at a point, velocity or any oter rate of cange in an applied problem witout using te definition of te derivative. We revisit several problems of te previous section and present a sorter solution to tem. Example 3 Examples from previous section revisited. 4 Example 1 (b) Let f(x) = x +4. Find te instantaneous rate of cange of f(x) for x = 1. Ten find te equation of te tangent line to f(x) at x = 1. 4 Example (b) Assume tat te distance traveled by a moving object x second after te object started moving can be computed by f(x) = x + 4 feet. Determine te velocity of te object one second after it started moving. 4 Example 4. Find te derivative of f(x) = 1 at x =. x Solutions. For 4 1 (b), find te derivative f (x) = d dx x + d 4 = dx x = x. Ten plug x = 1 and obtain f (1) = (1) =. Tis computes te slope of te tangent line. Te equation of te tangent line can be obtained using te point-slope equation wit m = and (1, f(1)) = (1, 5). So, te tangent line is y 5 = (x 1) y = x + 3. For 4 (b) Find te velocity just as in 1(b) and obtain te velocity of feet per second. For 4 Example 4, use te power rule for f(x) = x 1 to find te derivative f (x) = 1x 1 1 = x = 1 x. Plug x = to obtain tat f () = 1 = 1 4. Example 4. Sow tat for te linear function f(x) = mx + b te average rate of cange from x = a to x = a + and te instantaneous rate of cange at x = a are equal. Solutions. Te average rate of cange is f(a+) f(a) m. Te instantaneous rate of cange at a is te limit of f(a+) f(a) = m(a+)+b (ma+b) = ma+m+b ma b = m = = m wic is also equal to m. Alternatively, you can find te instantaneous by noting tat te derivative f (x) = mx = m. More on velocity. Using te previous example, you can relate te formula computing te velocity of an object wit distance s(t) at time t as v = ds wit te pre-calculus formula you used dt for velocity v = s now better expressed as v = s. Te first formula computes te instantaneous t t velocity wile te second formula computes te average velocity. As we ave seen in te previous 3

4 example, if te distance function is a linear function (tat is, if velocity is constant), te two formulas amount to te same ting. One sould keep in mind tat te velocity cannot be computed by te pre-calculus formula v = s wen s is a nonlinear function. t More on oter applications of derivative. Similar argument can be made for relation between several oter pysical quantities. For example, let us recall several oter equivalent examples: (1) te force is te quotient of cange in work and cange in displacement caused by te force, () te current produced by a movement of electric carge is te quotient of te carge and time, (3) te density of a piece of wire is te quotient of mass and te lengt of te wire. Te average velocity Te average force Te average current Te average density v = s ds, te velocity v = t dt F = W x, te force F = dw dx I = Q dq, te current I = t dt ρ = m dm, te density ρ = x dx Example 5. Te mass of a metal rod in kilograms depends on te lengt x measured in meters starting at te rod s end and can be computed by m(x) = 6 3 x. Determine te density of te rod 1 meter from te rod s end. Solution. Te density ρ at x = 1 can be computed as te value of derivative dm dx x=1 (recall tat tis is te same as m (1)). Note tat m(x) = 6x 1/3 so tat te derivative is m (x) = x1/3 1 = x /3 = 3. Tus x m (1) = 3 1 = kilograms per meter. Some furter examples are given in practice problems below. Practice problems. 1. Find te derivative of te given functions. (a) y = x 5 3x 3 + 5x 9 (b) y = x (c) y = x3 + x 3 (d) y = 4 x 1 3x 6. Find an equation of te line tangent to te curve at te indicated point. (a) f(x) = x + x at x =. (b) f(x) = x x at x = Find te points on te given curve at wic te tangent as te given slope. Ten find te tangent lines at tose points. (a) f(x) = x 3 3x 5, m = 0. (b) f(x) = x 3 3 x +, m = A company determines tat its cost function is C(x) = x.01x, 4

5 0 x 300, were x is te number of items produced and C(x) is te cost of producing x items in dollars. (a) Find te average rate of cange in cost wen x is canging from 100 to 150. (b) Find te instantaneous rate of cange in cost wen producing 00 items. 5. Assume tat te matematical model for te growt of a locust tree in its first century of life is given by (t) = 3 t, 0 t 100, were t is te age of te tree in years and (t) is te eigt of te tree in feet. Find (64) and (64) and interpret te meaning of your answers in a full sentence. 6. Te mass of bacteria culture at time t in ours, is approximated by N(t) = 4t 7/, in milligrams. (a) Find N(9) and N (9) and interpret te meaning of your answers in a full sentence. (b) Find ow fast te mass of bacteria increases 4 ours after te experiment started. 7. Te body mass index (BMI) is a number obtained as BMI = 703w were w is te weigt in pounds and is te eigt in inces. For a 15-lb female tat is now 65 inces tall but growing, calculate ow fast is BMI canging wit eac new inc. Explain te meaning of te answer. 8. If a stone is dropped from a building 150 feet tall, its eigt above te ground after t seconds is given by s(t) = t, in feet. Since s measures te distance from te ground, it is decreasing as time passes by so tat te value of te velocity is negative. Te absolute value of velocity is often referred to as speed. (a) Find te average speed of te stone between 1 and 3 seconds after it is dropped. (b) Find te speed.5 seconds after te stone is dropped. (c) Find te time te stone its te ground and te speed at te time of te impact. 9. A blood vessel can be considered to be a cylindrical tube of radius R and lengt l. Te velocity of te blood can be computed by te formula v = P 4ηl (R r ) were r measures te distance from te central axis and P and η are constants representing te pressure difference between ends of te tube and viscosity of te blood. Tis formula is known as te law of te laminar flow and reflects te fact tat te velocity is largest along te central axis (wen r = 0) and te smallest along te wall (wen r = R). Determine te formula computing te velocity gradient, te instantaneous rate of cange of velocity wit respect to r and comment on te sign of your answer. 10. A particle moves on a line away from its initial position so tat after t ours it is s(t) = t 1 miles from its initial position. (a) Find te velocity of te particle 5 ours after it started moving. (b) Find te time wen te velocity is 30 miles per our. 11. Te mass of a bacteria culture t ours after te start of experiment, is modeled by N(t) = 3t 5/, in milligrams. (a) Determine te mass 16 ours after experiment started. (b) Determine ow fast te mass of bacteria increases 9 ours after te experiment started. (c) Determine te time wen te mass is 300 mg. 5

6 Solutions. 1. (a) y = (5)x 5 1 3(3)x (1)x = 10x 4 9x + 5 (b) y = 38x = 38x 37 (c) y = x3 + x 3 = 1 x3 + x 3/ y = 1 (3)x x3/ 1 = 3 x + 3 x1/ or y = 3x + 3 x. (d) y = 4 1 = 4x 1 x 3x 6 3 x 6 y = 4( )x ( 6)x 6 1 = 8x 3 + x 7 or y = 8 + x 3 x 7. (a) To use te point-slope equation, you need to compute te y-value of point wit x = and te slope f (). f() = + = =. To find te derivative, note tat f(x) = x 1 + 1x f (x) = ( 1)x x1 1 = + 1. Tus f () = + 1 = = 0. So, te tangent line is x y = 0(x ) y =. (b) f(1) = = =. So, te function passes (1,). f(x) = x x = x 3/ + x /3 f (x) = 3 x1/ + 3 x 1/3. At x = 1, f (1) = 3 11/ /3 = 3 + = 9+4 = Tus, te tangent line is y = 13(x 1) y = 13x (a) f(x) = x 3 3x 5 f (x) = 3x 3 1 3()x 1 0 = x 6x. Te problem is asking you to find te values of x for wic f (x) = 0 x 6x = 0 x(x 6) = 0 x = 0 and x = 6. Tus, te curve as orizontal tangent at points 0 and 6. f(0) = 0 3 3(0) 5 = 5 so te tangent is y + 5 = 0(x 0) y = 5. Wen x = 6, f(6) = = 103. Te tangent is y 103 = 0(x 6) y = 103. (b) f(x) = x 3 3 x + f (x) = 3x x 1 +0 = 3x 3x. Te problem is asking you to find te values of x for wic f (x) = 6 3x 3x = 6 3x 3x 6 = 0 3(x )(x+1) x = and x = 1. Tus, te curve as tangent wit slope 6 at points and -1. Since f() = = 4 te tangent at x = is y 4 = 6(x ) y = 6x 8. Wen x = 1, f( 1) = = 1 so te tangent is y + 1 = 6(x + 1) y = 6x (a) Wen production canges from 100 to 150 items produced, te cost increased at an average rate of C(150) C(100) = = 3.5 dollars per item produced. (b) C (x) = x ()x 1 = x. Wen producing 00 items, te cost is increasing at a rate C (00) = (00) = 31 dollars per item produced. 5. (t) = 3t 1/. (64) = years after it starts growing, te tree is 4 feet tall. (t) = 3 1 t1/ 1 = 3 t 1/ = 3. t (64) = 3 = years after it starts growing, te tree 16 is growing at te rate of.19 feet per year. 6. (a) N(t) = 4t 7/, N(9) = 8748 mg = te mass of bacteria 9 ours after. N (t) = 4 7 t7/ 1 = 14t 5/. N (9) = 340 mg per our. Tus, after 9 ours, te mass is increasing at te rate of 340 mg per our. (b) 4 ours after, te mass of bacteria is increasing at te rate of N (4) = 14(4) 5/ = 448 mg per our. 7. For w = 15, BMI() = 703(15) = BMI () = 87875( ) 1 = Wen 3 = 65, te value of te derivative is Tus, te BMI is decreasing by.64 per 65 3 inc. Te negative sign indicate tat for a fixed weigt, te BMI decreases wen te eigt increases. 6

7 8. (a) Te average velocity between 1 and 3 seconds after te stone is dropped is s(3) s(1) = = 64. Tus te average speed is 64 feet per second. (b) s (t) = 3t s (.5) = 80 so te speed.5 seconds after te stone is dropped is 80 feet per second. (c) Te stone its te ground wen s(t) = t = = 16t t = ± 150 ±3.06. Since we are 16 interested in positive value of time, we conclude tat te stone its te ground 0.06 seconds after it is dropped. Te velocity at te time of te impact is s (3.06) = Tus, te speed is about 98 feet per second. 9. v = P 4ηl (R r ) dv = P (0 dr 4ηl r 1 ) = P decreases as r increases. 4ηl rp r =. Te sign is negative since te velocity ηl 10. (a) s(t) = t 1 s (t) = 4t s (5) = 0 so tat te velocity 5 ours after is 0 miles per our. (b) s (t) = 4t = 30 t = 30 = 7.5. Tus, te velocity is 30 miles per our 7.5 ours 4 after. 11. (a) N(t) = 3t 5/ N(16) =307 mg. (b) N (t) = 15 t3/ N (9) = 15 93/ = 0.5 mg per our. (c) N(t) = 3t 5/ = 300 t 5/ = 100 t = 100 / ours. Tus, te mass is 300 mg 6.31 ours after te experiment started. 7

The Derivative The rate of change

The Derivative The rate of change Calculus Lia Vas Te Derivative Te rate of cange Knowing and understanding te concept of derivative will enable you to answer te following questions. Let us consider a quantity wose size is described by

More information

f a h f a h h lim lim

f a h f a h h lim lim Te Derivative Te derivative of a function f at a (denoted f a) is f a if tis it exists. An alternative way of defining f a is f a x a fa fa fx fa x a Note tat te tangent line to te grap of f at te point

More information

Section 3.1: Derivatives of Polynomials and Exponential Functions

Section 3.1: Derivatives of Polynomials and Exponential Functions Section 3.1: Derivatives of Polynomials and Exponential Functions In previous sections we developed te concept of te derivative and derivative function. Te only issue wit our definition owever is tat it

More information

Higher Derivatives. Differentiable Functions

Higher Derivatives. Differentiable Functions Calculus 1 Lia Vas Higer Derivatives. Differentiable Functions Te second derivative. Te derivative itself can be considered as a function. Te instantaneous rate of cange of tis function is te second derivative.

More information

= h. Geometrically this quantity represents the slope of the secant line connecting the points

= h. Geometrically this quantity represents the slope of the secant line connecting the points Section 3.7: Rates of Cange in te Natural and Social Sciences Recall: Average rate of cange: y y y ) ) ), ere Geometrically tis quantity represents te slope of te secant line connecting te points, f (

More information

HOMEWORK HELP 2 FOR MATH 151

HOMEWORK HELP 2 FOR MATH 151 HOMEWORK HELP 2 FOR MATH 151 Here we go; te second round of omework elp. If tere are oters you would like to see, let me know! 2.4, 43 and 44 At wat points are te functions f(x) and g(x) = xf(x)continuous,

More information

Math 34A Practice Final Solutions Fall 2007

Math 34A Practice Final Solutions Fall 2007 Mat 34A Practice Final Solutions Fall 007 Problem Find te derivatives of te following functions:. f(x) = 3x + e 3x. f(x) = x + x 3. f(x) = (x + a) 4. Is te function 3t 4t t 3 increasing or decreasing wen

More information

Exam 1 Review Solutions

Exam 1 Review Solutions Exam Review Solutions Please also review te old quizzes, and be sure tat you understand te omework problems. General notes: () Always give an algebraic reason for your answer (graps are not sufficient),

More information

Section 15.6 Directional Derivatives and the Gradient Vector

Section 15.6 Directional Derivatives and the Gradient Vector Section 15.6 Directional Derivatives and te Gradient Vector Finding rates of cange in different directions Recall tat wen we first started considering derivatives of functions of more tan one variable,

More information

REVIEW LAB ANSWER KEY

REVIEW LAB ANSWER KEY REVIEW LAB ANSWER KEY. Witout using SN, find te derivative of eac of te following (you do not need to simplify your answers): a. f x 3x 3 5x x 6 f x 3 3x 5 x 0 b. g x 4 x x x notice te trick ere! x x g

More information

Math 102 TEST CHAPTERS 3 & 4 Solutions & Comments Fall 2006

Math 102 TEST CHAPTERS 3 & 4 Solutions & Comments Fall 2006 Mat 102 TEST CHAPTERS 3 & 4 Solutions & Comments Fall 2006 f(x+) f(x) 10 1. For f(x) = x 2 + 2x 5, find ))))))))) and simplify completely. NOTE: **f(x+) is NOT f(x)+! f(x+) f(x) (x+) 2 + 2(x+) 5 ( x 2

More information

Combining functions: algebraic methods

Combining functions: algebraic methods Combining functions: algebraic metods Functions can be added, subtracted, multiplied, divided, and raised to a power, just like numbers or algebra expressions. If f(x) = x 2 and g(x) = x + 2, clearly f(x)

More information

2.1 THE DEFINITION OF DERIVATIVE

2.1 THE DEFINITION OF DERIVATIVE 2.1 Te Derivative Contemporary Calculus 2.1 THE DEFINITION OF DERIVATIVE 1 Te grapical idea of a slope of a tangent line is very useful, but for some uses we need a more algebraic definition of te derivative

More information

2.11 That s So Derivative

2.11 That s So Derivative 2.11 Tat s So Derivative Introduction to Differential Calculus Just as one defines instantaneous velocity in terms of average velocity, we now define te instantaneous rate of cange of a function at a point

More information

Review for Exam 1. Calculus 1 Lia Vas. 1. Limits. Evaluate the following limits. x 1 x 2 3x + 2. x 1 x 2. (b) lim x. (h) lim x. x 2 x 6 x 2 2x 3.

Review for Exam 1. Calculus 1 Lia Vas. 1. Limits. Evaluate the following limits. x 1 x 2 3x + 2. x 1 x 2. (b) lim x. (h) lim x. x 2 x 6 x 2 2x 3. Calculus 1 Lia Vas Review for Eam 1 1. Limits. Evaluate the following limits. (a) lim 1 1 3 + (c) lim 3 3 (e) lim 3 5 + (g) lim 5 + 3 (i) lim 3 3 (k) lim 3 (b) lim 1 3 + (d) lim 3 (f) lim h 0 1 (+h) 1

More information

Section 2: The Derivative Definition of the Derivative

Section 2: The Derivative Definition of the Derivative Capter 2 Te Derivative Applied Calculus 80 Section 2: Te Derivative Definition of te Derivative Suppose we drop a tomato from te top of a 00 foot building and time its fall. Time (sec) Heigt (ft) 0.0 00

More information

Derivatives. By: OpenStaxCollege

Derivatives. By: OpenStaxCollege By: OpenStaxCollege Te average teen in te United States opens a refrigerator door an estimated 25 times per day. Supposedly, tis average is up from 10 years ago wen te average teenager opened a refrigerator

More information

3.4 Worksheet: Proof of the Chain Rule NAME

3.4 Worksheet: Proof of the Chain Rule NAME Mat 1170 3.4 Workseet: Proof of te Cain Rule NAME Te Cain Rule So far we are able to differentiate all types of functions. For example: polynomials, rational, root, and trigonometric functions. We are

More information

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

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

More information

Introduction to Derivatives

Introduction to Derivatives Introduction to Derivatives 5-Minute Review: Instantaneous Rates and Tangent Slope Recall te analogy tat we developed earlier First we saw tat te secant slope of te line troug te two points (a, f (a))

More information

5.1 We will begin this section with the definition of a rational expression. We

5.1 We will begin this section with the definition of a rational expression. We Basic Properties and Reducing to Lowest Terms 5.1 We will begin tis section wit te definition of a rational epression. We will ten state te two basic properties associated wit rational epressions and go

More information

Lesson 4 - Limits & Instantaneous Rates of Change

Lesson 4 - Limits & Instantaneous Rates of Change Lesson Objectives Lesson 4 - Limits & Instantaneous Rates of Cange SL Topic 6 Calculus - Santowski 1. Calculate an instantaneous rate of cange using difference quotients and limits. Calculate instantaneous

More information

Derivatives and Rates of Change

Derivatives and Rates of Change Section.1 Derivatives and Rates of Cange 2016 Kiryl Tsiscanka Derivatives and Rates of Cange Measuring te Rate of Increase of Blood Alcool Concentration Biomedical scientists ave studied te cemical and

More information

Calculus I Practice Exam 1A

Calculus I Practice Exam 1A Calculus I Practice Exam A Calculus I Practice Exam A Tis practice exam empasizes conceptual connections and understanding to a greater degree tan te exams tat are usually administered in introductory

More information

The Derivative as a Function

The Derivative as a Function Section 2.2 Te Derivative as a Function 200 Kiryl Tsiscanka Te Derivative as a Function DEFINITION: Te derivative of a function f at a number a, denoted by f (a), is if tis limit exists. f (a) f(a + )

More information

1 Calculus. 1.1 Gradients and the Derivative. Q f(x+h) f(x)

1 Calculus. 1.1 Gradients and the Derivative. Q f(x+h) f(x) Calculus. Gradients and te Derivative Q f(x+) δy P T δx R f(x) 0 x x+ Let P (x, f(x)) and Q(x+, f(x+)) denote two points on te curve of te function y = f(x) and let R denote te point of intersection of

More information

1. Consider the trigonometric function f(t) whose graph is shown below. Write down a possible formula for f(t).

1. Consider the trigonometric function f(t) whose graph is shown below. Write down a possible formula for f(t). . Consider te trigonometric function f(t) wose grap is sown below. Write down a possible formula for f(t). Tis function appears to be an odd, periodic function tat as been sifted upwards, so we will use

More information

1 The concept of limits (p.217 p.229, p.242 p.249, p.255 p.256) 1.1 Limits Consider the function determined by the formula 3. x since at this point

1 The concept of limits (p.217 p.229, p.242 p.249, p.255 p.256) 1.1 Limits Consider the function determined by the formula 3. x since at this point MA00 Capter 6 Calculus and Basic Linear Algebra I Limits, Continuity and Differentiability Te concept of its (p.7 p.9, p.4 p.49, p.55 p.56). Limits Consider te function determined by te formula f Note

More information

Time (hours) Morphine sulfate (mg)

Time (hours) Morphine sulfate (mg) Mat Xa Fall 2002 Review Notes Limits and Definition of Derivative Important Information: 1 According to te most recent information from te Registrar, te Xa final exam will be eld from 9:15 am to 12:15

More information

5. (a) Find the slope of the tangent line to the parabola y = x + 2x

5. (a) Find the slope of the tangent line to the parabola y = x + 2x MATH 141 090 Homework Solutions Fall 00 Section.6: Pages 148 150 3. Consider te slope of te given curve at eac of te five points sown (see text for figure). List tese five slopes in decreasing order and

More information

MAT 145. Type of Calculator Used TI-89 Titanium 100 points Score 100 possible points

MAT 145. Type of Calculator Used TI-89 Titanium 100 points Score 100 possible points MAT 15 Test #2 Name Solution Guide Type of Calculator Used TI-89 Titanium 100 points Score 100 possible points Use te grap of a function sown ere as you respond to questions 1 to 8. 1. lim f (x) 0 2. lim

More information

Using the definition of the derivative of a function is quite tedious. f (x + h) f (x)

Using the definition of the derivative of a function is quite tedious. f (x + h) f (x) Derivative Rules Using te efinition of te erivative of a function is quite teious. Let s prove some sortcuts tat we can use. Recall tat te efinition of erivative is: Given any number x for wic te limit

More information

WYSE Academic Challenge 2004 Sectional Mathematics Solution Set

WYSE Academic Challenge 2004 Sectional Mathematics Solution Set WYSE Academic Callenge 00 Sectional Matematics Solution Set. Answer: B. Since te equation can be written in te form x + y, we ave a major 5 semi-axis of lengt 5 and minor semi-axis of lengt. Tis means

More information

Math 262 Exam 1 - Practice Problems. 1. Find the area between the given curves:

Math 262 Exam 1 - Practice Problems. 1. Find the area between the given curves: Mat 6 Exam - Practice Problems. Find te area between te given curves: (a) = x + and = x First notice tat tese curves intersect wen x + = x, or wen x x+ =. Tat is, wen (x )(x ) =, or wen x = and x =. Next,

More information

158 Calculus and Structures

158 Calculus and Structures 58 Calculus and Structures CHAPTER PROPERTIES OF DERIVATIVES AND DIFFERENTIATION BY THE EASY WAY. Calculus and Structures 59 Copyrigt Capter PROPERTIES OF DERIVATIVES. INTRODUCTION In te last capter you

More information

. Compute the following limits.

. Compute the following limits. Today: Tangent Lines and te Derivative at a Point Warmup:. Let f(x) =x. Compute te following limits. f( + ) f() (a) lim f( +) f( ) (b) lim. Let g(x) = x. Compute te following limits. g(3 + ) g(3) (a) lim

More information

4. The slope of the line 2x 7y = 8 is (a) 2/7 (b) 7/2 (c) 2 (d) 2/7 (e) None of these.

4. The slope of the line 2x 7y = 8 is (a) 2/7 (b) 7/2 (c) 2 (d) 2/7 (e) None of these. Mat 11. Test Form N Fall 016 Name. Instructions. Te first eleven problems are wort points eac. Te last six problems are wort 5 points eac. For te last six problems, you must use relevant metods of algebra

More information

How to Find the Derivative of a Function: Calculus 1

How to Find the Derivative of a Function: Calculus 1 Introduction How to Find te Derivative of a Function: Calculus 1 Calculus is not an easy matematics course Te fact tat you ave enrolled in suc a difficult subject indicates tat you are interested in te

More information

(a) At what number x = a does f have a removable discontinuity? What value f(a) should be assigned to f at x = a in order to make f continuous at a?

(a) At what number x = a does f have a removable discontinuity? What value f(a) should be assigned to f at x = a in order to make f continuous at a? Solutions to Test 1 Fall 016 1pt 1. Te grap of a function f(x) is sown at rigt below. Part I. State te value of eac limit. If a limit is infinite, state weter it is or. If a limit does not exist (but is

More information

1 Limits and Continuity

1 Limits and Continuity 1 Limits and Continuity 1.0 Tangent Lines, Velocities, Growt In tion 0.2, we estimated te slope of a line tangent to te grap of a function at a point. At te end of tion 0.3, we constructed a new function

More information

Continuity. Example 1

Continuity. Example 1 Continuity MATH 1003 Calculus and Linear Algebra (Lecture 13.5) Maoseng Xiong Department of Matematics, HKUST A function f : (a, b) R is continuous at a point c (a, b) if 1. x c f (x) exists, 2. f (c)

More information

Derivative as Instantaneous Rate of Change

Derivative as Instantaneous Rate of Change 43 Derivative as Instantaneous Rate of Cange Consider a function tat describes te position of a racecar moving in a straigt line away from some starting point Let y s t suc tat t represents te time in

More information

Name: Answer Key No calculators. Show your work! 1. (21 points) All answers should either be,, a (finite) real number, or DNE ( does not exist ).

Name: Answer Key No calculators. Show your work! 1. (21 points) All answers should either be,, a (finite) real number, or DNE ( does not exist ). Mat - Final Exam August 3 rd, Name: Answer Key No calculators. Sow your work!. points) All answers sould eiter be,, a finite) real number, or DNE does not exist ). a) Use te grap of te function to evaluate

More information

MATH CALCULUS I 2.1: Derivatives and Rates of Change

MATH CALCULUS I 2.1: Derivatives and Rates of Change MATH 12002 - CALCULUS I 2.1: Derivatives and Rates of Cange Professor Donald L. Wite Department of Matematical Sciences Kent State University D.L. Wite (Kent State University) 1 / 1 Introduction Our main

More information

Function Composition and Chain Rules

Function Composition and Chain Rules Function Composition and s James K. Peterson Department of Biological Sciences and Department of Matematical Sciences Clemson University Marc 8, 2017 Outline 1 Function Composition and Continuity 2 Function

More information

MVT and Rolle s Theorem

MVT and Rolle s Theorem AP Calculus CHAPTER 4 WORKSHEET APPLICATIONS OF DIFFERENTIATION MVT and Rolle s Teorem Name Seat # Date UNLESS INDICATED, DO NOT USE YOUR CALCULATOR FOR ANY OF THESE QUESTIONS In problems 1 and, state

More information

Practice Problem Solutions: Exam 1

Practice Problem Solutions: Exam 1 Practice Problem Solutions: Exam 1 1. (a) Algebraic Solution: Te largest term in te numerator is 3x 2, wile te largest term in te denominator is 5x 2 3x 2 + 5. Tus lim x 5x 2 2x 3x 2 x 5x 2 = 3 5 Numerical

More information

Definition of the Derivative

Definition of the Derivative Te Limit Definition of te Derivative Tis Handout will: Define te limit grapically and algebraically Discuss, in detail, specific features of te definition of te derivative Provide a general strategy of

More information

Average Rate of Change

Average Rate of Change Te Derivative Tis can be tougt of as an attempt to draw a parallel (pysically and metaporically) between a line and a curve, applying te concept of slope to someting tat isn't actually straigt. Te slope

More information

Some Review Problems for First Midterm Mathematics 1300, Calculus 1

Some Review Problems for First Midterm Mathematics 1300, Calculus 1 Some Review Problems for First Midterm Matematics 00, Calculus. Consider te trigonometric function f(t) wose grap is sown below. Write down a possible formula for f(t). Tis function appears to be an odd,

More information

, meant to remind us of the definition of f (x) as the limit of difference quotients: = lim

, meant to remind us of the definition of f (x) as the limit of difference quotients: = lim Mat 132 Differentiation Formulas Stewart 2.3 So far, we ave seen ow various real-world problems rate of cange and geometric problems tangent lines lead to derivatives. In tis section, we will see ow to

More information

Material for Difference Quotient

Material for Difference Quotient Material for Difference Quotient Prepared by Stepanie Quintal, graduate student and Marvin Stick, professor Dept. of Matematical Sciences, UMass Lowell Summer 05 Preface Te following difference quotient

More information

Preface. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Preface. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. Preface Here are my online notes for my course tat I teac ere at Lamar University. Despite te fact tat tese are my class notes, tey sould be accessible to anyone wanting to learn or needing a refreser

More information

THE IDEA OF DIFFERENTIABILITY FOR FUNCTIONS OF SEVERAL VARIABLES Math 225

THE IDEA OF DIFFERENTIABILITY FOR FUNCTIONS OF SEVERAL VARIABLES Math 225 THE IDEA OF DIFFERENTIABILITY FOR FUNCTIONS OF SEVERAL VARIABLES Mat 225 As we ave seen, te definition of derivative for a Mat 111 function g : R R and for acurveγ : R E n are te same, except for interpretation:

More information

1 Lecture 13: The derivative as a function.

1 Lecture 13: The derivative as a function. 1 Lecture 13: Te erivative as a function. 1.1 Outline Definition of te erivative as a function. efinitions of ifferentiability. Power rule, erivative te exponential function Derivative of a sum an a multiple

More information

Lab 6 Derivatives and Mutant Bacteria

Lab 6 Derivatives and Mutant Bacteria Lab 6 Derivatives and Mutant Bacteria Date: September 27, 20 Assignment Due Date: October 4, 20 Goal: In tis lab you will furter explore te concept of a derivative using R. You will use your knowledge

More information

SECTION 1.10: DIFFERENCE QUOTIENTS LEARNING OBJECTIVES

SECTION 1.10: DIFFERENCE QUOTIENTS LEARNING OBJECTIVES (Section.0: Difference Quotients).0. SECTION.0: DIFFERENCE QUOTIENTS LEARNING OBJECTIVES Define average rate of cange (and average velocity) algebraically and grapically. Be able to identify, construct,

More information

The derivative function

The derivative function Roberto s Notes on Differential Calculus Capter : Definition of derivative Section Te derivative function Wat you need to know already: f is at a point on its grap and ow to compute it. Wat te derivative

More information

MAT 1339-S14 Class 2

MAT 1339-S14 Class 2 MAT 1339-S14 Class 2 July 07, 2014 Contents 1 Rate of Cange 1 1.5 Introduction to Derivatives....................... 1 2 Derivatives 5 2.1 Derivative of Polynomial function.................... 5 2.2 Te

More information

1 1. Rationalize the denominator and fully simplify the radical expression 3 3. Solution: = 1 = 3 3 = 2

1 1. Rationalize the denominator and fully simplify the radical expression 3 3. Solution: = 1 = 3 3 = 2 MTH - Spring 04 Exam Review (Solutions) Exam : February 5t 6:00-7:0 Tis exam review contains questions similar to tose you sould expect to see on Exam. Te questions included in tis review, owever, are

More information

Math 212-Lecture 9. For a single-variable function z = f(x), the derivative is f (x) = lim h 0

Math 212-Lecture 9. For a single-variable function z = f(x), the derivative is f (x) = lim h 0 3.4: Partial Derivatives Definition Mat 22-Lecture 9 For a single-variable function z = f(x), te derivative is f (x) = lim 0 f(x+) f(x). For a function z = f(x, y) of two variables, to define te derivatives,

More information

Calculus I, Fall Solutions to Review Problems II

Calculus I, Fall Solutions to Review Problems II Calculus I, Fall 202 - Solutions to Review Problems II. Find te following limits. tan a. lim 0. sin 2 b. lim 0 sin 3. tan( + π/4) c. lim 0. cos 2 d. lim 0. a. From tan = sin, we ave cos tan = sin cos =

More information

Main Points: 1. Limit of Difference Quotients. Prep 2.7: Derivatives and Rates of Change. Names of collaborators:

Main Points: 1. Limit of Difference Quotients. Prep 2.7: Derivatives and Rates of Change. Names of collaborators: Name: Section: Names of collaborators: Main Points:. Definition of derivative as limit of difference quotients. Interpretation of derivative as slope of grap. Interpretation of derivative as instantaneous

More information

LIMITS AND DERIVATIVES CONDITIONS FOR THE EXISTENCE OF A LIMIT

LIMITS AND DERIVATIVES CONDITIONS FOR THE EXISTENCE OF A LIMIT LIMITS AND DERIVATIVES Te limit of a function is defined as te value of y tat te curve approaces, as x approaces a particular value. Te limit of f (x) as x approaces a is written as f (x) approaces, as

More information

Continuity and Differentiability Worksheet

Continuity and Differentiability Worksheet Continuity and Differentiability Workseet (Be sure tat you can also do te grapical eercises from te tet- Tese were not included below! Typical problems are like problems -3, p. 6; -3, p. 7; 33-34, p. 7;

More information

INTRODUCTION AND MATHEMATICAL CONCEPTS

INTRODUCTION AND MATHEMATICAL CONCEPTS Capter 1 INTRODUCTION ND MTHEMTICL CONCEPTS PREVIEW Tis capter introduces you to te basic matematical tools for doing pysics. You will study units and converting between units, te trigonometric relationsips

More information

Section 3: The Derivative Definition of the Derivative

Section 3: The Derivative Definition of the Derivative Capter 2 Te Derivative Business Calculus 85 Section 3: Te Derivative Definition of te Derivative Returning to te tangent slope problem from te first section, let's look at te problem of finding te slope

More information

Solutions Manual for Precalculus An Investigation of Functions

Solutions Manual for Precalculus An Investigation of Functions Solutions Manual for Precalculus An Investigation of Functions David Lippman, Melonie Rasmussen 1 st Edition Solutions created at Te Evergreen State College and Soreline Community College 1.1 Solutions

More information

Math 102: A Log-jam. f(x+h) f(x) h. = 10 x ( 10 h 1. = 10x+h 10 x h. = 10x 10 h 10 x h. 2. The hyperbolic cosine function is defined by

Math 102: A Log-jam. f(x+h) f(x) h. = 10 x ( 10 h 1. = 10x+h 10 x h. = 10x 10 h 10 x h. 2. The hyperbolic cosine function is defined by Mat 102: A Log-jam 1. If f(x) = 10 x, sow tat f(x+) f(x) ( 10 = 10 x ) 1 f(x+) f(x) = 10x+ 10 x = 10x 10 10 x = 10 x ( 10 1 ) 2. Te yperbolic cosine function is defined by cos(x) = ex +e x 2 Te yperbolic

More information

1 Solutions to the in class part

1 Solutions to the in class part NAME: Solutions to te in class part. Te grap of a function f is given. Calculus wit Analytic Geometry I Exam, Friday, August 30, 0 SOLUTIONS (a) State te value of f(). (b) Estimate te value of f( ). (c)

More information

Notes: DERIVATIVES. Velocity and Other Rates of Change

Notes: DERIVATIVES. Velocity and Other Rates of Change Notes: DERIVATIVES Velocity and Oter Rates of Cange I. Average Rate of Cange A.) Def.- Te average rate of cange of f(x) on te interval [a, b] is f( b) f( a) b a secant ( ) ( ) m troug a, f ( a ) and b,

More information

1. Questions (a) through (e) refer to the graph of the function f given below. (A) 0 (B) 1 (C) 2 (D) 4 (E) does not exist

1. Questions (a) through (e) refer to the graph of the function f given below. (A) 0 (B) 1 (C) 2 (D) 4 (E) does not exist Mat 1120 Calculus Test 2. October 18, 2001 Your name Te multiple coice problems count 4 points eac. In te multiple coice section, circle te correct coice (or coices). You must sow your work on te oter

More information

Chapter 2 Limits and Continuity

Chapter 2 Limits and Continuity 4 Section. Capter Limits and Continuity Section. Rates of Cange and Limits (pp. 6) Quick Review.. f () ( ) () 4 0. f () 4( ) 4. f () sin sin 0 4. f (). 4 4 4 6. c c c 7. 8. c d d c d d c d c 9. 8 ( )(

More information

. If lim. x 2 x 1. f(x+h) f(x)

. If lim. x 2 x 1. f(x+h) f(x) Review of Differential Calculus Wen te value of one variable y is uniquely determined by te value of anoter variable x, ten te relationsip between x and y is described by a function f tat assigns a value

More information

Differentiation Rules and Formulas

Differentiation Rules and Formulas Differentiation Rules an Formulas Professor D. Olles December 1, 01 1 Te Definition of te Derivative Consier a function y = f(x) tat is continuous on te interval a, b]. Ten, te slope of te secant line

More information

0.1 Differentiation Rules

0.1 Differentiation Rules 0.1 Differentiation Rules From our previous work we ve seen tat it can be quite a task to calculate te erivative of an arbitrary function. Just working wit a secon-orer polynomial tings get pretty complicate

More information

INTRODUCTION AND MATHEMATICAL CONCEPTS

INTRODUCTION AND MATHEMATICAL CONCEPTS INTODUCTION ND MTHEMTICL CONCEPTS PEVIEW Tis capter introduces you to te basic matematical tools for doing pysics. You will study units and converting between units, te trigonometric relationsips of sine,

More information

2.8 The Derivative as a Function

2.8 The Derivative as a Function .8 Te Derivative as a Function Typically, we can find te derivative of a function f at many points of its domain: Definition. Suppose tat f is a function wic is differentiable at every point of an open

More information

Differential Calculus (The basics) Prepared by Mr. C. Hull

Differential Calculus (The basics) Prepared by Mr. C. Hull Differential Calculus Te basics) A : Limits In tis work on limits, we will deal only wit functions i.e. tose relationsips in wic an input variable ) defines a unique output variable y). Wen we work wit

More information

Mathematics 5 Worksheet 11 Geometry, Tangency, and the Derivative

Mathematics 5 Worksheet 11 Geometry, Tangency, and the Derivative Matematics 5 Workseet 11 Geometry, Tangency, and te Derivative Problem 1. Find te equation of a line wit slope m tat intersects te point (3, 9). Solution. Te equation for a line passing troug a point (x

More information

A.P. CALCULUS (AB) Outline Chapter 3 (Derivatives)

A.P. CALCULUS (AB) Outline Chapter 3 (Derivatives) A.P. CALCULUS (AB) Outline Capter 3 (Derivatives) NAME Date Previously in Capter 2 we determined te slope of a tangent line to a curve at a point as te limit of te slopes of secant lines using tat point

More information

Consider a function f we ll specify which assumptions we need to make about it in a minute. Let us reformulate the integral. 1 f(x) dx.

Consider a function f we ll specify which assumptions we need to make about it in a minute. Let us reformulate the integral. 1 f(x) dx. Capter 2 Integrals as sums and derivatives as differences We now switc to te simplest metods for integrating or differentiating a function from its function samples. A careful study of Taylor expansions

More information

UNIVERSITY OF MANITOBA DEPARTMENT OF MATHEMATICS MATH 1510 Applied Calculus I FIRST TERM EXAMINATION - Version A October 12, :30 am

UNIVERSITY OF MANITOBA DEPARTMENT OF MATHEMATICS MATH 1510 Applied Calculus I FIRST TERM EXAMINATION - Version A October 12, :30 am DEPARTMENT OF MATHEMATICS MATH 1510 Applied Calculus I October 12, 2016 8:30 am LAST NAME: FIRST NAME: STUDENT NUMBER: SIGNATURE: (I understand tat ceating is a serious offense DO NOT WRITE IN THIS TABLE

More information

MATH 1020 Answer Key TEST 2 VERSION B Fall Printed Name: Section #: Instructor:

MATH 1020 Answer Key TEST 2 VERSION B Fall Printed Name: Section #: Instructor: Printed Name: Section #: Instructor: Please do not ask questions during tis exam. If you consider a question to be ambiguous, state your assumptions in te margin and do te best you can to provide te correct

More information

SFU UBC UNBC Uvic Calculus Challenge Examination June 5, 2008, 12:00 15:00

SFU UBC UNBC Uvic Calculus Challenge Examination June 5, 2008, 12:00 15:00 SFU UBC UNBC Uvic Calculus Callenge Eamination June 5, 008, :00 5:00 Host: SIMON FRASER UNIVERSITY First Name: Last Name: Scool: Student signature INSTRUCTIONS Sow all your work Full marks are given only

More information

Polynomial Functions. Linear Functions. Precalculus: Linear and Quadratic Functions

Polynomial Functions. Linear Functions. Precalculus: Linear and Quadratic Functions Concepts: definition of polynomial functions, linear functions tree representations), transformation of y = x to get y = mx + b, quadratic functions axis of symmetry, vertex, x-intercepts), transformations

More information

1. Which one of the following expressions is not equal to all the others? 1 C. 1 D. 25x. 2. Simplify this expression as much as possible.

1. Which one of the following expressions is not equal to all the others? 1 C. 1 D. 25x. 2. Simplify this expression as much as possible. 004 Algebra Pretest answers and scoring Part A. Multiple coice questions. Directions: Circle te letter ( A, B, C, D, or E ) net to te correct answer. points eac, no partial credit. Wic one of te following

More information

Math 312 Lecture Notes Modeling

Math 312 Lecture Notes Modeling Mat 3 Lecture Notes Modeling Warren Weckesser Department of Matematics Colgate University 5 7 January 006 Classifying Matematical Models An Example We consider te following scenario. During a storm, a

More information

1watt=1W=1kg m 2 /s 3

1watt=1W=1kg m 2 /s 3 Appendix A Matematics Appendix A.1 Units To measure a pysical quantity, you need a standard. Eac pysical quantity as certain units. A unit is just a standard we use to compare, e.g. a ruler. In tis laboratory

More information

Week #15 - Word Problems & Differential Equations Section 8.2

Week #15 - Word Problems & Differential Equations Section 8.2 Week #1 - Word Problems & Differential Equations Section 8. From Calculus, Single Variable by Huges-Hallett, Gleason, McCallum et. al. Copyrigt 00 by Jon Wiley & Sons, Inc. Tis material is used by permission

More information

Solution. Solution. f (x) = (cos x)2 cos(2x) 2 sin(2x) 2 cos x ( sin x) (cos x) 4. f (π/4) = ( 2/2) ( 2/2) ( 2/2) ( 2/2) 4.

Solution. Solution. f (x) = (cos x)2 cos(2x) 2 sin(2x) 2 cos x ( sin x) (cos x) 4. f (π/4) = ( 2/2) ( 2/2) ( 2/2) ( 2/2) 4. December 09, 20 Calculus PracticeTest s Name: (4 points) Find te absolute extrema of f(x) = x 3 0 on te interval [0, 4] Te derivative of f(x) is f (x) = 3x 2, wic is zero only at x = 0 Tus we only need

More information

7.1 Using Antiderivatives to find Area

7.1 Using Antiderivatives to find Area 7.1 Using Antiderivatives to find Area Introduction finding te area under te grap of a nonnegative, continuous function f In tis section a formula is obtained for finding te area of te region bounded between

More information

2.3 Product and Quotient Rules

2.3 Product and Quotient Rules .3. PRODUCT AND QUOTIENT RULES 75.3 Product and Quotient Rules.3.1 Product rule Suppose tat f and g are two di erentiable functions. Ten ( g (x)) 0 = f 0 (x) g (x) + g 0 (x) See.3.5 on page 77 for a proof.

More information

Click here to see an animation of the derivative

Click here to see an animation of the derivative Differentiation Massoud Malek Derivative Te concept of derivative is at te core of Calculus; It is a very powerful tool for understanding te beavior of matematical functions. It allows us to optimize functions,

More information

Sin, Cos and All That

Sin, Cos and All That Sin, Cos and All Tat James K. Peterson Department of Biological Sciences and Department of Matematical Sciences Clemson University Marc 9, 2017 Outline Sin, Cos and all tat! A New Power Rule Derivatives

More information

Chapter 2. Limits and Continuity 16( ) 16( 9) = = 001. Section 2.1 Rates of Change and Limits (pp ) Quick Review 2.1

Chapter 2. Limits and Continuity 16( ) 16( 9) = = 001. Section 2.1 Rates of Change and Limits (pp ) Quick Review 2.1 Capter Limits and Continuity Section. Rates of Cange and Limits (pp. 969) Quick Review..... f ( ) ( ) ( ) 0 ( ) f ( ) f ( ) sin π sin π 0 f ( ). < < < 6. < c c < < c 7. < < < < < 8. 9. 0. c < d d < c

More information

Section 2.1 The Definition of the Derivative. We are interested in finding the slope of the tangent line at a specific point.

Section 2.1 The Definition of the Derivative. We are interested in finding the slope of the tangent line at a specific point. Popper 6: Review of skills: Find tis difference quotient. f ( x ) f ( x) if f ( x) x Answer coices given in audio on te video. Section.1 Te Definition of te Derivative We are interested in finding te slope

More information

Printed Name: Section #: Instructor:

Printed Name: Section #: Instructor: Printed Name: Section #: Instructor: Please do not ask questions during tis exam. If you consider a question to be ambiguous, state your assumptions in te margin and do te best you can to provide te correct

More information

Lecture XVII. Abstract We introduce the concept of directional derivative of a scalar function and discuss its relation with the gradient operator.

Lecture XVII. Abstract We introduce the concept of directional derivative of a scalar function and discuss its relation with the gradient operator. Lecture XVII Abstract We introduce te concept of directional derivative of a scalar function and discuss its relation wit te gradient operator. Directional derivative and gradient Te directional derivative

More information

JANE PROFESSOR WW Prob Lib1 Summer 2000

JANE PROFESSOR WW Prob Lib1 Summer 2000 JANE PROFESSOR WW Prob Lib Summer 2000 Sample WeBWorK problems. WeBWorK assignment Derivatives due 2//06 at 2:00 AM..( pt) If f x 9, find f 0. 2.( pt) If f x 7x 27, find f 5. 3.( pt) If f x 7 4x 5x 2,

More information