Math Camp II. Calculus. Yiqing Xu. August 27, 2014 MIT

Size: px
Start display at page:

Download "Math Camp II. Calculus. Yiqing Xu. August 27, 2014 MIT"

Transcription

1 Math Camp II Calculus Yiqing Xu MIT August 27, 2014

2 1 Sequence and Limit 2 Derivatives 3 OLS Asymptotics 4 Integrals

3 Sequence Definition A sequence {y n } = {y 1, y 2, y 3,..., y n } is an ordered set of real numbers, where y 1 is the first term in the sequence and y n is the nth term. Generally, a sequence extends to n =. We can also write the sequence as {y n } n=1. Sequences are similar to functions. Before, we had y = f (x) with x specified over some domain. Now we have {y n } = {f (x)} with each value of x having its own index, n = 1, 2, 3,.... Thus the first number we put into our function gives us y 1. Yiqing Xu (MIT) Calculus August 27, / 55

4 Sequence There are three kinds of sequences: 1 Sequences that converge to a limit. 2 Sequences that increase or decrease without bound. 3 Sequences like that neither converge nor increase without bound alternating over the number line. Yiqing Xu (MIT) Calculus August 27, / 55

5 The Limit of a Sequence Definition The sequence {y n } has the limit L, that is lim n y n = L, if for any ɛ > 0 there is an integer N (which depends on ɛ) with the property that y n L < ɛ for each n > N. {y n } is said to converge to L. If the above does not hold, then {y n } diverges. Uniqueness: If {y n } converges, then the limit L is unique. Yiqing Xu (MIT) Calculus August 27, / 55

6 Properties of Limits of Sequences Let lim n y n = A and lim n z n = B. Then lim [αy n + βz n ] = αa + βb n lim y nz n = AB n lim n y n z n = A B, provided B 0 Yiqing Xu (MIT) Calculus August 27, / 55

7 Limit Does a function f approach some number L as its input variable x goes to some number c (often 0 or ± )? If so f (x) approaches L as x approaches c. Formally we say lim x c f (x) = L. Definition (Limits of Functions) Given any ɛ > 0, δ > 0 s.t. for x in some domain D and within the neighborhood of x 0 of radius δ (except possibly x 0 itself), f (x) c < ɛ Uniqueness: lim x c f (x) = L and lim x c f (x) = M L = M Yiqing Xu (MIT) Calculus August 27, / 55

8 Properties of Limits of Functions Let f and g be functions with lim x c f (x) = A and lim x c g(x) = B. lim [f (x) + g(x)] = lim f (x) + lim g(x) = A + B x c x c x c What property does this look like that we saw before? lim αf (x) = α lim f (x) = αa x c x c lim x c f (x)g(x) = [ lim x c f (x) lim x c g(x) = lim f (x) x c lim f (x)][ lim g(x)] = AB x c x c g(x) = A B, provided B 0 Yiqing Xu (MIT) Calculus August 27, / 55

9 1 Sequence and Limit 2 Derivatives 3 OLS Asymptotics 4 Integrals

10 Derivative Definition The derivative of a function f (x) is simply the slope of the secant of f(x) at a pair of points very close to (x, f (x)): f f (x) f (a) f (a + h) f (a) (a) = lim = lim x a x a h 0 h Definition A straight line is tangent to a curve, at some point, if both line and curve pass through the point with the same direction; such a line is the best straight-line approximation to the curve at that point. Yiqing Xu (MIT) Calculus August 27, / 55

11 Calculating Derivatives Proposition f (x) = x k f (x) = kx k 1 Lemma (Binomial expansion) For any positive integer k, (x + h) k = x k + a 1 x k 1 h a k 1 x 1 h k 1 + a k h k, where a j = k! j!(k j)!, for j = 1,...k Yiqing Xu (MIT) Calculus August 27, / 55

12 Algebraic Operations of Derivatives Theorem Let f, g : X R be differentiable at c X and X R. Then, 1 (kf ) (c) = kf (c) for all k R, 2 (f + g) (c) = f (c) + g (c), 3 (fg) (c) = f (c)g(c) + f (c)g (c) (Product Rule), ( ) 4 f g (c) = f (c)g(c) f (c)g (c) for g(c) 0 (Quotient Rule). g(c) 2 Yiqing Xu (MIT) Calculus August 27, / 55

13 Chain Rule The Chain Rule is a formula for the derivative of the composite of two functions. Theorem Suppose h(x) = f g. Then h (x) = (f (g(x))) = f (g(x))g (x). or in the Leibniz notation: df dx = df du du dx. (Note: There should be some conditions for this theorem to work such as continuity of f and the existence of f. For now, let s assume all the necessary conditions are met.) Yiqing Xu (MIT) Calculus August 27, / 55

14 Characterizing a Continuously Differentiable Function 1 Calculate the first derivative 2 Find where derivative is equal to 0 by solving f (x) = 0. 3 Check the signs of f (x) at x to the left and right of these point(s) 4 If positive then increasing in that region, if negative then decreasing in that region Yiqing Xu (MIT) Calculus August 27, / 55

15 Increasing and Decreasing Functions Definition A function is increasing at x if its derivative is positive at x. That is if f (x) > 0 Definition A function is decreasing at x if its derivative is negative at x. That is if f (x) < 0 Yiqing Xu (MIT) Calculus August 27, / 55

