Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h

Size: px
Start display at page:

Download "Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h"

Transcription

1 1 Sec 4.1 Limits, Informally When we calculated f (x), we first started with the difference quotient f(x + h) f(x) h and made h small. In other words, f (x) is the number f(x+h) f(x) approaches as h gets smaller and h smaller. In fact this process involves the concept of limit. In this chapter, we will study basics of limits and develop various rules of differentiation. Definition Let f be a function and c be a real number. Suppose the value of f(x) approaches l as x approaches c. In this case, l is called the limit of f as x approaches c, and we write lim f(x) = l. x c If there is no such l, then we say that the limit does not exist. Example 1 Find lim x 1 (x + 5). Example 2 Find lim x 2 (x2 + 2x + 3). 1 Example 3 Find lim x 3 x. x 2 + 4x 5 Example 4 Find lim. x 1 x 1

2 2 2x 2 3x 2 Example 5 Find lim. x 2 x 2 Theorem 1 A polynomial p(x) has a factor (x a) if and only if p(a) = 0. Example 6 Find lim x 1 x 3 + 3x 2 x 3. x + 1 x 2 x 6 Example 7 Find lim x 2 2x 3 + 4x 2 + x + 2. x Example 8 Find lim x 0 x. Example 9 Find lim x 1 1 (x 1) 2. x 3 Example 10 Find lim. x 3 x + 1 2

3 3 Example 11 Find lim x 0 sin x x. We have the following properties of limits: Theorem 2 Suppose that f, g, and h are functions and a is a real number. 1. If f(x) = c for all x, then lim x a f(x) exists and equals c. 2. if both lim x a f(x) and lim x a g(x) exist (say lim x a f(x) = l and lim x a g(x) = k), then (a) lim x a cf(x) (c is a constant) also exists and equals cl. (b) lim x a (f(x) ± g(x)) also exists and equals l ± k. (c) lim x a (f(x) g(x)) also exists and equals l k. f(x) (d) If in addition k 0, then lim x a g(x) also exists and equals l. k 3. If f(x) h(x) g(x) for all x a and if l = k, then lim x a h(x) also exists and equals l(= k). Remark The last result is called the Squeeze Lemma. Example 12 If limf(x) exists and equals a nonzero number l, then lim x a f(x). x a 1 also exists and equals Example 13 Redo Example 11 using the Squeeze Lemma. 1 cos x 1 cos x tan x Example 14 Compute lim, lim, and lim x 0 x 2 x 0 x x 0 x.

4 4 sin 2x Example 15 Compute lim. In general, compute lim x 0 x x 0 sin ax, where b 0. bx cos 3x 1 Example 16 Compute lim. x 0 2x ax Example 17 Find lim, where b 0. x 0 tan bx

5 5 Sec 4.2 Differentiating Polynomials Now we understand that the derivative f (x) of a function f(x) is defined to be f(x + h) f(x) lim, h 0 h provided the limit exists. In this section, we will learn how to differentiate a polynomial. To this end, we need to develop some properties of differentiation, which are based on the properties of limits. Let us recall a result from the previous chapter. Power Rule If f(x) = x n, n = 1, 2, 3,..., then f (x) = nx n 1. We collect some other facts on the differentiation. Constant Multiple Rule If c is a constant and f(x) is differentiable, then the constant multiple cf(x) of f(x) is also differentiable and the derivative is given by (cf(x)) = cf (x). Proof Example 1 Differentiate f(x) = 3x 2. Sum Rule If f(x) and g(x) are differentiable, then their sum f(x) + g(x) is also differentiable with the derivative given by (f(x) + g(x)) = f (x) + g (x). Proof

6 6 Remark 1. With the same assumption as above, we get (f(x) g(x)) = f (x) g (x). 2. The Sum Rule extends to the case with more than two functions. For example, (f(x) + g(x) + h(x)) = f (x) + g (x) + h (x). Example 2 Find (x 4 + x 7 ). Example 3 Calculate the derivative of 1 2 x4 1 7 x14. Example 4 Differentiate f(x) = x 2 + 2x 3 x Example 5 It costs 25 cents per square inch to manufacture metal jar tops. Therefore it costs C(r) = 25πr 2 cents to make a top with radius r inches. What s the rate of increase of cost with respect to radius when the radius is 3 inches?

7 7 Sec 4.3 The Product Rule Product Rule If f(x) and g(x) are differentiable, then their product f(x)g(x) is also differentiable with the derivative given by (f(x)g(x)) = f (x)g(x) + f(x)g (x). Proof Example 1 Compute the derivative of f(x) = x 3 (x + 2) 2. For more examples, we will study the derivative of some trigonometric functions. We begin with the trigonometric addition formulas. 1. sin(x + y) = sin x cos y + cos x sin y 2. sin(x y) = sin x cos y cos x sin y 3. cos(x + y) = cos x cos y sin x sin y 4. cos(x y) = cos x cos y + sin x sin y 5. tan(x + y) = 6. tan(x y) = Remark tan x + tan y 1 tan x tan y tan x tan y 1 + tan x tan y 1. Since sin( x) = sin x, cos( x) = cos x, identities 2, 4, 6 above come from 1, 3, It follows that sin 2x = 2 sin x cos x, cos 2x = cos 2 x sin 2 x = 2 cos 2 x 1 = 1 2 sin 2 x. 3. It also follows that sin 2 x 2 = 1 cos x 2, cos 2 x 2 = 1+cos x 2.

8 8 Example 2 Compute the derivative of f(x) = sin x. Example 3 Compute the derivative of g(x) = cos x. Example 4 Compute the derivative of h(x) = sin 2x. Example 5 Compute the derivative of k(x) = x 2 sin x. Example 6 Compute the derivative of l(x) = (x 3 2x ) sin 2x cos x. 3

9 9 Sec 4.4 The Quotient Rule Quotient Rule If f(x) and g(x) are differentiable, then the quotient f(x) g(x) with the derivative given by ( ) f(x) = f (x)g(x) f(x)g (x), g(x) (g(x)) 2 provided that g(x) 0. is also differentiable Proof Example 1 Find ( cos x 3x 5). Example 2 Let n be a natural number. Find ( 1 x n ). So we can improve the Power Rule. Power Rule, Improved Version If f(x) = x n and n is an integer, then f (x) = nx n 1. Recall the definition of the following trigonometric functions: Definition 1. sec x = 1 cos x 2. csc x = 1 sin x 3. cot x = 1 tan x

