Multiple Integrals. Chapter 4. Section 7. Department of Mathematics, Kookmin Univerisity. Numerical Methods.

Size: px
Start display at page:

Download "Multiple Integrals. Chapter 4. Section 7. Department of Mathematics, Kookmin Univerisity. Numerical Methods."

Transcription

1 4.7.1 Multiple Integrals Chapter 4 Section 7

2 4.7.2 Double Integral R f ( x, y) da

3 4.7.3 Double Integral Apply Simpson s rule twice R [ a, b] [ c, d] a x, x,..., x b, c y, y,..., y d 0 1 n 0 1 h ( b a) / n, k ( d c) / m m R f ( x, y) da R b f ( x, y) da f ( x, y) dy dx a c d

4 4.7.4 Apply Simpson s rule for y y c jk, j 0,1,..., m c j d ( m / 2) 1 k f ( x, y) dy f ( x, y0) 2 f ( x, y2 j ) 3 j 1 m /2 4 f ( x, y ) (, ) j ( d c) k f ( x, ) 2 j1 f x ym 4 k f ( x, y) dydx f ( x, y ) dx 2 f ( x, y ) dx ( m / 2) 1 b d b b a c 0 2 j 3 a a j 1 m /2 b b 4 f ( x, y2 j 1) dx f ( x, ym) dx a a j 1 ( d c) k b f ( x, ) 180 a y 4 dx R y f ( x, y) da

5 4.7.5 for i 0,1,..., n let x a ih then for j 0,1,..., m Apply Simpson s rule for x b a i ( n / 2) 1 h f ( x, y j ) dx f ( x0, y j) 2 f ( x2i, y j) 3 i1 n /2 ( b a) h f 4 f ( x2i 1, y j) f ( xn, y j) (, ) 4 j y j i1 180 x Substitute this into the Simpson's rule for y then R f ( x, y) da

6 4.7.6 Composite Simpson s Rule R f ( x, y) da b a c d ( n / 2) 1 n /2 hk f ( x, y) dydx ( 0, 0) 2 ( 2, 0) 4 ( 2 1, 0) (, 0) 33 f x y f x i y f x i y f xn y i1 i1 ( m/ 2) 1 ( n/ 2) 1 n /2 2 f ( x0, y2 j) 2 f ( x2i, y2 j) 4 f ( x2i 1, y2 j) f ( xn, y2 j) j 1 i1 i1 m/ 2 ( n / 2) 1 n/ 2 4 f ( x0, y2 j 1) 2 f ( x2i, y2 j 1) 4 f ( x2i 1, y2 j 1) f ( xn, y2 j 1) j 1 i1 i1 ( n / 2) 1 n /2 f ( x0, ym) 2 f ( x2i, ym) 4 f ( x2i 1, ym) f ( xn, ym) i1 i1 + Error term

7 4.7.7 Error term Composite Simpson s Rule ( m / 2) 1 4 k( b a) h f ( 0, y0) f( 2 j, y2 j) E x j 1 x ( m / 2) f( 2 j1, y2 j1) f (, ) ( ) b m y m d c k f ( x, ) 4 dx a j x x y f f If and are continuous on then E can be written as x y ( d c)( b a) 4 f 4 f ( ˆ, ˆ) E h (, ) k 180 x y

8 4.7.8 h0.15, k 0.25 Example n 4, m 2, ln( x 2 y) dydx

9 4.7.9 h0.15, k We have Example n 4, m 2, ln( x 2 y) dydx i0 j0 f f (0.15)(0.25) ln( x 2 y) dydx wi, j ln( xi 2 y j ) ( x, y), ( x, y) x ( x 2 y) y ( x 2 y) (0.5)(0.6) E (0.15) max (0.25) max (, ) x y R ( x 2 y) ( x, y) R ( x 2 y) Actual value is (accurate to within ) 4

10 Example 2 Transform R {( x, y) 1.4 x 2.0, 1.0 y 1.5} into Rˆ {( u, v) 1 u 1, 1 v 1} using the linear transformations ln( x 2 y) dydx u (2x ), and v (2y ) then 1 1 ln( x 2 y) dy dx ln(0.3u 0.5v 4.2) dv du 1 1

11 , , ,3 3,2 3,1 3, Example Gaussian Quadrature formula for n 3 in both u and v u v r 0, u v r u v r The associated weights are c 0.88, c c ln( x 2 y) dy dx c i c i1 j ln( x 2 y) dydx ln(0.3r 0.5r 4.2) 3, 3, j 3, i 3, j

12 Not a Rectalgular region b a d( x) c( x) Apply Simpson's rule with h, k( x) 2 2 b d ( x) b kx ( ) (, ) (, ( )) 4 (, ( ) ( )) (, ( ))] a f x y dy dx c( x) f x c x f x c x k x f x d x dx a 3 h k( a) f ( a, c( a)) 4 f ( a, c( a) k( a)) f ( a, d( a)) k( a h) f ( a h, c( a h)) 4 f ( a h, c( a h) 3 k( a h)) f ( a h, d( a h)) kb ( ) f ( b, c( b)) 4 f ( b, c( b) k( b)) f ( b, d( b)) 3 b a d ( x) c( x) f ( x, y) dy dx