16 The Second Derivative The derivative of the first derivative is the second derivative. We often use the notation f (x) or d2 y dx 2. The second derivative is the slope of the line tangent to the first derivative at the point x. We can think of this as the change in change of the function. In physics, the first derivative is the speed of an object while the second derivative is the acceleration of an object. Yiqing Xu (MIT) Calculus August 27, / 55

17 Convex and Concave Functions Definition A function is convex (or concave up) in a region if a secant line in any two points of the region is above f. Formally, the function f : A R, defined on the convex set A R n is convex if f (αx + (1 α)x) αf (x ) + (1 α)f (x) x and x A and all α [0, 1]. Definition A function is concave in a region if a secant line in any two points of the region is below f. Formally, the function f : A R, defined on the convex set A R n is concave if f (αx + (1 α)x) αf (x ) + (1 α)f (x) x and x A and all α [0, 1]. Yiqing Xu (MIT) Calculus August 27, / 55

18 Convex and Concave Functions To know if a function is convex, we do not need to graph it or figure out the slope of all secant lines through any two of its points. We just check if the second derivative is positive. Definition A function is convex in a region if f (x) > 0 in that region. Definition A function is concave in a region if f (x) < 0 in that region. Yiqing Xu (MIT) Calculus August 27, / 55

19 Graphing a Function 1 First find the points at which f (x) = 0 or f is not defined. Such points are called critical points of f. 2 Evaluate the function at each of these critical points and plot them in the graph. 3 Then, check the sign of f for each of the intervals defined by these critical points. 4 If f > 0 then draw the graph increasing over I, if f < 0 then draw the graph decreasing over I. 5 Find the points at which f (x) = 0 or f is not defined. Such points are called second order critical points of f, or if the second derivative actually changes sign there, inflection points of f. 6 Then, check the sign of f for each of the intervals defined by these critical points. 7 If f > 0 then draw the graph concave up (or convex) over I, if f < 0 then draw the graph concave down (or concave) over I. Yiqing Xu (MIT) Calculus August 27, / 55

20 Finding Maximums and Minimums All the (interior) maximums and minimums are found at critical points. The second derivative helps determine if a critical point is a maximum, a minimum, or neither. If f (x 0 ) = 0 and f (x 0 ) < 0 then x 0 is a maximum of f. If f (x 0 ) = 0 and f (x 0 ) > 0 then x 0 is a minimum of f. If f (x 0 ) = 0 and f (x 0 ) = 0 then we do not know, it might be a max, a min or neither (These are called saddle points). Yiqing Xu (MIT) Calculus August 27, / 55

21 Finding Maximums and Minimums 1 Take derivative 2 Find the x such that the derivative function= 0 3 Evaluate the second derivative at those critical points to determine if at that x there is a minimum or a maximum. Yiqing Xu (MIT) Calculus August 27, / 55

22 Derivatives of the Exponential Functions 1 d dx ln x = 1 x 2 d dx ln x k = d dx k ln x = k x 3 d dx ln u(x) = u (x) u(x) (by the chain rule) 4 d dx αex = αe x 5 d dx eu(x) = e u(x) u (x) Yiqing Xu (MIT) Calculus August 27, / 55

23 L Hospital s Rule Theorem Suppose f and g are differentiable on a < x < b and that either 1 lim x a 2 lim x a x a f (x) = 0 and lim g(x) = 0, or + + x a f (x) = ± and lim g(x) = ± + + Suppose further that g (x) is never zero on a < x < b and that f (x) lim x a + g (x) = L then f (x) lim x a + g(x) = L Yiqing Xu (MIT) Calculus August 27, / 55

24 Taylor s Expansion Theorem If f has derivatives of all orders in an open interval I containing a, then for each positive integer n and for each x in I, where f (x) = f (a) + f (a)(x a) + f (a) + 2! f n (a) (x a) n + R n (x) n! R n (x) = f (n+1) (c) (n + 1)! (x a)n+1 for some c between a and x. Yiqing Xu (MIT) Calculus August 27, / 55

25 Derivatives of Trigonometric Functions d d (sinx) = cosx dx d d (cosx) = sinx dx d dx (sinx) = sec2 x (cscx) = cscx cotx dx (cscx) = secx tanx dx d dx (cscx) = csc2 x Yiqing Xu (MIT) Calculus August 27, / 55

26 Calculus and Matrix Algebra A is n n matrix, x is a n 1 vector Quadratic form Ax x = A x Ax x = (A + A )x = 2Ax (if A is symmetric) Yiqing Xu (MIT) Calculus August 27, / 55

27 Positive-definite Matrices A symmetric n n matrix M is said to be positive definite if z Mz is positive for every non-zero column vector z of n real numbers Positive semi-definite matrices are defined in the same way, except that the expression z Mz is required to be always non-negative M = [ 1 ] Yiqing Xu (MIT) Calculus August 27, / 55

28 Jacobian Matrix A Jacobian matrix is the matrix of all first-order partial derivatives of a vector-valued function. Suppose F : R n R m, F 1 F 1 x 1 x n J =..... F m x 1 F m x n F (x) = F (p) + J F (p)(x p) + o( x p ). Yiqing Xu (MIT) Calculus August 27, / 55

29 Hessian Matrix A Hessian matrix or Hessian is a square matrix of second-order partial derivatives of a function. Suppose F : R n R 1, 2 F 2 F 2 F x 2 1 x 1 x 2 x 1 x n 2 F 2 F 2 F H(F ) = x 2 x 1 x2 2 x 2 x n F 2 F 2 F x n x 1 x n x 2 xn 2 H(F )(x) = J( F )(x) y = F (x + x) F (x) + J(x) x xt H(x) x Yiqing Xu (MIT) Calculus August 27, / 55

