MATH1013 Calculus I. Derivatives V ( 4.7, 4.9) 1

Size: px
Start display at page:

Download "MATH1013 Calculus I. Derivatives V ( 4.7, 4.9) 1"

Transcription

1 1 Based on Stewart, James, Single Variable Calculus, Early Transcendentals, 7th edition, Brooks/Coles, 2012 Briggs, Cochran and Gillett: Calculus for Scientists and Engineers: Early Transcendentals, Pearson 2013 MATH1013 Calculus I Derivatives V ( 4.7, 4.9) 1 Edmund Y. M. Chiang Department of Mathematics Hong Kong University of Science & Technology November 12, 2014

2 Optimization Anti-derivatives Initial value problems Motion problems

3 Optimization I (Briggs, et al, p. 293 a) Suppose an airline policy states that all baggage must be box-shaped with a sum of length, width and height not exceeding 64 in. What are the dimensions and volume of a square-based box with the greatest volume under these condition?

4 Optimization I (Briggs, et al, p. 293 b) We want to maximize the volume of a rectangular box under a constraint. Let V = w 2 h, 2w + h = 64, (0 w 32) where w is the width and h is the height of the box. That is, V = w 2 h = w 2 (64 2w) = 64w 2 2w 3. Assuming V has a maximum, then we have 0 = V (w) = 128 w 6 w 2 = 2w(64 3w), which holds only when w = 0, 64/ These are the critical points. V (w) = w so that V ( 64 ) ( 64 ) = < ( ) This implies that V , 709 is a local maximum. Since V is a smooth function,so we need check ( ) the end points: V (0) = 0, V (32) = 0. So V , 709 is the abs. max.

5 Optimization I (Briggs, et al, p. 293 c) Figure: (Figure 4.54 (publisher))

6 Optimization Anti-derivatives Initial value problems Motion problems Optimization II (Briggs, et al, p. 294 a) Suppose one is standing on the shore of a circular pond with a radius of 1 mile and to get to a point on the shore directly opposite, first by swimming to a point P with speed 2 mile/hr and then walk along the shore with speed 3 mile/hr. Choose the point P to minimize the travel time.

7 Optimization II (Briggs, et al, p. 294 b) Figure: (Figure 4.56 (publisher))

8 Optimization II (Briggs, et al, p. 294 c) We see that the chord length is 2r sin(θ/2) and the arc length is r(π θ). Note that the radius is r = 1 mile. Thus the travel time is given by T (θ) = 2 sin(θ/2) 2 ( θ = sin 2) The critical point(s) is given by + π θ 3 + π θ, (0 θ π). 3 0 = dt dθ = 1 2 cos θ That is, when cos θ/2 = 2/3, or θ = arccos(2/3) 1.68 rad = 96. The end points give T (0) = π/ hr, and T (π) 1 hr. But T (1.68 rad) 1.23 hr.

9 Optimization II (Briggs, et al, p. 294 d) Figure: (Figure 4.57 (publisher))

10 Optimization III (Briggs, et al, p. 295 a) An 8 ft height fence runs parallel to the side of a house 3 ft away. What is the lenght of the shortest ladder that clears the fence and reaches the house? Assume that the vertical wall of the house and the horizontal ground have infinite extent.

11 Optimization III (Briggs, et al, p. 295 b) Figure: (Figure 4.58b (publisher))

12 Optimization III (Briggs, et al, p. 295 b) Let L be the length of the ladder, x be the distance of the from the foot of the ladder to the foot of the fence, and let b be the height of the house. It follows from the last slide that we apply Pythagoras theorem to obtain L 2 = (x + 3) 2 + b 2. But similar triangles consideration yield 8/x = b/(3 + x) so that L is a function of x only and its domain is x > 0: ( 8(x + 3) ) ( 2 L 2 = (x + 3) 2 + = (x + 3) ) x x 2 It is easy to check d dx L2 = 2(x + 3)(x 3 192) x 3 which equals zero if x 3 = 192 or x First order test implies that L(5.77) 15 ft is the minimum length.

13 Optimization IV (Stewart p. 330) Find the area of the largest rectangle that can be inscribed in a semicircle of radius r. Ans. We want to maximise the rectangular area A = 2xy under the constraint x 2 + y 2 = r 2 as indicated in the following figure.

14 Optimization IV (Stewart p. 330) We may rewrite the area function as It is routine to check that A = A(x) = 2xy r 2 x 2. A (x) = 2(r 2 2x 2 ) r 2 x 2, implying that a critical point occurs at 2x 2 = r 2 or x = r/ 2. First order or the concavity tests can confirm that this value gives the maximum. Or to use the extrema value theorem as explained in Stewart to get the same conclusion. That is, ( r ) A = r 2 2 is the value that we want.

