Lecture Notes on Integration Techniques
Integral of Polynomial Functions
- We are trying to find the integral of x⋅cos(x)dx.
- Recognize that there is a product of two functions, x and cos(x).
- The problem suggests using u-substitution as the primary method for solving integrals.
U-Substitution
- The method applies to integrals such as ∫xcos(x)dx or ∫sin(t2)cos(t2)tdt.
Example 1: Integral of sin(t)cos(t)
- Consider the integral ∫sin(t)cos(t)dt.
- Here you have a function and its derivative.
- Let u=sin(t). Then dtdu=cos(t), so du=cos(t)dt.
- The integral becomes ∫udu=21u2+c=21sin2(t)+c.
- The integral of sin(t) is −cos(t)+c.
Example 2: Integral of sin(t2)cos(t2)tdt
- Consider the integral ∫sin(t2)cos(t2)tdt.
- Let u=sin(t2).
- Then dtdu=cos(t2)⋅2t, so 21du=tcos(t2)dt.
- The integral becomes ∫21sin(t2)du=21∫udu=21⋅2u2+c=41u2+c.
- Substituting back, we get 41sin2(t2)+c.
- In this example, we can use u-substitution because the derivative of sin(t2) is present in the integral.
Derivatives of Composite Functions
- The derivative of sin(t2) is cos(t2)⋅2t.
- Using the power rule and chain rule, the derivative of sin2(t2) is 2sin(t2)⋅cos(t2)⋅2t=4tsin(t2)cos(t2).
Example 3: Integral of tsin(t2)cos(t2)dt
- We need to solve ∫tsin(t2)cos(t2)dt.
- Let u=sin(t2). Then dtdu=cos(t2)⋅2t, so du=2tcos(t2)dt.
- Solve for dt to get 2tcos(t2)du=dt.
- Substituting, we have ∫tucos(t2)2tcos(t2)du.
- Which simplifies to ∫21udu=212u2+c=41u2+c=41sin2(t2)+c.
Practice Problems
- The lecture mentions providing 10 practice problems.
- Example problem: ∫ex1+exdx
- Let u=1+ex. Then du=exdx.
- So the integral becomes ∫udu.
- Another example: ∫ex2xdx
- Let u=x2. So du=2xdx.
- This implies 21du=xdx.
- Replace x2 with u in the exponential, then replace xdx with 21du.
- New integral: ∫eu21du.
Importance of U-Substitution from Previous Classes
- U-substitution is a fundamental concept.
- Advanced integration techniques may require multiple pages to solve, while u-substitution provides a more straightforward approach.
- Understanding derivative rules is essential for mastering anti-derivatives.
Dealing with Derivatives and Anti-derivatives
- Review derivative rules to better understand anti-derivatives.
- The lecture states that you need to understand the derivative rules in order to apply anti derivative rules.
- A formula sheet may not be provided for the exam.
Example 4: Integral of ex1x21dx
- Let u=x1, so u=x−1.
- dxdu=−1⋅x−2=−x21.
- du=−x21dx→−du=x21dx.
- Substitute back into the integral: ∫eu(−1)du=−∫eudu=−eu+c.
- Substituting back for u: −ex1+c.
- To verify, find the derivative of f(x)=−ex1+c.
- f′(x)=−ex1⋅(−x21)+0=x2ex1, which confirms the anti-derivative.