30 1 Sequence and Limit 2 Derivatives 3 OLS Asymptotics 4 Integrals

31 OLS Setup Let X be our n (k + 1) data matrix for k predictors (plus the constant), y be the n 1 vector of the outcome variable, β be the (k + 1) 1 vector of true coefficient (intercept and k slopes), and u be the n 1 vector of error terms: Y = Xβ + u y = y 1 y 2. y n n 1 X = 1 x 11 x x 1k 1 x 21 x x 2k x n1 x n2... x nk n (k+1) Yiqing Xu (MIT) Calculus August 27, / 55

32 OLS Estimator S(b 0 ) = e e = (y Xb) (y Xb) = y y b 0X y y Xb 0 + b 0X Xb 0 = y y 2y Xb 0 + b 0X Xb 0 S(b 0 ) b 0 = 2X y + 2X Xb 0 = 0 ˆb = (X X) 1 X y Yiqing Xu (MIT) Calculus August 27, / 55

33 Properties of the OLS Estimator Properties Unbiasedness Consistency Asymptotic normality Preparation The Weak Law of Large Numbers (WLLN) Lindeberg-Levy Central Limit Theorem (CLT) Convergence in probability and in distribution Slutskty s Theorem Yiqing Xu (MIT) Calculus August 27, / 55

34 The Weak Law of Large Numbers (WLLN) Suppose {x i } is an infinite sequence of i.i.d. random variables with finite expected value E[x i ] = µ <. Then as n approaches infinity, the random variable x n = 1 n n i=1 x i converges in probability to µ. x n p µ, as n. Yiqing Xu (MIT) Calculus August 27, / 55

35 Lindeberg-Levy Central Limit Theorem (CLT) Suppose {x i } is an infinite sequence of i.i.d. random variables with finite expected value and variance, E[x i ] = µ < and Var(x i ) = σ 2 <. Then as n approaches infinity, the random variable n( x n µ) converges in distribution to a normal distribution N(0, σ 2 ): n( xn µ) d N(0, σ 2 ), as n. Yiqing Xu (MIT) Calculus August 27, / 55

36 Convergence in Probability Definition A sequence {X n } of random variables converges in probability towards the random variable X if for all ɛ > 0 lim n Pr ( X n X ε ) = 0, denoted as X n p X or plim X n = X. n Pick any ɛ > 0 and any δ > 0. Let P n be the probability that X n is outside the ball of radius δ centered at X. Then for X n to converge in probability to X there should exist a number N (which will depend on ɛ and δ) such that for all n N, P n < δ. Yiqing Xu (MIT) Calculus August 27, / 55

37 Convergence in Distribution Definition A sequence X 1, X 2,... of random variables is said to converge in distribution (or converge weakly, or converge in law) to a random variable X if lim n F n(x) = F (x), for every number x R at which F is continuous. Here F n and F are the cumulative distribution functions (CDFs) of random variables X n and X, respectively. Yiqing Xu (MIT) Calculus August 27, / 55

38 Slutskty s Theorem Let {x n }, {y n } be two sequences of random variables (or matrices), if {x n } converges in probability to a constant c and {y n } converges in distribution d to a random variable (or matrix) y, then x n y n cy. Yiqing Xu (MIT) Calculus August 27, / 55

39 Unbiasedness E[ˆb X] = E[ ( X X ) 1 X (Xb + u) X] (linearity ) = E[b + ( X X ) 1 X u X] (no perfect collinearity) = E[b X] + E[ ( X X ) 1 X u X] = b + ( X X ) 1 X E[u X] = b (zero conditional mean) E[ˆb] = b (random sampling) Assumptions: 1 linearity y = X b + u 2 random sampling of {X i, y i } 3 no perfect collinearity in X (therefore (X X) 1 exists) 4 zero conditional mean E[u X] = 0. Yiqing Xu (MIT) Calculus August 27, / 55

40 Consistency ˆb = b + ( X X ) 1 X u (linearity and no perfect collinearity) ( n ) 1 ( n ) = b + i=1 x ix i i=1 x iu i ( 1 ) 1 ( n 1 ) n = b + n i=1 x ix i n i=1 x iu i Applying the LLN to the sample means (random sampling): ( ) 1 n x p n ix i E[x ix i ] Q (k+1) (k+1) (positive definite Q exist) i=1 ( ) 1 n x p n iu i E[x iu i ] = 0 (zero conditional mean) i=1 Yiqing Xu (MIT) Calculus August 27, / 55

41 Consistency plim(ˆb) = b + Q 1 0 = b Assumptions: 1 linearity 2 random sampling 3 no perfect collinearity 4 zero conditional mean 5 the second moment of x i exists Note: If Q is positive definite, it is non-singular; therefore, Q 1 exist. E[x i u i ] = 0 since E[x i E[u i x i ]] = 0 by the Law of Iterated Expectations. Yiqing Xu (MIT) Calculus August 27, / 55

42 Asymptotic Normality ( 1 ) 1 ( n 1 ) n ˆb = b + n i=1 x ix i n i=1 x iu i (linearity and no perfect collinearity) ( 1 ) 1 [ ( n n 1 )] n n(ˆb b) = n i=1 x ix i n i=1 x iu i E[x ix i ] = Q E[x iu i ] = 0 (zero conditional mean) Var(x iu i ) = E x [Var(x iu i x i )] = E x [E[x iu i u ix i x i ]] E[Q 1 x iu i ] = 0 = σ 2 E x [x ix i ] (homoskedasticity) = σ 2 Q (a positive definite matrix Q exist) Var(Q 1 x iu i ) = σ 2 Q 1 QQ 1 = σ 2 Q 1 Yiqing Xu (MIT) Calculus August 27, / 55