15 Primitives Definition Let F (x) and f (x) be two given functions defined on an interval I. If F (x) = f (x), holds for all x in I then we say F (x) is called a primitive or an anti-derivative of f (x). We use the notation F (x) = f (x) dx to denoted that F is a primitive of f, and we call the process of finding a primitive F for f indefinite integration (or simply integration).

16 Examples Remark We note that if F (x) is a primitive of f (x), then F (x) + C, where C is an arbitrary constant, is also a primitive of f (x) since (F (x) + C) = F (x) + 0 = f (x). We call C a constant of integration. Examples x dx = 1 2 x 2 + C, 2x dx = x 2 + C, x 2 dx = 1 3 x 3 + C, x 8 dx = 1 9 x 9 + C.

17 Non-uniqueness Recall from that Theorem 4.11 that if the derivatives of two functions F 1, F 2 agree on I : i.e., F 1 (x) = F 2 (x), then F 1, F 2 differ by a constant. That is, for some constant k. F 1 (x) = F 2 (x) + k, holds for all x in I Figure: (Publisher Figure 4.78)

18 Primitives of monomials x p Theorem Let p 1 be a real number. Then x p dx = 1 p + 1 x p+1 + C, for some arbitrary constant C. Examples 2 3 x dx = dx = x 1 x 2 dx = 1 x 4+1 dx = x C = x 3/2 dx = x 3/ C = 2 5 x 5/2 + C x 3/2 dx = x 3/2+1 3/ C = 2 x + C x 2 dx = x C = 1 x + C. x 4 dx = 1 3x 3 + C.

19 1. x 15 dx, 2. x 12 dx, 3. x 12 dx, 4. 3x 4 dx, x 5. dx, 4 6. x 5 dx, dx x dx. x Exercises Remark Differentiate your answers to verify whether they are correct.

20 Linear combinations Since d(f + g) = df dx dx + dg d(kf ) and = k df dx dx dx, where k is a constant. So we deduce f (x) + g(x) dx = f (x) dx + g(x) dx, and k f (x) dx = k f (x) dx, where k is a constant. We can easily generalize the above consideration to linear combination of {f 1,, f n } k 1 f 1 (x) + k 2 f 2 (x) + + k n f n (x) dx = k 1 f 1 (x) dx + k 2 f 2 (x) dx + + k n f n (x) dx where {k 1,, k n }.

21 1. x 3/2 + 1 x 3/2 + 2 x 3 dx = Finding primitive examples = x 3/2 dx + x 3/2 dx + 2 x 3 dx ( 2 5 x 5/2 + c 1 ) 2x c2 + ( x 2 + c 3 ) = 2 5 x 5/2 2x 1 2 x 2 + C. 2. y 1/2 (1 + y) 2 dy = y 1/2 (1 + 2y + y 2 ) dy = y 1/2 dy + 2y 3/2 dy + y 5/2 dy = 2 3 y 3/ y 5/ y 7/2 + C t 1/2 (1 + t)2 dt = t 1/2 (1 + 2t + t 2 ) dt = t 1/2 dt + 2 t 1/2 dt + t 3/2 dt = 2t 1/ t3/ t5/2 + C.

22 Primitives of trigonometric functions Figure: (Briggs, et al Table 4.9)

23 Primitives of various special functions Figure: (Briggs, et al Table 4.10)

24 Examples (Briggs, et al) (p. 320) (p. 315) (p. 316) (p. 316) (p. 316) (sin 2y + cos 3y) dy (sec 2 3x + cos x 2 ) dx (e 10x + e x/10 ) dx 4 9 x 2 dx, 1 16t dt.

25 Initial value problems The simplest differential equation of first order is of the form f (x) = G(x), f (a) = b, where G(x) is a given function; where a, b are given initial condition. The f (x) = G(x) which is called a first order differential equation, together with the initial value condition is called an initial value problem (IVP).

26 An example of IVP Example (Briggs, et al, p. 317) Solve the IVP f (x) = x 2 2x, f (1) = 1 3. So a simple integration yields f (x) = (x 2 2x) dx = 1 3 x 3 x 2 + C. But 1 3 = f (1) = C implies that C = 1. So f (x) = 1 3 x 3 x

27 Sketch of the last IVP Figure: (Briggs, et al, Figure 4.87)