10 10 Remark We have the following identities: 1. sin 2 x + cos 2 x = tan 2 x = sec 2 x cot 2 x = csc 2 x Example 3 Find the derivative of tan x. Example 4 Find the derivative of cot x. Example 5 Find the derivative of csc x. Example 6 Find the derivative of sec x.

11 11 Sec 4.5 The Chain Rule We know how to differentiate the function f(x) = sin x. But how about h(x) = sin(x 2 + 3x + 4)? Example 1 Differentiate h(x) = sin(x 2 + 3x + 4). Chain Rule If h(x) = f(g(x)), then h (x) = f (g(x)) g (x). Proof Example 2 In Example 1, f(x) = and g(x) =, so h (x) =. Example 3 Find the derivative of (x 2 3x) 2 by 1. expanding the function and differentiating the resulting polynomial 2. applying the Chain Rule. Example 4 Find (sin(8 x 3 )).

12 12 Example 5 Calculate the derivative of x. Using this, compute the derivative of x 2 + 4x + 5. Remark Note that x = x 1/2 and ( x) = 1 2 x = 1 2 x 1/2. In fact, the Power Rule still holds with any real number. That is to say, we have the following: Power Rule, Full Version If f(x) = x r and r is a real number, then f (x) = rx r 1. Example 6 Compute the derivative of sin(cos(x 2 tan x)).

13 13 Sec 4.6 Differentiating Complicated Functions Differentiate the following functions 1. f(x) = x 3x 2. f(m) = 1+m2 1 m 3. f(j) = 5 (j 34) 9 4. f(x) = (x+4)(2x 3) 2x+5x 2 5. f(z) = z z 3 6. f(z) = tan(z 1 z )

14 14 7. f(t) = t 7 cos(2 + t) 8. f(x) = x sec 8x x+3 9. f(x) = (2x + 5)(tan(x 2 )) f(x) = 15x4 (x 2 12) csc(2x+4) 11. f(u) = 1 cos 2 u. 12. f(n) = 1 3n 2 n 2

15 f(x) = ( ) (7x+11) 8 3 x f(x) = sin(2x 2 + 5x) cos 4 (x 7 ) 15. f(y) = y sin y 16. f(z) = z sin z cos z 17. f(x) = 3x(cot(3 + 4x 3 )) 9

16 16 Sec Digression to Sequences and Their Limits Definition A sequence is a list of real numbers indexed by positive integers. Example 1 1, 4, 9, 16, is a sequence. Let a denote the sequence, then we will use notations a 1 = 1, a 2 = 4, a 3 = 9, and so on. Each a i is called a term. In this example, a n =. Remark We sometimes use a = (a n ) to denote a sequence whose nth term is given by a n. Example 2 Consider the sequence b = ( 1 ). Write out first few terms. n Example 3 Consider the sequence 1, 1, 2, 3, 5, 8, 13,. Can you read off the pattern? What is the next term? Example 4 Find a n when a is 1. 4, 7, 10, 13, 16, 19, 2. 2, 4, 6, 8, 10, 12, 3. 1, 3, 5, 7, 9, 11, 4. 1, 2, 4, 8, 16, 32, 5. 1, 1, 1, 1, 1, 1, 6. 2, 0, 2, 0, 2, 0, 7. 0, 1, 0, 1, 0, 1, , 2 3, 3 4, 4 5, 5 6, 6 7, 9. 10, 100, 1000, 10000, , , 10. 1, 11, 111, 1111, 11111, , Definition Let a, b be sequences and k be a constant. The constant multiple of a by k is a sequence whose terms are ka 1, ka 2, ka 3,. The sum a + b of the sequences a and b is defined to be the sequence a 1 + b 1, a 2 + b 2, a 3 + b 3,. The product ab of the sequences a and b is the sequence a 1 b 1, a 2 b 2, a 3 b 3,. If b n 0 for all n, the quotient a is the sequence a 1 b b 1, a 2 b 2, a 3 b 3,. Consider the sequence given by a n = 1. The first few terms are 1, 1, 1,. As n gets bigger and bigger, a n gets closer and closer to. This observation leads to the concept of the limit of a n 2 3 sequence. Definition Let a be a sequence. Suppose a approaches a number l as n gets bigger and bigger. In this case, we say that the limit of (a n ) is l (or (a n ) converges to l) and write lim n a n = l or a n l. If there is no such l, we say that the limit does not exist (or (a n ) diverges).

17 17 Example 5 What is the limit of following sequences? 1. 2, 3, 4, 5, 6, , 3, 5, 7, 9, , 1, 1, 1, 1, 1, 4. 1, 2, 3, 4, 5, 6, Example 6 Compute the limit of the following sequences: 1. a n = 2 2. a n = 2 n 3. a n = 1 n 4. a n = 1 n 5. a n = 1 2 n 6. a n = ( 2 3 )n 7. a n = 3n+1 n 8. a n = sin 2 n We have the following collection of useful facts about sequences: Theorem Suppose that lim n a n = l and lim n b n = k. 1. If k is a constant, then lim n ka n = kl. 2. lim n (a n ± b n ) = l ± k. 3. lim n a n b n = l k. a 4. If in addition b n 0 for all n and k 0, then lim n n bn = l. k 5. If a n c n b n for all n and if l = k, then lim n c n also exists and equals l(= k). Example 7 Compute the following limits: ( ( ) n ) 2n lim + n n 3 2. lim n 3n 2 2n + 1 n n

18 18 Example 8 Compute the following limits: 100n lim n n n 2. lim n n + 2 4n 1 3. lim n ( n + 1 n ) ( 1) n 4. lim n n 5. lim n sin n n

