4.4 Using partial fractions

Size: px
Start display at page:

Download "4.4 Using partial fractions"

Transcription

1 CHAPTER 4. INTEGRATION 43 Eample 4.9. Compute ln d. (Classic A-Level question!) ln d ln d ln d (ln ) + C. Eample 4.0. Find I sin d. I sin d sin p d p sin. 4.4 Using partial fractions Sometimes we want to compute, say, d, which we can t integrate directly. Here we must epress the integrand as a sum of partial fractions Recap: Partial fractions You can epress the function P () Q() with partial fractions if Q() factorises. For every factor of Q() (a + b) (a + b) (a + b) 3 (a + b + c) You get this partial fraction form: A (a + b) A (a + b) + A (a + b) + B (a + b) B (a + b) + A + B a + b + c C (a + b) 3 Then plug in some di erent values of to find A, B,... (or use any other method you prefer!) For the net three eamples P () will be linear and Q() will be quadratic polynomials.

2 CHAPTER 4. INTEGRATION 44 Eample 4. (Case : Denominator has two real roots) d. First things first... factorise the denominator! Hence ) 3 ( 3)( + ) A ( 3) + B A( + ) + B( 3). Let s try two di erent values of. How about...? ) 8 4B ) B, Then ) 3) 44A ) A, ( 3) d 3 + d + 3 d + + d ln 3 +ln + + C. Eample 4. (Case : Denominator has one real root). + d. Start with Let s compare coe + ( ) A + B ( ). ) A( ) + B A + B A. cients: the terms suggest that A. As for the constant terms: B A 0) A B. Therefore + d d + ln ( ) d + C.

3 CHAPTER 4. INTEGRATION 45 Eample 4.3 (Case 3: Denominator has no real roots). +5 d So we can t factorise the denominator, but we can still complete the square! thus the integral is +5( ) +4, Looks like something with (u + ), so choose ( ) +4 d. u, ) d du. Then u +5 d u +4 du u u +4 du u +4 du. Now u u +4 du ln u +4 ln ( ) +4, while for the other u-integral, try u tan ) du sec d, hence u +4 du sec 4 tan +4 d sec sec d d + C tan + C. Thus our final answer is +5 d ln +5 + tan + C. Remark 4.. If degree of P degree of Q, use long division first to get N()+ R() Q() (R for remainder!). Then use partial fractions on R() Q().

4 CHAPTER 4. INTEGRATION 46 Eample 4.4. Evaluate the indefinite integral 3 + d Do the long division first: ) 3 + d d log + C. 4.5 Some trigonometric integrals i Evaluate cos d (cos + ) d 4 sin + + C. ii Evaluate sin d ( cos )d sin + C Using integration As stated at the start of the chapter, integration is great for calculating areas under curves. Eample 4.5 (997 Eam question). Sketch the region enclosed by the curve y + and the line y and find its area. Apply the recipe for curve sketching:

5 CHAPTER 4. INTEGRATION 47 No vertical asymptotes An even function Passes through (0, ) y 6 0, and in fact y>0 for all. y! 0 as!±. For the turning points dy d ( + 0 when 0. ) Now don t forget the sketch! Figure 4.: A sketch of the curve y enclosed region is shaded in green. + (red) and the line y (yellow). The A d (Area of Rectangle) + + d tan 4 4. Eample 4.6. Question: Find the area bounded by the curve y and the

6 CHAPTER 4. INTEGRATION 48 ais between and 3. A 3 yd 3 apple apple d apple But why is the area negative? Let s draw a sketch. Figure 4.: A sketch of the curve y 6 +5 (red). The region we want to integrate over (blue) is bounded by the grey vertical lines and 3. Trouble is, the region below the ais gives a negative area! Eample 4.7. (Mechanics) A ball is thrown down from a high building with an initial velocity of 30 metres per second. Then its velocity after t seconds is given by v(t) 0t How far does the ball fall between and 3 seconds of elapsed time? The distance s(t) turns out to be the integral of the velocity, i.e. s(t) v(t)dt. Hence the distance we want is s(3) s() 3 3 v(t)dt (0t + 30)dt 5t + 30t metres.

7 CHAPTER 4. INTEGRATION 49 Eample 4.8. Find the area A of an ellipse, given by the equation a + y b, Figure 4.3: An ellipse Note from Figure 4.3 that A 4 A by symmetry. Hence for the area A, r a A 4 b 0 a d r a 4b a d, an integral that can be solved by substitution. Let and So we have 0 d sinu, ) a du a cos u r p a sin u cos u. u A 4b cos u(a cos u)du. u Reminder: In changing the variable it is also very important to change the limits, i.e. find numerical values for u and u. When a, sin u, ) u. When 0, sin u 0, ) u 0. Therefore we have A 4ab cos u du 0

