Properties of Anti-derivatives and Definite Integrals - StudyPulse
Boost Your VCE Scores Today with StudyPulse
8000+ Questions AI Tutor Help
Home Subjects Mathematical Methods Properties of Integrals

Properties of Anti-derivatives and Definite Integrals

Mathematical Methods
StudyPulse

Properties of Anti-derivatives and Definite Integrals

Mathematical Methods
05 Apr 2025

Properties of Anti-derivatives and Definite Integrals

1. Anti-derivatives (Indefinite Integrals)

1.1 Definition

The anti-derivative of a function $f(x)$ is a function $F(x)$ such that $F’(x) = f(x)$. The process of finding the anti-derivative is called anti-differentiation or integration.

The indefinite integral of $f(x)$ with respect to $x$ is denoted by:

$$\int f(x) \, dx = F(x) + c$$

where:
* $\int$ is the integral symbol.
* $f(x)$ is the integrand.
* $dx$ indicates that the integration is with respect to $x$.
* $F(x)$ is the anti-derivative of $f(x)$.
* $c$ is the constant of integration.

1.2 Constant of Integration

  • Since the derivative of a constant is zero, the anti-derivative is not unique.
  • The constant of integration, $c$, represents the family of functions that have the same derivative.
  • Two functions with the same derivative differ by a constant.

KEY TAKEAWAY: Don’t forget to add the constant of integration, c, when finding indefinite integrals.

1.3 Basic Rules of Integration

Rule Formula
Power Rule $\int x^n \, dx = \frac{x^{n+1}}{n+1} + c$, $n \neq -1$
Constant Multiple Rule $\int kf(x) \, dx = k \int f(x) \, dx$
Sum/Difference Rule $\int [f(x) \pm g(x)] \, dx = \int f(x) \, dx \pm \int g(x) \, dx$
Integral of $e^x$ $\int e^x \, dx = e^x + c$
Integral of $e^{kx}$ $\int e^{kx} \, dx = \frac{1}{k}e^{kx} + c$

1.4 Examples

  • $\int 2x \, dx = x^2 + c$
  • $\int (3x^2 + 4x - 5) \, dx = x^3 + 2x^2 - 5x + c$
  • $\int 5e^{2x} \, dx = \frac{5}{2}e^{2x} + c$

EXAM TIP: Practice applying these rules to various functions.

2. Definite Integrals

2.1 Definition

The definite integral of a function $f(x)$ over the interval $[a, b]$ is denoted by:

$$\int_a^b f(x) \, dx$$

where:
* $a$ is the lower limit of integration.
* $b$ is the upper limit of integration.

2.2 Fundamental Theorem of Calculus

If $f$ is a continuous function on the interval $[a, b]$, and $F(x)$ is any anti-derivative of $f(x)$, then:

$$\int_a^b f(x) \, dx = F(b) - F(a)$$

This is often written as:

$$\int_a^b f(x) \, dx = [F(x)]_a^b$$

2.3 Evaluating Definite Integrals

  1. Find the anti-derivative $F(x)$ of $f(x)$.
  2. Evaluate $F(b)$ and $F(a)$.
  3. Subtract $F(a)$ from $F(b)$.

2.4 Examples

  • $\int_1^3 x^2 \, dx = [\frac{x^3}{3}]_1^3 = \frac{3^3}{3} - \frac{1^3}{3} = 9 - \frac{1}{3} = \frac{26}{3}$
  • $\int_0^{\pi/2} \cos(x) \, dx = [\sin(x)]_0^{\pi/2} = \sin(\frac{\pi}{2}) - \sin(0) = 1 - 0 = 1$

COMMON MISTAKE: Forgetting to evaluate the anti-derivative at both the upper and lower limits.

3. Properties of Definite Integrals

3.1 Interval Additivity

If $f(x)$ is integrable on an interval containing $a$, $b$, and $c$, then:

$$\int_a^b f(x) \, dx = \int_a^c f(x) \, dx + \int_c^b f(x) \, dx$$

3.2 Integral of Zero

$$\int_a^a f(x) \, dx = 0$$

3.3 Constant Multiple Rule

$$\int_a^b kf(x) \, dx = k \int_a^b f(x) \, dx$$

3.4 Sum/Difference Rule

$$\int_a^b [f(x) \pm g(x)] \, dx = \int_a^b f(x) \, dx \pm \int_a^b g(x) \, dx$$

3.5 Reversing Limits

$$\int_a^b f(x) \, dx = -\int_b^a f(x) \, dx$$

3.6 Combining Properties

These properties can be combined to simplify complex integrals.

3.7 Table of Properties

Property Formula
Interval Additivity $\int_a^b f(x) \, dx = \int_a^c f(x) \, dx + \int_c^b f(x) \, dx$
Integral of Zero $\int_a^a f(x) \, dx = 0$
Constant Multiple $\int_a^b kf(x) \, dx = k \int_a^b f(x) \, dx$
Sum/Difference $\int_a^b [f(x) \pm g(x)] \, dx = \int_a^b f(x) \, dx \pm \int_a^b g(x) \, dx$
Reversing Limits $\int_a^b f(x) \, dx = -\int_b^a f(x) \, dx$

