1 Integration of Rational Functions Using Partial Fractions

Size: px
Start display at page:

Download "1 Integration of Rational Functions Using Partial Fractions"

Transcription

1 MTH Fall 008 Essex County College Division of Mathematics Handout Version 4 September 8, 008 Integration of Rational Functions Using Partial Fractions In the past it was far more usual to simplify or combine fractions than it was to expand them. However, it is sometimes easier to break an integrand up into simpler problems, and for rational expressions we have several forms to recognize. nd I want to again emphasize that recognition does not necessarily mean memorization. Here s a partial list that should be recognized, and I am putting a boxes around those that may be helpful when integrating rational functions:. sinh x ) =. Which of course leads to: + x + x = sinh x + C cosh x ) =. Which of course leads to: x x = cosh x + C tanh x ) =. Which of course leads to: x x = tanh x + C csch x ) = x. Which of course leads to: + x x + x = csch x + C sech x ) = x. Which of course leads to: x x x = sech x + C coth x ) =. Which of course leads to: x x = coth x + C This document was prepared by Ron Bannon using L TEX ε.

2 I think, however, that these should probably be memorized, at least for an exam.. x = arcsin x + C.. = arctan x + C + x x = ln x + C The Pre-Calulus of Partial Fraction Decomposition You ll have a rational function in lowest terms of the form Then you ll need to follow the steps below. P (x) Q (x).. If the degree of the numerator is greater than or equal to the denominator, long divide. You will be left with a rational function. For example: 6x + x 7 x x = x + + 8x 4 x x.. If the degree of the numerator is less than the degree of the denominator, then factor the denominator into linear factors or irreducible quadratic factors. n irreducible quadratic factor is a quadratic that cannot not be factored into linear factors with real coefficients. Example continued from above. 6x + x 7 x x = x + + 8x 4 (x + ) (x ).. ssign each linear factor (px + q) n the sum of n partial fractions: (px + q) + (px + q) + (px + q) + + n (px + q) n Continuing with the example above. 6x + x 7 x x = x + + 8x 4 (x + ) (x ) = x + + k (x + ) + k (x ) Of course we will need to determine the values of the constants k and k. quadratic polynomial ax + bx + c is called irreducible if it cannot be factored into linear factors without using complex numbers. e.g. x + = (x i) (x + i)

3 4. ssign each irreducible quadratic factor ( ax + bx + c ) m the sum of m partial fractions: B x + C (ax + bx + c) + B x + C (ax + bx + c) + B x + C (ax + bx + c) + + B mx + C m (ax + bx + c) m. gain you ll need to determine these constants. This looks nightmarish, I know, but the algebra is really quite easy. Of course, let s look at some examples.. Preliminary Examples. Decompose into partial fractions. 4x x + x 6 Work: The first step is to break the fraction into two parts. 4x x + x 6 = x + + Now add the fractions on the right hand side together. B x 4x (x ) + B (x + ) x = + x 6 x + x 6 Now equate the numerators, we really no longer need to worry about the denominator, after-all they re the same. Basically we just need to find the constants that make these numerators equal. You should, of course, pick values for x that make solving for and B easy. Let s see what values for x make our job easier. 4x = (x ) + B (x + ) I say we choose x = to see what happens. 4x = (x ) + B (x + ) 8 = ( 4 ) + B ( + ) = 7 = Okay, now that we know that =, let s find B by choosing an easy value for x, let s try x = 0, but any value for x will do just fine. 4x = (x ) + B (x + ) = ( ) + B () = + B 4 = B = B Now we finally have it. 4x x + x 6 = x + x

4 Why bother though? Look at these equivalent integrals and see why! 4x x + x 6 = x + x = x + x Of course we can now integrate. x + x = ln x + ln x + C. Let s return to the first example given, but this time I want to integrate. 6x + x 7 x x = 8x 4 x + + x x = x + + (x + ) + B (x ) Work: Now let s determine the constants and B. 8x 4 = (x ) + B (x + ) Let x = and you ll get: Now let x = 0 and you ll get: 4 = 4B, B =. 4 = +, =. The we have: 6x + x 7 x x = = x + + x + + 8x 4 x x (x + ) + (x ) Finally we need to do the simple integration: x + + (x + ) + (x ) = x + x + ln x + + ln x + C. We have, from page one, and a prior work sheet: x = tanh x + C. Try to integrate this one using partial fraction decomposition. 4

5 Work: x = = = = x + B + x x + B + x / x + / + x x + We ll do this in class. + x = ln x + ln + x + C = ln + x x + C You should not that we have troubles when x = ±, just look at the original integrand. Furthermore if x (, ) we have ln + x x = ( ) + x ln = tanh x x Let s take a look at a definite integral. Figure : Integration of interest. For example, this makes no sense because x / (, ): but this does: x = tanh x ] = tanh tanh = calculator may fail here, x = ln + x x ] = ln ln = ln 0.07 Take home message: start to use technology and have a good book (no, not the Bible) to consult. ctually, each of these terms gives a complex number: tanh tanh = ln π i ln π r i = ln