13 Not a Rectalgular region Graphically

14 Gaussian Quadrature For each a x b, transform [ c( x), d( x)] into [ 1, 1] ( d( x) c( x)) t ( dx c( x) f ( x, y) f x, 2 and d( x) c( x) dy dt 2 Then for each x in [ a, b] apply Gaussian Quadrature to the integral ( d( x) c( x)) t ( dx c( x) f ( x, y) dy f x, dt 2 d( x) 1 c( x) 1

15 Gaussian Quadrature Result: b a d ( x) c( x) f ( x, y) dydx b d( x) c( x) ( d( x) c( x)) r d( x) c( x) a 2 2 n cn, jf x, n, j dx j 1 After this transform [a, b] into [-1, 1] and then apply Gaussian Quadrature to approximate the integral on the right side of this equation. Accurate with small computations Widely used

16 Example 3

17 Example 4 The center of mass of a solid region D with density function σ occurs at where (= mass)

18 Example z x y z, 2 ( x, y, z) x y Center of mass is (0,0,1.6) Apply 2 2 Triple Integral Algorithm with 5 Gaussian nodes in each dimension n m p 5

19 Example 4 Approximate center of mass is x, y, z (0,0, )

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

April 15 Math 2335 sec 001 Spring 2014

April 15 Math 2335 sec 001 Spring 2014 April 15 Math 2335 sec 001 Spring 2014 Trapezoid and Simpson s Rules I(f ) = b a f (x) dx Trapezoid Rule: If [a, b] is divided into n equally spaced subintervals of length h = (b a)/n, then I(f ) T n (f

More information

Midpoint Approximation

Midpoint Approximation Midpoint Approximtion Sometimes, we need to pproximte n integrl of the form R b f (x)dx nd we cnnot find n ntiderivtive in order to evlute the integrl. Also we my need to evlute R b f (x)dx where we do

More information

AB 1: Find lim. x a.

AB 1: Find lim. x a. AB 1: Find lim x a f ( x) AB 1 Answer: Step 1: Find f ( a). If you get a zero in the denominator, Step 2: Factor numerator and denominator of f ( x). Do any cancellations and go back to Step 1. If you

More information

Study 5.5, # 1 5, 9, 13 27, 35, 39, 49 59, 63, 69, 71, 81. Class Notes: Prof. G. Battaly, Westchester Community College, NY Homework.

Study 5.5, # 1 5, 9, 13 27, 35, 39, 49 59, 63, 69, 71, 81. Class Notes: Prof. G. Battaly, Westchester Community College, NY Homework. Goals: 1. Recognize an integrand that is the derivative of a composite function. 2. Generalize the Basic Integration Rules to include composite functions. 3. Use substitution to simplify the process of

More information

Name: SOLUTIONS Date: 11/9/2017. M20550 Calculus III Tutorial Worksheet 8

Name: SOLUTIONS Date: 11/9/2017. M20550 Calculus III Tutorial Worksheet 8 Name: SOLUTIONS Date: /9/7 M55 alculus III Tutorial Worksheet 8. ompute R da where R is the region bounded by x + xy + y 8 using the change of variables given by x u + v and y v. Solution: We know R is

More information

1 Antiderivatives graphically and numerically

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

More information

Differentiation Shortcuts

Differentiation Shortcuts Differentiation Shortcuts Sections 10-5, 11-2, 11-3, and 11-4 Prof. Nathan Wodarz Math 109 - Fall 2008 Contents 1 Basic Properties 2 1.1 Notation............................... 2 1.2 Constant Functions.........................

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

Practice Final Exam Solutions

Practice Final Exam Solutions Important Notice: To prepare for the final exam, study past exams and practice exams, and homeworks, quizzes, and worksheets, not just this practice final. A topic not being on the practice final does

More information

Problem Max. Possible Points Total

Problem Max. Possible Points Total MA 262 Exam 1 Fall 2011 Instructor: Raphael Hora Name: Max Possible Student ID#: 1234567890 1. No books or notes are allowed. 2. You CAN NOT USE calculators or any electronic devices. 3. Show all work

More information

e x2 dxdy, e x2 da, e x2 x 3 dx = e

e x2 dxdy, e x2 da, e x2 x 3 dx = e STS26-4 Calculus II: The fourth exam Dec 15, 214 Please show all your work! Answers without supporting work will be not given credit. Write answers in spaces provided. You have 1 hour and 2minutes to complete

More information

(a) x cos 3x dx We apply integration by parts. Take u = x, so that dv = cos 3x dx, v = 1 sin 3x, du = dx. Thus

(a) x cos 3x dx We apply integration by parts. Take u = x, so that dv = cos 3x dx, v = 1 sin 3x, du = dx. Thus Math 128 Midterm Examination 2 October 21, 28 Name 6 problems, 112 (oops) points. Instructions: Show all work partial credit will be given, and Answers without work are worth credit without points. You

More information

In numerical analysis quadrature refers to the computation of definite integrals.

In numerical analysis quadrature refers to the computation of definite integrals. Numerical Quadrature In numerical analysis quadrature refers to the computation of definite integrals. f(x) a x i x i+1 x i+2 b x A traditional way to perform numerical integration is to take a piece of

More information

2011 Form B Solution. Jim Rahn

2011 Form B Solution. Jim Rahn Form B Solution By Jim Rahn Form B AB 6 6 S'( t) dt 7.8 mm 6 S '( t) dt.86 mm or.864 mm c) S '(7).96998 dv d( r h) dh dh r r dt dt dt dt dr since r is constant, dt dv dh r.96998 6.8 mm dt dt day d) D()=M

More information

COURSE Numerical integration of functions (continuation) 3.3. The Romberg s iterative generation method

COURSE Numerical integration of functions (continuation) 3.3. The Romberg s iterative generation method COURSE 7 3. Numerical integration of functions (continuation) 3.3. The Romberg s iterative generation method The presence of derivatives in the remainder difficulties in applicability to practical problems

More information

Jim Lambers MAT 460/560 Fall Semester Practice Final Exam

Jim Lambers MAT 460/560 Fall Semester Practice Final Exam Jim Lambers MAT 460/560 Fall Semester 2009-10 Practice Final Exam 1. Let f(x) = sin 2x + cos 2x. (a) Write down the 2nd Taylor polynomial P 2 (x) of f(x) centered around x 0 = 0. (b) Write down the corresponding

More information

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u Section 3 4B The Chain Rule If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy du du dx or If y = f (u) then f (u) u The Chain Rule with the Power

More information

COURSE Numerical integration of functions

COURSE Numerical integration of functions COURSE 6 3. Numerical integration of functions The need: for evaluating definite integrals of functions that has no explicit antiderivatives or whose antiderivatives are not easy to obtain. Let f : [a,

More information

Math 265H: Calculus III Practice Midterm II: Fall 2014

Math 265H: Calculus III Practice Midterm II: Fall 2014 Name: Section #: Math 65H: alculus III Practice Midterm II: Fall 14 Instructions: This exam has 7 problems. The number of points awarded for each question is indicated in the problem. Answer each question

More information

Practice Exam I. Summer Term I Kostadinov. MA124 Calculus II Boston University

Practice Exam I. Summer Term I Kostadinov. MA124 Calculus II Boston University student: Practice Exam I Problem 1: Find the derivative of the functions T 1 (x), T 2 (x), T 3 (x). State the reason of your answers. a) T 1 (x) = x 2t dt 2 b) T 2 (x) = e x ln(t2 )dt c) T 3 (x) = x 2

