Tutorial Week 2
In this tutorial, we’ll be going over some introductory integration techniques.
Basic Integration Rules
As a baseline, you should be familiar with the following rules:
Constant Rule
Constant Multiple Rule
Sum/Difference Rule
Power Rules
Exponent Rules
Trig Rules
Inverse Trig Rules
Integration Methods
In addition to the basic integration rules, we also have three integration methods that we can take advantage of.
U-Substitution
To briefly summarize U-sub, you would:
Choose a \(u\) and find the corresponding \(du = u'(x) dx\). Ideally, both \(u\) and \(du\) values appear in the expression you’re integrating.
Substitute in your \(u\) and \(du\) values into the expression being integrated. You may need to rearrange the \(du\) equation in some cases, but by the end of this step, there should be no \(dx\) in your integral.
Continue integrating with one of the other integration methods until you’re able to simply use the basic integration rules.
Reverse the substitution so that your final expression is in terms of \(x\) and not \(u\).
Note: In some cases, you may need to do more than one U-sub. In this case, just follow the alphabet and use the letters \(v\) and/or \(w\) instead of \(u\).
Integration By Parts (and LIATE)
To briefly summarize Integration by Parts (IBP), you would:
Choose a \(u\) and \(dv\), where the expression \(u \cdot dv\) appears in your integral. Your choice of \(dv\) should be easily integrable.
Calculate \(du = u'(x)\) and \(v = \int dv\).
Replace your integral \(\int u \cdot dv\) with \(uv - \int v \cdot du\)
Continue integrating with one of the other integration methods until you’re able to simply use the basic integration rules. There is no need to reverse anything like in U-sub since your new integral should still be defined in terms of x.
As a guideline for which function in your integral to choose as an \(u\) value in an integration by parts step, we can follow LIATE.
This stands for:
L - Logs
I - Inverse trig
A - Algebraic (\(x^2 - 1\) etc.)
T - Trig
E - Exponential