Calculus Notes

Definite Integral

  • The definite integral is represented as abf(x)dx\int_{a}^{b} f(x) \, dx, where:
    • aa and bb are the limits of integration, representing the starting and stopping points of xx.
    • f(x)f(x) is the function to be integrated.
  • This notation represents the area under the curve of f(x)f(x) from x=ax = a to x=bx = b.
  • Instead of calculating the area through an infinite sum, we find an antiderivative F(x)F(x) of f(x)f(x).
  • The fundamental theorem of calculus states that abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) \, dx = F(b) - F(a), where F(x)F(x) is the antiderivative of f(x)f(x) (i.e., F(x)=f(x)F'(x) = f(x)).

Example

  • Evaluate the definite integral 12(4x2)dx\int_{-1}^{2} (4 - x^2) \, dx.
  • First, find the antiderivative F(x)F(x) of f(x)=4x2f(x) = 4 - x^2.
    • The antiderivative of 4 is 4x4x.
    • The antiderivative of x2-x^2 is 13x3-\frac{1}{3}x^3.
    • Therefore, F(x)=4x13x3F(x) = 4x - \frac{1}{3}x^3.
  • Now, evaluate F(2)F(1)F(2) - F(-1).
    • F(2)=4(2)13(2)3=883=24383=163F(2) = 4(2) - \frac{1}{3}(2)^3 = 8 - \frac{8}{3} = \frac{24}{3} - \frac{8}{3} = \frac{16}{3}.
    • F(1)=4(1)13(1)3=4+13=123+13=113F(-1) = 4(-1) - \frac{1}{3}(-1)^3 = -4 + \frac{1}{3} = -\frac{12}{3} + \frac{1}{3} = -\frac{11}{3}.
    • 12(4x2)dx=F(2)F(1)=163(113)=163+113=273=9\int_{-1}^{2} (4 - x^2) \, dx = F(2) - F(-1) = \frac{16}{3} - (-\frac{11}{3}) = \frac{16}{3} + \frac{11}{3} = \frac{27}{3} = 9.

Indefinite Integral

  • The indefinite integral is written as f(x)dx\int f(x) \, dx.
  • It represents the family of all antiderivatives of f(x)f(x).
  • If F(x)F(x) is an antiderivative of f(x)f(x), then the indefinite integral is given by f(x)dx=F(x)+C\int f(x) \, dx = F(x) + C, where C is an arbitrary constant.
  • The constant C accounts for the fact that the derivative of a constant is zero, so any constant can be added to an antiderivative and it will still be a valid antiderivative.
  • Example: If F(x)=x2F(x) = x^2 is an antiderivative of f(x)=2xf(x) = 2x, then x2+πx^2 + \pi, x21000x^2 - 1000, and x2x^2 plus any other real number you can think of are valid anti-derivatives.

Signed Area

  • The definite integral calculates the signed area between a curve and the x-axis.
  • Areas above the x-axis are considered positive, while areas below the x-axis are considered negative.

Example: Sine Function

  • Area under the first hump of the sine function:
    • <em>0πsin(x)dx=[cos(x)]</em>0π=cos(π)[cos(0)]=(1)(1)=1+1=2\int<em>{0}^{\pi} \sin(x) \, dx = [-\cos(x)]</em>{0}^{\pi} = -\cos(\pi) - [-\cos(0)] = -(-1) - (-1) = 1 + 1 = 2
    • Here, the area is positive because the region is above the x-axis.

Direction of Integration

  • The direction of integration matters for signed areas.

  • If b > a, then Δx=ban\Delta x = \frac{b - a}{n} is positive.

  • If a > b, then Δx=ban\Delta x = \frac{b - a}{n} is negative, which results in a negative area if the function is positive over the interval and vice versa.

Properties of Definite Integrals

  • Integral from a point to itself:
    • aaf(x)dx=0\int_{a}^{a} f(x) \, dx = 0
  • Integral over adjacent intervals:
    • <em>acf(x)dx+</em>cbf(x)dx=abf(x)dx\int<em>{a}^{c} f(x) \, dx + \int</em>{c}^{b} f(x) \, dx = \int_{a}^{b} f(x) \, dx
    • This property holds regardless of where cc is located (i.e., whether cc is between aa and bb or outside the interval).