28 Example (Briggs, et al, p. 318) Race runner A begins at the point s(0) = 0 and runs with velocity v(t) = 2t. Runner B starts at the point S(0) = 8 and runs with velocity V (t) = 2. Find the positions of the runner for t 0 and determine who is ahead at t = 6. We have two IVP here. Namely, ds dt with solution s(t) = t 2 and = v(t) = 2t, s(0) = 0. ds dt = V (t) = 2, S(0) = 8 with solution S(t) = 2t + 8. Therefore, the two runners meet when s(t) = S(t), meaning that t 2 2t 8 = 0. That is, t = 4.

29 Example (Briggs, et al, p. 318) figure Figure: (Briggs, et al, Figure 4.88)

30 Example (Briggs, et al, p. 319) Neglecting air resistance, the motion of an object moving vertically near Earth s surface is determined by the acceleration due to gravity, which is approx. 9.8 m/s 2. Suppose a stone is thrown vertically upward at t = 0 with a velocity of 40 m/s from the edge of a cliff that is 100 m above a river. 1. Find the velocity v(t) of the object, for t 0, and in particular, when the object starts to fall back down. 2. Find the position s(t) of the object, for t Find the maximum height of the object above the river. 4. With what speed does the object strike the river?

31 Example (Briggs, et al, p. 319) We measure the height function s(t) from the sea level and adopt the upward direction to be our positive direction. Thus the initial height is s(0) = 100. (1) The acceleration dv due to gravity pointing to the centre of dt Earth, which is therefore negative. In fact we have the IVP: dv(t) dt = v (t) = 9.8, v(0) = 40 Solving the DE gives v(t) = 9.8t + C. Thus 40 = v(0) = 9.8(0) + C, giving C = 40. Hence v(t) = 9.8t The object starts to fall back down after it reached the maximum height, where v(t) = 0, that is, when v(t) = 9.8t + 40 = 0, giving t 4.1 s.

32 Example (Briggs, et al, p. 319) (2) The height s(t) satisfies the IVP ds(t) dt Solving the DE yields = v(t) = 9.8t + 40, s(0) = 100. s(t) = 4.9t t + C. The initial condition s(0) = 100 implies that 100 = s(0) = C. So s(t) = 4.9t t

33 Example (Briggs, et al, p. 319) (3) As a result the maximum height is reached when the parabolic s(t) is at its critical point: 0 = ds dt = v(t) = 9.8t + 40, That is, when t 4.1 s. Thus the maximum height is s(4.1) 182 m. (4) The object hits the sea when s(t) = 0. Solving the quadratic Eqn s(t) = 0 gives us two roots, namely t 2 (which is to be discarded) and t So the velocity of the object when it strike the sea is given by v(10.2) 9.8(10.2) =

34 Example (Briggs, et al, p. 319) Figure: (Publisher Figure 4.89)

35 Example (Briggs, et al, p. 319) Figure: (Publisher Figure 4.90)

36 Example (Briggs, et al, p. 319) Figure: (Publisher Figure 4.91)

MATH1013 Calculus I. Introduction to Functions 1

MATH1013 Calculus I. Introduction to Functions 1 MATH1013 Calculus I Introduction to Functions 1 Edmund Y. M. Chiang Department of Mathematics Hong Kong University of Science & Technology May 9, 2013 Integration I (Chapter 4) 2013 1 Based on Briggs,

More information

MATH1013 Calculus I. Derivatives II (Chap. 3) 1

MATH1013 Calculus I. Derivatives II (Chap. 3) 1 MATH1013 Calculus I Derivatives II (Chap. 3) 1 Edmund Y. M. Chiang Department of Mathematics Hong Kong University of Science & Technology October 16, 2013 2013 1 Based on Briggs, Cochran and Gillett: Calculus

More information

MATH1013 Calculus I. Functions I 1

MATH1013 Calculus I. Functions I 1 1 Steward, James, Single Variable Calculus, Early Transcendentals, 7th edition, Brooks/Coles, 2012 Based on Briggs, Cochran and Gillett: Calculus for Scientists and Engineers: Early Transcendentals, Pearson

More information

MATH1013 Calculus I. Edmund Y. M. Chiang. Department of Mathematics Hong Kong University of Science & Technology.

MATH1013 Calculus I. Edmund Y. M. Chiang. Department of Mathematics Hong Kong University of Science & Technology. 1 Based on Stewart, James, Single Variable Calculus, Early Transcendentals, 7th edition, Brooks/Coles, 2012 Briggs, Cochran and Gillett: Calculus for Scientists and Engineers: Early Transcendentals, Pearson

