Day 3 Review of Basic Calculus

Size: px
Start display at page:

Download "Day 3 Review of Basic Calculus"

Transcription

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

2 Differential Calculus Product rule Quotient rule Chain rule Exponential and logarithmic function Trigonometric and Inverse trigonometric function L Hospital rule Maximum and Minimum of a function Rolle s theorem Mean Value theorem Implicit differentiation Taylor Series Well-known Taylor series

3 Integral Calculus and Multi-Variable calculus Integral Calculus Riemann Integral Some well-known summations Fundamental theorem of calculus Integrating rational functions, exponential, logarithmic, trigonometric and inverse trigonometric functions Tricks for performing integration Leibniz s rule Arc length Multi-Variable Calculus Partial derivatives Integral to compute surface areas and volumes Change of coordinates Cylindrical polar coordinates Spherical coordinates exp( x 2 ) = π

4 Derivative The left derivative of a function f at a point a is given by f (a) f (a + h) f (a) = lim. h 0 h The right derivative of a function f at a point a is given by f (a) + f (a + h) f (a) = lim. h 0 + h The function f is said to be differentiable at the point a if we have f (a) = f (a) +. The derivative at the point a is then denoted by f (a) (or) df a. When the left and right derivatives match, the derivative can be directly obtained as f f (a + h) f (a) (a) = lim. h 0 h dz

5 Differentiation The geometrical interpretation of the the derivative at the point a is the slope of the tangent at the point a. Figure: Geometrical interpretation of the the derivative at the point x 0

6 Properties of derivatives The derivative of a constant is zero i.e. if f (x) = c, x S, then f (x) = 0, x S. f f (x + h) f (x) c c (x) = lim = lim h 0 h h 0 h = lim h 0 0 = 0. (f (x) + g(x)) = f (x) + g (x) wherever f (x) and g (x) are defined. d(x n ) = nx n 1 where n R The derivative of a polynomial of degree n is a polynomial of degree at most n 1.

7 Properties of derivatives Product rule: If f and g are two functions whose derivative exists at x = a, then (f (x)g(x)) x=a = f (a)g(a) + f (a)g (a) Quotient rule: If f and g are two functions whose derivative exists at a and we have g(a) 0, then ( f (x) g(x) ) x=a = g(a)f (a) f (a)g (a) (g(a)) 2 Chain rule: If f and g are two functions whose derivative exists at a and g(a) respectively, then df (g(x)) = df (y) dy dg(x) y=g(a) x=a

8 Exponential and Logarithmic functions = exp(x) d(exp(x)) d(log(x)) = 1 x d(exp(f (x))) = f (x) exp(f (x)) d(log(f (x))) = f (x) f (x) = ax log(a) dax = x x (1 + log(x)) x

9 Trigonometric and Inverse trigonometric functions = cos(x) d(sin(x)) = sin(x) d(cos(x)) = sec 2 (x) d(tan(x)) = sec(x) tan(x) d(sec(x)) = cosec(x) cot(x) d(cosec(x)) = cosec 2 (x) d(cot(x))