8 CHAPTER 4. INTEGRATION 50 Proceeding with the integral, we get A 4ab 0 cos u du 4ab 0 + 4ab u + sin u 4 4ab 4 +0 (0 + 0) ab. Note: For a circle, a b which givws A a. cos u du 4.7 Improper integrals Often, you will come across integrals of the type a f()d. This is an improper integral, and it must be interpreted as lim b! b a f()d, if the limit eists! (If it doesn t, the integral is said to diverge). Remark 4.3. Technically, there are other kinds of improper integrals, in which I b a f()d has a problem because f() blows up at a, b or some point c in between (a <c<b). But we won t worry about them here! Eample 4.9. Consider Then I d, n >. n d lim n b! lim b! n b n d apple n b n Remark 4.4. This integral in this last eample diverges for n apple.

9 Chapter 5 Di erential Equations 5. Introduction Many problems in engineering and physical science (also biology, economics, etc.) can be reduced to solving di erential equations. Eample 5. (RLC Series Circuit). Consider the following series circuit comprised of a resistor, a capacitor and an inductor. This circuit is known as an RLC circuit. Figure 5.: An RLC Circuit where L d I dt + RdI dt + C I E (5.) I Current Flowing in a Circuit C Capacitance R Resistance L Inductance E Voltage. where C, R, L and E are constants and I is the unknown function to be found. 5

10 CHAPTER 5. DIFFERENTIAL EQUATIONS 5 An ordinary di erential equation (ODE) is a relation between a function y(),, and the derivatives dy d, d y d,etc. The order of the ODE is the order of the highest derivative in the equation. An ODE is linear if there are no products of y and its derivatives, e.g. y dy d, and no functions of y and its derivatives, such as y e y, cos y. For eample, Equation (5.) is a linear second order ode. Eample 5. (Legendre s Equation). ( )y 00 y 0 + k y 0 (k constant) is ubiquitous in problems with spherical symmetry (e.g a Hydrogen atom). It is a linear second order equation. Eample 5.3 (Radioactive decay). This is first order and linear. dr dt kr. (k constant) Eample 5.4 (Simple pendulum). d dt + g sin 0. l It is a second-order ODE. However it is non-linear, due to the sin term. Figure 5.: An simple pendulum comprised of an object with mass m attached to a string with length l. The other end of the string is attached to a ceiling. Partial di erential equations (PDEs) involve partial derivatives (see Chapter 3), such as...

11 CHAPTER 5. DIFFERENTIAL EQUATIONS 53 Eample 5.5 (Beam Equation). The Beam Equation provides a model for the load carrying and deflection properties of beams, and is given but you won t see them in this course. You ll have to wait until Maths for Engineers 3 (MATH6503) for that! 5. First order separable ODEs An ODE dy d f(), g(y). F (, y) isseparable if we can write F (, y) f()g(y) for some functions Eample 5.6. dy d y IS separable, dy d y IS NOT. Eample 5.7. Find the general solution to the ODE Separating the variables, we have 9y dy d i.e. the general solution is 9ydy 4d () 9 ydy 4 d 9 y 4 + C, 9 + y 4 which describes a family of ellipses. We can check our solution by di erentiating: K, (K C/36) i.e yy0 0 9yy Eample 5.8. Find the general solution to dy d y + +.

Worksheet Week 7 Section

Worksheet Week 7 Section Worksheet Week 7 Section 8.. 8.4. This worksheet is for improvement of your mathematical writing skill. Writing using correct mathematical epression and steps is really important part of doing math. Please

More information

Math 2250 Exam #3 Practice Problem Solutions 1. Determine the absolute maximum and minimum values of the function f(x) = lim.

Math 2250 Exam #3 Practice Problem Solutions 1. Determine the absolute maximum and minimum values of the function f(x) = lim. Math 50 Eam #3 Practice Problem Solutions. Determine the absolute maimum and minimum values of the function f() = +. f is defined for all. Also, so f doesn t go off to infinity. Now, to find the critical

More information

MA 114 Worksheet #01: Integration by parts

MA 114 Worksheet #01: Integration by parts Fall 8 MA 4 Worksheet Thursday, 3 August 8 MA 4 Worksheet #: Integration by parts. For each of the following integrals, determine if it is best evaluated by integration by parts or by substitution. If

More information

Math 181, Exam 2, Fall 2014 Problem 1 Solution. sin 3 (x) cos(x) dx.

Math 181, Exam 2, Fall 2014 Problem 1 Solution. sin 3 (x) cos(x) dx. Math 8, Eam 2, Fall 24 Problem Solution. Integrals, Part I (Trigonometric integrals: 6 points). Evaluate the integral: sin 3 () cos() d. Solution: We begin by rewriting sin 3 () as Then, after using the

More information

Department of Mathematical Sciences. Math 226 Calculus Spring 2016 Exam 2V2 DO NOT TURN OVER THIS PAGE UNTIL INSTRUCTED TO DO SO

