Calculus II Lesson 5: Partial Fractions, Center of Mass

  1. Quiz
  2. Homework questions?
  3. Upcoming
    1. Problem Presentation
    2. Questions?
  4. Partial Fractions
    1. Partial Fractions
    2. Exercises
    3. More general
  5. Center of Mass
    1. Moments, 1D
    2. Moments, 2D
    3. Moments, 2D
    4. Center of Mass
    5. Centroid of Rectangle
    6. Centroid of Curve
    7. Moments of one rectangle
    8. Example

Quiz

Homework questions?

Upcoming

Problem Presentation

Questions?

Partial Fractions

How do we compute the following?

\[\int \frac{1}{x^2 - 1} dx\]

First, notice that: \(\frac{1/2}{x-1} - \frac{1/2}{x+1} = \frac{1}{x^2 - 1}\)

(Algebra! Get commone denominators on the left side)

Then: $\int (\frac{1/2}{x-1} - \frac{1/2}{x+1})dx = \frac{1}{2}(\ln|x-1| - \ln|x+1|) + C$

So the question becomes: how do we go from $\frac{1}{x^2 - 1}$ to $\frac{1/2}{x-1} - \frac{1/2}{x+1}$?

Another example:

\[\frac{1}{(x+1)(x+2)} = \frac{A}{x+1} + \frac{B}{x+2}\]

How would I solve for $A$ and $B$?

\[\begin{align} \frac{1}{(x+1)(x+2)} &= \frac{A}{x+1} + \frac{B}{x+2} \\ &= \frac{A(x+2) + B(x+1)}{(x+1)(x+2)} \end{align}\]

So: $\frac{1}{(x+1)(x+2)} = \frac{1}{x+1} - \frac{1}{x+2}$

Partial Fractions

This is the method of partial fractions.

Exercises

Decompose into partial fractions and integrate.

  1. $\int \frac{1}{(x+2)(x-1)} dx$
  2. $\int \frac{1}{x^2 - 6x + 5} dx$

Solutions:

\[\int \frac{1}{(x+2)(x-1)} dx\] \[\int \frac{1}{x^2 - 6x + 5} dx\]

More general

\[\frac{1}{(x+1)(x+2)(x+3)} = \frac{A}{x+1} + \frac{B}{x+2} + \frac{C}{x+3}\]

Then we can just integrate:

$\frac{1}{2}\int \frac{dx}{x+1} - \int \frac{dx}{x+2} + \frac{1}{2} \int \frac{dx}{x+3}$

Final answer: $\frac{1}{2}\ln|x+1| - \ln|x+2| + \frac{1}{2}\ln|x+3| + C$

Center of Mass

Balancing point

Suppose:

What is the balancing point?

Moments, 1D

30 is the total mass of the system. 20 is the moment of the system with respect to the origin.

Moments, 2D

Point mass located at (x1, y1)

Moments, 2D

Center of mass? Sum of all the moments:

Center of Mass

Centroid of Rectangle

Centroid of Curve

Region enclosed by a curve

Moments of one rectangle

One rectangle in curve

Let’s find the moments:

Let’s take the limit. As $n \rightarrow \infty$, if $y = f(x)$:

Example