10 C 1 (S) space of functions Just as we defined the C 0 (S) space of functions we can define another space of functions, viz, C 1 (S) space of functions. A function is said to be differentiable over a set S if the function is differentiable at every point in the set S. For example, f (x) = x is differentiable over the entire real line, R. The space of all differentiable functions over a set S, whose derivative is continuous over S, is denoted by C 1 (S). For instance, we have f (x) = x { C 1 (R). 0 x 0 f (x) = exp ( ) 1 x > 0 C 1 (R). x { 0 x 0 whereas f (x) = / C x x 0 1 (R) but is in C 0 (R). { 0 x = 0 Does f (x) = x 2 sin( 1 x ) x 0 C 1 (R)? It is not hard to see that C 0 (S) C 1 (S).

11 L Hopital s Rule Suppose f and g are differentiable on ]a, b[ and g (x) 0 for x ]a, b[. Suppose f (x) g (x) A as x a If f (x) 0 and g(x) 0 as x 0, or if g(x) as x a, then Example: f (x) g(x) A as x a 1 cos x d/(1 cos x) sin x lim x 0 x = lim 2 x 0 d/(x 2 ) = lim x 0 2x = 1 2 x sin x d/(x sin x) 1 cos x lim x 0 x = lim 3 x 0 d/(x 3 ) = lim x 0 3x = lim x 0 e x 1 x x 2 /2 x 3 = lim x 0 e x 1 x 3x 2 = lim x 0 e x 1 6x = 1 6

12 Higher derivatives and C k (S) space of functions The k th left derivative of a function f at a point a is given by f k (a) f k 1 (a + h) f k 1 (a) = lim. h 0 h The k th right derivative of a function f at a point a is given by f k (a) + f k 1 (a + h) f k 1 (a) = lim. h 0 + h The function f is said to have k th derivative at the point a if we have f k (a) = f k (a) +. The k th derivative at the point a is denoted by f k (a) (or) d k f dz k a. When the left and right k th derivatives match, the k th derivative can be directly obtained as f k f k 1 (a + h) f k 1 (a) (a) = lim. h 0 h The space of all k-differentiable functions over a set S, whose k th derivative is continuous over S, is denoted by C k (S).

13 Maximum and Minimum of a continuous function Theorem: If f is a real valued continuous function on a closed and bounded set X, then the function f (x) is bounded i.e. there exists m, M R such that we have m = inf x X (f (x)) R and M = sup x X (f (x)) R. Further, the bounds are hit i.e. we have p, q X such that f (p) = m and f (q) = M. Example: f (x) = x 3 for x X = [ 1, 1]. Clearly, we have f (x is continuous on X. We get m = 1, M = 1, p = 1 and q = 1. f (x) = sin(x) for x X = [ π 4, 7π 4 ]. Clearly, we have f (x is continuous on X. We get m = 1, M = 1, p = π 2 and q = 3π 2. The closed and bounded sets on the real line are called compact sets. Hence, the theorem can be restated as A continuous function attains it minimum and maximum on a compact set

14 Maximum and Minimum of a continuous function We look at some of the counterexamples of the previous theorem when the set X is not compact. f (x) = 1 x where x X = (0, ). f (x) is continuous on (0, ). We have m = inf x X (f (x)) = 0 R. However, we have M = sup x X (f (x)) = / R. Also, there exists no p, q X such that f (p) = 0 and f (q) =. This is so since (0, ) is neither closed nor bounded and hence not compact. f (x) = 1 x+1 where x X = [0, ). f (x) is continuous on [0, ). We have M = sup x X (f (x)) = 1 R and m = inf x X (f (x)) = 0 R. Taking q = 0 X, we get f (q) = 1 = M. However, there exists no p X such that f (p) = m = 0. This is so since [0, ) is not bounded and hence not compact. f (x) = 1 x where x X = (0, 1]. f (x) is continuous on (0, 1]. We have m = inf x X (f (x)) = 1 R. However, we have M = sup x X (f (x)) = / R. Choosing p = 1 X, we have f (p) = 1 = m. But, there exists no q X such that f (q) =. This is so since (0, 1] is not closed and hence not compact.

15 Rolle s theorem Rolle s Theorem: Rolle s theorem states that a differentiable function which attains equal values at two distinct points must have a point somewhere between them where the first derivative is zero i.e. there exists a point such that the slope of the tangent is zero. The technical version is as follows. If f : [a, b] is continuous, f is differentiable on (a, b) and we have f (a) = f (b), then there exists c (a, b) such that f (c) = 0.

16 Rolle s theorem Example: f (x) = 1 x 2, x [ 1, 1]. The function satisfies the criteria for Rolle s theorem with f ( 1) = f (1) = 0. Hence, there exists a point c ( 1, 1) such that f (c) = 0. In this case, we can easily see that c = 0 is a desired point.

17 Rolle s theorem Example: If the differentiability fails at even one interior point, then the conclusion of Rolle s theorem may not hold. Consider f (x) = x, x [ 1, 1]. The function doesn t have derivative at one point namely at x = 0. Hence, even though we have f ( 1) = f (1) = 1, we do not have a point c ( 1, 1) such that f (c) = 0.

18 Mean Value theorem This is nothing but tilted version of Rolle s theorem. Tilt your head and apply Rolle s theorem to get this result. Theorem: If f : [a, b] is continuous, f is differentiable on (a, b), then there exists c (a, b) such that f (c) = f (b) f (a) b a.

19 Implicit differentiation Implicit function of the form f (x, y) = 0. For example, x 2 + y 2 = 2 is an implicit function relating y in terms of x. We could rewrite this as f (x, y) = x 2 + y 2 2 = 0. Another example is tan(x + y) = x 2 y which could be rewritten as f (x, y) = tan(x + y) x 2 y = 0. We are interested in finding the derivative dy at a specific point say (x 0, y 0 ). f dy y + f x = 0. f y f x - treat x as a contant and differentiate w.r.t y. - treat y as a contant and differentiate w.r.t x. f (x, y) = x 2 + y 2 2 = 0 = 2y dy + 2x = 0 = dy = x y

20 Taylor s Series Suppose f is a real valued function on [a, b], n is a positive integer, f (n 1) is continuous on [a, b] and f (n) (t) exists for every t ]a, b[. Let α, β be distinct points in [a, b], and define P(t) = n 1 k=0 f (k) (α) (t α) k k! Then there exists a point x between α and beta such that f (β) = P(β) + f (n) (β α)n n! For n = 1 this is nothing but the mean value theorem. In general the theorem shows that f can be approximated by a polynomial of degree n 1 and the above equation allows us to estimate the error, if we know a prioiri, bounds on f (n) (x).

21 Taylor Series The most common way of stating the Taylor s theorem is where, f (x + h) = f (x) + f (x)h + f (x)h 2 2! + + f (n) (x)h n n! R n = f (n+1) (c) (n + 1)! hn+1 for some x c x + h + R n (h) The function R n is called the remainder of order n or the error term. If R n 0 as n, we say that the Taylor series generated by f converges and write f (x + h) = k=0 f (k) (x) h k k!

22 Some well-known taylor series exp(x) = 1 + x + x 2 2! + x 3 3! + x 4 4! + x 5 sin(x) = x x 3 3! + x 5 5! x 7 7! + x 9 cos(x) = 1 x 2 2! + x 4 4! x 6 6! + x 8 For x < 1, log(1 + x) = x x x 3 3 x ! + 9! + 8! +

23 Integral A motivation of an integral of a function is to find the area enclosed by the function From the figure, the area S is given by S = b a f (x). The integral is the limit of the sum of the area of the rectangles. Figure: Area under a curve Figure: Area under a curve

24 Some well-known summations Some summations which will be of use while performing integration from first principles n = n(n+1) n 2 = n(n+1)(2n+1) n 3 = 6 ( n(n+1) 2 1 k + 2 k + 3 k + + n k = nk+1 k+1 + c kn k + c k 1 n k c r + r r n = r n+1 1 r 1 ) 2

25 Elementary Integrals 1 0 x - Partition the interval [0, 1] into n intervals where x k = k n and k goes from 0 to n. Approximating the integral from below using rectangles we get 1 0 x = lim n 1 n k=0 1 x k n = lim n n 1 k=0 k n 2 = lim n(n 1) n 2n 2 = exp(x) - Partition the interval [0, 1] into n intervals where 0 x k = k n and k goes from 0 to n. Approximating the integral from below using rectangles we get exp(x) = lim exp(x) = lim n n k=0 n 1 exp(x k ) 1 n = lim exp(1) 1 n(exp(1/n) 1) 1 0 n 1 n k=0 exp(k/n) n = (exp(1) 1) lim n exp(x) = (exp(1) 1) 1 n(exp(1/n) 1)

26 Properties of Integral b a (f 1(x) + f 2 (x)) = b a f 1(x) + b a f 2(x). b a cf (x) = c b a f (x). f 1 (x) f 2 (x), then b a f 1(x) b a f 2(x). b a f (x) = c a f (x) + b c f (x). If f (x) M, then b a f (x) = M(b a).

27 Fundamental Theorem of Calculus Part 1: If f is continuous on a closed interval [a, b], then ( d x ) f (t)dt = f (x) for all x [a, b]. a Figure: Geometric Argument Part 2: If f (x) is differentiable and f (x) is integrable over [a, b], then where [c, d] [a, b]. d c df = f (d) f (c)

28 Standard Integrals Indefinite Integral Reversed Derivative ( ) x n = x n+1 n+1 + C, n 1 d x n+1 n+1 = x n x 1 d log(x) = log(x) + C = 1 x ( ) sin(kx) = cos(kx) d k + C cos(kx) k = sin(kx) ( ) cos(kx) = sin(kx) d k + C sin(kx) k = cos(kx) ( ) tan(kx) = log(sec(kx)) d k + C log(sec(kx)) k = tan(kx) ( ) sec(kx) = log(sec(kx)+tan(kx)) d k + C log(sec(kx)+tan(kx)) k = sec(kx) ( ) csc(kx) = log(tan(kx/2)) d k + C log(tan(kx/2)) k = csc(kx) ( ) cot(kx) = log(sin(kx)) d k + C log(sin(kx)) k = cot(kx) ( ) exp(kx) = exp(kx) d k + C exp(kx) k = exp(kx) log(x) = x log x x + C (x log x x) = log(x) d

29 Integration tricks Methodof substitution: I = 1 + x. Let x = tan(θ). Then = 2 sec2 (θ)dθ. Hence, we get I = I = sec 2 (θ)dθ 1 + tan 2 (θ) = sec 2 (θ)dθ sec 2 (θ) = dθ = θ = tan 1 (x) + C.. Let x = sin(θ). Then = cos(θ)dθ. Hence, 1 x 2 I = cos(θ)dθ 1 sin 2 (θ) = cos(θ)dθ cos(θ) = dθ = θ = sin 1 (x) + C. Method of partial fractions: I = 1 x = 1 ( x ) x 1 x x I = (x 1) = 3 (x 1) = 3 1 (x 1) + 2 = 1 ( ) x log + C. x 1 1 (x 1) 3 = 1 x 1 1 2(x 1) 2 + C.

30 Integration by parts: Integration tricks Relies on product rule for derivatives i.e. u dv = I = d(uv) d(uv) = u dv + v du. v du = u(x)v(x) v du. log(x). Choose u = log(x) and dv = 1 = v(x) = x. I = I = I = log(x) = x log(x) x 1 x = x log(x) = x log(x) x. x exp(x). Choose u = x, dv = exp(x) = v(x) = exp(x). x d exp(x) = x exp(x) exp(x) 1 = x exp(x) exp(x).

31 ( ) d b(t) b(t) f (x, t) = dt a(t) a(t) Leibniz s rule f (x, t) t +f (b(t), t) db(t) f (a(t), t) da(t) dt dt Example: f (x, t) = x 2 + t 3, a(t) = 1, b(t) = t, then we have b(t) a(t) Hence, We have b(t) a(t) t 1 f (x, t) = t ( ) d b(t) f (x, t) dt a(t) f (x, t) 1 ( x (x 2 + t 3 3 ) = 3 + xt3 = 3t 2, db(t) dt = d(t4 2 3 t3 1 2 ) dt = 1 and da(t) dt ) x=t x=1 = t t = 4t 3 2t 2. = 0. Hence, t f (x, t) + f (b(t), t) db(t) f (a(t), t) da(t) = t dt dt 3t 2 + t 2 + t 3 = 3t 2 t 3t 2 + t 2 + t 3 = 4t 3 2t 2.

32 Computing Arc length If S is the arc-length, then S Figure: Arclength allparts ( x)2 + ( y) 2. Taking the limit, xfinal xfinal ( ) 2 dy the arc-length is S = ()2 + (dy) 2 = 1 +. x start x start Example: Length of the curve y = 2 3 x 3/2 from 0 to 1. We get dy = x. Hence, S = 1 + x = (1 + x)3/2 0 3 = 2 ( 2 )

33 Computing Areas Say we want to compute the area enclosed by the ellipse x 2 a 2 + y 2 b 2 = 1. Small strip parallel to the Y -axis located at x of thickness x. The length of the strip is 2b 1 x 2 a. 2 The area is then well approximated by A 2b a In the limit, we get A = 2b 1 x 2 a 2. x = a sin(θ) gives us A = π/2 π/2 a 2b cos(θ)a cos(θ)dθ = 2ab π/2 π/2 1 x 2 a 2 x. cos 2 (θ)dθ = πab.

34 Partial Derivatives Extend the idea of a derivative to high dimensions For instance, if f (x, y) is a function of two variables, then f x = lim f (x + h, y) f (x, y) h 0 h f y = lim h 0 The cross-derivatives x the nice functions. ( f y f (x, y + h) f (x, y) h ) ( ) f, are equal for most of y x

35 Partial Derivatives Example: Suppose f : R 3 R and f (x, y, z) = exp(xy) sin(x) + x 2 y 4 cos 2 (z). f x = exp(xy) cos(x) + y exp(xy) sin(x) + 2xy 4 cos 2 (z) f y = x exp(xy) sin(x) + 4x 2 y 3 cos 2 (z) f z = x 2 y 4 sin(2z) ( ) f = 2xy 4 sin(2z) = z x x ) z ( f y ( ) f z ) = 4x 2 y 3 sin(2z) = ( f y z

36 Integration z = f (x, y) be the surface f (x k, y k ) A k gives the volume of the cuboid which approximates the volume element. Take the Riemann sum and take the limit to get the volume. V = y x 0 f (x,y) dzdy dy dz is the volume element in cartesian coordinates.

37 (x, y, z) (ρ, φ, z) Cylindrical Polar coordinates The radial distance ρ is the Euclidean distance from the Z-axis to the point P. The azimuthal angle φ is the angle made by the projection of P to the XY -plane with the X -axis. The height z is the signed distance of the point P from the XY -plane.

38 Cylindrical Polar coordinates Note that we have x = ρ cos(φ), y = ρ sin(φ), z = z. Expressing it the other-way around we get ρ = x 2 + y 2, φ = tan 1 ( y x ) and z = z. Note that x ρ = cos(φ) and ρ x = x x 2 +y = cos(φ). 2 Note that x ρ 1 ρ x Volume element in (ρ, φ, z) is given by J dρ dφ dz where x x x ρ φ z cos(φ) ρ sin(φ) 0 J = det y ρ z ρ y φ z φ y z z z = det sin(φ) ρ cos(φ) = ρ Example: Volume of a cylinder of radius r and height h is given by V = h z=0 2π r φ=0 ρ=0 ρdρdφdz = r 2 2 2π h = πr 2 h

39 (x, y, z) (r, θ, φ) Spherical coordinates The radial distance r is the Euclidean distance from the origin to the point P. The azimuthal angle φ is the angle made by the projection of P to the XY -plane with the X -axis. The inclination/polar angle is the angle between the Z axis and the line segment OP.

40 Spherical coordinates x = r sin(θ) cos(φ), y = r sin(θ) sin(φ), z = r cos(θ). r = x 2 + y 2 + z 2, φ = tan ( ) 1 y x and θ = z. x 2 +y 2 +z 2 Volume element in (r, θ, φ) is given by J dr dθ dφ where x x x r θ φ y y y J = det r θ φ = r 2 sin(θ) z r z θ z φ Example: Volume of a sphere of radius R is given by V = π θ=0 2π R φ=0 r=0 r 2 sin(θ)drdφdθ = R3 3 2π 2 = 4 3 πr3

41 Differential Calculus Integral Calculus Multi-Variable Calculus Let I = I 2 = I 2 = y= x= exp( x 2 ) = exp( x 2 ) y= x= exp( x 2 ) = π exp( y 2 )dy. exp( y 2 )dy. exp( (x 2 + y 2 ))dy. x = ρ cos(φ) and y = ρ sin(φ), we get dy = Jdρdφ where J = ρ. I 2 = φ=2π ρ= φ=0 ρ=0 ( ρ= exp( ρ 2 )ρdρdφ I 2 = 1 2 d ( exp( ρ 2 ) )) ( ) φ=2π dφ ρ=0 φ=0 I 2 = π = π Hence, we get exp( x 2 ) = π

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

2.2 The derivative as a Function

2.2 The derivative as a Function 2.2 The derivative as a Function Recall: The derivative of a function f at a fixed number a: f a f a+h f(a) = lim h 0 h Definition (Derivative of f) For any number x, the derivative of f is f x f x+h f(x)

More information

Power Series. x n. Using the ratio test. n n + 1. x n+1 n 3. = lim x. lim n + 1. = 1 < x < 1. Then r = 1 and I = ( 1, 1) ( 1) n 1 x n.

Power Series. x n. Using the ratio test. n n + 1. x n+1 n 3. = lim x. lim n + 1. = 1 < x < 1. Then r = 1 and I = ( 1, 1) ( 1) n 1 x n. .8 Power Series. n x n x n n Using the ratio test. lim x n+ n n + lim x n n + so r and I (, ). By the ratio test. n Then r and I (, ). n x < ( ) n x n < x < n lim x n+ n (n + ) x n lim xn n (n + ) x

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

There are some trigonometric identities given on the last page.

There are some trigonometric identities given on the last page. MA 114 Calculus II Fall 2015 Exam 4 December 15, 2015 Name: Section: Last 4 digits of student ID #: No books or notes may be used. Turn off all your electronic devices and do not wear ear-plugs during

More information

More Final Practice Problems

More Final Practice Problems 8.0 Calculus Jason Starr Final Exam at 9:00am sharp Fall 005 Tuesday, December 0, 005 More 8.0 Final Practice Problems Here are some further practice problems with solutions for the 8.0 Final Exam. Many

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

Math Final Exam Review

Math Final Exam Review Math - Final Exam Review. Find dx x + 6x +. Name: Solution: We complete the square to see if this function has a nice form. Note we have: x + 6x + (x + + dx x + 6x + dx (x + + Note that this looks a lot

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

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

Learning Objectives for Math 166

Learning Objectives for Math 166 Learning Objectives for Math 166 Chapter 6 Applications of Definite Integrals Section 6.1: Volumes Using Cross-Sections Draw and label both 2-dimensional perspectives and 3-dimensional sketches of the

More information

Analysis/Calculus Review Day 2

Analysis/Calculus Review Day 2 Analysis/Calculus Review Day 2 Arvind Saibaba arvindks@stanford.edu Institute of Computational and Mathematical Engineering Stanford University September 14, 2010 Limit Definition Let A R, f : A R and

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

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

Math Exam 02 Review

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

More information

Derivatives and Integrals

Derivatives and Integrals Derivatives and Integrals Definition 1: Derivative Formulas d dx (c) = 0 d dx (f ± g) = f ± g d dx (kx) = k d dx (xn ) = nx n 1 (f g) = f g + fg ( ) f = f g fg g g 2 (f(g(x))) = f (g(x)) g (x) d dx (ax

More information

Mathematics 111 (Calculus II) Laboratory Manual

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

More information

2.8 Linear Approximation and Differentials

2.8 Linear Approximation and Differentials 2.8 Linear Approximation Contemporary Calculus 1 2.8 Linear Approximation and Differentials Newton's method used tangent lines to "point toward" a root of the function. In this section we examine and use

More information

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

Math Camp II. Calculus. Yiqing Xu. August 27, 2014 MIT Math Camp II Calculus Yiqing Xu MIT August 27, 2014 1 Sequence and Limit 2 Derivatives 3 OLS Asymptotics 4 Integrals Sequence Definition A sequence {y n } = {y 1, y 2, y 3,..., y n } is an ordered set

More information

MATHEMATICS: SPECIALIST UNITS 3C AND 3D FORMULA SHEET 2015

MATHEMATICS: SPECIALIST UNITS 3C AND 3D FORMULA SHEET 2015 MATHEMATICS: SPECIALIST UNITS 3C AND 3D FORMULA SHEET 05 Copyright School Curriculum and Standards Authority, 05 This document apart from any third party copyright material contained in it may be freely

More information

Chapter 8: Taylor s theorem and L Hospital s rule

Chapter 8: Taylor s theorem and L Hospital s rule Chapter 8: Taylor s theorem and L Hospital s rule Theorem: [Inverse Mapping Theorem] Suppose that a < b and f : [a, b] R. Given that f (x) > 0 for all x (a, b) then f 1 is differentiable on (f(a), f(b))

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

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

Analysis/Calculus Review Day 3

Analysis/Calculus Review Day 3 Analysis/Calculus Review Day 3 Arvind Saibaba arvindks@stanford.edu Institute of Computational and Mathematical Engineering Stanford University September 15, 2010 Big- Oh and Little- Oh Notation We write

More information

(x 3)(x + 5) = (x 3)(x 1) = x + 5. sin 2 x e ax bx 1 = 1 2. lim

(x 3)(x + 5) = (x 3)(x 1) = x + 5. sin 2 x e ax bx 1 = 1 2. lim SMT Calculus Test Solutions February, x + x 5 Compute x x x + Answer: Solution: Note that x + x 5 x x + x )x + 5) = x )x ) = x + 5 x x + 5 Then x x = + 5 = Compute all real values of b such that, for fx)

More information

Calculus II Practice Test 1 Problems: , 6.5, Page 1 of 10

Calculus II Practice Test 1 Problems: , 6.5, Page 1 of 10 Calculus II Practice Test Problems: 6.-6.3, 6.5, 7.-7.3 Page of This is in no way an inclusive set of problems there can be other types of problems on the actual test. To prepare for the test: review homework,

More information

A-Level Mathematics DIFFERENTIATION I. G. David Boswell - Math Camp Typeset 1.1 DIFFERENTIATION OF POLYNOMIALS. d dx axn = nax n 1, n!

A-Level Mathematics DIFFERENTIATION I. G. David Boswell - Math Camp Typeset 1.1 DIFFERENTIATION OF POLYNOMIALS. d dx axn = nax n 1, n! A-Level Mathematics DIFFERENTIATION I G. David Boswell - Math Camp Typeset 1.1 SET C Review ~ If a and n are real constants, then! DIFFERENTIATION OF POLYNOMIALS Problems ~ Find the first derivative of

More information

Advanced Calculus Math 127B, Winter 2005 Solutions: Final. nx2 1 + n 2 x, g n(x) = n2 x

Advanced Calculus Math 127B, Winter 2005 Solutions: Final. nx2 1 + n 2 x, g n(x) = n2 x . Define f n, g n : [, ] R by f n (x) = Advanced Calculus Math 27B, Winter 25 Solutions: Final nx2 + n 2 x, g n(x) = n2 x 2 + n 2 x. 2 Show that the sequences (f n ), (g n ) converge pointwise on [, ],

More information

Math 226 Calculus Spring 2016 Exam 2V1

Math 226 Calculus Spring 2016 Exam 2V1 Math 6 Calculus Spring 6 Exam V () (35 Points) Evaluate the following integrals. (a) (7 Points) tan 5 (x) sec 3 (x) dx (b) (8 Points) cos 4 (x) dx Math 6 Calculus Spring 6 Exam V () (Continued) Evaluate

More information

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

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

More information

2. Theory of the Derivative

2. Theory of the Derivative 2. Theory of the Derivative 2.1 Tangent Lines 2.2 Definition of Derivative 2.3 Rates of Change 2.4 Derivative Rules 2.5 Higher Order Derivatives 2.6 Implicit Differentiation 2.7 L Hôpital s Rule 2.8 Some

More information

Mathematics 1052, Calculus II Exam 1, April 3rd, 2010

Mathematics 1052, Calculus II Exam 1, April 3rd, 2010 Mathematics 5, Calculus II Exam, April 3rd,. (8 points) If an unknown function y satisfies the equation y = x 3 x + 4 with the condition that y()=, then what is y? Solution: We must integrate y against

More information

18.02 Multivariable Calculus Fall 2007

18.02 Multivariable Calculus Fall 2007 MIT OpenourseWare http://ocw.mit.edu 8.02 Multivariable alculus Fall 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 8.02 Lecture 8. hange of variables.

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

Math 181, Exam 2, Study Guide 2 Problem 1 Solution. 1 + dx. 1 + (cos x)2 dx. 1 + cos2 xdx. = π ( 1 + cos π 2

Math 181, Exam 2, Study Guide 2 Problem 1 Solution. 1 + dx. 1 + (cos x)2 dx. 1 + cos2 xdx. = π ( 1 + cos π 2 Math 8, Exam, Study Guide Problem Solution. Use the trapezoid rule with n to estimate the arc-length of the curve y sin x between x and x π. Solution: The arclength is: L b a π π + ( ) dy + (cos x) + cos

More information

Friday 09/15/2017 Midterm I 50 minutes

Friday 09/15/2017 Midterm I 50 minutes Fa 17: MATH 2924 040 Differential and Integral Calculus II Noel Brady Friday 09/15/2017 Midterm I 50 minutes Name: Student ID: Instructions. 1. Attempt all questions. 2. Do not write on back of exam sheets.

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

Integrals in cylindrical, spherical coordinates (Sect. 15.7)

Integrals in cylindrical, spherical coordinates (Sect. 15.7) Integrals in clindrical, spherical coordinates (Sect. 15.7 Integration in spherical coordinates. Review: Clindrical coordinates. Spherical coordinates in space. Triple integral in spherical coordinates.

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

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

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

e x3 dx dy. 0 y x 2, 0 x 1.

e x3 dx dy. 0 y x 2, 0 x 1. Problem 1. Evaluate by changing the order of integration y e x3 dx dy. Solution:We change the order of integration over the region y x 1. We find and x e x3 dy dx = y x, x 1. x e x3 dx = 1 x=1 3 ex3 x=

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

MA Spring 2013 Lecture Topics

MA Spring 2013 Lecture Topics LECTURE 1 Chapter 12.1 Coordinate Systems Chapter 12.2 Vectors MA 16200 Spring 2013 Lecture Topics Let a,b,c,d be constants. 1. Describe a right hand rectangular coordinate system. Plot point (a,b,c) inn

More information

Calculus I: Practice Midterm II

Calculus I: Practice Midterm II Calculus I: Practice Mierm II April 3, 2015 Name: Write your solutions in the space provided. Continue on the back for more space. Show your work unless asked otherwise. Partial credit will be given for

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

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx.

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx. Mathematics 14 Fall Term 26 Solutions to Final Exam 1. Evaluate sin(ln t) dt. Solution. We first make the substitution t = e x, for which dt = e x. This gives sin(ln t) dt = e x sin(x). To evaluate the

More information

Multiple Choice. Compute the Jacobian, (u, v), of the coordinate transformation x = u2 v 4, y = uv. (a) 2u 2 + 4v 4 (b) xu yv (c) 3u 2 + 7v 6

Multiple Choice. Compute the Jacobian, (u, v), of the coordinate transformation x = u2 v 4, y = uv. (a) 2u 2 + 4v 4 (b) xu yv (c) 3u 2 + 7v 6 .(5pts) y = uv. ompute the Jacobian, Multiple hoice (x, y) (u, v), of the coordinate transformation x = u v 4, (a) u + 4v 4 (b) xu yv (c) u + 7v 6 (d) u (e) u v uv 4 Solution. u v 4v u = u + 4v 4..(5pts)

More information

Fall 2016, MA 252, Calculus II, Final Exam Preview Solutions

Fall 2016, MA 252, Calculus II, Final Exam Preview Solutions Fall 6, MA 5, Calculus II, Final Exam Preview Solutions I will put the following formulas on the front of the final exam, to speed up certain problems. You do not need to put them on your index card, and

More information

MA4001 Engineering Mathematics 1 Lecture 15 Mean Value Theorem Increasing and Decreasing Functions Higher Order Derivatives Implicit Differentiation

MA4001 Engineering Mathematics 1 Lecture 15 Mean Value Theorem Increasing and Decreasing Functions Higher Order Derivatives Implicit Differentiation MA4001 Engineering Mathematics 1 Lecture 15 Mean Value Theorem Increasing and Decreasing Functions Higher Order Derivatives Implicit Differentiation Dr. Sarah Mitchell Autumn 2014 Rolle s Theorem Theorem

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

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

Calculus II. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAC / 1

Calculus II. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAC / 1 Calculus II Philippe Rukimbira Department of Mathematics Florida International University PR (FIU) MAC 2312 1 / 1 5.4. Sigma notation; The definition of area as limit Assignment: page 350, #11-15, 27,

More information

1 Exponential Functions Limit Derivative Integral... 5

1 Exponential Functions Limit Derivative Integral... 5 Contents Eponential Functions 3. Limit................................................. 3. Derivative.............................................. 4.3 Integral................................................

More information

MULTIVARIABLE INTEGRATION

MULTIVARIABLE INTEGRATION MULTIVARIABLE INTEGRATION (SPHERICAL POLAR COORDINATES) Question 1 a) Determine with the aid of a diagram an expression for the volume element in r, θ, ϕ. spherical polar coordinates, ( ) [You may not

More information

Final Exam Solutions

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

More information

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

MA 114 Worksheet # 1: Improper Integrals

MA 114 Worksheet # 1: Improper Integrals MA 4 Worksheet # : Improper Integrals. For each of the following, determine if the integral is proper or improper. If it is improper, explain why. Do not evaluate any of the integrals. (c) 2 0 2 2 x x

More information

Practice Final Solutions

Practice Final Solutions Practice Final Solutions Math 1, Fall 17 Problem 1. Find a parameterization for the given curve, including bounds on the parameter t. Part a) The ellipse in R whose major axis has endpoints, ) and 6, )

More information

Contents PART II. Foreword

Contents PART II. Foreword Contents PART II Foreword v Preface vii 7. Integrals 87 7. Introduction 88 7. Integration as an Inverse Process of Differentiation 88 7. Methods of Integration 00 7.4 Integrals of some Particular Functions

More information

Figure 25:Differentials of surface.

Figure 25:Differentials of surface. 2.5. Change of variables and Jacobians In the previous example we saw that, once we have identified the type of coordinates which is best to use for solving a particular problem, the next step is to do

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

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

Curriculum Map for Mathematics HL (DP1)

Curriculum Map for Mathematics HL (DP1) Curriculum Map for Mathematics HL (DP1) Unit Title (Time frame) Sequences and Series (8 teaching hours or 2 weeks) Permutations & Combinations (4 teaching hours or 1 week) Standards IB Objectives Knowledge/Content

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES We have: Seen how to interpret derivatives as slopes and rates of change Seen how to estimate derivatives of functions given by tables of values Learned how

More information

3.4 Conic sections. Such type of curves are called conics, because they arise from different slices through a cone

3.4 Conic sections. Such type of curves are called conics, because they arise from different slices through a cone 3.4 Conic sections Next we consider the objects resulting from ax 2 + bxy + cy 2 + + ey + f = 0. Such type of curves are called conics, because they arise from different slices through a cone Circles belong

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

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

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

More information

Calculus II Practice Test Problems for Chapter 7 Page 1 of 6

Calculus II Practice Test Problems for Chapter 7 Page 1 of 6 Calculus II Practice Test Problems for Chapter 7 Page of 6 This is a set of practice test problems for Chapter 7. This is in no way an inclusive set of problems there can be other types of problems on

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

Math 113 Fall 2005 key Departmental Final Exam

Math 113 Fall 2005 key Departmental Final Exam Math 3 Fall 5 key Departmental Final Exam Part I: Short Answer and Multiple Choice Questions Do not show your work for problems in this part.. Fill in the blanks with the correct answer. (a) The integral

More information

y = x 3 and y = 2x 2 x. 2x 2 x = x 3 x 3 2x 2 + x = 0 x(x 2 2x + 1) = 0 x(x 1) 2 = 0 x = 0 and x = (x 3 (2x 2 x)) dx

y = x 3 and y = 2x 2 x. 2x 2 x = x 3 x 3 2x 2 + x = 0 x(x 2 2x + 1) = 0 x(x 1) 2 = 0 x = 0 and x = (x 3 (2x 2 x)) dx Millersville University Name Answer Key Mathematics Department MATH 2, Calculus II, Final Examination May 4, 2, 8:AM-:AM Please answer the following questions. Your answers will be evaluated on their correctness,

More information

Spring 2015, MA 252, Calculus II, Final Exam Preview Solutions

Spring 2015, MA 252, Calculus II, Final Exam Preview Solutions Spring 5, MA 5, Calculus II, Final Exam Preview Solutions I will put the following formulas on the front of the final exam, to speed up certain problems. You do not need to put them on your index card,

More information

Note: Each problem is worth 14 points except numbers 5 and 6 which are 15 points. = 3 2

Note: Each problem is worth 14 points except numbers 5 and 6 which are 15 points. = 3 2 Math Prelim II Solutions Spring Note: Each problem is worth points except numbers 5 and 6 which are 5 points. x. Compute x da where is the region in the second quadrant between the + y circles x + y and

More information

Math 1310 Final Exam

Math 1310 Final Exam Math 1310 Final Exam December 11, 2014 NAME: INSTRUCTOR: Write neatly and show all your work in the space provided below each question. You may use the back of the exam pages if you need additional space

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

MA 113 Calculus I Fall 2016 Exam Final Wednesday, December 14, True/False 1 T F 2 T F 3 T F 4 T F 5 T F. Name: Section:

MA 113 Calculus I Fall 2016 Exam Final Wednesday, December 14, True/False 1 T F 2 T F 3 T F 4 T F 5 T F. Name: Section: MA 113 Calculus I Fall 2016 Exam Final Wednesday, December 14, 2016 Name: Section: Last 4 digits of student ID #: This exam has five true/false questions (two points each), ten multiple choice questions

More information

MATH Section 210

MATH Section 210 MATH 101 - Section 10 Instructor: Avner Segal (avners@math.ubc.ca) January 31 st 017 Common course page: http://www.math.ubc.ca/~gerg/teaching/101-winter017/ Individual section page: http://www.math.ubc.ca/~avners/courses/math101-017.html

More information

Math Review for Exam Compute the second degree Taylor polynomials about (0, 0) of the following functions: (a) f(x, y) = e 2x 3y.

Math Review for Exam Compute the second degree Taylor polynomials about (0, 0) of the following functions: (a) f(x, y) = e 2x 3y. Math 35 - Review for Exam 1. Compute the second degree Taylor polynomial of f e x+3y about (, ). Solution. A computation shows that f x(, ), f y(, ) 3, f xx(, ) 4, f yy(, ) 9, f xy(, ) 6. The second degree

More information

Math 147 Exam II Practice Problems

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

More information

Figure 21:The polar and Cartesian coordinate systems.

Figure 21:The polar and Cartesian coordinate systems. Figure 21:The polar and Cartesian coordinate systems. Coordinate systems in R There are three standard coordinate systems which are used to describe points in -dimensional space. These coordinate systems

More information

Answer sheet: Final exam for Math 2339, Dec 10, 2010

Answer sheet: Final exam for Math 2339, Dec 10, 2010 Answer sheet: Final exam for Math 9, ec, Problem. Let the surface be z f(x,y) ln(y + cos(πxy) + e ). (a) Find the gradient vector of f f(x,y) y + cos(πxy) + e πy sin(πxy), y πx sin(πxy) (b) Evaluate f(,

More information

McGill University April Calculus 3. Tuesday April 29, 2014 Solutions

McGill University April Calculus 3. Tuesday April 29, 2014 Solutions McGill University April 4 Faculty of Science Final Examination Calculus 3 Math Tuesday April 9, 4 Solutions Problem (6 points) Let r(t) = (t, cos t, sin t). i. Find the velocity r (t) and the acceleration

More information

AP Calculus BC Spring Final Part IA. Calculator NOT Allowed. Name:

AP Calculus BC Spring Final Part IA. Calculator NOT Allowed. Name: AP Calculus BC 6-7 Spring Final Part IA Calculator NOT Allowed Name: . Find the derivative if the function if f ( x) = x 5 8 2x a) f b) f c) f d) f ( ) ( x) = x4 40 x 8 2x ( ) ( x) = x4 40 +x 8 2x ( )

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