Department of Mathematical Sciences. Math 226 Calculus Spring 2016 Exam 2V2 DO NOT TURN OVER THIS PAGE UNTIL INSTRUCTED TO DO SO Department of Mathematical Sciences Math 6 Calculus Spring 6 Eam V DO NOT TURN OVER THIS PAGE UNTIL INSTRUCTED TO DO SO NAME (Printed): INSTRUCTOR: SECTION NO.: When instructed, turn over this cover page

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

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

MATH 101 Midterm Examination Spring 2009

MATH 101 Midterm Examination Spring 2009 MATH Midterm Eamination Spring 9 Date: May 5, 9 Time: 7 minutes Surname: (Please, print!) Given name(s): Signature: Instructions. This is a closed book eam: No books, no notes, no calculators are allowed!.

More information

Math 112 Section 10 Lecture notes, 1/7/04

Math 112 Section 10 Lecture notes, 1/7/04 Math 11 Section 10 Lecture notes, 1/7/04 Section 7. Integration by parts To integrate the product of two functions, integration by parts is used when simpler methods such as substitution or simplifying

More information

Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 584 Mark Sparks 2012

Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 584 Mark Sparks 2012 The Second Fundamental Theorem of Calculus Functions Defined by Integrals Given the functions, f(t), below, use F( ) f ( t) dt to find F() and F () in terms of.. f(t) = 4t t. f(t) = cos t Given the functions,

More information

Section 7.4 #1, 5, 6, 8, 12, 13, 44, 53; Section 7.5 #7, 10, 11, 20, 22; Section 7.7 #1, 4, 10, 15, 22, 44

Section 7.4 #1, 5, 6, 8, 12, 13, 44, 53; Section 7.5 #7, 10, 11, 20, 22; Section 7.7 #1, 4, 10, 15, 22, 44 Math B Prof. Audrey Terras HW #4 Solutions Due Tuesday, Oct. 9 Section 7.4 #, 5, 6, 8,, 3, 44, 53; Section 7.5 #7,,,, ; Section 7.7 #, 4,, 5,, 44 7.4. Since 5 = 5 )5 + ), start with So, 5 = A 5 + B 5 +.

More information

Math 2300 Calculus II University of Colorado

Math 2300 Calculus II University of Colorado Math 3 Calculus II University of Colorado Spring Final eam review problems: ANSWER KEY. Find f (, ) for f(, y) = esin( y) ( + y ) 3/.. Consider the solid region W situated above the region apple apple,

More information

8.4 Integration of Rational Functions by Partial Fractions Lets use the following example as motivation: Ex: Consider I = x+5

8.4 Integration of Rational Functions by Partial Fractions Lets use the following example as motivation: Ex: Consider I = x+5 Math 2-08 Rahman Week6 8.4 Integration of Rational Functions by Partial Fractions Lets use the following eample as motivation: E: Consider I = +5 2 + 2 d. Solution: Notice we can easily factor the denominator

More information

3 Applications of Derivatives Instantaneous Rates of Change Optimization Related Rates... 13

3 Applications of Derivatives Instantaneous Rates of Change Optimization Related Rates... 13 Contents Limits Derivatives 3. Difference Quotients......................................... 3. Average Rate of Change...................................... 4.3 Derivative Rules...........................................

More information

2. Higher-order Linear ODE s

2. Higher-order Linear ODE s 2. Higher-order Linear ODE s 2A. Second-order Linear ODE s: General Properties 2A-1. On the right below is an abbreviated form of the ODE on the left: (*) y + p()y + q()y = r() Ly = r() ; where L is the

More information

APPM 1360 Final Exam Spring 2016

APPM 1360 Final Exam Spring 2016 APPM 36 Final Eam Spring 6. 8 points) State whether each of the following quantities converge or diverge. Eplain your reasoning. a) The sequence a, a, a 3,... where a n ln8n) lnn + ) n!) b) ln d c) arctan

More information

AP Calculus AB/BC ilearnmath.net 21. Find the solution(s) to the equation log x =0.

AP Calculus AB/BC ilearnmath.net 21. Find the solution(s) to the equation log x =0. . Find the solution(s) to the equation log =. (a) (b) (c) (d) (e) no real solutions. Evaluate ln( 3 e). (a) can t be evaluated (b) 3 e (c) e (d) 3 (e) 3 3. Find the solution(s) to the equation ln( +)=3.

More information

Math 1B Final Exam, Solution. Prof. Mina Aganagic Lecture 2, Spring (6 points) Use substitution and integration by parts to find:

Math 1B Final Exam, Solution. Prof. Mina Aganagic Lecture 2, Spring (6 points) Use substitution and integration by parts to find: Math B Final Eam, Solution Prof. Mina Aganagic Lecture 2, Spring 20 The eam is closed book, apart from a sheet of notes 8. Calculators are not allowed. It is your responsibility to write your answers clearly..

More information

Questions. x 2 e x dx. Use Part 1 of the Fundamental Theorem of Calculus to find the derivative of the functions g(x) = x cost2 dt.

