Lecture Notes on Integration Techniques

Integral of Polynomial Functions

  • We are trying to find the integral of xcos(x)dxx \cdot \cos(x) dx.
  • Recognize that there is a product of two functions, xx and cos(x)\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\int x \cos(x) dx or sin(t2)cos(t2)tdt\int \sin(t^2) \cos(t^2) t dt.

Example 1: Integral of sin(t)cos(t)\sin(t) \cos(t)

  • Consider the integral sin(t)cos(t)dt\int \sin(t) \cos(t) dt.
  • Here you have a function and its derivative.
  • Let u=sin(t)u = \sin(t). Then dudt=cos(t)\frac{du}{dt} = \cos(t), so du=cos(t)dtdu = \cos(t) dt.
  • The integral becomes udu=12u2+c=12sin2(t)+c\int u du = \frac{1}{2}u^2 + c = \frac{1}{2} \sin^2(t) + c.
  • The integral of sin(t)\sin(t) is cos(t)+c-\cos(t) + c.

Example 2: Integral of sin(t2)cos(t2)tdt\sin(t^2) \cos(t^2) t dt

  • Consider the integral sin(t2)cos(t2)tdt\int \sin(t^2)\cos(t^2)t dt.
  • Let u=sin(t2)u = \sin(t^2).
  • Then dudt=cos(t2)2t\frac{du}{dt} = \cos(t^2) \cdot 2t, so 12du=tcos(t2)dt\frac{1}{2} du = t \cos(t^2) dt.
  • The integral becomes 12sin(t2)du=12udu=12u22+c=14u2+c\int \frac{1}{2} \sin(t^2) du = \frac{1}{2} \int u du = \frac{1}{2} \cdot \frac{u^2}{2} + c = \frac{1}{4}u^2 + c.
  • Substituting back, we get 14sin2(t2)+c\frac{1}{4}\sin^2(t^2) + c.
  • In this example, we can use u-substitution because the derivative of sin(t2)\sin(t^2) is present in the integral.

Derivatives of Composite Functions

  • The derivative of sin(t2)\sin(t^2) is cos(t2)2t\cos(t^2) \cdot 2t.
  • Using the power rule and chain rule, the derivative of sin2(t2)\sin^2(t^2) is 2sin(t2)cos(t2)2t=4tsin(t2)cos(t2)2 \sin(t^2) \cdot \cos(t^2) \cdot 2t = 4t \sin(t^2) \cos(t^2).

Example 3: Integral of tsin(t2)cos(t2)dtt \sin(t^2) \cos(t^2) dt

  • We need to solve tsin(t2)cos(t2)dt\int t \sin(t^2) \cos(t^2) dt.
  • Let u=sin(t2)u = \sin(t^2). Then dudt=cos(t2)2t\frac{du}{dt} = \cos(t^2) \cdot 2t, so du=2tcos(t2)dtdu = 2t \cos(t^2) dt.
  • Solve for dtdt to get du2tcos(t2)=dt\frac{du}{2t \cos(t^2)} = dt.
  • Substituting, we have tucos(t2)du2tcos(t2)\int t u \cos(t^2) \frac{du}{2t \cos(t^2)}.
  • Which simplifies to 12udu=12u22+c=14u2+c=14sin2(t2)+c\int \frac{1}{2} u du = \frac{1}{2} \frac{u^2}{2} + c = \frac{1}{4} u^2 + c = \frac{1}{4} \sin^2(t^2) + c.

Practice Problems

  • The lecture mentions providing 10 practice problems.
  • Example problem: ex1+exdx\int e^x \sqrt{1 + e^x} dx
  • Let u=1+exu = 1 + e^x. Then du=exdxdu = e^x dx.
  • So the integral becomes udu\int \sqrt{u} du.
  • Another example: ex2xdx\int e^{x^2} x dx
  • Let u=x2u = x^2. So du=2xdxdu = 2x dx.
  • This implies 12du=xdx\frac{1}{2} du = x dx.
  • Replace x2x^2 with uu in the exponential, then replace xdxx dx with 12du\frac{1}{2} du.
  • New integral: eu12du\int e^u \frac{1}{2} du.

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.

Formula Sheet

  • A formula sheet may not be provided for the exam.

Example 4: Integral of e1x1x2dxe^{\frac{1}{x}} \frac{1}{x^2} dx

  • Let u=1xu = \frac{1}{x}, so u=x1u = x^{-1}.
  • dudx=1x2=1x2\frac{du}{dx} = -1 \cdot x^{-2} = -\frac{1}{x^2}.
  • du=1x2dxdu=1x2dxdu = -\frac{1}{x^2} dx\rightarrow -du = \frac{1}{x^2} dx.
  • Substitute back into the integral: eu(1)du=eudu=eu+c\int e^u (-1) du = - \int e^u du = -e^u + c.
  • Substituting back for u: e1x+c-e^{\frac{1}{x}} + c.
  • To verify, find the derivative of f(x)=e1x+cf(x) = -e^{\frac{1}{x}} + c.
  • f(x)=e1x(1x2)+0=e1xx2f'(x) = -e^{\frac{1}{x}} \cdot (-\frac{1}{x^2}) + 0 = \frac{e^{\frac{1}{x}}}{x^2}, which confirms the anti-derivative.