43 Asymptotic Normality Applying the LLN to the sample mean of x i x i (random sampling): ( ) 1 n x p n ix i E[x ix i ] = Q i=1 Applying the CLT to the sample mean of x i u i (random sampling): ( ) 1 n n x d n iu i 0 N(0, σ 2 Q) i=1 Finally, applying the Slutsky s Theorem: n(ˆb b) d N(0, σ 2 Q 1 ). Yiqing Xu (MIT) Calculus August 27, / 55

44 Asymptotic Normality Assumptions: linearity random sampling no perfect collinearity no perfect collinearity zero conditional mean the second moment of x i exists homoscedasticity Yiqing Xu (MIT) Calculus August 27, / 55

45 1 Sequence and Limit 2 Derivatives 3 OLS Asymptotics 4 Integrals

46 Integration Integration is about calculating the area contained between a function and the axis Figure: Graph of f (x) = 2x + 1 Yiqing Xu (MIT) Calculus August 27, / 55

47 Riemann Integral If for a given function f the Riemann sum approaches a limit as x 0, then that limit is called the Riemann integral of f from a to b. Formally, b a f (x)dx = lim x 0 n f (x i ) x i=1 Yiqing Xu (MIT) Calculus August 27, / 55

48 Notations for Integral Yiqing Xu (MIT) Calculus August 27, / 55

49 Indefinite Integral Definition Indefinite Integral of a function f (x) is a function F (x) such that its derivative is f (x). ie, (F (x) = f (x)). It is denoted as: f (x)dx = F (x) + C Theorem (Uniqueness) If F and G are antiderivatives of f on some interval I, then there is a constant C such that F (x) = G(x) + C for all x in I. As a consequence of this theorem, we add the constant C to an indefinite integral. Yiqing Xu (MIT) Calculus August 27, / 55

50 Indefinite Integral Figure: Graph of f (x) = x and g(x) = x Yiqing Xu (MIT) Calculus August 27, / 55

51 First Fundamental Theorem of Calculus Definition Definite Integral in the interval [a,b] is the Indefinite Integral evaluated at a and b. Mathematically: b a f (x)dx Theorem Let the function f be bounded on [a, b] and continuous on (a, b). Let F be any function that is continuous on [a, b] such that F (x) = f (x) on (a, b). Then b a f (x)dx = F (b) F (a) Yiqing Xu (MIT) Calculus August 27, / 55

52 Second Fundamental Theorems of Calculus Theorem First Fundamental Theorem of Calculus: Let the function f be bounded on [a, b] and continuous on (a, b). Then the function x F (x) = f (s)ds, a a x b has a derivative at each point in (a, b) and F (x) = f (x), a < x < b Yiqing Xu (MIT) Calculus August 27, / 55

53 Computing integrals 1 Find an antiderivative of f : a function F such that F =f. 2 By the fundamental theorem of calculus, b f (x) dx = F (b) F (a). 3 Therefore the value of the integral is F (b) F (a). a Yiqing Xu (MIT) Calculus August 27, / 55

54 Rules Satisfied by Definite Integrals 1 Order of Integration: 2 Constant Multiple 3 Sum and Difference 4 Additivity b a a b b f (x)dx = f (x)dx a b a b (f (x) ± g(x))dx = b a a kf (x)dx = k f (x)dx = b a b a b a f (x)dx f (x)dx b f (x)dx ± g(x)dx a c c f (x)dx + f (x)dx = f (x)dx b a Yiqing Xu (MIT) Calculus August 27, / 55

55 Integration by Substitution Theorem If u = g(x) is a differentiable function whose range is an interval I and f is continuous on I, then f (g(x))g (x)dx = f (u)du Yiqing Xu (MIT) Calculus August 27, / 55

56 Substitution in Definite Integrals Theorem If g is continuous on the interval [a, b] and f is continuous on the range of g, then b a f (g(x)) g (x)dx = g(b) g(a) f (u)du Yiqing Xu (MIT) Calculus August 27, / 55

57 Integration by Parts Theorem (Integration by Parts) Let f, g : [a, b] R be differentiable on [a, b] with f, g being Riemann-integrable on [a, b]. Then, f g and g f are also Riemann-integrable on [a, b], and b a b f (x)g(x) dx = [f (b)g(b) f (a)g(a)] g (x)f (x) dx. a For indefinite integrals, we have f (x)g(x) dx = f (x)g(x) g (x)f (x) dx. Yiqing Xu (MIT) Calculus August 27, / 55

58 Leibniz s Rule Theorem If f is continuous on [a, b] and if u(x) and v(x) are differentiable functions of x whose values lie in [a, b], then d dx v(x) u(x) f (t)dt = f (v(x)) dv dx f (u(x))du dx Yiqing Xu (MIT) Calculus August 27, / 55

59 Yiqing Xu (MIT) Calculus August 27, / 55

60 Thank you! Hope you enjoyed it! Yiqing Xu (MIT) Calculus August 27, / 55

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

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

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

Lecture 6: Calculus. In Song Kim. September 7, 2011

Lecture 6: Calculus. In Song Kim. September 7, 2011 Lecture 6: Calculus In Song Kim September 7, 20 Introuction to Differential Calculus In our previous lecture we came up with several ways to analyze functions. We saw previously that the slope of a linear