Questions. x 2 e x dx. Use Part 1 of the Fundamental Theorem of Calculus to find the derivative of the functions g(x) = x cost2 dt. Questions. Evaluate the Riemann sum for f() =,, with four subintervals, taking the sample points to be right endpoints. Eplain, with the aid of a diagram, what the Riemann sum represents.. If f() = ln,

More information

Math 2260 Exam #2 Solutions. Answer: The plan is to use integration by parts with u = 2x and dv = cos(3x) dx: dv = cos(3x) dx

Math 2260 Exam #2 Solutions. Answer: The plan is to use integration by parts with u = 2x and dv = cos(3x) dx: dv = cos(3x) dx Math 6 Eam # Solutions. Evaluate the indefinite integral cos( d. Answer: The plan is to use integration by parts with u = and dv = cos( d: u = du = d dv = cos( d v = sin(. Then the above integral is equal

More information

Integration. 5.1 Antiderivatives and Indefinite Integration. Suppose that f(x) = 5x 4. Can we find a function F (x) whose derivative is f(x)?

Integration. 5.1 Antiderivatives and Indefinite Integration. Suppose that f(x) = 5x 4. Can we find a function F (x) whose derivative is f(x)? 5 Integration 5. Antiderivatives and Indefinite Integration Suppose that f() = 5 4. Can we find a function F () whose derivative is f()? Definition. A function F is an antiderivative of f on an interval

More information

VII. Techniques of Integration

VII. Techniques of Integration VII. Techniques of Integration Integration, unlike differentiation, is more of an art-form than a collection of algorithms. Many problems in applied mathematics involve the integration of functions given

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

Midterm Exam #1. (y 2, y) (y + 2, y) (1, 1)

Midterm Exam #1. (y 2, y) (y + 2, y) (1, 1) Math 5B Integral Calculus March 7, 7 Midterm Eam # Name: Answer Key David Arnold Instructions. points) This eam is open notes, open book. This includes any supplementary tets or online documents. You are

More information

MATH section 3.4 Curve Sketching Page 1 of 29

MATH section 3.4 Curve Sketching Page 1 of 29 MATH section. Curve Sketching Page of 9 The step by step procedure below is for regular rational and polynomial functions. If a function contains radical or trigonometric term, then proceed carefully because

More information

MORE CURVE SKETCHING

MORE CURVE SKETCHING Mathematics Revision Guides More Curve Sketching Page of 3 MK HOME TUITION Mathematics Revision Guides Level: AS / A Level MEI OCR MEI: C4 MORE CURVE SKETCHING Version : 5 Date: 05--007 Mathematics Revision

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

Definition of differential equations and their classification. Methods of solution of first-order differential equations

Definition of differential equations and their classification. Methods of solution of first-order differential equations Introduction to differential equations: overview Definition of differential equations and their classification Solutions of differential equations Initial value problems Existence and uniqueness Mathematical

More information

1. Find the domain of the following functions. Write your answer using interval notation. (9 pts.)

1. Find the domain of the following functions. Write your answer using interval notation. (9 pts.) MATH- Sample Eam Spring 7. Find the domain of the following functions. Write your answer using interval notation. (9 pts.) a. 9 f ( ) b. g ( ) 9 8 8. Write the equation of the circle in standard form given

More information

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2 Math 5 Final Eam Practice Problem Solutions. What are the domain and range of the function f() = ln? Answer: is only defined for, and ln is only defined for >. Hence, the domain of the function is >. Notice

More information

(i) find the points where f(x) is discontinuous, and classify each point of discontinuity.

(i) find the points where f(x) is discontinuous, and classify each point of discontinuity. Math Final Eam - Practice Problems. A function f is graphed below. f() 5 4 8 7 5 4 4 5 7 8 4 5 (a) Find f(0), f( ), f(), and f(4) Find the domain and range of f (c) Find the intervals where f () is positive

More information

Math 140 Final Sample A Solutions. Tyrone Crisp

Math 140 Final Sample A Solutions. Tyrone Crisp Math 4 Final Sample A Solutions Tyrone Crisp (B) Direct substitution gives, so the limit is infinite. When is close to, but greater than,, the numerator is negative while the denominator is positive. So

More information

Chapter 5: Integrals

Chapter 5: Integrals Chapter 5: Integrals Section 5.5 The Substitution Rule (u-substitution) Sec. 5.5: The Substitution Rule We know how to find the derivative of any combination of functions Sum rule Difference rule Constant

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

Solutions to Math 41 Final Exam December 9, 2013

Solutions to Math 41 Final Exam December 9, 2013 Solutions to Math 4 Final Eam December 9,. points In each part below, use the method of your choice, but show the steps in your computations. a Find f if: f = arctane csc 5 + log 5 points Using the Chain

More information

Questions. x 2 e x dx. Use Part 1 of the Fundamental Theorem of Calculus to find the derivative of the functions g(x) = x cost2 dt.