6 . Examples. Evaluate x + (x ) (x 8) (x + ) x +. Evaluate x 4. Evaluate x (x ) (x + ) 4. Evaluate 8 (x + ) (x + ). Evaluate 4 x x (x + ) 6. Evaluate x + x Partial fractions, as you now know, can be quite laborious. So please consider using a computer algebra system to do some of the above problems. See next page for the Mathematica code for these problems. Greek To Me! Let s be thankful that we have a native Greek speakers (Yes, there here at ECC) to help us out when we get stuck. Lower case greek letter used in mathematics. alpha = α, beta = β, gamma = γ, delta = δ, epsilon = ɛ, var epsilon = ε, zeta = ζ, eta = η =, theta = θ, var theta = ϑ, iota = ι, kappa = κ, lambda = λ, mu = µ, nu = ν, xi = ξ, pi = π, var pi = ϖ, rho = ρ, var rho = ϱ, sigma = σ, var sigma = ς, tau = τ, upsilon = υ, phi = φ, var phi = ϕ, chi = χ, psi = ψ, omega = ω. Upper case Greek letters used in mathematics: gamma = Γ, delta =, theta = Θ, lambda = Λ, xi = Ξ, pi = Π, sigma = Σ, upsilon = Υ, phi = Φ, psi = Ψ, Omega = Ω. 6

7 Mathematica Code.nb In[8]:= + L ê HHx - L H x - 8L Hx + L L, xd Out[8]= In[]:= Out[]= In[0]:= ÅÅÅÅ JLog@-4 + xd - ÅÅÅÅ Log@- + xd + ÅÅÅÅ Log@ + xdn Integrate@Hx^ + L ê Hx^ - 4L, xd x ÅÅÅÅÅÅ + ÅÅÅÅ 4 7 Log@- + xd + ÅÅÅÅ Log@ + xd 4 Integrate@H x - L ê HHx - L Hx + L^ L, xd Out[0]= J- ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅ H + xl - ÅÅÅÅ Log@- + xd + ÅÅÅÅ Log@ + xdn In[]:= Integrate@H8L ê HHx + L Hx^ + L L, xd Out[]= 8 J ÅÅÅÅÅÅÅ 8 rctan ÅÅÅÅ x E + ÅÅÅÅÅÅÅ 8 Log@ + xd - ÅÅÅÅÅÅÅ 6 Log@ + x DN In[]:= Out[]= In[]:= Out[]= In[4]:= Out[4]= In[]:= part@hx^ - L ê HHx + L Hx^ + 4L^LD H- + xl ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ + ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅ 6 H + xl 4 H4 + x L + - x ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ H4 + x L + - x ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 6 H4 + x L part@hx^ + L ê HHx - L H x - 8L Hx + L LD ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ H-4 + xl - ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅ 6 H- + xl + ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅ 6 H + xl part@hx^ + L ê Hx^ - 4LD ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ 4 H- + xl + x + 7 ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅ 4 H + xl part@h x - L ê HHx - L Hx + L^ LD Out[]= - ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅ H- + xl + ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ H + xl + ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅ H + xl In[6]:= Out[6]= In[7]:= Out[7]= In[8]:= Out[8]= part@h8l ê HHx + L Hx^ + L LD ÅÅÅÅÅÅÅÅÅÅÅ + x + ÅÅÅÅÅÅÅÅÅÅÅÅÅ - x + x part@hx^ - L ê HHx + L Hx^ + 4L^LD H- + xl ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ + ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅ 6 H + xl 4 H4 + x L + - x ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ H4 + x L + - x ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅ 6 H4 + x L part@ ê Hx^ + x + LD ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ + x + x Figure : Mathematica Code 7

Mathematics Review Exercises. (answers at end)

Mathematics Review Exercises. (answers at end) Brock University Physics 1P21/1P91 Mathematics Review Exercises (answers at end) Work each exercise without using a calculator. 1. Express each number in scientific notation. (a) 437.1 (b) 563, 000 (c)

More information

Entities for Symbols and Greek Letters

Entities for Symbols and Greek Letters Entities for Symbols and Greek Letters The following table gives the character entity reference, decimal character reference, and hexadecimal character reference for symbols and Greek letters, as well

More information

CSSS/STAT/SOC 321 Case-Based Social Statistics I. Levels of Measurement

CSSS/STAT/SOC 321 Case-Based Social Statistics I. Levels of Measurement CSSS/STAT/SOC 321 Case-Based Social Statistics I Levels of Measurement Christopher Adolph Department of Political Science and Center for Statistics and the Social Sciences University of Washington, Seattle

More information

Contents. basic algebra. Learning outcomes. Time allocation. 1. Mathematical notation and symbols. 2. Indices. 3. Simplification and factorisation

Contents. basic algebra. Learning outcomes. Time allocation. 1. Mathematical notation and symbols. 2. Indices. 3. Simplification and factorisation basic algebra Contents. Mathematical notation and symbols 2. Indices 3. Simplification and factorisation 4. Arithmetic of algebraic fractions 5. Formulae and transposition Learning outcomes In this workbook

More information

Outline. Logic. Definition. Theorem (Gödel s Completeness Theorem) Summary of Previous Week. Undecidability. Unification

Outline. Logic. Definition. Theorem (Gödel s Completeness Theorem) Summary of Previous Week. Undecidability. Unification Logic Aart Middeldorp Vincent van Oostrom Franziska Rapp Christian Sternagel Department of Computer Science University of Innsbruck WS 2017/2018 AM (DCS @ UIBK) week 11 2/38 Definitions elimination x φ

More information

T m / A. Table C2 Submicroscopic Masses [2] Symbol Meaning Best Value Approximate Value

T m / A. Table C2 Submicroscopic Masses [2] Symbol Meaning Best Value Approximate Value APPENDIX C USEFUL INFORMATION 1247 C USEFUL INFORMATION This appendix is broken into several tables. Table C1, Important Constants Table C2, Submicroscopic Masses Table C3, Solar System Data Table C4,

More information