More information

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I.

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I. Antiderivatives Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if F x f x for all x I. Theorem If F is an antiderivative of f on I, then every function of

More information

Chapter 3 Kinematics in Two Dimensions; Vectors

Chapter 3 Kinematics in Two Dimensions; Vectors Chapter 3 Kinematics in Two Dimensions; Vectors Vectors and Scalars Addition of Vectors Graphical Methods (One and Two- Dimension) Multiplication of a Vector by a Scalar Subtraction of Vectors Graphical

More information

MATH1013 Calculus I. Revision 1

MATH1013 Calculus I. Revision 1 MATH1013 Calculus I Revision 1 Edmund Y. M. Chiang Department of Mathematics Hong Kong University of Science & Technology November 27, 2014 2013 1 Based on Briggs, Cochran and Gillett: Calculus for Scientists

More information

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects:

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects: 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

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

Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005

Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005 Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005 As always, the standard disclaimers apply In particular, I make no claims that all the material which will be on the exam is represented

More information

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

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

More information

Review for the Final Exam

Review for the Final Exam Math 171 Review for the Final Exam 1 Find the limits (4 points each) (a) lim 4x 2 3; x x (b) lim ( x 2 x x 1 )x ; (c) lim( 1 1 ); x 1 ln x x 1 sin (x 2) (d) lim x 2 x 2 4 Solutions (a) The limit lim 4x

More information

1 Antiderivatives graphically and numerically

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

More information

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

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

Math 1501 Calc I Fall 2013 Lesson 9 - Lesson 20

Math 1501 Calc I Fall 2013 Lesson 9 - Lesson 20 Math 1501 Calc I Fall 2013 Lesson 9 - Lesson 20 Instructor: Sal Barone School of Mathematics Georgia Tech August 19 - August 6, 2013 (updated October 4, 2013) L9: DIFFERENTIATION RULES Covered sections:

More information

AB CALCULUS SEMESTER A REVIEW Show all work on separate paper. (b) lim. lim. (f) x a. for each of the following functions: (b) y = 3x 4 x + 2

AB CALCULUS SEMESTER A REVIEW Show all work on separate paper. (b) lim. lim. (f) x a. for each of the following functions: (b) y = 3x 4 x + 2 AB CALCULUS Page 1 of 6 NAME DATE 1. Evaluate each it: AB CALCULUS Show all work on separate paper. x 3 x 9 x 5x + 6 x 0 5x 3sin x x 7 x 3 x 3 5x (d) 5x 3 x +1 x x 4 (e) x x 9 3x 4 6x (f) h 0 sin( π 6

More information

WeBWorK demonstration assignment

WeBWorK demonstration assignment WeBWorK demonstration assignment The main purpose of this WeBWorK set is to familiarize yourself with WeBWorK. Here are some hints on how to use WeBWorK effectively: After first logging into WeBWorK change

More information

Review for the Final Exam

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

More information

AP Calculus Chapter 4 Testbank (Mr. Surowski)

AP Calculus Chapter 4 Testbank (Mr. Surowski) AP Calculus Chapter 4 Testbank (Mr. Surowski) Part I. Multiple-Choice Questions 1. Let f(x) = x 3 + 3x 2 45x + 4. Then the local extrema of f are (A) a local minimum of 179 at x = 5 and a local maximum

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

Ï ( ) Ì ÓÔ. 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

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 1. (a) (b) (c) (d) (e) 2. (a) (b) (c) (d) (e) (a) (b) (c) (d) (e) 4. (a) (b) (c) (d) (e)...

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 1. (a) (b) (c) (d) (e) 2. (a) (b) (c) (d) (e) (a) (b) (c) (d) (e) 4. (a) (b) (c) (d) (e)... Math, Exam III November 6, 7 The Honor Code is in effect for this examination. All work is to be your own. No calculators. The exam lasts for hour and min. Be sure that your name is on every page in case

More information

5. Find the intercepts of the following equations. Also determine whether the equations are symmetric with respect to the y-axis or the origin.

5. Find the intercepts of the following equations. Also determine whether the equations are symmetric with respect to the y-axis or the origin. MATHEMATICS 1571 Final Examination Review Problems 1. For the function f defined by f(x) = 2x 2 5x find the following: a) f(a + b) b) f(2x) 2f(x) 2. Find the domain of g if a) g(x) = x 2 3x 4 b) g(x) =

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.9 Antiderivatives In this section, we will learn about: Antiderivatives and how they are useful in solving certain scientific problems.

More information

Curvilinear Motion: Normal and Tangential Components