19 19 Sec Digression to Series and Their Limits m Definition Let n m be positive integers. The expression a k is shorthand for the sum k=n a n + a n+1 + a n a m 1 + a m. Remark m 1. k in the expression a k is just an index, so we can (and will) also use expressions like or k=n m a j to denote the same sum. j=n m i=n a i 2. The sum of a sequence is called a series. 3. In most of cases, we are interested in the series of the form m m n 1 a k can expressed by a k a k. k=n k=1 k=1 n a k, because the general sum k=1 Example 1 Evaluate each of the following 1. 4 k=1 k j j=2 10 k=1 3 We now study some properties of the series. Theorem 1 Let a = (a k ) and b = (b k ) be sequences. n 1. For a constant c, c = nc. k=1 n n 2. For a constant c, ca k = c a k. k=1 k=1 n n n 3. (a k ± b k ) = a k ± b k. k=1 k=1 k=1

20 20 Example 2 Verify Theorem 1 using the following series k 2 k=1 4 (k 2 + 2k) k=1 We now study some special summation formulas. Theorem 2 n 1. k = k=1 n k 2 = k=1 n k=1 n(n + 1). 2 n(n + 1)(2n + 1). 6 k 3 = n2 (n + 1) 2. 4 Proof

21 21 Example 3 Evaluate and Example 4 Explain why the sum of first n positive odd integers is n 2. n 1 n 1 n 1 Example 5 Develop formulas for k, k 2, and k 3. k=1 k=1 k=1 1 Example 6 Find lim n n 3 n k 2. k=1

22 22 Sec 4.7 Integrating Elementary Functions Recall that b a f(x)dx represents (in a generalized sense) area of the region enclosed by the x- axis, lines x = a and x = b, and the graph y = f(x). If the graph of y = f(x) is a portion of a line or a circle, then we are able to compute the integral explicitly. But how about integrals like 2 1 x 2 dx? Mensuration by Parts Let s consider a circle with radius r. We all know that the area of the circle is equal to πr 2. But why is that?

23 23 Example 1 Calculate 2 1 x 2 dx. Example 2 Calculate 2 1 x 3 dx.

24 24 Definition Suppose that g(x) is the derivative of a function f(x) (that is, f (x) = g(x)), then we say that f(x) is an antiderivative of f(x). Remark If f(x) is an antiderivative of g(x), then so is f(x) + C for any constant C. every antiderivative should be of this form. In fact, Now we are ready to state one of the most important results in Calculus. The Fundamental Theorem of Calculus Let g(x) be a continuous function. Then 1. g(x) has an antiderivative. 2. If f(x) is an antiderivative of g(x), then Sketch of Proof b a g(x) dx = f(b) f(a). Example 3 Calculate π 2 0 cos x dx and π 0 cos x dx.

25 25 b Remark Previous examples show that finding g(x) dx is pretty much the same as finding an a antiderivative of g(x). We write g(x) dx for the collection of all antiderivatives of g(x). This collection is called the indefinite integral of g. If f(x) is an antiderivative of g(x), functions of the form f(x) + C, and only they, are antiderivatives of g(x). For this reason, we also write g(x) dx = f(x) + C. Example 4 Find the indefinite integral x 3 dx and using this compute 3 2 x 3 dx. Example 5 Find the indefinite integral sin x dx.

26 26 Sec 4.8 Integrating Complicated Functions So, finding the indefinite integral is important. This section is devoted to making a list of the indefinite integrals of some elementary functions. We begin with general properties. Theorem 1 Suppose f(x) and g(x) have antiderivatives. 1. For any constant k, kf(x) dx = k f(x) dx. 2. (f(x) + g(x)) dx = f(x) dx + g(x) dx. Remark We also have (f(x) g(x)) dx = f(x) dx g(x) dx. Theorem 2 If r 1, Example 1 Find x 5 dx. x r dx = 1 r + 1 xr+1 + C. Example 2 Find 3x 5 dx. Example 3 Find (17x 31 6x ) dx. Example 4 Calculate x dx.

27 27 Example 5 Find t 2t dt. Example 6 Find (2x + 7) 6 dx. Example 7 Find sin 2x dx. We close this section with some examples of initial value problems. Example 8 Suppose f (t) = t and f(0) = 1. What is f(3)? Example 9 Suppose f (x) = (x + 2) 2 and f(3) = 0. What is f(x)?

28 28 Sec 4.9 Exponential Growth and Decay Example 1 Draw the graph of y = 2 x. Example 2 Draw the graph of y = 3 x. Example 3 Draw the graph of y = ( 1 2 )x. Remark Let a > 0 and a 1, then 1. The graph of y = a x always passes through (0, 1). 2. The graph of y = a x is always above the x-axis. 3. If a > 1, then y = a x is increasing. If 0 < a < 1, then y = a x is decreasing.

29 ( Definition It is well-known that lim n exists. In fact this limit is approximately n n) and known to be irrational. We will denote the limit by e. Remark 1. e is sometimes called Euler s number. 2. It is also known that e = ! + 1 3! + 1 4! We want to study the function f(x) = e x. Since e > 1, this functions is always positive and increasing. Moreover, the following is true. Fact lim x 0 e x 1 x = 1. Now we are ready to study the derivative of e x. Theorem 1 The derivative of the exponential function y = e x is itself. That is, (e x ) = e x. Proof So f(x) = e x has a very interesting property that f(x) = f (x). A simple calculation shows that any constant multiple of e x also has this property. A natural question arises: is there any other function f satisfying f(x) = f (x)? Theorem 2 If f(x) = f (x), then f(x) must be of the form f(x) = ke x for some constant k. Proof

30 30 Example 4 Find the derivative of e 4x. Example 5 Show that for any constant k, f(x) = ke 4x satisfies the differential equation f (x) = 4f(x). Conversely, if f satisfies f (x) = 4f(x), then f must be of the form f(x) = ke 4x for some constant k. The above observation can be generalized: Theorem 3 Let a be a constant. f(x) = ke ax for some constant k. If f satisfies the differential equation f (x) = af(x), then Example 6 Solve the following initial value problem: given y = 2y and y(2) = 4, find y(1). We close this section with differentiation involving the exponential function. Example 7 Differentiate e x3. Example 8 Differentiate e 4x cos x.