AP Physics 1 Summer Assignment. Directions: Find the following. Final answers should be in scientific notation. 2.)

AP Physics 1 Summer Assignment. Directions: Find the following. Final answers should be in scientific notation. 2.) AP Physics 1 Summer Assignment DUE THE FOURTH DAY OF SCHOOL- 2018 Purpose: The purpose of this packet is to make sure that we all have a common starting point and understanding of some of the basic concepts

More information

Quantum Mechanics for Scientists and Engineers. David Miller

Quantum Mechanics for Scientists and Engineers. David Miller Quantum Mechanics for Scientists and Engineers David Miller Background mathematics Basic mathematical symbols Elementary arithmetic symbols Equals Addition or plus 3 5 Subtraction, minus or less 3 or Multiplication

More information

Two Mathematical Constants

Two Mathematical Constants 1 Two Mathematical Constants Two of the most important constants in the world of mathematics are π (pi) and e (Euler s number). π = 3.14159265358979323846264338327950288419716939937510... e = 2.71828182845904523536028747135266249775724709369995...

More information

These variables have specific names and I will be using these names. You need to do this as well.

These variables have specific names and I will be using these names. You need to do this as well. Greek Letters In Physics, we use variables to denote a variety of unknowns and concepts. Many of these variables are letters of the Greek alphabet. If you are not familiar with these letters, you should

More information

Essex County College Division of Mathematics MTH-122 Assessments. Honor Code

Essex County College Division of Mathematics MTH-122 Assessments. Honor Code Essex County College Division of Mathematics MTH-22 Assessments Last Name: First Name: Phone or email: Honor Code The Honor Code is a statement on academic integrity, it articulates reasonable expectations

More information

UKMT Junior Mentoring Scheme Notes

UKMT Junior Mentoring Scheme Notes UKMT Junior Mentoring Scheme Notes. Even, odd and prime numbers If a sum or difference of a pair of numbers is even, then both numbers are even or both are odd. To get an odd sum, one must be even and

More information

Using Structural Equation Modeling to Conduct Confirmatory Factor Analysis

Using Structural Equation Modeling to Conduct Confirmatory Factor Analysis Using Structural Equation Modeling to Conduct Confirmatory Factor Analysis Advanced Statistics for Researchers Session 3 Dr. Chris Rakes Website: http://csrakes.yolasite.com Email: Rakes@umbc.edu Twitter:

More information

General Physics. Prefixes. Aims: The Greek Alphabet Units. Provided Data

General Physics. Prefixes. Aims: The Greek Alphabet Units. Provided Data General Physics Aims: The Greek Alphabet Units Prefixes Provided Data Name Upper Case Lower Case The Greek Alphabet When writing equations and defining terms, letters from the Greek alphabet are often

More information

Introductory Unit for A Level Physics

Introductory Unit for A Level Physics Introductory Unit for A Level Physics Name: 1 Physics Year 12 Induction Objectives: To give you the skills needed for the successful study of Physics at A level. To help you to identify areas in which

More information

Partial Fractions. (Do you see how to work it out? Substitute u = ax + b, so du = a dx.) For example, 1 dx = ln x 7 + C, x x (x 3)(x + 1) = a

Partial Fractions. (Do you see how to work it out? Substitute u = ax + b, so du = a dx.) For example, 1 dx = ln x 7 + C, x x (x 3)(x + 1) = a Partial Fractions 7-9-005 Partial fractions is the opposite of adding fractions over a common denominator. It applies to integrals of the form P(x) dx, wherep(x) and Q(x) are polynomials. Q(x) The idea

More information

6.3 Partial Fractions

6.3 Partial Fractions 6.3 Partial Fractions Mark Woodard Furman U Fall 2009 Mark Woodard (Furman U) 6.3 Partial Fractions Fall 2009 1 / 11 Outline 1 The method illustrated 2 Terminology 3 Factoring Polynomials 4 Partial fraction

More information

7x 5 x 2 x + 2. = 7x 5. (x + 1)(x 2). 4 x

7x 5 x 2 x + 2. = 7x 5. (x + 1)(x 2). 4 x Advanced Integration Techniques: Partial Fractions The method of partial fractions can occasionally make it possible to find the integral of a quotient of rational functions. Partial fractions gives us

More information

Section 8.3 Partial Fraction Decomposition

Section 8.3 Partial Fraction Decomposition Section 8.6 Lecture Notes Page 1 of 10 Section 8.3 Partial Fraction Decomposition Partial fraction decomposition involves decomposing a rational function, or reversing the process of combining two or more

More information

Examples of spontaneity in terms of increased spatial arrangements Notes on General Chemistry

Examples of spontaneity in terms of increased spatial arrangements Notes on General Chemistry Examples of spontaneity in terms of increased spatial arrangements Notes on General Chemistry http://quantum.bu.edu/notes/generalchemistry/spontaneityintermsofincreasedspatialarrangements.pdf Last updated

More information

1.1 The Language of Mathematics Expressions versus Sentences

1.1 The Language of Mathematics Expressions versus Sentences The Language of Mathematics Expressions versus Sentences a hypothetical situation the importance of language Study Strategies for Students of Mathematics characteristics of the language of mathematics

More information

4.8 Partial Fraction Decomposition

4.8 Partial Fraction Decomposition 8 CHAPTER 4. INTEGRALS 4.8 Partial Fraction Decomposition 4.8. Need to Know The following material is assumed to be known for this section. If this is not the case, you will need to review it.. When are

More information