Questions. x 2 e x dx. Use Part 1 of the Fundamental Theorem of Calculus to find the derivative of the functions g(x) = x cost2 dt. Questions. Evaluate the Riemann sum for f() =,, with four subintervals, taking the sample points to be right endpoints. Eplain, with the aid of a diagram, what the Riemann sum represents.. If f() = ln,

More information

It s Your Turn Problems I. Functions, Graphs, and Limits 1. Here s the graph of the function f on the interval [ 4,4]

It s Your Turn Problems I. Functions, Graphs, and Limits 1. Here s the graph of the function f on the interval [ 4,4] It s Your Turn Problems I. Functions, Graphs, and Limits. Here s the graph of the function f on the interval [ 4,4] f ( ) =.. It has a vertical asymptote at =, a) What are the critical numbers of f? b)

More information

Review Problems for Test 3

Review Problems for Test 3 Review Problems for Test 3 Math 6-3/6 7 These problems are provided to help you study. The presence of a problem on this handout does not imply that there will be a similar problem on the test. And the

More information

Spring 2011 solutions. We solve this via integration by parts with u = x 2 du = 2xdx. This is another integration by parts with u = x du = dx and

Spring 2011 solutions. We solve this via integration by parts with u = x 2 du = 2xdx. This is another integration by parts with u = x du = dx and Math - 8 Rahman Final Eam Practice Problems () We use disks to solve this, Spring solutions V π (e ) d π e d. We solve this via integration by parts with u du d and dv e d v e /, V π e π e d. This is another

More information

Integration Techniques for the BC exam

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

More information

Chapter 5: Integrals

Chapter 5: Integrals Chapter 5: Integrals Section 5.3 The Fundamental Theorem of Calculus Sec. 5.3: The Fundamental Theorem of Calculus Fundamental Theorem of Calculus: Sec. 5.3: The Fundamental Theorem of Calculus Fundamental

More information

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

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

More information

3.5 Derivatives of Trig Functions

3.5 Derivatives of Trig Functions 3.5 Derivatives of Trig Functions Problem 1 (a) Suppose we re given the right triangle below. Epress sin( ) and cos( ) in terms of the sides of the triangle. sin( ) = B C = B and cos( ) = A C = A (b) Suppose

More information

39. (a) Use trigonometric substitution to verify that. 40. The parabola y 2x divides the disk into two

39. (a) Use trigonometric substitution to verify that. 40. The parabola y 2x divides the disk into two 35. Prove the formula A r for the area of a sector of a circle with radius r and central angle. [Hint: Assume 0 and place the center of the circle at the origin so it has the equation. Then is the sum

More information

The integral test and estimates of sums

The integral test and estimates of sums The integral test Suppose f is a continuous, positive, decreasing function on [, ) and let a n = f (n). Then the series n= a n is convergent if and only if the improper integral f (x)dx is convergent.

More information

ARE YOU READY FOR CALCULUS?? Name: Date: Period:

ARE YOU READY FOR CALCULUS?? Name: Date: Period: ARE YOU READY FOR CALCULUS?? Name: Date: Period: Directions: Complete the following problems. **You MUST show all work to receive credit.**(use separate sheets of paper.) Problems with an asterisk (*)

More information

(x/2) 2 +1 Add them together and throw in a constant c.

(x/2) 2 +1 Add them together and throw in a constant c. Calculus, 5/6, Solutions Solutions Chapter Solutions to Eercises... (a) 6 + + c (b) 5 + c (c) This integral can be evaluated using the substitution u +. Alternatively, we can first use polynomial division

More information

Chapter 2 Overview: Anti-Derivatives. As noted in the introduction, Calculus is essentially comprised of four operations.

Chapter 2 Overview: Anti-Derivatives. As noted in the introduction, Calculus is essentially comprised of four operations. Chapter Overview: Anti-Derivatives As noted in the introduction, Calculus is essentially comprised of four operations. Limits Derivatives Indefinite Integrals (or Anti-Derivatives) Definite Integrals There

More information

Technical Calculus I Homework. Instructions

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

More information

Avon High School Name AP Calculus AB Summer Review Packet Score Period

Avon High School Name AP Calculus AB Summer Review Packet Score Period Avon High School Name AP Calculus AB Summer Review Packet Score Period f 4, find:.) If a.) f 4 f 4 b.) Topic A: Functions f c.) f h f h 4 V r r a.) V 4.) If, find: b.) V r V r c.) V r V r.) If f and g

More information

Practice Midterm Solutions

Practice Midterm Solutions Practice Midterm Solutions Math 4B: Ordinary Differential Equations Winter 20 University of California, Santa Barbara TA: Victoria Kala DO NOT LOOK AT THESE SOLUTIONS UNTIL YOU HAVE ATTEMPTED EVERY PROBLEM

More information

Exam 2 Solutions, Math March 17, ) = 1 2

