Chapter 9
15 min read
Section 80 of 353

Antiderivatives and the Constant of Integration

The Indefinite Integral and Antiderivatives

Learning Objectives

By the end of this section, you will be able to:

  1. Define what an antiderivative is and explain its relationship to differentiation
  2. Understand why the constant of integration CC is essential and what it represents geometrically
  3. Recognize that every continuous function has infinitely many antiderivatives forming a family of curves
  4. Use indefinite integral notation intf(x),dx\\int f(x)\\,dx correctly
  5. Find antiderivatives of basic functions using differentiation rules in reverse
  6. Determine a particular antiderivative using an initial condition
  7. Connect antiderivatives to real-world problems in physics, engineering, and machine learning

The Big Picture: Reversing Differentiation

"Integration is not merely the reverse of differentiation — it is the art of reconstructing the whole from knowledge of its rate of change."— Richard Courant

In differential calculus, we learned to find derivatives — how to take a function F(x)F(x) and compute its rate of change F(x)=f(x)F'(x) = f(x). Now we ask the inverse question:

Given a function f(x)f(x), can we find a function F(x)F(x) such that F(x)=f(x)F'(x) = f(x)?

This question is fundamental to calculus and has profound implications across science, engineering, economics, and computing. The function F(x)F(x) that satisfies this condition is called an antiderivative of f(x)f(x).

Why This Matters

The concept of antiderivatives appears whenever we need to recover an original quantity from its rate of change:

🚀 Physics

  • Velocity → Position (antiderivative)
  • Acceleration → Velocity (antiderivative)
  • Force function → Potential energy
  • Power → Work done over time

📈 Economics

  • Marginal cost → Total cost
  • Marginal revenue → Total revenue
  • Growth rate → GDP over time
  • Inflation rate → Price level

⚡ Engineering

  • Current → Charge (antiderivative)
  • Flow rate → Total volume
  • Stress rate → Strain
  • Heat flux → Temperature distribution

🤖 Machine Learning

  • PDF → CDF (integration)
  • Loss gradient → Loss landscape
  • Score function → Probability density
  • Continuous normalizing flows

Historical Origins: The Birth of Integral Calculus

The concept of reversing differentiation emerged naturally as mathematicians explored the connections between tangent problems (derivatives) and area problems (integrals).

Newton's Fluxions (1660s)

Isaac Newton called derivatives "fluxions" (rates of change) and their inverse "fluents." He recognized that finding the fluent (antiderivative) was essential for solving motion problems. Given the velocity of a moving object, Newton wanted to find its position — a quintessential antidifferentiation problem.

Leibniz's Integral Notation (1670s)

Gottfried Wilhelm Leibniz introduced the elegant integral notation int\\int (an elongated S for "summa"). He viewed integration as an infinite sum of infinitesimals, but recognized that it was also the inverse operation to differentiation.

Leibniz's notation intf(x),dx\\int f(x)\\,dx beautifully captures both ideas: the int\\int suggests summation, while the dxdx reminds us that we are "undoing" the differentiation with respect to xx.

The Fundamental Theorem of Calculus

The crowning achievement of 17th-century mathematics was the Fundamental Theorem of Calculus, which established that differentiation and integration are inverse operations. This profound connection is why antiderivatives are so important: they provide the key to evaluating definite integrals.

A Beautiful Duality

The relationship between derivatives and antiderivatives is like the relationship between multiplication and division, or between exponentiation and logarithms — each undoes the other. If F(x)=f(x)F'(x) = f(x), then integrating ff gives us back FF (plus a constant).


What is an Antiderivative?

Let us now give the precise definition that forms the foundation of integral calculus.

Definition: Antiderivative

A function F(x)F(x) is called an antiderivative of f(x)f(x) on an interval II if F(x)=f(x)F'(x) = f(x) for all xx in II.

In other words, F(x)F(x) is an antiderivative of f(x)f(x) if differentiating F(x)F(x) gives f(x)f(x).

Examples of Antiderivatives