More information

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 4.4 Using the Fundamental Theorem As we saw in Section 4.3, using the Fundamental Theorem of Integral Calculus reduces the problem of evaluating a

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

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

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

Math 180, Final Exam, Fall 2012 Problem 1 Solution

Math 180, Final Exam, Fall 2012 Problem 1 Solution Math 80, Final Exam, Fall 0 Problem Solution. Find the derivatives of the following functions: (a) ln(ln(x)) (b) x 6 + sin(x) e x (c) tan(x ) + cot(x ) (a) We evaluate the derivative using the Chain Rule.

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

(e) 2 (f) 2. (c) + (d). Limits at Infinity. 2.5) 9-14,25-34,41-43,46-47,56-57, (c) (d) 2

(e) 2 (f) 2. (c) + (d). Limits at Infinity. 2.5) 9-14,25-34,41-43,46-47,56-57, (c) (d) 2 Math 150A. Final Review Answers, Spring 2018. Limits. 2.2) 7-10, 21-24, 28-1, 6-8, 4-44. 1. Find the values, or state they do not exist. (a) (b) 1 (c) DNE (d) 1 (e) 2 (f) 2 (g) 2 (h) 4 2. lim f(x) = 2,

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

MTAEA Differentiation

MTAEA Differentiation School of Economics, Australian National University February 5, 2010 Basic Properties of the Derivative. Secant Tangent Applet l 3 l 2 l 1 a a 3 a 2 a 1 Figure: The derivative of f at a is the limiting

More information

Math 141: Lecture 11

Math 141: Lecture 11 Math 141: Lecture 11 The Fundamental Theorem of Calculus and integration methods Bob Hough October 12, 2016 Bob Hough Math 141: Lecture 11 October 12, 2016 1 / 36 First Fundamental Theorem of Calculus

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

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems 2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems Mathematics 3 Lecture 14 Dartmouth College February 03, 2010 Derivatives of the Exponential and Logarithmic Functions

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

ECM Calculus and Geometry. Revision Notes

ECM Calculus and Geometry. Revision Notes ECM1702 - Calculus and Geometry Revision Notes Joshua Byrne Autumn 2011 Contents 1 The Real Numbers 1 1.1 Notation.................................................. 1 1.2 Set Notation...............................................

More information

Calculating the Derivative Using Derivative Rules Implicit Functions Higher-Order Derivatives

Calculating the Derivative Using Derivative Rules Implicit Functions Higher-Order Derivatives Topic 4 Outline 1 Derivative Rules Calculating the Derivative Using Derivative Rules Implicit Functions Higher-Order Derivatives D. Kalajdzievska (University of Manitoba) Math 1500 Fall 2015 1 / 32 Topic

More information

CALCULUS. Berkant Ustaoğlu CRYPTOLOUNGE.NET

CALCULUS. Berkant Ustaoğlu CRYPTOLOUNGE.NET CALCULUS Berkant Ustaoğlu CRYPTOLOUNGE.NET Secant 1 Definition Let f be defined over an interval I containing u. If x u and x I then f (x) f (u) Q = x u is the difference quotient. Also if h 0, such that

More information

CALCULUS JIA-MING (FRANK) LIOU

CALCULUS JIA-MING (FRANK) LIOU CALCULUS JIA-MING (FRANK) LIOU Abstract. Contents. Power Series.. Polynomials and Formal Power Series.2. Radius of Convergence 2.3. Derivative and Antiderivative of Power Series 4.4. Power Series Expansion

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

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

Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h 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

More information

Lecture 32: Taylor Series and McLaurin series We saw last day that some functions are equal to a power series on part of their domain.

Lecture 32: Taylor Series and McLaurin series We saw last day that some functions are equal to a power series on part of their domain. Lecture 32: Taylor Series and McLaurin series We saw last day that some functions are equal to a power series on part of their domain. For example f(x) = 1 1 x = 1 + x + x2 + x 3 + = ln(1 + x) = x x2 2

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

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

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

Comparative Statics. Autumn 2018

Comparative Statics. Autumn 2018 Comparative Statics Autumn 2018 What is comparative statics? Contents 1 What is comparative statics? 2 One variable functions Multiple variable functions Vector valued functions Differential and total

More information

M155 Exam 2 Concept Review

M155 Exam 2 Concept Review M155 Exam 2 Concept Review Mark Blumstein DERIVATIVES Product Rule Used to take the derivative of a product of two functions u and v. u v + uv Quotient Rule Used to take a derivative of the quotient of

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

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

Math 250 Skills Assessment Test

Math 250 Skills Assessment Test Math 5 Skills Assessment Test Page Math 5 Skills Assessment Test The purpose of this test is purely diagnostic (before beginning your review, it will be helpful to assess both strengths and weaknesses).

More information

You are being asked to create your own AP CALCULUS Survival kit. For the survival kit you will need:

You are being asked to create your own AP CALCULUS Survival kit. For the survival kit you will need: You are being asked to create your own AP CALCULUS Survival kit. For the survival kit you will need: Index cards Ring (so that you can put all of your flash cards together) Hole punch (to punch holes in

More information

September Math Course: First Order Derivative

September Math Course: First Order Derivative September Math Course: First Order Derivative Arina Nikandrova Functions Function y = f (x), where x is either be a scalar or a vector of several variables (x,..., x n ), can be thought of as a rule which

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

f(x) f(a) Limit definition of the at a point in slope notation.

f(x) f(a) Limit definition of the at a point in slope notation. Lesson 9: Orinary Derivatives Review Hanout Reference: Brigg s Calculus: Early Transcenentals, Secon Eition Topics: Chapter 3: Derivatives, p. 126-235 Definition. Limit Definition of Derivatives at a point

More information

OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph.

OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph. 4.1 The Area under a Graph OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph. 4.1 The Area Under a Graph Riemann Sums (continued): In the following

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

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

Lecture 5: Integrals and Applications

Lecture 5: Integrals and Applications Lecture 5: Integrals and Applications Lejla Batina Institute for Computing and Information Sciences Digital Security Version: spring 2012 Lejla Batina Version: spring 2012 Wiskunde 1 1 / 21 Outline The

More information

Math Refresher - Calculus

Math Refresher - Calculus Math Refresher - Calculus David Sovich Washington University in St. Louis TODAY S AGENDA Today we will refresh Calculus for FIN 451 I will focus less on rigor and more on application We will cover both

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

Greenwich Public Schools Mathematics Curriculum Objectives. Calculus

Greenwich Public Schools Mathematics Curriculum Objectives. Calculus Mathematics Curriculum Objectives Calculus June 30, 2006 NUMERICAL AND PROPORTIONAL REASONING Quantitative relationships can be expressed numerically in multiple ways in order to make connections and simplify

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

Topics Covered in Calculus BC

Topics Covered in Calculus BC Topics Covered in Calculus BC Calculus BC Correlation 5 A Functions, Graphs, and Limits 1. Analysis of graphs 2. Limits or functions (including one sides limits) a. An intuitive understanding of the limiting

More information

Math 229 Mock Final Exam Solution

Math 229 Mock Final Exam Solution Name: Math 229 Mock Final Exam Solution Disclaimer: This mock exam is for practice purposes only. No graphing calulators TI-89 is allowed on this test. Be sure that all of your work is shown and that it

More information

Questions from Larson Chapter 4 Topics. 5. Evaluate

Questions from Larson Chapter 4 Topics. 5. Evaluate Math. Questions from Larson Chapter 4 Topics I. Antiderivatives. Evaluate the following integrals. (a) x dx (4x 7) dx (x )(x + x ) dx x. A projectile is launched vertically with an initial velocity of

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

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued)

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Prove this Result How Can a Derivative Not Exist? Remember that the derivative at a point (or slope of a tangent line) is a LIMIT, so it doesn t exist whenever

More information

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx Math 80, Exam, Practice Fall 009 Problem Solution. Differentiate the functions: (do not simplify) f(x) = x ln(x + ), f(x) = xe x f(x) = arcsin(x + ) = sin (3x + ), f(x) = e3x lnx Solution: For the first

More information

Wed. Sept 28th: 1.3 New Functions from Old Functions: o vertical and horizontal shifts o vertical and horizontal stretching and reflecting o

Wed. Sept 28th: 1.3 New Functions from Old Functions: o vertical and horizontal shifts o vertical and horizontal stretching and reflecting o Homework: Appendix A: 1, 2, 3, 5, 6, 7, 8, 11, 13-33(odd), 34, 37, 38, 44, 45, 49, 51, 56. Appendix B: 3, 6, 7, 9, 11, 14, 16-21, 24, 29, 33, 36, 37, 42. Appendix D: 1, 2, 4, 9, 11-20, 23, 26, 28, 29,

More information

Math RE - Calculus II Antiderivatives and the Indefinite Integral Page 1 of 5

Math RE - Calculus II Antiderivatives and the Indefinite Integral Page 1 of 5 Math 201-203-RE - Calculus II Antiderivatives and the Indefinite Integral Page 1 of 5 What is the Antiderivative? In a derivative problem, a function f(x) is given and you find the derivative f (x) using

More information

Chapter 3 Differentiation Rules

Chapter 3 Differentiation Rules Chapter 3 Differentiation Rules Derivative constant function if c is any real number, then Example: The Power Rule: If n is a positive integer, then Example: Extended Power Rule: If r is any real number,

More information

42S Calculus EXAM PREP University of Winnipeg June 5, Name:

42S Calculus EXAM PREP University of Winnipeg June 5, Name: 42S Calculus EXAM PREP University of Winnipeg June 5, 2015 Name: The following topics in the James Stewart Single Variable Calculus textbook will be covered on the UW Final exam: Appendix A: Polynomials,

More information

Change of Variables: Indefinite Integrals

Change of Variables: Indefinite Integrals Change of Variables: Indefinite Integrals Mathematics 11: Lecture 39 Dan Sloughter Furman University November 29, 2007 Dan Sloughter (Furman University) Change of Variables: Indefinite Integrals November

More information

GEORGE ANDROULAKIS THE 7 INDETERMINATE FORMS OF LIMITS : usually we use L Hospital s rule. Two important such limits are lim

GEORGE ANDROULAKIS THE 7 INDETERMINATE FORMS OF LIMITS : usually we use L Hospital s rule. Two important such limits are lim MATH 4 (CALCULUS II) IN ORDER TO OBTAIN A PERFECT SCORE IN ANDROULAKIS MATH 4 CLASS YOU NEED TO MEMORIZE THIS HANDOUT AND SOLVE THE ASSIGNED HOMEWORK ON YOUR OWN GEORGE ANDROULAKIS TRIGONOMETRY θ sin(θ)

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

E 600 Chapter 3: Multivariate Calculus

E 600 Chapter 3: Multivariate Calculus E 600 Chapter 3: Multivariate Calculus Simona Helmsmueller August 21, 2017 Goals of this lecture: Know when an inverse to a function exists, be able to graphically and analytically determine whether a