Exam 2 Solutions, Math March 17, ) = 1 2 Eam Solutions, Math 56 March 7, 6. Use the trapezoidal rule with n = 3 to approimate (Note: The eact value of the integral is ln 5 +. (you do not need to verify this or use it in any way to complete this

More information

Math 205, Winter 2018, Assignment 3

Math 205, Winter 2018, Assignment 3 Math 05, Winter 08, Assignment 3 Solutions. Calculate the following integrals. Show your steps and reasoning. () a) ( + + )e = ( + + )e ( + )e = ( + + )e ( + )e + e = ( )e + e + c = ( + )e + c This uses

More information

AP Calculus Review Assignment Answer Sheet 1. Name: Date: Per. Harton Spring Break Packet 2015

AP Calculus Review Assignment Answer Sheet 1. Name: Date: Per. Harton Spring Break Packet 2015 AP Calculus Review Assignment Answer Sheet 1 Name: Date: Per. Harton Spring Break Packet 015 This is an AP Calc Review packet. As we get closer to the eam, it is time to start reviewing old concepts. Use

More information

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

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

More information

Applied Calculus I. Lecture 29

Applied Calculus I. Lecture 29 Applied Calculus I Lecture 29 Integrals of trigonometric functions We shall continue learning substitutions by considering integrals involving trigonometric functions. Integrals of trigonometric functions

More information

Math Assignment 6

Math Assignment 6 Math 2280 - Assignment 6 Dylan Zwick Fall 2013 Section 3.7-1, 5, 10, 17, 19 Section 3.8-1, 3, 5, 8, 13 Section 4.1-1, 2, 13, 15, 22 Section 4.2-1, 10, 19, 28 1 Section 3.7 - Electrical Circuits 3.7.1 This

More information

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1.

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1. Math 114, Taylor Polynomials (Section 10.1) Name: Section: Read Section 10.1, focusing on pages 58-59. Take notes in your notebook, making sure to include words and phrases in italics and formulas in blue

More information

Part Two. Diagnostic Test

Part Two. Diagnostic Test Part Two Diagnostic Test AP Calculus AB and BC Diagnostic Tests Take a moment to gauge your readiness for the AP Calculus eam by taking either the AB diagnostic test or the BC diagnostic test, depending

More information

Review Sheet for Exam 1 SOLUTIONS

Review Sheet for Exam 1 SOLUTIONS Math b Review Sheet for Eam SOLUTIONS The first Math b midterm will be Tuesday, February 8th, 7 9 p.m. Location: Schwartz Auditorium Room ) The eam will cover: Section 3.6: Inverse Trig Appendi F: Sigma

More information

EXAM. Practice for Second Exam. Math , Fall Nov 4, 2003 ANSWERS

EXAM. Practice for Second Exam. Math , Fall Nov 4, 2003 ANSWERS EXAM Practice for Second Eam Math 135-006, Fall 003 Nov 4, 003 ANSWERS i Problem 1. In each part, find the integral. A. d (4 ) 3/ Make the substitution sin(θ). d cos(θ) dθ. We also have Then, we have d/dθ

More information

Integration Techniques

Integration Techniques Review for the Final Exam - Part - Solution Math Name Quiz Section The following problems should help you review for the final exam. Don t hesitate to ask for hints if you get stuck. Integration Techniques.

More information

MATH 31B: MIDTERM 2 REVIEW. sin 2 x = 1 cos(2x) dx = x 2 sin(2x) 4. + C = x 2. dx = x sin(2x) + C = x sin x cos x

MATH 31B: MIDTERM 2 REVIEW. sin 2 x = 1 cos(2x) dx = x 2 sin(2x) 4. + C = x 2. dx = x sin(2x) + C = x sin x cos x MATH 3B: MIDTERM REVIEW JOE HUGHES. Evaluate sin x and cos x. Solution: Recall the identities cos x = + cos(x) Using these formulas gives cos(x) sin x =. Trigonometric Integrals = x sin(x) sin x = cos(x)

More information

1993 AP Calculus AB: Section I

1993 AP Calculus AB: Section I 99 AP Calculus AB: Section I 90 Minutes Scientific Calculator Notes: () The eact numerical value of the correct answer does not always appear among the choices given. When this happens, select from among

More information

dx dx x sec tan d 1 4 tan 2 2 csc d 2 ln 2 x 2 5x 6 C 2 ln 2 ln x ln x 3 x 2 C Now, suppose you had observed that x 3

dx dx x sec tan d 1 4 tan 2 2 csc d 2 ln 2 x 2 5x 6 C 2 ln 2 ln x ln x 3 x 2 C Now, suppose you had observed that x 3 CHAPTER 8 Integration Techniques, L Hôpital s Rule, and Improper Integrals Section 8. Partial Fractions Understand the concept of a partial fraction decomposition. Use partial fraction decomposition with

More information

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules Math 5 Integration Topic 3 Page MATH 5 TOPIC 3 INTEGRATION 3A. Integration of Common Functions Practice Problems 3B. Constant, Sum, and Difference Rules Practice Problems 3C. Substitution Practice Problems