31 31 Sec 4.10 The Natural Logarithm For real numbers a, b, c with a > 0 and a 1, suppose c = a b. Then a = c 1 b. Then how do we express b in terms of a and c? Definition For a real number a with a > 0, a 1, if c = a b, then we write b = log a c. Example 1 Compute log Example 2 Suppose log a 16 = 2. Determine a. Example 3 log a 1 = and log a a = for all a with a > 0, x 1. Remark When we write y = log a x, 1. a > 0 and a 1, 2. x > 0, and 3. y could be any real number. Theorem Let a > 0 and a 1. Let x, y > log a xy = log a x + log a y. 2. log a x y = log a x log a y. 3. For every real numbers s( 0) and t, log a s x t = t s log a x. 4. y log a x = x log a y. 5. If b > 0 and b 1, then log a x = log b x log b a. In particular, log a b = 1 log b a. Proof

32 32 Example 4 Let a > 0 and a 1. Let x, y > 0. Express each of the following in terms of log a x and log a y: 1. log a x 4 y 3 2. log a x 2 y 3. log a ax 4. log 1 a 2 x a Example 5 Let a > 0 and a 1. Let x > 0. Simplify each of the following: 1. a log a x 2. a 3 log a x Definition Consider the function defined by f(x) = log e x, where e is Euler s number. This functions is called the natural logarithm function and is denoted by f(x) = ln x. So ln is a function defined on the set of positive real numbers. To study it s derivative, let g(x) = e x, f(x) = ln x, and consider the composition g f defined on the set of all positive real numbers. First of all, note that g f(x) = e ln x =. Differentiating both sides with respect to x, we get g (f(x))f (x) = 1 and hence Therefore, e f(x) f (x) = 1. f (x) = 1 e f(x) = 1 e ln x = 1 x. To summarize, for x > 0, we get (ln x) = 1 x. Remark What if x < 0? If x < 0, then ln x is not defined. To define ln for negative values, we consider h(x) = ln x. For x > 0, h(x) = ln x and hence h (x) = 1. For x < 0, h(x) = ln( x) x and using the chain rule, we get h (x) = 1 x ( 1) = 1 x. Conclusion: ln x is defined for all real numbers except for 0 and (ln x ) = 1 x.

33 33 Example 6 Differentiate ln(x 2 + 1). Example 7 Differentiate ln 2x, ln 3x, and ln 100x. Example 8 Differentiate e x2 1 tan(x + ln x ). Example 9 Find x dx. Example 10 Find x dx. We close this section with differentiation of general exponential functions and logarithmic functions. Example 11 Find the derivative of y = 2 x. Example 12 Find the derivative of y = log 2 x. In general, for a > 0, a 1, (a x ) = a x ln a and (log a x) = 1 x ln a.

34 34 Sec Applications Radioactive Dating Half-life is the period of time it takes for a substance undergoing decay to decrease by half. For example, the half-life of carbon 14 is 5,730 years. Example 1 Let C(t) (in grams) be the amount of carbon 14 in a certain material at time t (in years). If C(0) = 6, then C(5, 730) = and C(11, 460) =. Example 2 It is known that C(t) satisfies the differential equation C (t) = ac(t) for some constant a. Describe C(t) in terms of C(0). Example 3 We want to date a piece of cloth that is made of cotton. The amount of C 14 in the cloth was about 92% of the amount in living plants today. The amount of C 14 in living plants today is assumed to be the same as the amount of C 14 in living plants when the cloth was made. Estimate the age of the cloth. Gravity Suppose we let h(t) be the height of an object above the ground at time t. Then h (t) is the velocity of the object, and h (t) is its rate of change of velocity, also called acceleration. It s common to use v for velocity and a for acceleration. So we have at time t: Height h(t) Velocity v(t) = h (t) Acceleration a(t) = v (t) = h (t) It is known that, without external force, the acceleration is always constant. The constant is known to be approximately 9.8m/sec 2 is called the gravity. Example 4 An object is dropped from a building 100 meters tall. When does the object hit the ground?

35 35 Example 5 Standing on the ground, I toss an object upward with a velocity of 15 meters per second. When does it reach the highest point? What is the maximum height? How fast is it going when it hits the ground again? Example 6 Standing on a building 100 meters tall, I toss an object upward with a velocity of 10 meters per second. When does it reach the highest point? What is the maximum height? How fast is it going when it hits the ground again? Example 7 Standing on the ground, I toss an object upward at an angle of 45 degrees and with a velocity 15 meters per second. How long does it take for the object to hit the ground? Example 8 Standing on the ground, I toss an object upward at an angle θ measured from the ground and with a velocity v 0 meters per second. Which θ gives the largest horizontal displacement?

Functions. Remark 1.2 The objective of our course Calculus is to study functions.

Functions. Remark 1.2 The objective of our course Calculus is to study functions. Functions 1.1 Functions and their Graphs Definition 1.1 A function f is a rule assigning a number to each of the numbers. The number assigned to the number x via the rule f is usually denoted by f(x).