More information

Consider the joint probability, P(x,y), shown as the contours in the figure above. P(x) is given by the integral of P(x,y) over all values of y.

Consider the joint probability, P(x,y), shown as the contours in the figure above. P(x) is given by the integral of P(x,y) over all values of y. ATMO/OPTI 656b Spring 009 Bayesian Retrievals Note: This follows the discussion in Chapter of Rogers (000) As we have seen, the problem with the nadir viewing emission measurements is they do not contain

More information

MAS153/MAS159. MAS153/MAS159 1 Turn Over SCHOOL OF MATHEMATICS AND STATISTICS hours. Mathematics (Materials) Mathematics For Chemists

MAS153/MAS159. MAS153/MAS159 1 Turn Over SCHOOL OF MATHEMATICS AND STATISTICS hours. Mathematics (Materials) Mathematics For Chemists Data provided: Formula sheet MAS53/MAS59 SCHOOL OF MATHEMATICS AND STATISTICS Mathematics (Materials Mathematics For Chemists Spring Semester 203 204 3 hours All questions are compulsory. The marks awarded

More information

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u Section 3 4B Lecture The Chain Rule If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy du du dx or If y = f (u) then y = f (u) u The Chain Rule

More information

MA 137 Calculus 1 with Life Science Applications The Chain Rule and Higher Derivatives (Section 4.4)

MA 137 Calculus 1 with Life Science Applications The Chain Rule and Higher Derivatives (Section 4.4) MA 137 Calculus 1 with Life Science Applications and (Section 4.4) Alberto Corso alberto.corso@uky.edu Department of Mathematics University of Kentucky March 2, 2016 1/15 Theorem Rules of Differentiation

More information

Vector Calculus. Dr. D. Sukumar. February 1, 2016

Vector Calculus. Dr. D. Sukumar. February 1, 2016 Vector Calculus Dr. D. Sukumar February 1, 2016 Green s Theorem Tangent form or Ciculation-Curl form c Mdx + Ndy = R ( N x M ) da y Green s Theorem Tangent form or Ciculation-Curl form Stoke s Theorem

More information

Chapter 4 Integration

Chapter 4 Integration Chapter 4 Integration SECTION 4.1 Antiderivatives and Indefinite Integration Calculus: Chapter 4 Section 4.1 Antiderivative A function F is an antiderivative of f on an interval I if F '( x) f ( x) for

More information

Assignment 11 Assigned Mon Sept 27

Assignment 11 Assigned Mon Sept 27 Assignment Assigned Mon Sept 7 Section 7., Problem 4. x sin x dx = x cos x + x cos x dx ( = x cos x + x sin x ) sin x dx u = x dv = sin x dx du = x dx v = cos x u = x dv = cos x dx du = dx v = sin x =

More information

2017 HSC Mathematics Marking Guidelines

2017 HSC Mathematics Marking Guidelines 07 HSC Mathematics Marking Guidelines Section I Multiple-choice Answer Key Question Answer A D 3 C 4 A 5 B 6 D 7 B 8 A 9 C 0 A NESA 07 HSC Mathematics Marking Guidelines Section II Question (a) Provides

More information

11.6: Ratio and Root Tests Page 1. absolutely convergent, conditionally convergent, or divergent?

11.6: Ratio and Root Tests Page 1. absolutely convergent, conditionally convergent, or divergent? .6: Ratio and Root Tests Page Questions ( 3) n n 3 ( 3) n ( ) n 5 + n ( ) n e n ( ) n+ n2 2 n Example Show that ( ) n n ln n ( n 2 ) n + 2n 2 + converges for all x. Deduce that = 0 for all x. Solutions

More information

MEI STRUCTURED MATHEMATICS 4753/1

MEI STRUCTURED MATHEMATICS 4753/1 OXFORD CAMBRIDGE AND RSA EXAMINATIONS Advanced Subsidiary General Certificate of Education Advanced General Certificate of Education MEI STRUCTURED MATHEMATICS 473/ Methods for Advanced Mathematics (C3)

More information

Calculus I Announcements

Calculus I Announcements Slide 1 Calculus I Announcements Read sections 4.2,4.3,4.4,4.1 and 5.3 Do the homework from sections 4.2,4.3,4.4,4.1 and 5.3 Exam 3 is Thursday, November 12th See inside for a possible exam question. Slide

More information

Separable Differential Equations

Separable Differential Equations Separable Differential Equations MATH 6 Calculus I J. Robert Buchanan Department of Mathematics Fall 207 Background We have previously solved differential equations of the forms: y (t) = k y(t) (exponential

More information

Introduction to Discrete Optimization

Introduction to Discrete Optimization Prof. Friedrich Eisenbrand Martin Niemeier Due Date: April 28, 2009 Discussions: April 2, 2009 Introduction to Discrete Optimization Spring 2009 s 8 Exercise What is the smallest number n such that an

More information

1.8. Integration using Tables and CAS

1.8. Integration using Tables and CAS 1.. INTEGRATION USING TABLES AND CAS 39 1.. Integration using Tables and CAS The use of tables of integrals and Computer Algebra Systems allow us to find integrals very quickly without having to perform

More information

Final Exam 2011 Winter Term 2 Solutions

Final Exam 2011 Winter Term 2 Solutions . (a Find the radius of convergence of the series: ( k k+ x k. Solution: Using the Ratio Test, we get: L = lim a k+ a k = lim ( k+ k+ x k+ ( k k+ x k = lim x = x. Note that the series converges for L

More information

Section Taylor and Maclaurin Series

Section Taylor and Maclaurin Series Section.0 Taylor and Maclaurin Series Ruipeng Shen Feb 5 Taylor and Maclaurin Series Main Goal: How to find a power series representation for a smooth function us assume that a smooth function has a power

More information

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval. Spring 2012 KSU

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval. Spring 2012 KSU Multiple Integrals Introduction and Double Integrals Over Rectangular Regions Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) Multiple Integrals Spring 2012 1 / 21 Introduction In this section

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

Practice Final Exam Solutions

Practice Final Exam Solutions Important Notice: To prepare for the final exam, one should study the past exams and practice midterms (and homeworks, quizzes, and worksheets), not just this practice final. A topic not being on the practice

More information

Integration Techniques for the AB exam

Integration Techniques for the AB exam For the AB eam, students need to: determine antiderivatives of the basic functions calculate antiderivatives of functions using u-substitution use algebraic manipulation to rewrite the integrand prior

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

Section 5.6 Integration by Parts

Section 5.6 Integration by Parts .. 98 Section.6 Integration by Parts Integration by parts is another technique that we can use to integrate problems. Typically, we save integration by parts as a last resort when substitution will not

More information

MATH 1242 FINAL EXAM Spring,

MATH 1242 FINAL EXAM Spring, MATH 242 FINAL EXAM Spring, 200 Part I (MULTIPLE CHOICE, NO CALCULATORS).. Find 2 4x3 dx. (a) 28 (b) 5 (c) 0 (d) 36 (e) 7 2. Find 2 cos t dt. (a) 2 sin t + C (b) 2 sin t + C (c) 2 cos t + C (d) 2 cos t

More information

Book 4. June 2013 June 2014 June Name :

Book 4. June 2013 June 2014 June Name : Book 4 June 2013 June 2014 June 2015 Name : June 2013 1. Given that 4 3 2 2 ax bx c 2 2 3x 2x 5x 4 dxe x 4 x 4, x 2 find the values of the constants a, b, c, d and e. 2. Given that f(x) = ln x, x > 0 sketch

More information

Mathematics 205 Solutions for HWK 23. e x2 +y 2 dxdy

Mathematics 205 Solutions for HWK 23. e x2 +y 2 dxdy Mathematics 5 Solutions for HWK Problem 1. 6. p7. Let D be the unit disk: x + y 1. Evaluate the integral e x +y dxdy by making a change of variables to polar coordinates. D Solution. Step 1. The integrand,

More information

2413 Exam 3 Review. 14t 2 Ë. dt. t 6 1 dt. 3z 2 12z 9 z 4 8 Ë. n 7 4,4. Short Answer. 1. Find the indefinite integral 9t 2 ˆ

2413 Exam 3 Review. 14t 2 Ë. dt. t 6 1 dt. 3z 2 12z 9 z 4 8 Ë. n 7 4,4. Short Answer. 1. Find the indefinite integral 9t 2 ˆ 3 Eam 3 Review Short Answer. Find the indefinite integral 9t ˆ t dt.. Find the indefinite integral of the following function and check the result by differentiation. 6t 5 t 6 dt 3. Find the indefinite

More information

2D and 3D Motion. with constant (uniform) acceleration

2D and 3D Motion. with constant (uniform) acceleration 2D and 3D Motion with constant (uniform) acceleration 1 Dimension 2 or 3 Dimensions x x v : position : position : displacement r : displacement : velocity v : velocity a : acceleration a r : acceleration

More information

2017 HSC Mathematics Extension 1 Marking Guidelines

2017 HSC Mathematics Extension 1 Marking Guidelines 07 HSC Mathematics Extension Marking Guidelines Section I Multiple-choice Answer Key Question Answer A B 3 B 4 C 5 D 6 D 7 A 8 C 9 C 0 B NESA 07 HSC Mathematics Extension Marking Guidelines Section II

More information

ENGI Gradient, Divergence, Curl Page 5.01

ENGI Gradient, Divergence, Curl Page 5.01 ENGI 940 5.0 - Gradient, Divergence, Curl Page 5.0 5. e Gradient Operator A brief review is provided ere for te gradient operator in bot Cartesian and ortogonal non-cartesian coordinate systems. Sections

More information

r 4 r 2 q 2 r 3 V () r En dln (r) 1 q 1 Negative sign from integration of E field cancels the negative sign from the original equation.

r 4 r 2 q 2 r 3 V () r En dln (r) 1 q 1 Negative sign from integration of E field cancels the negative sign from the original equation. Question from last class Potential due to a Group of Point Charges rr V () r E dl r r 1 q 1 X rr N V () r E dl r n n N V(r) V n (r) 1 n1 4 o 1/30/2018 2 q 2 N r r N r r q n V () r En dln dr 2 n n r n r

More information

MA 242 Review Exponential and Log Functions Notes for today s class can be found at

MA 242 Review Exponential and Log Functions Notes for today s class can be found at MA 242 Review Exponential and Log Functions Notes for today s class can be found at www.xecu.net/jacobs/index242.htm Example: If y = x n If y = x 2 then then dy dx = nxn 1 dy dx = 2x1 = 2x Power Function

More information

1. If the line l has symmetric equations. = y 3 = z+2 find a vector equation for the line l that contains the point (2, 1, 3) and is parallel to l.

1. If the line l has symmetric equations. = y 3 = z+2 find a vector equation for the line l that contains the point (2, 1, 3) and is parallel to l. . If the line l has symmetric equations MA 6 PRACTICE PROBLEMS x = y = z+ 7, find a vector equation for the line l that contains the point (,, ) and is parallel to l. r = ( + t) i t j + ( + 7t) k B. r

More information

Homework Solutions: , plus Substitutions

Homework Solutions: , plus Substitutions Homework Solutions: 2.-2.2, plus Substitutions Section 2. I have not included any drawings/direction fields. We can see them using Maple or by hand, so we ll be focusing on getting the analytic solutions

More information

Chapter 12 Overview: Review of All Derivative Rules

Chapter 12 Overview: Review of All Derivative Rules Chapter 12 Overview: Review of All Derivative Rules The emphasis of the previous chapters was graphing the families of functions as they are viewed (mostly) in Analytic Geometry, that is, with traits.

More information

M273Q Multivariable Calculus Spring 2017 Review Problems for Exam 3

M273Q Multivariable Calculus Spring 2017 Review Problems for Exam 3 M7Q Multivariable alculus Spring 7 Review Problems for Exam Exam covers material from Sections 5.-5.4 and 6.-6. and 7.. As you prepare, note well that the Fall 6 Exam posted online did not cover exactly

More information

Lecture 14 (Poynting Vector and Standing Waves) Physics Spring 2018 Douglas Fields

Lecture 14 (Poynting Vector and Standing Waves) Physics Spring 2018 Douglas Fields Lecture 14 (Poynting Vector and Standing Waves) Physics 6-01 Spring 018 Douglas Fields Reading Quiz For the wave described by E E ˆsin Max j kz t, what is the direction of the Poynting vector? A) +x direction

More information

Integration is the reverse of the process of differentiation. In the usual notation. k dx = kx + c. kx dx = 1 2 kx2 + c.

Integration is the reverse of the process of differentiation. In the usual notation. k dx = kx + c. kx dx = 1 2 kx2 + c. PHYS122 - Electricity and Magnetism Integration Reminder Integration is the reverse of the process of differentiation. In the usual notation f (x)dx = f(x) + constant The derivative of the RHS gives you

More information

Fourth Order RK-Method

Fourth Order RK-Method Fourth Order RK-Method The most commonly used method is Runge-Kutta fourth order method. The fourth order RK-method is y i+1 = y i + 1 6 (k 1 + 2k 2 + 2k 3 + k 4 ), Ordinary Differential Equations (ODE)

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

6.641, Electromagnetic Fields, Forces, and Motion Prof. Markus Zahn Lecture 5: Method of Images Φ Φ Φ. x y z

6.641, Electromagnetic Fields, Forces, and Motion Prof. Markus Zahn Lecture 5: Method of Images Φ Φ Φ. x y z 6.641, Electromagnetic Fields, Forces, and Motion Prof. Markus Zahn Lecture 5: Method of Images I. Point Charge Above Ground Plane 1. Potential and Electric Field q 1 1 Φ p 4π x + y + z d x + y + z + d

More information

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture 6 hemical Reaction Engineering (RE) is the field that studies the rates and mechanisms of chemical reactions and the design of the reactors in which they take place. Lecture 6 Tuesday 1/9/13 Block

More information

Gauss Legendre quadrature over a parabolic region

Gauss Legendre quadrature over a parabolic region Gauss Legendre quadrature over a parabolic region K. T. Shivaram Department of Mathematics, Dayananda sagar college of Engineering, Bangalore, India Abstract In this paper, we introduce a Gauss Legendre

More information

Exploring Substitution

Exploring Substitution I. Introduction Exploring Substitution Math Fall 08 Lab We use the Fundamental Theorem of Calculus, Part to evaluate a definite integral. If f is continuous on [a, b] b and F is any antiderivative of f

More information

WORKSHEET FOR THE PUTNAM COMPETITION -REAL ANALYSIS- lim

WORKSHEET FOR THE PUTNAM COMPETITION -REAL ANALYSIS- lim WORKSHEET FOR THE PUTNAM COMPETITION -REAL ANALYSIS- INSTRUCTOR: CEZAR LUPU Problem Let < x < and x n+ = x n ( x n ), n =,, 3, Show that nx n = Putnam B3, 966 Question? Problem E 334 from the American

More information

Math 340 Final Exam December 16, 2006

Math 340 Final Exam December 16, 2006 Math 34 Final Exam December 6, 6. () Suppose A 3 4. a) Find the row-reduced echelon form of A. 3 4 so the row reduced echelon form is b) What is rank(a)? 3 4 4 The rank is two since there are two pivots.

More information

Do not turn over until you are told to do so by the Invigilator.

Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Mathematics Main Series UG Examination 2013 14 CALCULUS AND MULTIVARIABLE CALCULUS MTHA4005Y Time allowed: 3 Hours Attempt QUESTIONS 1 and 2, and THREE other questions.

More information

d` = 1+( dy , which is part of the cone.

d` = 1+( dy , which is part of the cone. 7.5 Surface area When we did areas, the basic slices were rectangles, with A = h x or h y. When we did volumes of revolution, the basic slices came from revolving rectangles around an axis. Depending on

More information

Section 6.6 Gaussian Quadrature

Section 6.6 Gaussian Quadrature Section 6.6 Gaussian Quadrature Key Terms: Method of undetermined coefficients Nonlinear systems Gaussian quadrature Error Legendre polynomials Inner product Adapted from http://pathfinder.scar.utoronto.ca/~dyer/csca57/book_p/node44.html

More information

DIFFERENTIATION AND INTEGRATION PART 1. Mr C s IB Standard Notes

DIFFERENTIATION AND INTEGRATION PART 1. Mr C s IB Standard Notes DIFFERENTIATION AND INTEGRATION PART 1 Mr C s IB Standard Notes In this PDF you can find the following: 1. Notation 2. Keywords Make sure you read through everything and the try examples for yourself before

More information

ENGINEERING MATHEMATICS 4 (BDA34003)

ENGINEERING MATHEMATICS 4 (BDA34003) ENGINEERING MATHEMATICS 4 (BDA34003) Lecture Module 6: Numerical Integration Waluyo Adi Siswanto Universiti Tun Hussein Onn Malaysia This work is licensed under a Creative Commons Attribution 3.0 License.

More information

Introduction to Differentials

Introduction to Differentials Introduction to Differentials David G Radcliffe 13 March 2007 1 Increments Let y be a function of x, say y = f(x). The symbol x denotes a change or increment in the value of x. Note that a change in the

More information

Integration by parts (product rule backwards)

Integration by parts (product rule backwards) Integration by parts (product rule backwards) The product rule states Integrating both sides gives f(x)g(x) = d dx f(x)g(x) = f(x)g (x) + f (x)g(x). f(x)g (x)dx + Letting f(x) = u, g(x) = v, and rearranging,

More information

Definition of Derivative

Definition of Derivative Definition of Derivative The derivative of the function f with respect to the variable x is the function ( ) fʹ x whose value at xis ( x) fʹ = lim provided the limit exists. h 0 ( + ) ( ) f x h f x h Slide

More information

Backpropagation Introduction to Machine Learning. Matt Gormley Lecture 13 Mar 1, 2018

Backpropagation Introduction to Machine Learning. Matt Gormley Lecture 13 Mar 1, 2018 10-601 Introduction to Machine Learning Machine Learning Department School of Computer Science Carnegie Mellon University Backpropagation Matt Gormley Lecture 13 Mar 1, 2018 1 Reminders Homework 5: Neural

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

x + ye z2 + ze y2, y + xe z2 + ze x2, z and where T is the

x + ye z2 + ze y2, y + xe z2 + ze x2, z and where T is the 1.(8pts) Find F ds where F = x + ye z + ze y, y + xe z + ze x, z and where T is the T surface in the pictures. (The two pictures are two views of the same surface.) The boundary of T is the unit circle

More information

Instructions: No books. No notes. Non-graphing calculators only. You are encouraged, although not required, to show your work.

Instructions: No books. No notes. Non-graphing calculators only. You are encouraged, although not required, to show your work. Exam 3 Math 850-007 Fall 04 Odenthal Name: Instructions: No books. No notes. Non-graphing calculators only. You are encouraged, although not required, to show your work.. Evaluate the iterated integral

More information

Integration by Parts

Integration by Parts Calculus 2 Lia Vas Integration by Parts Using integration by parts one transforms an integral of a product of two functions into a simpler integral. Divide the initial function into two parts called u

More information

D. Correct! This is the correct answer. It is found by dy/dx = (dy/dt)/(dx/dt).

D. Correct! This is the correct answer. It is found by dy/dx = (dy/dt)/(dx/dt). Calculus II - Problem Solving Drill 4: Calculus for Parametric Equations Question No. of 0 Instructions: () Read the problem and answer choices carefully () Work the problems on paper as. Find dy/dx where

More information

Math 222 Spring 2013 Exam 3 Review Problem Answers

Math 222 Spring 2013 Exam 3 Review Problem Answers . (a) By the Chain ule, Math Spring 3 Exam 3 eview Problem Answers w s w x x s + w y y s (y xy)() + (xy x )( ) (( s + 4t) (s 3t)( s + 4t)) ((s 3t)( s + 4t) (s 3t) ) 8s 94st + 3t (b) By the Chain ule, w

More information

Math 113 Winter 2005 Key

Math 113 Winter 2005 Key Name Student Number Section Number Instructor Math Winter 005 Key Departmental Final Exam Instructions: The time limit is hours. Problem consists of short answer questions. Problems through are multiple

More information

(x x 0 )(x x 1 )... (x x n ) (x x 0 ) + y 0.

(x x 0 )(x x 1 )... (x x n ) (x x 0 ) + y 0. > 5. Numerical Integration Review of Interpolation Find p n (x) with p n (x j ) = y j, j = 0, 1,,..., n. Solution: p n (x) = y 0 l 0 (x) + y 1 l 1 (x) +... + y n l n (x), l k (x) = n j=1,j k Theorem Let

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

Stat 451 Lecture Notes Numerical Integration

Stat 451 Lecture Notes Numerical Integration Stat 451 Lecture Notes 03 12 Numerical Integration Ryan Martin UIC www.math.uic.edu/~rgmartin 1 Based on Chapter 5 in Givens & Hoeting, and Chapters 4 & 18 of Lange 2 Updated: February 11, 2016 1 / 29

More information

4x x dx. 3 3 x2 dx = x3 ln(x 2 )

4x x dx. 3 3 x2 dx = x3 ln(x 2 ) Problem. a) Compute the definite integral 4 + d This can be done by a u-substitution. Take u = +, so that du = d, which menas that 4 d = du. Notice that u() = and u() = 6, so our integral becomes 6 u du

More information

Assignment 6 Solution. Please do not copy and paste my answer. You will get similar questions but with different numbers!

Assignment 6 Solution. Please do not copy and paste my answer. You will get similar questions but with different numbers! Assignment 6 Solution Please do not copy and paste my answer. You will get similar questions but with different numbers! This question tests you the following points: Integration by Parts: Let u = x, dv

More information

Prelim 2 Math Please show your reasoning and all your work. This is a 90 minute exam. Calculators are not needed or permitted. Good luck!

Prelim 2 Math Please show your reasoning and all your work. This is a 90 minute exam. Calculators are not needed or permitted. Good luck! April 4, Prelim Math Please show your reasoning and all your work. This is a 9 minute exam. Calculators are not needed or permitted. Good luck! Trigonometric Formulas sin x sin x cos x cos (u + v) cos

More information

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

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

More information

1. (13%) Find the orthogonal trajectories of the family of curves y = tan 1 (kx), where k is an arbitrary constant. Solution: For the original curves:

1. (13%) Find the orthogonal trajectories of the family of curves y = tan 1 (kx), where k is an arbitrary constant. Solution: For the original curves: 5 微甲 6- 班期末考解答和評分標準. (%) Find the orthogonal trajectories of the family of curves y = tan (kx), where k is an arbitrary constant. For the original curves: dy dx = tan y k = +k x x sin y cos y = +tan y

More information

QMI Lesson 19: Integration by Substitution, Definite Integral, and Area Under Curve

QMI Lesson 19: Integration by Substitution, Definite Integral, and Area Under Curve QMI Lesson 19: Integration by Substitution, Definite Integral, and Area Under Curve C C Moxley Samford University Brock School of Business Substitution Rule The following rules arise from the chain rule

More information

Math 122 Fall Unit Test 1 Review Problems Set A

Math 122 Fall Unit Test 1 Review Problems Set A Math Fall 8 Unit Test Review Problems Set A We have chosen these problems because we think that they are representative of many of the mathematical concepts that we have studied. There is no guarantee

More information

Two dimensional oscillator and central forces

Two dimensional oscillator and central forces Two dimensional oscillator and central forces September 4, 04 Hooke s law in two dimensions Consider a radial Hooke s law force in -dimensions, F = kr where the force is along the radial unit vector and

More information

Practice Problems for Exam 3 (Solutions) 1. Let F(x, y) = xyi+(y 3x)j, and let C be the curve r(t) = ti+(3t t 2 )j for 0 t 2. Compute F dr.

Practice Problems for Exam 3 (Solutions) 1. Let F(x, y) = xyi+(y 3x)j, and let C be the curve r(t) = ti+(3t t 2 )j for 0 t 2. Compute F dr. 1. Let F(x, y) xyi+(y 3x)j, and let be the curve r(t) ti+(3t t 2 )j for t 2. ompute F dr. Solution. F dr b a 2 2 F(r(t)) r (t) dt t(3t t 2 ), 3t t 2 3t 1, 3 2t dt t 3 dt 1 2 4 t4 4. 2. Evaluate the line

More information

WORKSHEET FOR THE PUTNAM COMPETITION -REAL ANALYSIS- lim

WORKSHEET FOR THE PUTNAM COMPETITION -REAL ANALYSIS- lim WORKSHEET FOR THE PUTNAM COMPETITION -REAL ANALYSIS- INSTRUCTOR: CEZAR LUPU Problem Let < x < and x n+ = x n ( x n ), n =,, 3, Show that nx n = Putnam B3, 966 Question? Problem E 334 from the American

More information

Course Outline. 2. Vectors in V 3.

Course Outline. 2. Vectors in V 3. 1. Vectors in V 2. Course Outline a. Vectors and scalars. The magnitude and direction of a vector. The zero vector. b. Graphical vector algebra. c. Vectors in component form. Vector algebra with components.

More information

defines the. The approximation f(x) L(x) is the. The point x = a is the of the approximation.

defines the. The approximation f(x) L(x) is the. The point x = a is the of the approximation. 4.5 Linearization and Newton's Method Objective SWBAT find linear approximation, use Newton's Method, estimating change with differentials, absolute relative, and percentage change, and sensitivity to

More information

Jim Lambers MAT 280 Summer Semester Practice Final Exam Solution. dy + xz dz = x(t)y(t) dt. t 3 (4t 3 ) + e t2 (2t) + t 7 (3t 2 ) dt

Jim Lambers MAT 280 Summer Semester Practice Final Exam Solution. dy + xz dz = x(t)y(t) dt. t 3 (4t 3 ) + e t2 (2t) + t 7 (3t 2 ) dt Jim Lambers MAT 28 ummer emester 212-1 Practice Final Exam olution 1. Evaluate the line integral xy dx + e y dy + xz dz, where is given by r(t) t 4, t 2, t, t 1. olution From r (t) 4t, 2t, t 2, we obtain

More information

FLAP M6.1 Introducing differential equations COPYRIGHT 1998 THE OPEN UNIVERSITY S570 V1.1

FLAP M6.1 Introducing differential equations COPYRIGHT 1998 THE OPEN UNIVERSITY S570 V1.1 F1 (a) This equation is of first order and of first degree. It is a linear equation, since the dependent variable y and its derivative only appear raised to the first power, and there are no products of

More information

2013 Leaving Cert Higher Level Official Sample Paper 1

2013 Leaving Cert Higher Level Official Sample Paper 1 013 Leaving Cert Higher Level Official Sample Paper 1 Section A Concepts and Skills 150 marks Question 1 (5 marks) (a) w 1 + 3i is a complex number, where i 1. (i) Write w in polar form. We have w ( 1)

More information