Function f(x)Antiderivative F(x)Verification: F'(x)
f(x) = 2xF(x) = x²d/dx[x²] = 2x ✓
f(x) = 3x²F(x) = x³d/dx[x³] = 3x² ✓
f(x) = cos(x)F(x) = sin(x)d/dx[sin(x)] = cos(x) ✓
f(x) = eˣF(x) = eˣd/dx[eˣ] = eˣ ✓
f(x) = 1/x (x > 0)F(x) = ln(x)d/dx[ln(x)] = 1/x ✓

Notice the pattern: to find an antiderivative, we essentially ask "what function, when differentiated, gives f(x)f(x)?" This is differentiation in reverse.

Checking Your Work

You can always verify an antiderivative by differentiating it. If F(x)=f(x)F'(x) = f(x), you have found a correct antiderivative. This is like checking a division problem by multiplying back.


The Constant of Integration: Why +C?

Here is a crucial observation that leads to one of the most important concepts in integral calculus.

Consider f(x)=2xf(x) = 2x. Is F(x)=x2F(x) = x^2 an antiderivative? Yes, because fracddx[x2]=2x\\frac{d}{dx}[x^2] = 2x.

But is G(x)=x2+5G(x) = x^2 + 5 also an antiderivative? Let's check: fracddx[x2+5]=2x+0=2x\\frac{d}{dx}[x^2 + 5] = 2x + 0 = 2x. Yes!

What about H(x)=x217H(x) = x^2 - 17? fracddx[x217]=2x\\frac{d}{dx}[x^2 - 17] = 2x. Also an antiderivative!

The Key Insight

Since the derivative of any constant is zero, if F(x)F(x) is an antiderivative of f(x)f(x), then so is F(x)+CF(x) + C for any constant CC.

The General Antiderivative

This leads us to the concept of the general antiderivative:

Theorem: General Antiderivative

If F(x)F(x) is an antiderivative of f(x)f(x) on an interval II, then the most general antiderivative of f(x)f(x) on II is:

F(x)+CF(x) + C

where CC is an arbitrary constant, called the constant of integration.

Why Must We Include +C?

The constant of integration is not just a formality — it has deep mathematical and physical significance:

  1. Mathematical Completeness: Without +C, we are missing infinitely many valid antiderivatives. The general solution includes all of them.
  2. Initial Conditions: In applications, different values of C correspond to different physical situations. A falling object that starts at height 100m has a different position function than one starting at 50m.
  3. Vertical Translation: Geometrically, different values of C shift the antiderivative curve up or down — all these curves have the same slope at each x.

The Family of Antiderivative Curves

The geometric interpretation of the constant of integration is beautiful and illuminating. When we write F(x)+CF(x) + C, we are describing not one curve, but an infinite family of curves — all vertical translates of each other.

Key Observations

  • Each curve in the family is a valid antiderivative of the same function f(x)f(x)
  • At any given xx-value, all curves have the same slope (since they all have derivative f(x)f(x))
  • The curves are parallel in the sense that vertical distance between any two curves is constant
  • Specifying an initial condition F(x0)=y0F(x_0) = y_0 picks out exactly one curve from the family
🌈Family of Antiderivative Curves
xy-3-2-1123-4-2246F(x) = x² + C
5
\u0394C = 1.0

🎯 What This Shows

Every curve in this family is an antiderivative of f(x) = 2x. They are all vertical translates of each other — differing only by the constant C.

Why Infinitely Many?

Since the derivative of any constant is zero, if F(x) is one antiderivative, then F(x) + C is also an antiderivative for any constant C. The family of curves shows all possible antiderivatives.

The visualization above shows how the family of antiderivatives F(x)+CF(x) + C looks for different values of CC. Try different functions and observe how the curves maintain the same shape but shift vertically.


Interactive Antiderivative Visualizer

The following interactive tool lets you explore the relationship between a function and its antiderivative. Watch how:

  • The slope of the antiderivative F(x) at any point equals the value of the derivative f(x) at that point
  • Changing C shifts the antiderivative curve up or down without changing its shape
  • The tangent line on F(x) has slope equal to f(x) — visualizing F'(x) = f(x)