More information

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x).

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x). You should prepare the following topics for our final exam. () Pre-calculus. (2) Inverses. (3) Algebra of Limits. (4) Derivative Formulas and Rules. (5) Graphing Techniques. (6) Optimization (Maxima and

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

WORKBOOK. MATH 31. CALCULUS AND ANALYTIC GEOMETRY I.

WORKBOOK. MATH 31. CALCULUS AND ANALYTIC GEOMETRY I. WORKBOOK. MATH 31. CALCULUS AND ANALYTIC GEOMETRY I. DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE Contributors: U. N. Iyer and P. Laul. (Many problems have been directly taken from Single Variable Calculus,

More information

Section 2.1, Section 3.1 Rate of change, Tangents and Derivatives at a point

Section 2.1, Section 3.1 Rate of change, Tangents and Derivatives at a point Section 2.1, Section 3.1 Rate of change, Tangents and Derivatives at a point Line through P and Q approaches to the tangent line at P as Q approaches P. That is as a + h a = h gets smaller. Slope of the

More information

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 =

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 = Chapter 5 Sequences and series 5. Sequences Definition 5. (Sequence). A sequence is a function which is defined on the set N of natural numbers. Since such a function is uniquely determined by its values

More information

7.1. Calculus of inverse functions. Text Section 7.1 Exercise:

7.1. Calculus of inverse functions. Text Section 7.1 Exercise: Contents 7. Inverse functions 1 7.1. Calculus of inverse functions 2 7.2. Derivatives of exponential function 4 7.3. Logarithmic function 6 7.4. Derivatives of logarithmic functions 7 7.5. Exponential

More information

1 + x 2 d dx (sec 1 x) =

1 + x 2 d dx (sec 1 x) = Page This exam has: 8 multiple choice questions worth 4 points each. hand graded questions worth 4 points each. Important: No graphing calculators! Any non-graphing, non-differentiating, non-integrating

More information

Calculus & Analytic Geometry I

Calculus & Analytic Geometry I TQS 124 Autumn 2008 Quinn Calculus & Analytic Geometry I The Derivative: Analytic Viewpoint Derivative of a Constant Function. For c a constant, the derivative of f(x) = c equals f (x) = Derivative of

More information

Limit. Chapter Introduction

Limit. Chapter Introduction Chapter 9 Limit Limit is the foundation of calculus that it is so useful to understand more complicating chapters of calculus. Besides, Mathematics has black hole scenarios (dividing by zero, going to

More information

Name Class. (a) (b) (c) 4 t4 3 C

Name Class. (a) (b) (c) 4 t4 3 C Chapter 4 Test Bank 77 Test Form A Chapter 4 Name Class Date Section. Evaluate the integral: t dt. t C (a) (b) 4 t4 C t C C t. Evaluate the integral: 5 sec x tan x dx. (a) 5 sec x tan x C (b) 5 sec x C

More information

Math 611b Assignment #6 Name. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Math 611b Assignment #6 Name. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Math 611b Assignment #6 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find a formula for the function graphed. 1) 1) A) f(x) = 5 + x, x < -

More information

Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science

Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science Calculus I George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 151 George Voutsadakis (LSSU) Calculus I November 2014 1 / 67 Outline 1 Limits Limits, Rates

More information

Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures College of Science MATHS 101: Calculus I (University of Bahrain) 1 / 28 Indefinite Integral Given a function f, if F is a function such that

More information

Antiderivatives. DEFINITION: A function F is called an antiderivative of f on an (open) interval I if F (x) = f(x) for all x in I EXAMPLES:

Antiderivatives. DEFINITION: A function F is called an antiderivative of f on an (open) interval I if F (x) = f(x) for all x in I EXAMPLES: Antiderivatives 00 Kiryl Tsishchanka DEFINITION: A function F is called an antiderivative of f on an (open) interval I if F (x) = f(x) for all x in I EXAMPLES:. If f(x) = x, then F(x) = 3 x3, since ( )

More information

Calculus I Announcements

Calculus I Announcements Slie 1 Calculus I Announcements Office Hours: Amos Eaton 309, Monays 12:50-2:50 Exam 2 is Thursay, October 22n. The stuy guie is now on the course web page. Start stuying now, an make a plan to succee.

More information

Find the slope of the curve at the given point P and an equation of the tangent line at P. 1) y = x2 + 11x - 15, P(1, -3)

Find the slope of the curve at the given point P and an equation of the tangent line at P. 1) y = x2 + 11x - 15, P(1, -3) Final Exam Review AP Calculus AB Find the slope of the curve at the given point P and an equation of the tangent line at P. 1) y = x2 + 11x - 15, P(1, -3) Use the graph to evaluate the limit. 2) lim x

More information

Table of Contents. Module 1

Table of Contents. Module 1 Table of Contents Module Order of operations 6 Signed Numbers Factorization of Integers 7 Further Signed Numbers 3 Fractions 8 Power Laws 4 Fractions and Decimals 9 Introduction to Algebra 5 Percentages

More information

UNIT 3: DERIVATIVES STUDY GUIDE

UNIT 3: DERIVATIVES STUDY GUIDE Calculus I UNIT 3: Derivatives REVIEW Name: Date: UNIT 3: DERIVATIVES STUDY GUIDE Section 1: Section 2: Limit Definition (Derivative as the Slope of the Tangent Line) Calculating Rates of Change (Average

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Fall 2017, WEEK 14 JoungDong Kim Week 14 Section 5.4, 5.5, 6.1, Indefinite Integrals and the Net Change Theorem, The Substitution Rule, Areas Between Curves. Section

More information

Name Date Period. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Name Date Period. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. AB Fall Final Exam Review 200-20 Name Date Period MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the problem. ) The position of a particle

More information

Chapter 2: Differentiation

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

More information

Chapter 2: Differentiation

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

More information

Final Exam Review Problems

Final Exam Review Problems Final Exam Review Problems Name: Date: June 23, 2013 P 1.4. 33. Determine whether the line x = 4 represens y as a function of x. P 1.5. 37. Graph f(x) = 3x 1 x 6. Find the x and y-intercepts and asymptotes

More information

Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula. absolute value. properties of absolute values

Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula. absolute value. properties of absolute values Copyright & License Formula Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula absolute value properties of absolute values equation of a line in various forms equation of a circle

More information

Find the indicated derivative. 1) Find y(4) if y = 3 sin x. A) y(4) = 3 cos x B) y(4) = 3 sin x C) y(4) = - 3 cos x D) y(4) = - 3 sin x

Find the indicated derivative. 1) Find y(4) if y = 3 sin x. A) y(4) = 3 cos x B) y(4) = 3 sin x C) y(4) = - 3 cos x D) y(4) = - 3 sin x Assignment 5 Name Find the indicated derivative. ) Find y(4) if y = sin x. ) A) y(4) = cos x B) y(4) = sin x y(4) = - cos x y(4) = - sin x ) y = (csc x + cot x)(csc x - cot x) ) A) y = 0 B) y = y = - csc

More information

Welcome to AP Calculus!!!

Welcome to AP Calculus!!! Welcome to AP Calculus!!! In preparation for next year, you need to complete this summer packet. This packet reviews & expands upon the concepts you studied in Algebra II and Pre-calculus. Make sure you

More information

Unit #3 : Differentiability, Computing Derivatives

Unit #3 : Differentiability, Computing Derivatives Unit #3 : Differentiability, Computing Derivatives Goals: Determine when a function is differentiable at a point Relate the derivative graph to the the graph of an original function Compute derivative

More information

Blue Pelican Calculus First Semester