MTH 121 Web Based Material Essex County College Division of Mathematics and Physics Worksheet #20, Last Update July 16,

MTH 121 Web Based Material Essex County College Division of Mathematics and Physics Worksheet #20, Last Update July 16, MTH 2 Web Based Material Essex County College Division of Mathematics and Physics Worksheet #20, Last Update July 6, 200 Antiderivatives Working backwards from the derivative can be as maddening as backing

More information

Appendix A. Review of Basic Mathematical Operations. 22Introduction

Appendix A. Review of Basic Mathematical Operations. 22Introduction Appendix A Review of Basic Mathematical Operations I never did very well in math I could never seem to persuade the teacher that I hadn t meant my answers literally. Introduction Calvin Trillin Many of

More information

Further Maths A2 (M2FP2D1) Assignment ψ (psi) A Due w/b 19 th March 18

Further Maths A2 (M2FP2D1) Assignment ψ (psi) A Due w/b 19 th March 18 α β γ δ ε ζ η θ ι κ λ µ ν ξ ο π ρ σ τ υ ϕ χ ψ ω The mathematician s patterns, like the painter s or the poet s, must be beautiful: the ideas, like the colours or the words, must fit together in a harmonious

More information

and in each case give the range of values of x for which the expansion is valid.

and in each case give the range of values of x for which the expansion is valid. α β γ δ ε ζ η θ ι κ λ µ ν ξ ο π ρ σ τ υ ϕ χ ψ ω Mathematics is indeed dangerous in that it absorbs students to such a degree that it dulls their senses to everything else P Kraft Further Maths A (MFPD)

More information

Essential Maths 1. Macquarie University MAFC_Essential_Maths Page 1 of These notes were prepared by Anne Cooper and Catriona March.

Essential Maths 1. Macquarie University MAFC_Essential_Maths Page 1 of These notes were prepared by Anne Cooper and Catriona March. Essential Maths 1 The information in this document is the minimum assumed knowledge for students undertaking the Macquarie University Masters of Applied Finance, Graduate Diploma of Applied Finance, and

More information

8.3 Partial Fraction Decomposition

8.3 Partial Fraction Decomposition 8.3 partial fraction decomposition 575 8.3 Partial Fraction Decomposition Rational functions (polynomials divided by polynomials) and their integrals play important roles in mathematics and applications,

More information

(x + 1)(x 2) = 4. x

(x + 1)(x 2) = 4. x dvanced Integration Techniques: Partial Fractions The method of partial fractions can occasionally make it possible to find the integral of a quotient of rational functions. Partial fractions gives us

More information

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: 2 x 3 + 3

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: 2 x 3 + 3 Partial Fractions Combining fractions over a common denominator is a familiar operation from algebra: x 3 + 3 x + x + 3x 7 () x 3 3x + x 3 From the standpoint of integration, the left side of Equation

More information

MAS114: Exercises. October 26, 2018

MAS114: Exercises. October 26, 2018 MAS114: Exercises October 26, 2018 Note that the challenge problems are intended to be difficult! Doing any of them is an achievement. Please hand them in on a separate piece of paper if you attempt them.

More information

Math123 Lecture 1. Dr. Robert C. Busby. Lecturer: Office: Korman 266 Phone :

Math123 Lecture 1. Dr. Robert C. Busby. Lecturer: Office: Korman 266 Phone : Lecturer: Math1 Lecture 1 Dr. Robert C. Busby Office: Korman 66 Phone : 15-895-1957 Email: rbusby@mcs.drexel.edu Course Web Site: http://www.mcs.drexel.edu/classes/calculus/math1_spring0/ (Links are case

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

or R n +, R n ++ etc.;

or R n +, R n ++ etc.; Mathematical Prerequisites for Econ 7005, Microeconomic Theory I, and Econ 7007, Macroeconomic Theory I, at the University of Utah by Gabriel A Lozada The contents of Sections 1 6 below are required for

More information

AQA 7407/7408 MEASUREMENTS AND THEIR ERRORS

AQA 7407/7408 MEASUREMENTS AND THEIR ERRORS AQA 7407/7408 MEASUREMENTS AND THEIR ERRORS Year 12 Physics Course Preparation 2018 Name: Textbooks will be available from the school library in September They are AQA A level Physics Publisher: Oxford

More information

MTH 119 Pre Calculus I Essex County College Division of Mathematics Sample Review Questions 1 Created April 17, 2007

MTH 119 Pre Calculus I Essex County College Division of Mathematics Sample Review Questions 1 Created April 17, 2007 MTH 9 Pre Calculus I Essex County College Division of Matematics Sample Review Questions Created April 7, 007 At Essex County College you sould be prepared to sow all work clearly and in order, ending

More information

MAS114: Solutions to Exercises

MAS114: Solutions to Exercises MAS114: s to Exercises Up to week 8 Note that the challenge problems are intended to be difficult! Doing any of them is an achievement. Please hand them in on a separate piece of paper if you attempt them.

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

ECE 102 Engineering Computation

ECE 102 Engineering Computation ECE 102 Engineering Computation Phillip Wong MATLAB XY Plots with Linear-Linear Scaling Formatting Plots XY Plots with Logarithmic Scaling Multiple Plots Printing and Saving Plots Introduction to 2D Graphs

More information

Y1 Double Maths Assignment λ (lambda) Exam Paper to do Core 1 Solomon C on the VLE. Drill