Curvilinear Motion: Normal and Tangential Components Curvilinear Motion: Normal and Tangential Components Coordinate System Provided the path of the particle is known, we can establish a set of n and t coordinates having a fixed origin, which is coincident

More information

When we throw a ball :

When we throw a ball : PROJECTILE MOTION When we throw a ball : There is a constant velocity horizontal motion And there is an accelerated vertical motion These components act independently of each other PROJECTILE MOTION A

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

Multiple Choice. Circle the best answer. No work needed. No partial credit available. is continuous.

Multiple Choice. Circle the best answer. No work needed. No partial credit available. is continuous. Multiple Choice. Circle the best answer. No work needed. No partial credit available. + +. Evaluate lim + (a (b (c (d 0 (e None of the above.. Evaluate lim (a (b (c (d 0 (e + + None of the above.. Find

More information

4.1 & 4.2 Student Notes Using the First and Second Derivatives. for all x in D, where D is the domain of f. The number f()

4.1 & 4.2 Student Notes Using the First and Second Derivatives. for all x in D, where D is the domain of f. The number f() 4.1 & 4. Student Notes Using the First and Second Derivatives Definition A function f has an absolute maximum (or global maximum) at c if f ( c) f ( x) for all x in D, where D is the domain of f. The number

More information

CHAPTER 3 APPLICATIONS OF THE DERIVATIVE

CHAPTER 3 APPLICATIONS OF THE DERIVATIVE CHAPTER 3 APPLICATIONS OF THE DERIVATIVE 3.1 Maxima and Minima Extreme Values 1. Does f(x) have a maximum or minimum value on S? 2. If it does have a maximum or a minimum, where are they attained? 3. If

More information

Math3A Exam #02 Solution Fall 2017

Math3A Exam #02 Solution Fall 2017 Math3A Exam #02 Solution Fall 2017 1. Use the limit definition of the derivative to find f (x) given f ( x) x. 3 2. Use the local linear approximation for f x x at x0 8 to approximate 3 8.1 and write your

More information

Applications of Derivatives

Applications of Derivatives Applications of Derivatives Big Ideas Connecting the graphs of f, f, f Differentiability Continuity Continuity Differentiability Critical values Mean Value Theorem for Derivatives: Hypothesis: If f is

More information

Final Exam 12/11/ (16 pts) Find derivatives for each of the following: (a) f(x) = 3 1+ x e + e π [Do not simplify your answer.

Final Exam 12/11/ (16 pts) Find derivatives for each of the following: (a) f(x) = 3 1+ x e + e π [Do not simplify your answer. Math 105 Final Exam 1/11/1 Name Read directions carefully and show all your work. Partial credit will be assigned based upon the correctness, completeness, and clarity of your answers. Correct answers

More information

WW Prob Lib1 Math course-section, semester year

WW Prob Lib1 Math course-section, semester year Young-Seon Lee WW Prob Lib Math course-section, semester year WeBWorK assignment due /4/03 at :00 PM..( pt) Give the rational number whose decimal form is: 0 7333333 Answer:.( pt) Solve the following inequality:

More information

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

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

More information

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

5 t + t2 4. (ii) f(x) = ln(x 2 1). (iii) f(x) = e 2x 2e x + 3 4

5 t + t2 4. (ii) f(x) = ln(x 2 1). (iii) f(x) = e 2x 2e x + 3 4 Study Guide for Final Exam 1. You are supposed to be able to determine the domain of a function, looking at the conditions for its expression to be well-defined. Some examples of the conditions are: What

More information

Math 121 Test 3 - Review 1. Use differentials to approximate the following. Compare your answer to that of a calculator

Math 121 Test 3 - Review 1. Use differentials to approximate the following. Compare your answer to that of a calculator Math Test - Review Use differentials to approximate the following. Compare your answer to that of a calculator.. 99.. 8. 6. Consider the graph of the equation f(x) = x x a. Find f (x) and f (x). b. Find

More information

Mat 270 Final Exam Review Sheet Fall 2012 (Final on December 13th, 7:10 PM - 9:00 PM in PSH 153)

Mat 270 Final Exam Review Sheet Fall 2012 (Final on December 13th, 7:10 PM - 9:00 PM in PSH 153) Mat 70 Final Eam Review Sheet Fall 0 (Final on December th, 7:0 PM - 9:00 PM in PSH 5). Find the slope of the secant line to the graph of y f ( ) between the points f ( b) f ( a) ( a, f ( a)), and ( b,

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

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

MLC Practice Final Exam

MLC Practice Final Exam 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

Example (#1) Example (#1) Example (#2) Example (#2) dv dt

Example (#1) Example (#1) Example (#2) Example (#2) dv dt 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds?

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds? Mathematics 115 Professor Alan H. Stein April 18, 005 SOLUTIONS 1. Define what is meant by an antiderivative or indefinite integral of a function f(x). Solution: An antiderivative or indefinite integral

More information

(a) The best linear approximation of f at x = 2 is given by the formula. L(x) = f(2) + f (2)(x 2). f(2) = ln(2/2) = ln(1) = 0, f (2) = 1 2.

(a) The best linear approximation of f at x = 2 is given by the formula. L(x) = f(2) + f (2)(x 2). f(2) = ln(2/2) = ln(1) = 0, f (2) = 1 2. Math 180 Written Homework Assignment #8 Due Tuesday, November 11th at the beginning of your discussion class. Directions. You are welcome to work on the following problems with other MATH 180 students,

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

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

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

More information

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

WeBWorK assignment 1. b. Find the slope of the line passing through the points (10,1) and (0,2). 4.(1 pt) Find the equation of the line passing

WeBWorK assignment 1. b. Find the slope of the line passing through the points (10,1) and (0,2). 4.(1 pt) Find the equation of the line passing WeBWorK assignment Thought of the day: It s not that I m so smart; it s just that I stay with problems longer. Albert Einstein.( pt) a. Find the slope of the line passing through the points (8,4) and (,8).

More information

Amherst College, DEPARTMENT OF MATHEMATICS Math 11, Final Examination, May 14, Answer Key. x 1 x 1 = 8. x 7 = lim. 5(x + 4) x x(x + 4) = lim

Amherst College, DEPARTMENT OF MATHEMATICS Math 11, Final Examination, May 14, Answer Key. x 1 x 1 = 8. x 7 = lim. 5(x + 4) x x(x + 4) = lim Amherst College, DEPARTMENT OF MATHEMATICS Math, Final Eamination, May 4, Answer Key. [ Points] Evaluate each of the following limits. Please justify your answers. Be clear if the limit equals a value,

More information

36. Double Integration over Non-Rectangular Regions of Type II

36. Double Integration over Non-Rectangular Regions of Type II 36. Double Integration over Non-Rectangular Regions of Type II When establishing the bounds of a double integral, visualize an arrow initially in the positive x direction or the positive y direction. A

More information

Math 241 Final Exam, Spring 2013

Math 241 Final Exam, Spring 2013 Math 241 Final Exam, Spring 2013 Name: Section number: Instructor: Read all of the following information before starting the exam. Question Points Score 1 5 2 5 3 12 4 10 5 17 6 15 7 6 8 12 9 12 10 14

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

Solution: It could be discontinuous, or have a vertical tangent like y = x 1/3, or have a corner like y = x.

Solution: It could be discontinuous, or have a vertical tangent like y = x 1/3, or have a corner like y = x. 1. Name three different reasons that a function can fail to be differentiable at a point. Give an example for each reason, and explain why your examples are valid. It could be discontinuous, or have a

More information

Q1. In a circular track (distance 400 m) an athlete runs 1/4 the of the ground. So what would be the displacement?

Q1. In a circular track (distance 400 m) an athlete runs 1/4 the of the ground. So what would be the displacement? Class: 9 Subject: Physics Topic: Motion in a straight line No. of Questions: 20 Q1. In a circular track (distance 400 m) an athlete runs 1/4 the of the ground. So what would be the displacement? Given,

More information

Unit IV Derivatives 20 Hours Finish by Christmas

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

More information

Unit IV Derivatives 20 Hours Finish by Christmas

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

More information

Second Midterm Exam Name: Practice Problems Septmber 28, 2015

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

More information

Math 153 Final Exam Extra Review Problems

Math 153 Final Exam Extra Review Problems Math 153 Final Exam Extra Review Problems This is not intended to be a comprehensive review of every type of problem you are responsible for solving, but instead is meant to give you some extra problems

More information

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

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

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

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

More information

MLC Practice Final Exam. Recitation Instructor: Page Points Score Total: 200.

MLC Practice Final Exam. Recitation Instructor: Page Points Score Total: 200. Name: PID: Section: Recitation Instructor: DO NOT WRITE BELOW THIS LINE. GO ON TO THE NEXT PAGE. Page Points Score 3 20 4 30 5 20 6 20 7 20 8 20 9 25 10 25 11 20 Total: 200 Page 1 of 11 Name: Section:

More information

Position, Velocity, Acceleration

Position, Velocity, Acceleration 191 CHAPTER 7 Position, Velocity, Acceleration When we talk of acceleration we think of how quickly the velocity is changing. For example, when a stone is dropped its acceleration (due to gravity) is approximately

More information

Calculus I 5. Applications of differentiation

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

More information

Goal: Approximate the area under a curve using the Rectangular Approximation Method (RAM) RECTANGULAR APPROXIMATION METHODS

Goal: Approximate the area under a curve using the Rectangular Approximation Method (RAM) RECTANGULAR APPROXIMATION METHODS AP Calculus 5. Areas and Distances Goal: Approximate the area under a curve using the Rectangular Approximation Method (RAM) Exercise : Calculate the area between the x-axis and the graph of y = 3 2x.

More information

AH Mechanics Checklist (Unit 1) AH Mechanics Checklist (Unit 1) Rectilinear Motion

AH Mechanics Checklist (Unit 1) AH Mechanics Checklist (Unit 1) Rectilinear Motion Rectilinear Motion No. kill Done 1 Know that rectilinear motion means motion in 1D (i.e. along a straight line) Know that a body is a physical object 3 Know that a particle is an idealised body that has

More information

Math 323 Exam 1 Practice Problem Solutions

Math 323 Exam 1 Practice Problem Solutions Math Exam Practice Problem Solutions. For each of the following curves, first find an equation in x and y whose graph contains the points on the curve. Then sketch the graph of C, indicating its orientation.

More information

MAT 210 TEST 2 REVIEW (Ch 12 and 13)

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

More information

Purdue University Study Guide for MA Credit Exam

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

More information

OPTIMATIZATION - MAXIMUM/MINIMUM PROBLEMS BC CALCULUS

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

More information

Leaving Cert Applied Maths: Some Notes

Leaving Cert Applied Maths: Some Notes Leaving Cert Applied Maths: Some Notes Golden Rule of Applied Maths: Draw Pictures! Numbered equations are in the tables. Proportionality: Figure 1: Note that P = kq y = mx + c except c = 0 the line goes

More information

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same 11.1 Vectors in the Plane 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same direction as. QP a. u =< 1, 2 > b. u =< 1 5, 2 5 > c. u =< 1, 2 > d. u =< 1 5, 2 5 > 2. If u has magnitude

More information

1. The accumulated net change function or area-so-far function

1. The accumulated net change function or area-so-far function Name: Section: Names of collaborators: Main Points: 1. The accumulated net change function ( area-so-far function) 2. Connection to antiderivative functions: the Fundamental Theorem of Calculus 3. Evaluating

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

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61 Integrals D. DeTurck University of Pennsylvania January 1, 2018 D. DeTurck Math 104 002 2018A: Integrals 1 / 61 Integrals Start with dx this means a little bit of x or a little change in x If we add up

More information

No calculators, cell phones or any other electronic devices can be used on this exam. Clear your desk of everything excepts pens, pencils and erasers.

No calculators, cell phones or any other electronic devices can be used on this exam. Clear your desk of everything excepts pens, pencils and erasers. Name: Section: Recitation Instructor: READ THE FOLLOWING INSTRUCTIONS. Do not open your exam until told to do so. No calculators, cell phones or any other electronic devices can be used on this exam. Clear

More information

MA 125 CALCULUS I SPRING 2007 April 27, 2007 FINAL EXAM. Name (Print last name first):... Student ID Number (last four digits):...

MA 125 CALCULUS I SPRING 2007 April 27, 2007 FINAL EXAM. Name (Print last name first):... Student ID Number (last four digits):... CALCULUS I, FINAL EXAM 1 MA 125 CALCULUS I SPRING 2007 April 27, 2007 FINAL EXAM Name (Print last name first):............................................. Student ID Number (last four digits):........................

More information

Calculus 1: A Large and In Charge Review Solutions

Calculus 1: A Large and In Charge Review Solutions Calculus : A Large and n Charge Review Solutions use the symbol which is shorthand for the phrase there eists.. We use the formula that Average Rate of Change is given by f(b) f(a) b a (a) (b) 5 = 3 =

More information

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

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

More information

Applications of Derivatives

Applications of Derivatives ApplicationsDerivativesII.nb 1 Applications of Derivatives Now that we have covered the basic concepts and mechanics of derivatives it's time to look at some applications. We will start with a summary

More information

MATH1013 Calculus I. Limits (part I) 1

MATH1013 Calculus I. Limits (part I) 1 MATH1013 Calculus I Limits (part I) 1 Edmund Y. M. Chiang Department of Mathematics Hong Kong University of Science & Technology March 5, 2014 2013 1 Based on Briggs, Cochran and Gillett: Calculus for

More information

Mathematics 111 (Calculus II) Laboratory Manual

Mathematics 111 (Calculus II) Laboratory Manual Mathematics (Calculus II) Laboratory Manual Department of Mathematics & Statistics University of Regina nd edition prepared by Patrick Maidorn, Fotini Labropulu, and Robert Petry University of Regina Department

More information

Problem Worth Score Total 14

Problem Worth Score Total 14 MATH 241, Fall 14 Extra Credit Preparation for Final Name: INSTRUCTIONS: Write legibly. Indicate your answer clearly. Revise and clean up solutions. Do not cross anything out. Rewrite the page, I will

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

Trigonometric ratios:

Trigonometric ratios: 0 Trigonometric ratios: The six trigonometric ratios of A are: Sine Cosine Tangent sin A = opposite leg hypotenuse adjacent leg cos A = hypotenuse tan A = opposite adjacent leg leg and their inverses:

More information

Example problem: Free Fall

Example problem: Free Fall Example problem: Free Fall A ball is thrown from the top of a building with an initial velocity of 20.0 m/s straight upward, at an initial height of 50.0 m above the ground. The ball just misses the edge

More information

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ Math 90 Practice Midterm III Solutions Ch. 8-0 (Ebersole), 3.3-3.8 (Stewart) DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam.

More information

CHAPTER 9. Trigonometry. The concept upon which differentiation of trigonometric functions depends is based

CHAPTER 9. Trigonometry. The concept upon which differentiation of trigonometric functions depends is based 49 CHAPTER 9 Trigonometry The concept upon which differentiation of trigonometric functions depends is based on the fact that sin = 1. " 0 It should be remembered that, at the Calculus level, when we talk

More information

Final Exam SOLUTIONS MAT 131 Fall 2011

Final Exam SOLUTIONS MAT 131 Fall 2011 1. Compute the following its. (a) Final Exam SOLUTIONS MAT 131 Fall 11 x + 1 x 1 x 1 The numerator is always positive, whereas the denominator is negative for numbers slightly smaller than 1. Also, as

More information

CHAPTER 3: DERIVATIVES

CHAPTER 3: DERIVATIVES (Exercises for Section 3.1: Derivatives, Tangent Lines, and Rates of Change) E.3.1 CHAPTER 3: DERIVATIVES SECTION 3.1: DERIVATIVES, TANGENT LINES, and RATES OF CHANGE In these Exercises, use a version

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

AP Physics C Summer Homework. Questions labeled in [brackets] are required only for students who have completed AP Calculus AB

AP Physics C Summer Homework. Questions labeled in [brackets] are required only for students who have completed AP Calculus AB 1. AP Physics C Summer Homework NAME: Questions labeled in [brackets] are required only for students who have completed AP Calculus AB 2. Fill in the radian conversion of each angle and the trigonometric

More information

Section 1.1: A Preview of Calculus When you finish your homework, you should be able to

Section 1.1: A Preview of Calculus When you finish your homework, you should be able to Section 1.1: A Preview of Calculus When you finish your homework, you should be able to π Understand what calculus is and how it compares with precalculus π Understand that the tangent line problem is

More information

MATH 2412 Sections Fundamental Identities. Reciprocal. Quotient. Pythagorean

MATH 2412 Sections Fundamental Identities. Reciprocal. Quotient. Pythagorean MATH 41 Sections 5.1-5.4 Fundamental Identities Reciprocal Quotient Pythagorean 5 Example: If tanθ = and θ is in quadrant II, find the exact values of the other 1 trigonometric functions using only fundamental

More information

Calculus I (Math 241) (In Progress)

Calculus I (Math 241) (In Progress) Calculus I (Math 241) (In Progress) The following is a collection of Calculus I (Math 241) problems. Students may expect that their final exam is comprised, more or less, of one problem from each section,

More information

ISSUED BY K V - DOWNLOADED FROM KINEMATICS

ISSUED BY K V - DOWNLOADED FROM   KINEMATICS KINEMATICS *rest and Motion are relative terms, nobody can exist in a state of absolute rest or of absolute motion. *One dimensional motion:- The motion of an object is said to be one dimensional motion

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

Fall 2013 Hour Exam 2 11/08/13 Time Limit: 50 Minutes

Fall 2013 Hour Exam 2 11/08/13 Time Limit: 50 Minutes Math 8 Fall Hour Exam /8/ Time Limit: 5 Minutes Name (Print): This exam contains 9 pages (including this cover page) and 7 problems. Check to see if any pages are missing. Enter all requested information

More information

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

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

More information