More information

MA1021 Calculus I B Term, Sign:

MA1021 Calculus I B Term, Sign: MA1021 Calculus I B Term, 2014 Final Exam Print Name: Sign: Write up your solutions neatly and show all your work. 1. (28 pts) Compute each of the following derivatives: You do not have to simplify your

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

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

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

Lecture 4: Integrals and applications

Lecture 4: Integrals and applications Lecture 4: Integrals and applications Lejla Batina Institute for Computing and Information Sciences Digital Security Version: autumn 2013 Lejla Batina Version: autumn 2013 Calculus en Kansrekenen 1 / 18

More information

Day 3 Review of Basic Calculus

Day 3 Review of Basic Calculus Day 3 Review of Basic Calculus Sivaram sivaambi@stanford.edu Institute of Computational and Mathematical Engineering Stanford University September 21, 2011 Differential Calculus Product rule Quotient rule

More information

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0 8.7 Taylor s Inequality Math 00 Section 005 Calculus II Name: ANSWER KEY Taylor s Inequality: If f (n+) is continuous and f (n+) < M between the center a and some point x, then f(x) T n (x) M x a n+ (n

More information

Math 131 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 5.5, 6.1, 6.5, and 6.7)

Math 131 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 5.5, 6.1, 6.5, and 6.7) Math 131 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 5.5, 6.1, 6.5, and 6.7) Note: This collection of questions is intended to be a brief overview of the exam material

More information

Calculus I Review Solutions

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

More information

B553 Lecture 1: Calculus Review

B553 Lecture 1: Calculus Review B553 Lecture 1: Calculus Review Kris Hauser January 10, 2012 This course requires a familiarity with basic calculus, some multivariate calculus, linear algebra, and some basic notions of metric topology.

More information

MATHEMATICS AP Calculus (BC) Standard: Number, Number Sense and Operations

MATHEMATICS AP Calculus (BC) Standard: Number, Number Sense and Operations Standard: Number, Number Sense and Operations Computation and A. Develop an understanding of limits and continuity. 1. Recognize the types of nonexistence of limits and why they Estimation are nonexistent.

More information

AP Calculus BC Scope & Sequence

AP Calculus BC Scope & Sequence AP Calculus BC Scope & Sequence Grading Period Unit Title Learning Targets Throughout the School Year First Grading Period *Apply mathematics to problems in everyday life *Use a problem-solving model that

More information

Chapter 2. Limits and Continuity. 2.1 Rates of change and Tangents to Curves. The average Rate of change of y = f(x) with respect to x over the

Chapter 2. Limits and Continuity. 2.1 Rates of change and Tangents to Curves. The average Rate of change of y = f(x) with respect to x over the Chapter 2 Limits and Continuity 2.1 Rates of change and Tangents to Curves Definition 2.1.1 : interval [x 1, x 2 ] is The average Rate of change of y = f(x) with respect to x over the y x = f(x 2) f(x

More information

Section 5.6. Integration By Parts. MATH 126 (Section 5.6) Integration By Parts The University of Kansas 1 / 10

Section 5.6. Integration By Parts. MATH 126 (Section 5.6) Integration By Parts The University of Kansas 1 / 10 Section 5.6 Integration By Parts MATH 126 (Section 5.6) Integration By Parts The University of Kansas 1 / 10 Integration By Parts Manipulating the Product Rule d dx (f (x) g(x)) = f (x) g (x) + f (x) g(x)

More information

Calculus 221 worksheet

Calculus 221 worksheet Calculus 221 worksheet Graphing A function has a global maximum at some a in its domain if f(x) f(a) for all other x in the domain of f. Global maxima are sometimes also called absolute maxima. A function

More information

M152: Calculus II Midterm Exam Review

M152: Calculus II Midterm Exam Review M52: Calculus II Midterm Exam Review Chapter 4. 4.2 : Mean Value Theorem. - Know the statement and idea of Mean Value Theorem. - Know how to find values of c making the theorem true. - Realize the importance

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

Mathematical Economics: Lecture 2

Mathematical Economics: Lecture 2 Mathematical Economics: Lecture 2 Yu Ren WISE, Xiamen University September 25, 2012 Outline 1 Number Line The number line, origin (Figure 2.1 Page 11) Number Line Interval (a, b) = {x R 1 : a < x < b}

More information

1.1 Definition of a Limit. 1.2 Computing Basic Limits. 1.3 Continuity. 1.4 Squeeze Theorem

1.1 Definition of a Limit. 1.2 Computing Basic Limits. 1.3 Continuity. 1.4 Squeeze Theorem 1. Limits 1.1 Definition of a Limit 1.2 Computing Basic Limits 1.3 Continuity 1.4 Squeeze Theorem 1.1 Definition of a Limit The limit is the central object of calculus. It is a tool from which other fundamental

More information

Name: AK-Nummer: Ergänzungsprüfung January 29, 2016

Name: AK-Nummer: Ergänzungsprüfung January 29, 2016 INSTRUCTIONS: The test has a total of 32 pages including this title page and 9 questions which are marked out of 10 points; ensure that you do not omit a page by mistake. Please write your name and AK-Nummer

More information

4.1 Analysis of functions I: Increase, decrease and concavity

4.1 Analysis of functions I: Increase, decrease and concavity 4.1 Analysis of functions I: Increase, decrease and concavity Definition Let f be defined on an interval and let x 1 and x 2 denote points in that interval. a) f is said to be increasing on the interval

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

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