📈Antiderivative Visualizer: Connecting f(x) and F(x)
xy-3-2-1123-4-2246slope = 2.00F(x) - Antiderivativef(x) - DerivativeTangent Line

The antiderivative of 2x is x² + C

C = 0.00

Changing C shifts the antiderivative vertically

x = 1.0

💡 Key Insight

The slope of F(x) at any point equals the value of f(x) at that same x. This is the fundamental relationship: F'(x) = f(x).

f(1.0) =2.000
F(1.0) =1.000
Slope of F at x =2.000

Indefinite Integral Notation

We introduce the standard notation for antiderivatives, called the indefinite integral:

Definition: Indefinite Integral

intf(x),dx=F(x)+C\\int f(x)\\,dx = F(x) + C

This notation means: the general antiderivative of f(x)f(x) with respect to xx is F(x)+CF(x) + C, where F(x)=f(x)F'(x) = f(x).

Understanding the Notation

SymbolNameMeaning
Integral signIndicates we seek the antiderivative
f(x)IntegrandThe function we are integrating
dxDifferentialIndicates the variable of integration
F(x)AntiderivativeA function whose derivative is f(x)
+CConstant of integrationRepresents all possible constants

Reading the Notation

We read int2x,dx=x2+C\\int 2x\\,dx = x^2 + C as:

"The integral of 2x with respect to x equals x squared plus C."

Or equivalently:

"The antiderivative of 2x is x squared plus a constant."

Notation Connection

The notation intf(x),dx\\int f(x)\\,dx is deliberately designed to look like it "undoes" fracddx[F(x)]\\frac{d}{dx}[F(x)]. The integral sign int\\int and dxdx work together to reverse differentiation.


Basic Antiderivatives: The Essential Formulas

Just as we have a table of derivative rules, we have a table of antiderivative rules. Each rule is the reverse of a differentiation rule.

The Power Rule for Integration

intxn,dx=fracxn+1n+1+Cquadtextfornneq1\\int x^n\\,dx = \\frac{x^{n+1}}{n+1} + C \\quad \\text{for } n \\neq -1

Why? Because fracddxleft[fracxn+1n+1right]=frac(n+1)xnn+1=xn\\frac{d}{dx}\\left[\\frac{x^{n+1}}{n+1}\\right] = \\frac{(n+1)x^n}{n+1} = x^n.

Table of Basic Antiderivatives

Derivative RuleAntiderivative Rule
d/dx[k] = 0∫ 0 dx = C
d/dx[kx] = k∫ k dx = kx + C
d/dx[xⁿ⁺¹/(n+1)] = xⁿ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ -1)
d/dx[sin(x)] = cos(x)∫ cos(x) dx = sin(x) + C
d/dx[-cos(x)] = sin(x)∫ sin(x) dx = -cos(x) + C
d/dx[tan(x)] = sec²(x)∫ sec²(x) dx = tan(x) + C
d/dx[eˣ] = eˣ∫ eˣ dx = eˣ + C
d/dx[aˣ/ln(a)] = aˣ∫ aˣ dx = aˣ/ln(a) + C
d/dx[ln|x|] = 1/x∫ (1/x) dx = ln|x| + C

Properties of Indefinite Integrals

Constant Multiple Rule: intkcdotf(x),dx=kintf(x),dx\\int k \\cdot f(x)\\,dx = k \\int f(x)\\,dx

Sum Rule: int[f(x)+g(x)],dx=intf(x),dx+intg(x),dx\\int [f(x) + g(x)]\\,dx = \\int f(x)\\,dx + \\int g(x)\\,dx

Difference Rule: int[f(x)g(x)],dx=intf(x),dxintg(x),dx\\int [f(x) - g(x)]\\,dx = \\int f(x)\\,dx - \\int g(x)\\,dx


Worked Examples