More information

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems Math 5 T-Limits Page MATH 5 TOPIC LIMITS A. Basic Idea of a Limit and Limit Laws B. Limits of the form,, C. Limits as or as D. Summary for Evaluating Limits Answers to Eercises and Problems Math 5 T-Limits

More information

Chapter 6: Messy Integrals

Chapter 6: Messy Integrals Chapter 6: Messy Integrals Review: Solve the following integrals x 4 sec x tan x 0 0 Find the average value of 3 1 x 3 3 Evaluate 4 3 3 ( x 1), then find the area of ( x 1) 4 Section 6.1: Slope Fields

More information

M151B Practice Problems for Exam 1

M151B Practice Problems for Exam 1 M151B Practice Problems for Eam 1 Calculators will not be allowed on the eam. Unjustified answers will not receive credit. 1. Compute each of the following its: 1a. 1b. 1c. 1d. 1e. 1 3 4. 3. sin 7 0. +

More information

cancel each other out. Thus, we only need to consider magnetic field produced by wire carrying current 2.

cancel each other out. Thus, we only need to consider magnetic field produced by wire carrying current 2. PC1143 2011/2012 Exam Solutions Question 1 a) Assumption: shells are conductors. Notes: the system given is a capacitor. Make use of spherical symmetry. Energy density, =. in this case means electric field

More information

AP Calculus BC Summer Assignment 2018

AP Calculus BC Summer Assignment 2018 AP Calculus BC Summer Assignment 018 Name: When you come back to school, I will epect you to have attempted every problem. These skills are all different tools that we will pull out of our toolbo at different

More information

SOLUTIONS TO THE FINAL - PART 1 MATH 150 FALL 2016 KUNIYUKI PART 1: 135 POINTS, PART 2: 115 POINTS, TOTAL: 250 POINTS

SOLUTIONS TO THE FINAL - PART 1 MATH 150 FALL 2016 KUNIYUKI PART 1: 135 POINTS, PART 2: 115 POINTS, TOTAL: 250 POINTS SOLUTIONS TO THE FINAL - PART MATH 5 FALL 6 KUNIYUKI PART : 5 POINTS, PART : 5 POINTS, TOTAL: 5 POINTS No notes, books, or calculators allowed. 5 points: 45 problems, pts. each. You do not have to algebraically

More information

Lesson Objectives: we will learn:

Lesson Objectives: we will learn: Lesson Objectives: Setting the Stage: Lesson 66 Improper Integrals HL Math - Santowski we will learn: How to solve definite integrals where the interval is infinite and where the function has an infinite

More information

Warm up: Recall that if you require real coe cients (not complex), polynomials always factor into degree 1 or 2 parts.