3.8 Examples

  1. Using Interval Additivity:

    If $\int_1^5 f(x) \, dx = 10$ and $\int_1^3 f(x) \, dx = 4$, find $\int_3^5 f(x) \, dx$.

    $$\int_1^5 f(x) \, dx = \int_1^3 f(x) \, dx + \int_3^5 f(x) \, dx$$
    $\$10 = 4 + \int_3^5 f(x) \, dx$$
    $$\int_3^5 f(x) \, dx = 6$$

  2. Using Constant Multiple and Sum Rule:

    If $\int_0^2 x \, dx = 2$ and $\int_0^2 x^2 \, dx = \frac{8}{3}$, find $\int_0^2 (3x - 2x^2) \, dx$.

    $$\int_0^2 (3x - 2x^2) \, dx = 3\int_0^2 x \, dx - 2\int_0^2 x^2 \, dx$$
    $$= 3(2) - 2(\frac{8}{3})$$
    $$= 6 - \frac{16}{3} = \frac{2}{3}$$

STUDY HINT: Practice using these properties in combination to solve more complex problems.

4. Applications

4.1 Area Under a Curve

If $f(x) \geq 0$ for all $x \in [a, b]$, then the area of the region between the curve $y = f(x)$, the x-axis, and the lines $x = a$ and $x = b$ is given by:

$$Area = \int_a^b f(x) \, dx$$

If $f(x) \leq 0$ for all $x \in [a,b]$, then:
$$Area = - \int_a^b f(x) \, dx$$

If $f(x)$ changes sign on $[a,b]$, then the area is found by breaking the integral into sections where $f(x)$ is either always positive or always negative.

4.2 Area Between Two Curves

The area of the region bounded by two curves $y = f(x)$ and $y = g(x)$ and the lines $x = a$ and $x = b$, where $f(x) \geq g(x)$ for all $x \in [a, b]$, is given by:

$$Area = \int_a^b [f(x) - g(x)] \, dx$$

4.3 Average Value of a Function

The average value of a continuous function $f(x)$ on the interval $[a, b]$ is given by:

$$f_{avg} = \frac{1}{b - a} \int_a^b f(x) \, dx$$

4.4 Examples

  1. Area under a curve:
    Find the area under the curve $y = x^2$ from $x = 0$ to $x = 2$.

    $$Area = \int_0^2 x^2 \, dx = [\frac{x^3}{3}]_0^2 = \frac{8}{3} - 0 = \frac{8}{3}$$

  2. Area between two curves:
    Find the area between the curves $y = x^2$ and $y = x$ from $x = 0$ to $x = 1$.

    $$Area = \int_0^1 (x - x^2) \, dx = [\frac{x^2}{2} - \frac{x^3}{3}]_0^1 = (\frac{1}{2} - \frac{1}{3}) - (0 - 0) = \frac{1}{6}$$

  3. Average value of a function:
    Find the average value of $f(x) = x^2$ on the interval $[1, 3]$.

    $$f_{avg} = \frac{1}{3 - 1} \int_1^3 x^2 \, dx = \frac{1}{2} [\frac{x^3}{3}]_1^3 = \frac{1}{2} (\frac{27}{3} - \frac{1}{3}) = \frac{1}{2} (\frac{26}{3}) = \frac{13}{3}$$

VCAA FOCUS: VCAA exams often include questions that require you to find areas under curves and between curves, as well as average values of functions using definite integrals.

5. Symmetry

5.1 Even Functions

A function $f(x)$ is even if $f(-x) = f(x)$ for all $x$ in its domain. The graph of an even function is symmetric with respect to the y-axis.

For even functions:

$$\int_{-a}^a f(x) \, dx = 2 \int_0^a f(x) \, dx$$

5.2 Odd Functions

A function $f(x)$ is odd if $f(-x) = -f(x)$ for all $x$ in its domain. The graph of an odd function is symmetric with respect to the origin.

For odd functions:

$$\int_{-a}^a f(x) \, dx = 0$$

5.3 Examples

  1. $f(x) = x^2$ is an even function.
    $$\int_{-2}^2 x^2 \, dx = 2 \int_0^2 x^2 \, dx = 2[\frac{x^3}{3}]_0^2 = 2(\frac{8}{3}) = \frac{16}{3}$$

  2. $f(x) = x^3$ is an odd function.
    $$\int_{-2}^2 x^3 \, dx = 0$$

REMEMBER: Recognizing even and odd functions can significantly simplify definite integral calculations. If the limits are symmetric about the origin, and the function is odd, the integral is zero.

Practice questions

Free exam-style questions on Properties of Integrals with instant AI feedback.

1 available
  1. Written 5 marks

    A researcher is studying the rate of growth of a bacterial colony. They model the rate of growth by the function $f(t) = ae^{-kt}$, where $t…

Table of Contents