Example 1: Power Functions

Find: int(3x2+4x5),dx\\int (3x^2 + 4x - 5)\\,dx

Solution: Apply the sum rule and power rule:

=int3x2,dx+int4x,dxint5,dx= \\int 3x^2\\,dx + \\int 4x\\,dx - \\int 5\\,dx
=3cdotfracx33+4cdotfracx225x+C= 3 \\cdot \\frac{x^3}{3} + 4 \\cdot \\frac{x^2}{2} - 5x + C
=x3+2x25x+C= x^3 + 2x^2 - 5x + C

Verification: fracddx[x3+2x25x+C]=3x2+4x5\\frac{d}{dx}[x^3 + 2x^2 - 5x + C] = 3x^2 + 4x - 5

Example 2: Trigonometric Functions

Find: int(2cosx3sinx),dx\\int (2\\cos x - 3\\sin x)\\,dx

Solution:

=2intcosx,dx3intsinx,dx= 2\\int \\cos x\\,dx - 3\\int \\sin x\\,dx
=2sinx3(cosx)+C= 2\\sin x - 3(-\\cos x) + C
=2sinx+3cosx+C= 2\\sin x + 3\\cos x + C

Example 3: Fractional Exponents

Find: intsqrtx,dx\\int \\sqrt{x}\\,dx

Solution: Rewrite sqrtx=x1/2\\sqrt{x} = x^{1/2} and apply the power rule:

intx1/2,dx=fracx1/2+11/2+1+C=fracx3/23/2+C=frac23x3/2+C\\int x^{1/2}\\,dx = \\frac{x^{1/2 + 1}}{1/2 + 1} + C = \\frac{x^{3/2}}{3/2} + C = \\frac{2}{3}x^{3/2} + C

Example 4: Initial Value Problem

Problem: Find F(x)F(x) such that F(x)=6x2F'(x) = 6x^2 and F(0)=4F(0) = 4.

Solution:

Step 1: Find the general antiderivative:

F(x)=int6x2,dx=6cdotfracx33+C=2x3+CF(x) = \\int 6x^2\\,dx = 6 \\cdot \\frac{x^3}{3} + C = 2x^3 + C

Step 2: Apply the initial condition F(0)=4F(0) = 4:

F(0)=2(0)3+C=C=4F(0) = 2(0)^3 + C = C = 4

Result: F(x)=2x3+4F(x) = 2x^3 + 4


Real-World Applications

Physics: Motion from Acceleration

One of the most important applications of antiderivatives is in kinematics. Given acceleration a(t)a(t), we can find velocity and position.

Problem: A ball is thrown upward with initial velocity 20 m/s from a height of 5 m. Given acceleration due to gravity a(t)=9.8a(t) = -9.8 m/s², find the position function.

Solution:

Step 1: Find velocity from acceleration:

v(t)=inta(t),dt=int(9.8),dt=9.8t+C1v(t) = \\int a(t)\\,dt = \\int (-9.8)\\,dt = -9.8t + C_1

Initial condition v(0)=20v(0) = 20:

v(t)=9.8t+20v(t) = -9.8t + 20

Step 2: Find position from velocity:

s(t)=intv(t),dt=int(9.8t+20),dt=4.9t2+20t+C2s(t) = \\int v(t)\\,dt = \\int (-9.8t + 20)\\,dt = -4.9t^2 + 20t + C_2

Initial condition s(0)=5s(0) = 5:

s(t)=4.9t2+20t+5s(t) = -4.9t^2 + 20t + 5

Economics: Total Cost from Marginal Cost

In economics, the marginal cost MC(x) is the derivative of the total cost function C(x). To find total cost, we integrate:

If MC(x)=0.3x24x+50MC(x) = 0.3x^2 - 4x + 50 dollars per unit and fixed costs are $200, find the total cost function.

Solution:

C(x)=intMC(x),dx=0.1x32x2+50x+CC(x) = \\int MC(x)\\,dx = 0.1x^3 - 2x^2 + 50x + C