and verify that it satisfies the differential equation:

and verify that it satisfies the differential equation: MOTIVATION: Chapter One: Basic and Review Why study differential equations? Suppose we know how a certain quantity changes with time (for example, the temperature of coffee in a cup, the number of people

More information

MSM120 1M1 First year mathematics for civil engineers Revision notes 4

MSM120 1M1 First year mathematics for civil engineers Revision notes 4 MSM10 1M1 First year mathematics for civil engineers Revision notes 4 Professor Robert A. Wilson Autumn 001 Series A series is just an extended sum, where we may want to add up infinitely many numbers.

More information

Institute of Computer Science

Institute of Computer Science Institute of Computer Science Academy of Sciences of the Czech Republic Calculus Digest Jiří Rohn http://uivtx.cs.cas.cz/~rohn Technical report No. V-54 02.02.202 Pod Vodárenskou věží 2, 82 07 Prague 8,

More information

Exam 3 Review. Lesson 19: Concavity, Inflection Points, and the Second Derivative Test. Lesson 20: Absolute Extrema on an Interval

Exam 3 Review. Lesson 19: Concavity, Inflection Points, and the Second Derivative Test. Lesson 20: Absolute Extrema on an Interval Exam 3 Review Lessons 17-18: Relative Extrema, Critical Numbers, an First Derivative Test (from exam 2 review neee for curve sketching) Critical Numbers: where the erivative of a function is zero or unefine.

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

Static Problem Set 2 Solutions

Static Problem Set 2 Solutions Static Problem Set Solutions Jonathan Kreamer July, 0 Question (i) Let g, h be two concave functions. Is f = g + h a concave function? Prove it. Yes. Proof: Consider any two points x, x and α [0, ]. Let

More information

Final practice, Math 31A - Lec 1, Fall 2013 Name and student ID: Question Points Score Total: 90

Final practice, Math 31A - Lec 1, Fall 2013 Name and student ID: Question Points Score Total: 90 Final practice, Math 31A - Lec 1, Fall 13 Name and student ID: Question Points Score 1 1 1 3 1 4 1 5 1 6 1 7 1 8 1 9 1 Total: 9 1. a) 4 points) Find all points x at which the function fx) x 4x + 3 + x

More information

Caculus 221. Possible questions for Exam II. March 19, 2002

Caculus 221. Possible questions for Exam II. March 19, 2002 Caculus 221 Possible questions for Exam II March 19, 2002 These notes cover the recent material in a style more like the lecture than the book. The proofs in the book are in section 1-11. At the end there

More information

1 Chapter 1: Areas, Volumes, and Simple Sums

1 Chapter 1: Areas, Volumes, and Simple Sums Syllabus Summary This is a living list and will be updated throughout the semester. In this list I summarize the material from the syllabus indicating which material is very important, of normal importance,

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson JUST THE MATHS UNIT NUMBER.5 DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) by A.J.Hobson.5. Maclaurin s series.5. Standard series.5.3 Taylor s series.5.4 Exercises.5.5 Answers to exercises

More information

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation LECTURE 10: REVIEW OF POWER SERIES By definition, a power series centered at x 0 is a series of the form where a 0, a 1,... and x 0 are constants. For convenience, we shall mostly be concerned with the

More information

Name: Instructor: Exam 3 Solutions. Multiple Choice. 3x + 2 x ) 3x 3 + 2x 2 + 5x + 2 3x 3 3x 2x 2 + 2x + 2 2x 2 2 2x.

Name: Instructor: Exam 3 Solutions. Multiple Choice. 3x + 2 x ) 3x 3 + 2x 2 + 5x + 2 3x 3 3x 2x 2 + 2x + 2 2x 2 2 2x. . Exam 3 Solutions Multiple Choice.(6 pts.) Find the equation of the slant asymptote to the function We have so the slant asymptote is y = 3x +. f(x) = 3x3 + x + 5x + x + 3x + x + ) 3x 3 + x + 5x + 3x

More information

Advanced Placement Calculus II- What Your Child Will Learn

Advanced Placement Calculus II- What Your Child Will Learn Advanced Placement Calculus II- What Your Child Will Learn Upon completion of AP Calculus II, students will be able to: I. Functions, Graphs, and Limits A. Analysis of graphs With the aid of technology,

More information

Chapter 4: More Applications of Differentiation

Chapter 4: More Applications of Differentiation Chapter 4: More Applications of Differentiation Autumn 2017 Department of Mathematics Hong Kong Baptist University 1 / 68 In the fall of 1972, President Nixon announced that, the rate of increase of inflation

More information

February 21 Math 1190 sec. 63 Spring 2017

February 21 Math 1190 sec. 63 Spring 2017 February 21 Math 1190 sec. 63 Spring 2017 Chapter 2: Derivatives Let s recall the efinitions an erivative rules we have so far: Let s assume that y = f (x) is a function with c in it s omain. The erivative

More information

Methods of Integration

Methods of Integration Methods of Integration Professor D. Olles January 8, 04 Substitution The derivative of a composition of functions can be found using the chain rule form d dx [f (g(x))] f (g(x)) g (x) Rewriting the derivative

More information

AP Calculus ---Notecards 1 20

AP Calculus ---Notecards 1 20 AP Calculus ---Notecards 1 20 NC 1 For a it to exist, the left-handed it must equal the right sided it x c f(x) = f(x) = L + x c A function can have a it at x = c even if there is a hole in the graph at

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Background We have seen that some power series converge. When they do, we can think of them as

More information