Blue Pelican Calculus First Semester Blue Pelican Calculus First Semester Student Version 1.01 Copyright 2011-2013 by Charles E. Cook; Refugio, Tx Edited by Jacob Cobb (All rights reserved) Calculus AP Syllabus (First Semester) Unit 1: Function

More information

Unit #3 : Differentiability, Computing Derivatives, Trig Review

Unit #3 : Differentiability, Computing Derivatives, Trig Review Unit #3 : Differentiability, Computing Derivatives, Trig Review Goals: Determine when a function is differentiable at a point Relate the derivative graph to the the graph of an original function Compute

More information

Chapter 2 Derivatives

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

More information

Topics and Concepts. 1. Limits

Topics and Concepts. 1. Limits Topics and Concepts 1. Limits (a) Evaluating its (Know: it exists if and only if the it from the left is the same as the it from the right) (b) Infinite its (give rise to vertical asymptotes) (c) Limits

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review. Fall, 2011 Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 2/03/20 Bormashenko MATH 408N PRACTICE FINAL Show your work for all the problems. Good luck! () Let f(x) = ex e x. (a) [5 pts] State the domain and range of f(x). Name: TA session: Since e x is defined

More information

For more information visit

For more information visit If the integrand is a derivative of a known function, then the corresponding indefinite integral can be directly evaluated. If the integrand is not a derivative of a known function, the integral may be

More information

Formulas that must be memorized:

Formulas that must be memorized: Formulas that must be memorized: Position, Velocity, Acceleration Speed is increasing when v(t) and a(t) have the same signs. Speed is decreasing when v(t) and a(t) have different signs. Section I: Limits

More information

Math 106 Calculus 1 Topics for first exam

Math 106 Calculus 1 Topics for first exam Chapter 2: Limits and Continuity Rates of change and its: Math 06 Calculus Topics for first exam Limit of a function f at a point a = the value the function should take at the point = the value that the

More information

AP Calculus Chapter 3 Testbank (Mr. Surowski)

AP Calculus Chapter 3 Testbank (Mr. Surowski) AP Calculus Chapter 3 Testbank (Mr. Surowski) Part I. Multiple-Choice Questions (5 points each; please circle the correct answer.). If f(x) = 0x 4 3 + x, then f (8) = (A) (B) 4 3 (C) 83 3 (D) 2 3 (E) 2

More information

AP Calculus AB: Semester Review Notes Information in the box are MASTERY CONCEPTS. Be prepared to apply these concepts on your midterm.

AP Calculus AB: Semester Review Notes Information in the box are MASTERY CONCEPTS. Be prepared to apply these concepts on your midterm. AP Calculus AB: Semester Review Notes Information in the box are MASTERY CONCEPTS. Be prepared to apply these concepts on your midterm. Name: Date: Period: I. Limits and Continuity Definition of Average

More information

1 Definition of the derivative

1 Definition of the derivative Math 20A - Calculus by Jon Rogawski Chapter 3 - Differentiation Prepare by Jason Gais Definition of the erivative Remark.. Recall our iscussion of tangent lines from way back. We now rephrase this in terms

More information

CALCULUS Exercise Set 2 Integration

CALCULUS Exercise Set 2 Integration CALCULUS Exercise Set Integration 1 Basic Indefinite Integrals 1. R = C. R x n = xn+1 n+1 + C n 6= 1 3. R 1 =ln x + C x 4. R sin x= cos x + C 5. R cos x=sinx + C 6. cos x =tanx + C 7. sin x = cot x + C

More information

Fall 2009 Math 113 Final Exam Solutions. f(x) = 1 + ex 1 e x?

Fall 2009 Math 113 Final Exam Solutions. f(x) = 1 + ex 1 e x? . What are the domain and range of the function Fall 9 Math 3 Final Exam Solutions f(x) = + ex e x? Answer: The function is well-defined everywhere except when the denominator is zero, which happens when

More information

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 59 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

More information

Ma 530 Power Series II

Ma 530 Power Series II Ma 530 Power Series II Please note that there is material on power series at Visual Calculus. Some of this material was used as part of the presentation of the topics that follow. Operations on Power Series

More information

UNIVERSITY OF HOUSTON HIGH SCHOOL MATHEMATICS CONTEST Spring 2018 Calculus Test

UNIVERSITY OF HOUSTON HIGH SCHOOL MATHEMATICS CONTEST Spring 2018 Calculus Test UNIVERSITY OF HOUSTON HIGH SCHOOL MATHEMATICS CONTEST Spring 2018 Calculus Test NAME: SCHOOL: 1. Let f be some function for which you know only that if 0 < x < 1, then f(x) 5 < 0.1. Which of the following

More information

Chapter 1: Limits and Continuity

Chapter 1: Limits and Continuity Chapter 1: Limits and Continuity Winter 2015 Department of Mathematics Hong Kong Baptist University 1/69 1.1 Examples where limits arise Calculus has two basic procedures: differentiation and integration.

More information

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

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

More information

Math 1552: Integral Calculus Final Exam Study Guide, Spring 2018

Math 1552: Integral Calculus Final Exam Study Guide, Spring 2018 Math 55: Integral Calculus Final Exam Study Guide, Spring 08 PART : Concept Review (Note: concepts may be tested on the exam in the form of true/false or short-answer questions.). Complete each statement

More information

CALCULUS ASSESSMENT REVIEW

CALCULUS ASSESSMENT REVIEW CALCULUS ASSESSMENT REVIEW DEPARTMENT OF MATHEMATICS CHRISTOPHER NEWPORT UNIVERSITY 1. Introduction and Topics The purpose of these notes is to give an idea of what to expect on the Calculus Readiness

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

Core 3 (A2) Practice Examination Questions

Core 3 (A2) Practice Examination Questions Core 3 (A) Practice Examination Questions Trigonometry Mr A Slack Trigonometric Identities and Equations I know what secant; cosecant and cotangent graphs look like and can identify appropriate restricted

More information

Mth Review Problems for Test 2 Stewart 8e Chapter 3. For Test #2 study these problems, the examples in your notes, and the homework.

Mth Review Problems for Test 2 Stewart 8e Chapter 3. For Test #2 study these problems, the examples in your notes, and the homework. For Test # study these problems, the examples in your notes, and the homework. Derivative Rules D [u n ] = nu n 1 du D [ln u] = du u D [log b u] = du u ln b D [e u ] = e u du D [a u ] = a u ln a du D [sin