Fixed costs mean C(0)=200C(0) = 200, so C = 200:

C(x)=0.1x32x2+50x+200C(x) = 0.1x^3 - 2x^2 + 50x + 200

Machine Learning Connections

Antiderivatives appear in several important contexts in machine learning and AI.

Score Functions and Diffusion Models

In score-based generative models (like diffusion models), we work with the score function s(x)=nablaxlogp(x)s(x) = \\nabla_x \\log p(x) — the gradient of the log probability density. To recover the probability density p(x)p(x), we need to "integrate" the score function:

logp(x)=ints(x),dx+CquadRightarrowquadp(x)=eints(x),dx+C\\log p(x) = \\int s(x)\\,dx + C \\quad \\Rightarrow \\quad p(x) = e^{\\int s(x)\\,dx + C}

The constant C is determined by the normalization condition intp(x),dx=1\\int p(x)\\,dx = 1.

Cumulative Distribution Functions

In probability, the CDF is the antiderivative of the PDF:

F(x)=intinftyxf(t),dtF(x) = \\int_{-\\infty}^{x} f(t)\\,dt

Where f(x)f(x) is the probability density function and F(x)=P(Xleqx)F(x) = P(X \\leq x) is the cumulative probability.

Neural ODEs and Continuous Normalizing Flows

In Neural ODEs and continuous normalizing flows, the model learns a vector field (velocity function), and the output is obtained by integrating this field — essentially finding an antiderivative trajectory through space.


Python Implementation

Working with Antiderivatives Numerically

While symbolic integration is often possible, understanding numerical approaches helps build intuition and is essential for complex real-world problems.

Antiderivative Verification and Visualization
🐍antiderivatives.py
3Numerical Antiderivative Function

This function computes the antiderivative numerically using the Fundamental Theorem of Calculus. For any x, we integrate f(t) from a reference point a to x, then add the constant C.

18Using scipy.integrate.quad

The quad function performs numerical integration with high accuracy. It returns a tuple (integral_value, error_estimate). We accumulate these values to build the antiderivative.

24Verification Function

To verify that F is an antiderivative of f, we check whether F'(x) = f(x). This is the defining property of an antiderivative — differentiating it should recover the original function.

31Numerical Differentiation

We compute F'(x) numerically using the derivative function from scipy.misc. The dx parameter controls the step size for the finite difference approximation.

41Example Functions

We use f(x) = 2x and F(x) = x² + C as a classic example. For any value of C, F(x) is a valid antiderivative because d/dx[x² + C] = 2x = f(x).

54Testing Multiple C Values

We verify that the antiderivative relationship holds for different values of C. This demonstrates that there are infinitely many antiderivatives, all differing by a constant.