Y1 Double Maths Assignment λ (lambda) Exam Paper to do Core 1 Solomon C on the VLE. Drill α β γ δ ε ζ η θ ι κ λ µ ν ξ ο π ρ σ τ υ ϕ χ ψ ω Nature is an infinite sphere of which the centre is everywhere and the circumference nowhere Blaise Pascal Y Double Maths Assignment λ (lambda) Tracking

More information

1 Lesson 13: Methods of Integration

1 Lesson 13: Methods of Integration Lesson 3: Methods of Integration Chapter 6 Material: pages 273-294 in the textbook: Lesson 3 reviews integration by parts and presents integration via partial fraction decomposition as the third of the

More information

Mathematics Notes for Class 12 chapter 7. Integrals

Mathematics Notes for Class 12 chapter 7. Integrals 1 P a g e Mathematics Notes for Class 12 chapter 7. Integrals Let f(x) be a function. Then, the collection of all its primitives is called the indefinite integral of f(x) and is denoted by f(x)dx. Integration

More information

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

MSM120 1M1 First year mathematics for civil engineers Revision notes 3 MSM0 M First year mathematics for civil engineers Revision notes Professor Robert. Wilson utumn 00 Functions Definition of a function: it is a rule which, given a value of the independent variable (often

More information

Name: AST 114 Date: THE DEEP SKY

Name: AST 114 Date: THE DEEP SKY Name: AST 114 Date: THE DEEP SKY The purpose of this lab is to familiarize the student with the use of the planisphere, sky atlas, and coordinate systems for the night sky and introduce the student to

More information

Examples 2: Composite Functions, Piecewise Functions, Partial Fractions

Examples 2: Composite Functions, Piecewise Functions, Partial Fractions Examples 2: Composite Functions, Piecewise Functions, Partial Fractions September 26, 206 The following are a set of examples to designed to complement a first-year calculus course. objectives are listed

More information

7.3 Hyperbolic Functions Hyperbolic functions are similar to trigonometric functions, and have the following

7.3 Hyperbolic Functions Hyperbolic functions are similar to trigonometric functions, and have the following Math 2-08 Rahman Week3 7.3 Hyperbolic Functions Hyperbolic functions are similar to trigonometric functions, and have the following definitions: sinh x = 2 (ex e x ) cosh x = 2 (ex + e x ) tanh x = sinh

More information

Tricks of the Trade. Edited by Paul Abbott. Interpolation with Noise Vittorio G. Caffa. The Mathematica Journal

Tricks of the Trade. Edited by Paul Abbott. Interpolation with Noise Vittorio G. Caffa. The Mathematica Journal The Mathematica Journal Tricks of the Trade Edited by Paul Abbott This is a column of programming tricks and techniques, most of which, we hope, will be contributed by our readers, either directly as submissions

More information

Production of this 2015 edition, containing corrections and minor revisions of the 2008 edition, was funded by the sigma Network.

Production of this 2015 edition, containing corrections and minor revisions of the 2008 edition, was funded by the sigma Network. About the HELM Project HELM (Helping Engineers Learn Mathematics) materials were the outcome of a three- year curriculum development project undertaken by a consortium of five English universities led

More information

The statmath package

The statmath package The statmath package Sebastian Ankargren sebastian.ankargren@statistics.uu.se March 8, 2018 Abstract Applied and theoretical papers in statistics usually contain a number of notational conventions which

More information

Linear Algebra. Jim Hefferon. x x x 1

Linear Algebra. Jim Hefferon. x x x 1 Linear Algebra Jim Hefferon ( 1 3) ( 2 1) 1 2 3 1 x 1 ( 1 3 ) ( 2 1) x 1 1 2 x 1 3 1 ( 6 8) ( 2 1) 6 2 8 1 Notation R real numbers N natural numbers: {, 1, 2,...} C complex numbers {......} set of... such

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

4sec 2xtan 2x 1ii C3 Differentiation trig

4sec 2xtan 2x 1ii C3 Differentiation trig A Assignment beta Cover Sheet Name: Question Done Backpack Topic Comment Drill Consolidation i C3 Differentiation trig 4sec xtan x ii C3 Differentiation trig 6cot 3xcosec 3x iii C3 Differentiation trig

More information

MTH 121 Fall 2007 Essex County College Division of Mathematics and Physics Worksheet #1 1

MTH 121 Fall 2007 Essex County College Division of Mathematics and Physics Worksheet #1 1 MTH Fall 007 Essex County College Division of Mathematics and Physics Worksheet # Preamble It is extremely important that you complete the following two items as soon as possible. Please send an email

More information

SECTION 7.4: PARTIAL FRACTIONS. These Examples deal with rational expressions in x, but the methods here extend to rational expressions in y, t, etc.

SECTION 7.4: PARTIAL FRACTIONS. These Examples deal with rational expressions in x, but the methods here extend to rational expressions in y, t, etc. SECTION 7.4: PARTIAL FRACTIONS (Section 7.4: Partial Fractions) 7.14 PART A: INTRO A, B, C, etc. represent unknown real constants. Assume that our polynomials have real coefficients. These Examples deal

More information

Solutions to the 2005 AP Calculus AB Exam Free Response Questions

Solutions to the 2005 AP Calculus AB Exam Free Response Questions Solutions to the 00 AP Calculus AB Exam Free Response Questions Louis A. Talman Department of Mathematical & Computer Sciences Metropolitan State College of Denver Problem. FindRootA ÅÅÅÅ 4 + Sin@p xd

More information

Partial Fractions. (Do you see how to work it out? Substitute u = ax+b, so du = adx.) For example, 1 dx = ln x 7 +C, x 7

Partial Fractions. (Do you see how to work it out? Substitute u = ax+b, so du = adx.) For example, 1 dx = ln x 7 +C, x 7 Partial Fractions -4-209 Partial fractions is the opposite of adding fractions over a common denominator. It applies to integrals of the form P(x) dx, wherep(x) and Q(x) are polynomials. Q(x) The idea

More information

( ) = 1 t + t. ( ) = 1 cos x + x ( sin x). Evaluate y. MTH 111 Test 1 Spring Name Calculus I

( ) = 1 t + t. ( ) = 1 cos x + x ( sin x). Evaluate y. MTH 111 Test 1 Spring Name Calculus I MTH Test Spring 209 Name Calculus I Justify all answers by showing your work or by proviing a coherent eplanation. Please circle your answers.. 4 z z + 6 z 3 ez 2 = 4 z + 2 2 z2 2ez Rewrite as 4 z + 6

More information

Methods of Mathematics

Methods of Mathematics Methods of Mathematics Kenneth A. Ribet UC Berkeley Math 10B March 15, 2016 Linear first order ODEs Last time we looked at first order ODEs. Today we will focus on linear first order ODEs. Here are some

More information

Time Independent Perturbation Theory

Time Independent Perturbation Theory apr_0-may_5.nb: 5/4/04::9:56:8 Time Independent Perturbation Theory Note: In producing a "final" vrsion of these notes I decided to change my notation from that used in class and by Sakurai. In class,

More information

TRANSITION GUIDE

TRANSITION GUIDE HEATHCOTE SCHOOL & SCIENCE COLLEGE AQA A LEVEL PHYSICS TRANSITION GUIDE 2017-2018 Name: Teacher/s: 1 Transition guide: Physics We have created this student support resource to help you make the transition

More information

1 Mathematical styles

1 Mathematical styles 1 Mathematical styles Inline mathematics is typeset using matched pairs of dollar signs $. An alternate punctuation is \( and \) which are better suited for editors with syntax highlighting. We now introduce

More information

MI&CCMIllILIL&JN CHEMISTRY

MI&CCMIllILIL&JN CHEMISTRY MI&CCMIllILIL&JN IQ)llCClrll(Q)JN&IRl)1 @IF CHEMISTRY MACCMIIJ1J1A~ JTI)nCClln@~Aill)! (Q)]F CHEMISTRY D.B. HIBBERT & A.M. JAMES M MACMILLAN REFERENCE BOOKS The Macmillan Press Ltd, 1987 All rights reserved.