More information

Math 190 Chapter 3 Lecture Notes. Professor Miguel Ornelas

Math 190 Chapter 3 Lecture Notes. Professor Miguel Ornelas Math 190 Chapter 3 Lecture Notes Professor Miguel Ornelas 1 M. Ornelas Math 190 Lecture Notes Section 3.1 Section 3.1 Derivatives of Polynomials an Exponential Functions Derivative of a Constant Function

More information

Learning Objectives for Math 165

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

More information

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 67 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

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 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

function independent dependent domain range graph of the function The Vertical Line Test

function independent dependent domain range graph of the function The Vertical Line Test Functions A quantity y is a function of another quantity x if there is some rule (an algebraic equation, a graph, a table, or as an English description) by which a unique value is assigned to y by a corresponding

More information

Chapter 7: Techniques of Integration

Chapter 7: Techniques of Integration Chapter 7: Techniques of Integration MATH 206-01: Calculus II Department of Mathematics University of Louisville last corrected September 14, 2013 1 / 43 Chapter 7: Techniques of Integration 7.1. Integration

More information

In general, if we start with a function f and want to reverse the differentiation process, then we are finding an antiderivative of f.

In general, if we start with a function f and want to reverse the differentiation process, then we are finding an antiderivative of f. Math 1410 Worksheet #27: Section 4.9 Name: Our final application of derivatives is a prelude to what will come in later chapters. In many situations, it will be necessary to find a way to reverse the differentiation

More information

Applications of Differentiation

Applications of Differentiation Applications of Differentiation Definitions. A function f has an absolute maximum (or global maximum) at c if for all x in the domain D of f, f(c) f(x). The number f(c) is called the maximum value of f

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

DRAFT - Math 102 Lecture Note - Dr. Said Algarni

DRAFT - Math 102 Lecture Note - Dr. Said Algarni Math02 - Term72 - Guides and Exercises - DRAFT 7 Techniques of Integration A summery for the most important integrals that we have learned so far: 7. Integration by Parts The Product Rule states that if

More information

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a)

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a) 2.1 The derivative Rates of change 1 The slope of a secant line is m sec = y f (b) f (a) = x b a and represents the average rate of change over [a, b]. Letting b = a + h, we can express the slope of the

More information

Final Exam Review Exercise Set A, Math 1551, Fall 2017

Final Exam Review Exercise Set A, Math 1551, Fall 2017 Final Exam Review Exercise Set A, Math 1551, Fall 2017 This review set gives a list of topics that we explored throughout this course, as well as a few practice problems at the end of the document. A complete

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

Math 12 Final Exam Review 1

Math 12 Final Exam Review 1 Math 12 Final Exam Review 1 Part One Calculators are NOT PERMITTED for this part of the exam. 1. a) The sine of angle θ is 1 What are the 2 possible values of θ in the domain 0 θ 2π? 2 b) Draw these angles

More information

MULTIVARIABLE CALCULUS

MULTIVARIABLE CALCULUS MULTIVARIABLE CALCULUS Summer Assignment Welcome to Multivariable Calculus, Multivariable Calculus is a course commonly taken by second and third year college students. The general concept is to take the

More information

PRELIM 2 REVIEW QUESTIONS Math 1910 Section 205/209

PRELIM 2 REVIEW QUESTIONS Math 1910 Section 205/209 PRELIM 2 REVIEW QUESTIONS Math 9 Section 25/29 () Calculate the following integrals. (a) (b) x 2 dx SOLUTION: This is just the area under a semicircle of radius, so π/2. sin 2 (x) cos (x) dx SOLUTION:

More information

Math 121: Calculus 1 - Fall 2013/2014 Review of Precalculus Concepts

Math 121: Calculus 1 - Fall 2013/2014 Review of Precalculus Concepts Introduction Math 121: Calculus 1 - Fall 201/2014 Review of Precalculus Concepts Welcome to Math 121 - Calculus 1, Fall 201/2014! This problems in this packet are designed to help you review the topics

More information

Foundations of Calculus. November 18, 2014

Foundations of Calculus. November 18, 2014 Foundations of Calculus November 18, 2014 Contents 1 Conic Sections 3 11 A review of the coordinate system 3 12 Conic Sections 4 121 Circle 4 122 Parabola 5 123 Ellipse 5 124 Hyperbola 6 2 Review of Functions

More information

One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the unit circle.

One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the unit circle. 2.24 Tanz and the Reciprocals Derivatives of Other Trigonometric Functions One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the

More information

C3 Revision Questions. (using questions from January 2006, January 2007, January 2008 and January 2009)

C3 Revision Questions. (using questions from January 2006, January 2007, January 2008 and January 2009) C3 Revision Questions (using questions from January 2006, January 2007, January 2008 and January 2009) 1 2 1. f(x) = 1 3 x 2 + 3, x 2. 2 ( x 2) (a) 2 x x 1 Show that f(x) =, x 2. 2 ( x 2) (4) (b) Show

More information

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

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

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. (a) 5

More information

b n x n + b n 1 x n b 1 x + b 0

b n x n + b n 1 x n b 1 x + b 0 Math Partial Fractions Stewart 7.4 Integrating basic rational functions. For a function f(x), we have examined several algebraic methods for finding its indefinite integral (antiderivative) F (x) = f(x)

More information

MAT137 Calculus! Lecture 6

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

More information

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

Topics from Algebra and Pre-Calculus. (Key contains solved problems)

Topics from Algebra and Pre-Calculus. (Key contains solved problems) Topics from Algebra and Pre-Calculus (Key contains solved problems) Note: The purpose of this packet is to give you a review of basic skills. You are asked not to use the calculator, except on p. (8) and

More information

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics MATHS 101: Calculus I

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics   MATHS 101: Calculus I Preliminaries 2 1 2 Lectures Department of Mathematics http://www.abdullaeid.net/maths101 MATHS 101: Calculus I (University of Bahrain) Prelim 1 / 35 Pre Calculus MATHS 101: Calculus MATHS 101 is all about

More information

Calculus II Lecture Notes