76 lines without explanation
1import numpy as np
2import matplotlib.pyplot as plt
3from scipy.misc import derivative
4
5def numerical_antiderivative(f, a, x_vals, C=0):
6    """
7    Compute the antiderivative F(x) numerically using the Fundamental
8    Theorem of Calculus: F(x) = integral from a to x of f(t) dt + C
9
10    Parameters:
11    - f: The derivative function f(x)
12    - a: The lower bound for integration
13    - x_vals: Array of x values where we compute F(x)
14    - C: Constant of integration
15
16    Returns: Array of F(x) values
17    """
18    from scipy.integrate import quad
19
20    F_vals = []
21    for x in x_vals:
22        # Compute the definite integral from a to x
23        integral_value, _ = quad(f, a, x)
24        F_vals.append(integral_value + C)
25
26    return np.array(F_vals)
27
28def verify_antiderivative(f, F, x_vals, tolerance=1e-6):
29    """
30    Verify that F is indeed an antiderivative of f by checking F'(x) = f(x)
31
32    This is the fundamental relationship: the derivative of the
33    antiderivative should give back the original function.
34    """
35    # Compute F'(x) numerically
36    F_prime = [derivative(F, x, dx=1e-8) for x in x_vals]
37    f_vals = [f(x) for x in x_vals]
38
39    # Check if F'(x) ≈ f(x)
40    errors = np.abs(np.array(F_prime) - np.array(f_vals))
41    max_error = np.max(errors)
42
43    print(f"Maximum error |F'(x) - f(x)|: {max_error:.2e}")
44    return max_error < tolerance
45
46# Example: f(x) = 2x, F(x) = x² + C
47def f(x):
48    return 2 * x
49
50def F(x, C=0):
51    return x**2 + C
52
53# Verify for different values of C
54x_test = np.linspace(-2, 2, 100)
55
56print("Verification that F(x) = x² + C is an antiderivative of f(x) = 2x:")
57print()
58
59for C in [-3, 0, 5]:
60    F_with_C = lambda x, c=C: F(x, c)
61    is_valid = verify_antiderivative(f, F_with_C, x_test)
62    print(f"C = {C:3}: {'✓ Valid antiderivative' if is_valid else '✗ Not valid'}")
63
64# Visualize the family of curves
65plt.figure(figsize=(10, 6))
66
67x = np.linspace(-3, 3, 300)
68plt.plot(x, f(x), 'g-', linewidth=3, label='f(x) = 2x (derivative)')
69
70for C in [-4, -2, 0, 2, 4]:
71    plt.plot(x, F(x, C), '--', linewidth=2, alpha=0.7,
72             label=f'F(x) = x² + {C}')
73
74plt.xlabel('x')
75plt.ylabel('y')
76plt.title('Family of Antiderivatives: F(x) = x² + C')
77plt.legend()
78plt.grid(True, alpha=0.3)
79plt.axhline(y=0, color='k', linewidth=0.5)
80plt.axvline(x=0, color='k', linewidth=0.5)
81plt.savefig('antiderivative_family.png', dpi=150)
82plt.show()

Finding a Particular Antiderivative

This example shows how to find the specific antiderivative that satisfies an initial condition:

Solving Initial Value Problems
🐍initial_value_problem.py
3Finding a Particular Antiderivative

In applications, we often need THE specific antiderivative that passes through a given point (x₀, y₀). This is called an initial value problem.

17Solving for C

Given F(x₀) = y₀, we solve for C: F_general(x₀, C) = y₀, which gives C = y₀ - F_general(x₀, 0). This uniquely determines the constant of integration.

37Applying the Initial Condition

With F'(x) = 2x and F(1) = 5, we find: 1² + C = 5, so C = 4. The particular solution is F(x) = x² + 4.

52Highlighting the Solution

The visualization shows the family of antiderivatives in gray, with the particular solution (the one passing through (1, 5)) highlighted in blue.

65 lines without explanation
1import numpy as np
2import matplotlib.pyplot as plt
3
4def find_particular_antiderivative(f, F_general, x0, y0):
5    """
6    Find the particular antiderivative satisfying F(x0) = y0.
7
8    Given:
9    - f(x): the derivative function
10    - F_general(x, C): the general antiderivative F(x) + C
11    - x0, y0: the initial condition F(x0) = y0
12
13    Returns:
14    - C: the constant that makes F(x0) = y0
15    - F_particular: the specific antiderivative function
16    """
17    # Solve for C: F(x0) + C = y0 => C = y0 - F(x0, 0)
18    C = y0 - F_general(x0, 0)
19
20    # Create the particular antiderivative function
21    def F_particular(x):
22        return F_general(x, C)
23
24    print(f"Initial condition: F({x0}) = {y0}")
25    print(f"Solving: x₀² + C = {y0}")
26    print(f"Found: C = {y0} - ({x0})² = {C}")
27    print(f"Particular antiderivative: F(x) = x² + {C}")
28
29    return C, F_particular
30
31# Example: Find F(x) where F'(x) = 2x and F(1) = 5
32def f(x):
33    return 2 * x
34
35def F_general(x, C):
36    return x**2 + C
37
38# Apply initial condition
39C, F_particular = find_particular_antiderivative(f, F_general, x0=1, y0=5)
40
41# Verify
42print(f"\nVerification: F(1) = {F_particular(1)}")
43
44# Visualize
45x = np.linspace(-3, 3, 300)
46
47plt.figure(figsize=(10, 6))
48
49# Plot several antiderivatives (light)
50for c in [-3, -1, 1, 3]:
51    plt.plot(x, F_general(x, c), '--', alpha=0.3, color='gray')
52
53# Highlight the particular solution
54plt.plot(x, F_particular(x), 'b-', linewidth=3,
55         label=f'F(x) = x² + {C} (passes through (1, 5))')
56
57# Mark the initial condition point
58plt.plot(1, 5, 'ro', markersize=12, zorder=5)
59plt.annotate('Initial condition\n(1, 5)', xy=(1, 5),
60             xytext=(1.5, 6.5), fontsize=11,
61             arrowprops=dict(arrowstyle='->', color='red'))
62
63plt.xlabel('x')
64plt.ylabel('y')
65plt.title('Finding the Particular Antiderivative with F(1) = 5')
66plt.legend()
67plt.grid(True, alpha=0.3)
68plt.savefig('particular_antiderivative.png', dpi=150)
69plt.show()