More information

A Logical Introduction to Proof

A Logical Introduction to Proof A Logical Introduction to Proof Daniel W. Cunningham A Logical Introduction to Proof 123 Daniel W. Cunningham Mathematics Department Buffalo State College Buffalo, New York USA ISBN 978-1-4614-3630-0 ISBN

More information

Methods of Integration

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

More information

MATH 250 REVIEW TOPIC 3 Partial Fraction Decomposition and Irreducible Quadratics. B. Decomposition with Irreducible Quadratics

MATH 250 REVIEW TOPIC 3 Partial Fraction Decomposition and Irreducible Quadratics. B. Decomposition with Irreducible Quadratics Math 250 Partial Fraction Decomposition Topic 3 Page MATH 250 REVIEW TOPIC 3 Partial Fraction Decomposition and Irreducible Quadratics I. Decomposition with Linear Factors Practice Problems II. A. Irreducible

More information

Equations in Quadratic Form

Equations in Quadratic Form Equations in Quadratic Form MATH 101 College Algebra J. Robert Buchanan Department of Mathematics Summer 2012 Objectives In this lesson we will learn to: make substitutions that allow equations to be written

More information

. α β γ δ ε ζ η θ ι κ λ μ Aμ ν(x) ξ ο π ρ ς σ τ υ φ χ ψ ω. Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω. Friday April 1 ± ǁ

. α β γ δ ε ζ η θ ι κ λ μ Aμ ν(x) ξ ο π ρ ς σ τ υ φ χ ψ ω. Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω. Friday April 1 ± ǁ . α β γ δ ε ζ η θ ι κ λ μ Aμ ν(x) ξ ο π ρ ς σ τ υ φ χ ψ ω. Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω Friday April 1 ± ǁ 1 Chapter 5. Photons: Covariant Theory 5.1. The classical fields 5.2. Covariant

More information

4.5 Integration of Rational Functions by Partial Fractions