Calculus II Lecture Notes Calculus II Lecture Notes David M. McClendon Department of Mathematics Ferris State University 206 edition Contents Contents 2 Review of Calculus I 5. Limits..................................... 7.2 Derivatives...................................3

More information

3.9 Derivatives of Exponential and Logarithmic Functions

3.9 Derivatives of Exponential and Logarithmic Functions 322 Chapter 3 Derivatives 3.9 Derivatives of Exponential and Logarithmic Functions Learning Objectives 3.9.1 Find the derivative of exponential functions. 3.9.2 Find the derivative of logarithmic functions.

More information

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

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

More information

2. Find the midpoint of the segment that joins the points (5, 1) and (3, 5). 6. Find an equation of the line with slope 7 that passes through (4, 1).

2. Find the midpoint of the segment that joins the points (5, 1) and (3, 5). 6. Find an equation of the line with slope 7 that passes through (4, 1). Math 129: Pre-Calculus Spring 2018 Practice Problems for Final Exam Name (Print): 1. Find the distance between the points (6, 2) and ( 4, 5). 2. Find the midpoint of the segment that joins the points (5,

More information

Calculus I Sample Exam #01

Calculus I Sample Exam #01 Calculus I Sample Exam #01 1. Sketch the graph of the function and define the domain and range. 1 a) f( x) 3 b) g( x) x 1 x c) hx ( ) x x 1 5x6 d) jx ( ) x x x 3 6 . Evaluate the following. a) 5 sin 6

More information

PH1105 Lecture Notes on Calculus. Main Text: Calculus for the Life Sciences by. Bittenger, Brand and Quintanilla

PH1105 Lecture Notes on Calculus.   Main Text: Calculus for the Life Sciences by. Bittenger, Brand and Quintanilla PH1105 Lecture Notes on Calculus Joe Ó hógáin E-mail: johog@maths.tcd.ie Main Text: Calculus for the Life Sciences by Other Text: Calculus by Bittenger, Brand and Quintanilla Anton, Bivens and Davis 1

More information

f(g(x)) g (x) dx = f(u) du.

f(g(x)) g (x) dx = f(u) du. 1. Techniques of Integration Section 8-IT 1.1. Basic integration formulas. Integration is more difficult than derivation. The derivative of every rational function or trigonometric function is another

More information

Dr. Sophie Marques. MAM1020S Tutorial 8 August Divide. 1. 6x 2 + x 15 by 3x + 5. Solution: Do a long division show your work.

Dr. Sophie Marques. MAM1020S Tutorial 8 August Divide. 1. 6x 2 + x 15 by 3x + 5. Solution: Do a long division show your work. Dr. Sophie Marques MAM100S Tutorial 8 August 017 1. Divide 1. 6x + x 15 by 3x + 5. 6x + x 15 = (x 3)(3x + 5) + 0. 1a 4 17a 3 + 9a + 7a 6 by 3a 1a 4 17a 3 + 9a + 7a 6 = (4a 3 3a + a + 3)(3a ) + 0 3. 1a

More information

Chapter 2 Differentiation. 2.1 Tangent Lines and Their Slopes. Calculus: A Complete Course, 8e Chapter 2: Differentiation

Chapter 2 Differentiation. 2.1 Tangent Lines and Their Slopes. Calculus: A Complete Course, 8e Chapter 2: Differentiation Chapter 2 Differentiation 2.1 Tangent Lines and Their Slopes 1) Find the slope of the tangent line to the curve y = 4x x 2 at the point (-1, 0). A) -1 2 C) 6 D) 2 1 E) -2 2) Find the equation of the tangent

More information

Homework 3. (33-40) The graph of an exponential function is given. Match each graph to one of the following functions.

Homework 3. (33-40) The graph of an exponential function is given. Match each graph to one of the following functions. Homework Section 4. (-40) The graph of an exponential function is given. Match each graph to one of the following functions. (a)y = x (b)y = x (c)y = x (d)y = x (e)y = x (f)y = x (g)y = x (h)y = x (46,

More information

Calculus I. 1. Limits and Continuity

Calculus I. 1. Limits and Continuity 2301107 Calculus I 1. Limits and Continuity Outline 1.1. Limits 1.1.1 Motivation:Tangent 1.1.2 Limit of a function 1.1.3 Limit laws 1.1.4 Mathematical definition of a it 1.1.5 Infinite it 1.1. Continuity

More information

Math 121: Calculus 1 - Winter 2012/2013 Review of Precalculus Concepts

Math 121: Calculus 1 - Winter 2012/2013 Review of Precalculus Concepts Introduction Math 11: Calculus 1 - Winter 01/01 Review of Precalculus Concepts Welcome to Math 11 - Calculus 1, Winter 01/01! This problems in this packet are designed to help you review the topics from

More information

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then 3.4 The Chain Rule To find the derivative of a function that is the composition of two functions for which we already know the derivatives, we can use the Chain Rule. The Chain Rule: Suppose F (x) = f(g(x)).

More information

3.1 Day 1: The Derivative of a Function

3.1 Day 1: The Derivative of a Function A P Calculus 3.1 Day 1: The Derivative of a Function I CAN DEFINE A DERIVATIVE AND UNDERSTAND ITS NOTATION. Last chapter we learned to find the slope of a tangent line to a point on a graph by using a

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

Technical Calculus I Homework. Instructions

Technical Calculus I Homework. Instructions Technical Calculus I Homework Instructions 1. Each assignment is to be done on one or more pieces of regular-sized notebook paper. 2. Your name and the assignment number should appear at the top of the

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

Math 121: Calculus 1 - Fall 2012/2013 Review of Precalculus Concepts

Math 121: Calculus 1 - Fall 2012/2013 Review of Precalculus Concepts Introduction Math 11: Calculus 1 - Fall 01/01 Review of Precalculus Concepts Welcome to Math 11 - Calculus 1, Fall 01/01! This problems in this packet are designed to help you review the topics from Algebra

More information

Final Exam. Math 3 December 7, 2010

Final Exam. Math 3 December 7, 2010 Final Exam Math 3 December 7, 200 Name: On this final examination for Math 3 in Fall 200, I will work individually, neither giving nor receiving help, guided by the Dartmouth Academic Honor Principle.

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