Common Pitfalls

Forgetting +C

The most common mistake is omitting the constant of integration. Remember: int2x,dxneqx2\\int 2x\\,dx \\neq x^2. The correct answer is x2+Cx^2 + C. In applications (especially differential equations), forgetting +C means losing infinitely many valid solutions.

Power Rule Exception

The power rule intxn,dx=fracxn+1n+1+C\\int x^n\\,dx = \\frac{x^{n+1}}{n+1} + C does not work when n=1n = -1 because we would divide by zero. Instead: intx1,dx=intfrac1x,dx=lnx+C\\int x^{-1}\\,dx = \\int \\frac{1}{x}\\,dx = \\ln|x| + C.

Sign Errors with Trigonometric Functions

Watch the signs! Since fracddx[cosx]=sinx\\frac{d}{dx}[-\\cos x] = \\sin x, we have intsinx,dx=cosx+C\\int \\sin x\\,dx = -\\cos x + C, not +cosx+C+\\cos x + C.

Verification Strategy

When in doubt, differentiate your answer. If fracddx[textyouranswer]=f(x)\\frac{d}{dx}[\\text{your answer}] = f(x), you are correct. This is the ultimate check for any antiderivative.


Test Your Understanding

🧠Test Your Understanding
0/0 correct

Question 1 of 8

What is an antiderivative of f(x) = 6x?


Summary

In this section, we introduced the concept of antiderivatives — the reverse process of differentiation. This is the foundation of integral calculus.

Key Concepts

ConceptDescription
AntiderivativeA function F(x) where F'(x) = f(x)
Constant of IntegrationThe +C that accounts for all possible antiderivatives
General AntiderivativeF(x) + C — includes all antiderivatives
Indefinite Integral∫ f(x) dx = F(x) + C notation
Initial ConditionF(x₀) = y₀ determines a specific C value
Family of CurvesAll antiderivatives are vertical translates of each other

Essential Takeaways

  1. Differentiation and integration are inverse operations: if F(x)=f(x)F'(x) = f(x), then intf(x),dx=F(x)+C\\int f(x)\\,dx = F(x) + C
  2. Always include +C when finding indefinite integrals — it represents infinitely many valid solutions
  3. Verify by differentiation: the derivative of your antiderivative should equal the original function
  4. Initial conditions determine the specific value of C in applications
  5. Geometric interpretation: antiderivatives form a family of parallel curves with the same slope at each x
  6. Physical meaning: antiderivatives recover accumulated quantities from rates of change
The Essence of Antidifferentiation:
"If differentiation asks 'how fast?', then antidifferentiation asks 'how much?' — reconstructing the whole from the rate of change."
Coming Next: In the next section, we'll explore Basic Integration Rules in depth, building a toolkit of formulas that make finding antiderivatives systematic and efficient.
Loading comments...