Chapter 11. Taylor Series. Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27

Chapter 11. Taylor Series. Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27 Chapter 11 Taylor Series Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27 First-Order Approximation We want to approximate function f by some simple function. Best possible approximation

More information

2.3 More Differentiation Patterns

2.3 More Differentiation Patterns 144 te derivative 2.3 More Differentiation Patterns Polynomials are very useful, but tey are not te only functions we need. Tis section uses te ideas of te two previous sections to develop tecniques for

More information

University of Alberta. Math 214 Sample Exam Math 214 Solutions

University of Alberta. Math 214 Sample Exam Math 214 Solutions University of Alberta Math 14 Sample Exam Math 14 Solutions 1. Test the following series for convergence or divergence (a) ( n +n+1 3n +n+1 )n, (b) 3 n (n +1) (c) SOL: n!, arccos( n n +1 ), (a) ( n +n+1

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

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

Study Guide for Final Exam

Study Guide for Final Exam Study Guide for Final Exam. You are supposed to be able to calculate the cross product a b of two vectors a and b in R 3, and understand its geometric meaning. As an application, you should be able to

More information

Solutions to Sample Questions for Final Exam

Solutions to Sample Questions for Final Exam olutions to ample Questions for Final Exam Find the points on the surface xy z 3 that are closest to the origin. We use the method of Lagrange Multipliers, with f(x, y, z) x + y + z for the square of the

More information

Analysis/Calculus Review Day 2

Analysis/Calculus Review Day 2 Analysis/Calculus Review Day 2 AJ Friend ajfriend@stanford.edu Arvind Saibaba arvindks@stanford.edu Institute of Computational and Mathematical Engineering Stanford University September 20, 2011 Continuity

More information

Math 230 Mock Final Exam Detailed Solution

Math 230 Mock Final Exam Detailed Solution Name: Math 30 Mock Final Exam Detailed 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

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

HOMEWORK SOLUTIONS MATH 1910 Sections 8.2, 8.3, 8.5 Fall 2016

HOMEWORK SOLUTIONS MATH 1910 Sections 8.2, 8.3, 8.5 Fall 2016 HOMEWORK SOLUTIONS MATH 191 Sections 8., 8., 8.5 Fall 16 Problem 8..19 Evaluate using methods similar to those that apply to integral tan m xsec n x. cot x SOLUTION. Using the reduction formula for cot

More information

Mathematics Specialist Units 3 & 4 Program 2018

Mathematics Specialist Units 3 & 4 Program 2018 Mathematics Specialist Units 3 & 4 Program 018 Week Content Assessments Complex numbers Cartesian Forms Term 1 3.1.1 review real and imaginary parts Re(z) and Im(z) of a complex number z Week 1 3.1. review

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

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