4.5 Integration of Rational Functions by Partial Fractions 4.5 Integration of Rational Functions by Partial Fractions From algebra, we learned how to find common denominators so we can do something like this, 2 x + 1 + 3 x 3 = 2(x 3) (x + 1)(x 3) + 3(x + 1) (x

More information

Updated: January 16, 2016 Calculus II 7.4. Math 230. Calculus II. Brian Veitch Fall 2015 Northern Illinois University

Updated: January 16, 2016 Calculus II 7.4. Math 230. Calculus II. Brian Veitch Fall 2015 Northern Illinois University Math 30 Calculus II Brian Veitch Fall 015 Northern Illinois University Integration of Rational Functions by Partial Fractions From algebra, we learned how to find common denominators so we can do something

More information

Systems of Equations and Inequalities. College Algebra

Systems of Equations and Inequalities. College Algebra Systems of Equations and Inequalities College Algebra System of Linear Equations There are three types of systems of linear equations in two variables, and three types of solutions. 1. An independent system

More information

in Trigonometry Name Section 6.1 Law of Sines Important Vocabulary

in Trigonometry Name Section 6.1 Law of Sines Important Vocabulary Name Chapter 6 Additional Topics in Trigonometry Section 6.1 Law of Sines Objective: In this lesson you learned how to use the Law of Sines to solve oblique triangles and how to find the areas of oblique

More information

PreCalculus Notes. MAT 129 Chapter 5: Polynomial and Rational Functions. David J. Gisch. Department of Mathematics Des Moines Area Community College

PreCalculus Notes. MAT 129 Chapter 5: Polynomial and Rational Functions. David J. Gisch. Department of Mathematics Des Moines Area Community College PreCalculus Notes MAT 129 Chapter 5: Polynomial and Rational Functions David J. Gisch Department of Mathematics Des Moines Area Community College September 2, 2011 1 Chapter 5 Section 5.1: Polynomial Functions

More information

A2 Assignment zeta Cover Sheet. C3 Differentiation all methods. C3 Sketch and find range. C3 Integration by inspection. C3 Rcos(x-a) max and min

A2 Assignment zeta Cover Sheet. C3 Differentiation all methods. C3 Sketch and find range. C3 Integration by inspection. C3 Rcos(x-a) max and min A Assignment zeta Cover Sheet Name: Question Done Backpack Ready? Topic Comment Drill Consolidation M1 Prac Ch all Aa Ab Ac Ad Ae Af Ag Ah Ba C3 Modulus function Bb C3 Modulus function Bc C3 Modulus function

More information

. α β γ δ ε ζ η θ ι κ λ μ Aμ ν(x) ξ ο π ρ ς σ τ υ φ χ ψ ω. Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω. Wednesday March 30 ± ǁ

. α β γ δ ε ζ η θ ι κ λ μ Aμ ν(x) ξ ο π ρ ς σ τ υ φ χ ψ ω. Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω. Wednesday March 30 ± ǁ . α β γ δ ε ζ η θ ι κ λ μ Aμ ν(x) ξ ο π ρ ς σ τ υ φ χ ψ ω. Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω Wednesday March 30 ± ǁ 1 Chapter 5. Photons: Covariant Theory 5.1. The classical fields 5.2. Covariant

More information

DRAFT (March 12, 2018) c 2015, 2016, 2017, 2018 Thoo

DRAFT (March 12, 2018) c 2015, 2016, 2017, 2018 Thoo ca_main March, 08 3:5 Page i College Algebra Preparing for Calculus J. B. T ca_main March, 08 3:5 Page ii College Algebra: Preparing for Calculus Copyright c 08 by J. B. Thoo. All rights reserved. No part

More information

Please note, you CANNOT petition to re-write an examination once the exam has begun. Qn. # Value Score

Please note, you CANNOT petition to re-write an examination once the exam has begun. Qn. # Value Score NAME (PRINT): STUDENT #: Last/Surname First /Given Name SIGNATURE: UNIVERSITY OF TORONTO MISSISSAUGA APRIL 2015 FINAL EXAMINATION STA431H5S Structural Equation Models Jerry Brunner Duration - 3 hours Aids:

More information

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i Final Exam C Name First, write the value(s) that make the denominator(s) zero. Then solve the equation. 7 ) x + + 3 x - = 6 (x + )(x - ) ) A) No restrictions; {} B) x -, ; C) x -; {} D) x -, ; {2} Add

More information

Partial Fractions. Calculus 2 Lia Vas

Partial Fractions. Calculus 2 Lia Vas Calculus Lia Vas Partial Fractions rational function is a quotient of two polynomial functions The method of partial fractions is a general method for evaluating integrals of rational function The idea

More information

MATH 1231 MATHEMATICS 1B Calculus Section 1: - Integration.

MATH 1231 MATHEMATICS 1B Calculus Section 1: - Integration. MATH 1231 MATHEMATICS 1B 2007. For use in Dr Chris Tisdell s lectures: Tues 11 + Thur 10 in KBT Calculus Section 1: - Integration. 1. Motivation 2. What you should already know 3. Useful integrals 4. Integrals

More information

MATH 1130 Exam 1 Review Sheet

MATH 1130 Exam 1 Review Sheet MATH 1130 Exam 1 Review Sheet The Cartesian Coordinate Plane The Cartesian Coordinate Plane is a visual representation of the collection of all ordered pairs (x, y) where x and y are real numbers. This

More information

MAT01B1: Integration of Rational Functions by Partial Fractions

MAT01B1: Integration of Rational Functions by Partial Fractions MAT01B1: Integration of Rational Functions by Partial Fractions Dr Craig 1 August 2018 My details: Dr Andrew Craig acraig@uj.ac.za Consulting hours: Monday 14h40 15h25 Thursday 11h20 12h55 Friday 11h20

More information

Honors Advanced Algebra Unit 3: Polynomial Functions October 28, 2016 Task 10: Factors, Zeros, and Roots: Oh My!

Honors Advanced Algebra Unit 3: Polynomial Functions October 28, 2016 Task 10: Factors, Zeros, and Roots: Oh My! Honors Advanced Algebra Name Unit 3: Polynomial Functions October 8, 016 Task 10: Factors, Zeros, and Roots: Oh My! MGSE9 1.A.APR. Know and apply the Remainder Theorem: For a polynomial p(x) and a number

More information

Integration of Rational Functions by Partial Fractions

Integration of Rational Functions by Partial Fractions Integration of Rational Functions by Partial Fractions Part 2: Integrating Rational Functions Rational Functions Recall that a rational function is the quotient of two polynomials. x + 3 x + 2 x + 2 x

More information