Warm up: Recall that if you require real coe cients (not complex), polynomials always factor into degree 1 or 2 parts. Today: 6.3 Partial fractions Warm up: Recall that if you require real coe cients (not comple), polynomials always factor into degree or parts. For eample, 3 + +3 5=( )( + i)( ++i) =( {z } )( + + 5) {z

More information

CHAPTER 7: TECHNIQUES OF INTEGRATION

CHAPTER 7: TECHNIQUES OF INTEGRATION CHAPTER 7: TECHNIQUES OF INTEGRATION DAVID GLICKENSTEIN. Introduction This semester we will be looking deep into the recesses of calculus. Some of the main topics will be: Integration: we will learn how

More information

D sin x. (By Product Rule of Diff n.) ( ) D 2x ( ) 2. 10x4, or 24x 2 4x 7 ( ) ln x. ln x. , or. ( by Gen.

D sin x. (By Product Rule of Diff n.) ( ) D 2x ( ) 2. 10x4, or 24x 2 4x 7 ( ) ln x. ln x. , or. ( by Gen. SOLUTIONS TO THE FINAL - PART MATH 50 SPRING 07 KUNIYUKI PART : 35 POINTS, PART : 5 POINTS, TOTAL: 50 POINTS No notes, books, or calculators allowed. 35 points: 45 problems, 3 pts. each. You do not have

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

MATH 2 - PROBLEM SETS

MATH 2 - PROBLEM SETS MATH - PROBLEM SETS Problem Set 1: 1. Simplify and write without negative eponents or radicals: a. c d p 5 y cd b. 5p 1 y. Joe is standing at the top of a 100-foot tall building. Mike eits the building

More information

1. The following problems are not related: (a) (15 pts, 5 pts ea.) Find the following limits or show that they do not exist: arcsin(x)

1. The following problems are not related: (a) (15 pts, 5 pts ea.) Find the following limits or show that they do not exist: arcsin(x) APPM 5 Final Eam (5 pts) Fall. The following problems are not related: (a) (5 pts, 5 pts ea.) Find the following limits or show that they do not eist: (i) lim e (ii) lim arcsin() (b) (5 pts) Find and classify

More information

With topics from Algebra and Pre-Calculus to

With topics from Algebra and Pre-Calculus to With topics from Algebra and Pre-Calculus to get you ready to the AP! (Key contains solved problems) Note: The purpose of this packet is to give you a review of basic skills. You are asked not to use the

More information

Review of elements of Calculus (functions in one variable)

Review of elements of Calculus (functions in one variable) Review of elements of Calculus (functions in one variable) Mainly adapted from the lectures of prof Greg Kelly Hanford High School, Richland Washington http://online.math.uh.edu/houstonact/ https://sites.google.com/site/gkellymath/home/calculuspowerpoints

More information

Chapter 5 Integrals. 5.1 Areas and Distances

Chapter 5 Integrals. 5.1 Areas and Distances Chapter 5 Integrals 5.1 Areas and Distances We start with a problem how can we calculate the area under a given function ie, the area between the function and the x-axis? If the curve happens to be something

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

MOCK FINAL EXAM - SOLUTIONS

MOCK FINAL EXAM - SOLUTIONS MOCK FINAL EXAM - SOLUTIONS PEYAM RYAN TABRIZIAN Name: Instructions: You have 3 hours to take this eam. It is meant as an opportunity for you to take a real-time practice final and to see which topics

More information

Section: I. u 4 du. (9x + 1) + C, 3

Section: I. u 4 du. (9x + 1) + C, 3 EXAM 3 MAT 168 Calculus II Fall 18 Name: Section: I All answers must include either supporting work or an eplanation of your reasoning. MPORTANT: These elements are considered main part of the answer and

More information

WORKSHEET 1 SOLUTION Chapter 2 Differentiation

WORKSHEET 1 SOLUTION Chapter 2 Differentiation United Arab Emirates University College of Sciences Department of Mathematical Sciences WORKSHEET SOLUTION Chapter Differentiation Calculus I for Engineering MATH SECTION CRN : :5 on Sunday & Tuesday Due

More information

Math 120. x x 4 x. . In this problem, we are combining fractions. To do this, we must have

Math 120. x x 4 x. . In this problem, we are combining fractions. To do this, we must have Math 10 Final Eam Review 1. 4 5 6 5 4 4 4 7 5 Worked out solutions. In this problem, we are subtracting one polynomial from another. When adding or subtracting polynomials, we combine like terms. Remember

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

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

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions Summer Review Packet for Students Entering AP Calculus BC Comple Fractions When simplifying comple fractions, multiply by a fraction equal to 1 which has a numerator and denominator composed of the common

More information

CHAPTER 72 AREAS UNDER AND BETWEEN CURVES

CHAPTER 72 AREAS UNDER AND BETWEEN CURVES CHAPTER 7 AREAS UNDER AND BETWEEN CURVES EXERCISE 8 Page 77. Show by integration that the area of the triangle formed by the line y, the ordinates and and the -ais is 6 square units. A sketch of y is shown

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

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

x+1 e 2t dt. h(x) := Find the equation of the tangent line to y = h(x) at x = 0.

x+1 e 2t dt. h(x) := Find the equation of the tangent line to y = h(x) at x = 0. Math Sample final problems Here are some problems that appeared on past Math exams. Note that you will be given a table of Z-scores for the standard normal distribution on the test. Don t forget to have

More information

3.3 Limits and Infinity

3.3 Limits and Infinity Calculus Maimus. Limits Infinity Infinity is not a concrete number, but an abstract idea. It s not a destination, but a really long, never-ending journey. It s one of those mind-warping ideas that is difficult

More information

INTEGRATION OF RATIONAL FUNCTIONS BY PARTIAL FRACTIONS

INTEGRATION OF RATIONAL FUNCTIONS BY PARTIAL FRACTIONS INTEGRATION OF RATIONAL FUNCTIONS BY PARTIAL FRACTIONS. Introduction It is possible to integrate any rational function, constructed as the ratio of polynomials by epressing it as a sum of simpler fractions

More information

Calculus 1: Sample Questions, Final Exam

Calculus 1: Sample Questions, Final Exam Calculus : Sample Questions, Final Eam. Evaluate the following integrals. Show your work and simplify your answers if asked. (a) Evaluate integer. Solution: e 3 e (b) Evaluate integer. Solution: π π (c)

More information

Partial Fractions. dx dx x sec tan d 1 4 tan 2. 2 csc d. csc cot C. 2x 5. 2 ln. 2 x 2 5x 6 C. 2 ln. 2 ln x

Partial Fractions. dx dx x sec tan d 1 4 tan 2. 2 csc d. csc cot C. 2x 5. 2 ln. 2 x 2 5x 6 C. 2 ln. 2 ln x 460_080.qd //04 :08 PM Page CHAPTER 8 Integration Techniques, L Hôpital s Rule, and Improper Integrals Section 8. Partial Fractions Understand the concept of a partial fraction decomposition. Use partial

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