Study 7.4 # 1 11, 15, 17, 21, 25. Class Notes: Prof. G. Battaly, Westchester Community College, NY. x x 2 +4x+3. How do we integrate?

Study 7.4 # 1 11, 15, 17, 21, 25. Class Notes: Prof. G. Battaly, Westchester Community College, NY. x x 2 +4x+3. How do we integrate? Goals: 1. Recognize that rational expressions may need to be simplified to be integrable. 2. Use long division to obtain proper fractions, with the degree of the numerator less than the degree of the denominator.

More information

INTEGRATING RADICALS

INTEGRATING RADICALS INTEGRATING RADICALS MATH 53, SECTION 55 (VIPUL NAIK) Corresponding material in the book: Section 8.4. What students should already know: The definitions of inverse trigonometric functions. The differentiation

More information

Quadratic Programming

Quadratic Programming QuadProgram.nb 1 Revised: 5 April, 005 Quadratic Programming Quadratic Programs The general quadratic program proposes to minimie an obective function of the form: the linear constraints: A.x == b, x 0

More information

Linear Algebra. Jim Hefferon. x 1 2 x 3 1. x 1

Linear Algebra. Jim Hefferon. x 1 2 x 3 1. x 1 Linear Algebra Jim Hefferon 3 2 2 3 x 3 2 x 2 x 3 6 8 2 6 2 8 Notation R real numbers N natural numbers: {,, 2,...} C complex numbers {......} set of... such that...... sequence; like a set but order matters

More information

A2 Assignment lambda Cover Sheet. Ready. Done BP. Question. Aa C4 Integration 1 1. C4 Integration 3

A2 Assignment lambda Cover Sheet. Ready. Done BP. Question. Aa C4 Integration 1 1. C4 Integration 3 A Assignment lambda Cover Sheet Name: Question Done BP Ready Topic Comment Drill Mock Exam Aa C4 Integration sin x+ x+ c 4 Ab C4 Integration e x + c Ac C4 Integration ln x 5 + c Ba C Show root change of

More information

V = IR. There are some basic equations that you will have to learn for the exams. These are written down for you at the back of the Physics Guide.

V = IR. There are some basic equations that you will have to learn for the exams. These are written down for you at the back of the Physics Guide. Physics Induction Please look after this booklet ypu will need to hand it in on your return to school in September and will need to get a pass to continue on the AS cours 1 Physics Induction Objectives:

More information

Applications of integrals

Applications of integrals ApplicationsofIntegrals.nb Applications of integrals There are many applications of definite integrals and we cannot include all of them in a document intended to be a review. However there are some very

More information

A NEW APPROACH FOR SOLITON SOLUTIONS OF RLW EQUATION AND (1+2)-DIMENSIONAL NONLINEAR SCHRÖDINGER S EQUATION

A NEW APPROACH FOR SOLITON SOLUTIONS OF RLW EQUATION AND (1+2)-DIMENSIONAL NONLINEAR SCHRÖDINGER S EQUATION A NEW APPROACH FOR SOLITON SOLUTIONS OF RLW EQUATION AND (+2-DIMENSIONAL NONLINEAR SCHRÖDINGER S EQUATION ALI FILIZ ABDULLAH SONMEZOGLU MEHMET EKICI and DURGUN DURAN Communicated by Horia Cornean In this

More information

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5 8.4 1 8.4 Partial Fractions Consider the following integral. 13 2x (1) x 2 x 2 dx How might we evaluate this? Suppose that, by some good luck, we knew that 13 2x (2) x 2 x 2 = 3 x 2 5 x + 1 We could then

More information

7.1 Another way to find scalings: breakdown of ordering

7.1 Another way to find scalings: breakdown of ordering 7 More matching! Last lecture we looked at matched asymptotic expansions in the situation where we found all the possible underlying scalings first, located where to put the boundary later from the direction

More information

Welcome to Math Video Lessons. Stanley Ocken. Department of Mathematics The City College of New York Fall 2013

Welcome to Math Video Lessons. Stanley Ocken. Department of Mathematics The City College of New York Fall 2013 Welcome to Math 19500 Video Lessons Prof. Department of Mathematics The City College of New York Fall 013 An important feature of the following Beamer slide presentations is that you, the reader, move

More information

SOLUTIONS FOR THE THIRD PROBLEM SET

SOLUTIONS FOR THE THIRD PROBLEM SET SOLUTIONS FOR THE THIRD PROBLEM SET. On the handout about continued fractions, one finds a definition of the function f n (x) for n 0 associated to a sequence a 0,a,... We have discussed the functions

More information

PARTIAL FRACTIONS: AN INTEGRATIONIST PERSPECTIVE

PARTIAL FRACTIONS: AN INTEGRATIONIST PERSPECTIVE PARTIAL FRACTIONS: AN INTEGRATIONIST PERSPECTIVE MATH 153, SECTION 55 (VIPUL NAIK) Corresponding material in the book: Section 8.5. What students should already know: The integrals for 1/x, 1/(x 2 + 1),

More information

7.5 Partial Fractions and Integration

7.5 Partial Fractions and Integration 650 CHPTER 7. DVNCED INTEGRTION TECHNIQUES 7.5 Partial Fractions and Integration In this section we are interested in techniques for computing integrals of the form P(x) dx, (7.49) Q(x) where P(x) and

More information

Mathematics 136 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 19 and 21, 2016

Mathematics 136 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 19 and 21, 2016 Mathematics 36 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 9 and 2, 206 Every rational function (quotient of polynomials) can be written as a polynomial

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 7 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information