Zum Inhalt springen

English:Introduction to Integral Calculus

Aus MOOCsWiki Staging
aiMOOC-Siegel

Introduction to Integral Calculus



Introduction

Introduction to Integral Calculus is a course for learners in Grades 11–13 who already know basic Algebra, Functions, graphs, and introductory Differential calculus. Integral calculus answers a central question: How can many small changes be combined into a total change? This idea appears in geometry, motion, physics, economics, biology, probability, engineering, and data analysis.

A definite integral can represent signed area, accumulated quantity, displacement, total change, or an average value. An indefinite integral describes a family of antiderivatives. The Fundamental theorem of calculus connects these two viewpoints and shows why differentiation and integration are closely related.

Datei:Integral-area-under-curve.svg

The shaded region in the image gives a geometric interpretation of a definite integral when the function is non-negative. During this course, you will move beyond the slogan “integral equals area” and learn to interpret integrals as general accumulation.

The video above from 3Blue1Brown develops visual intuition for integration and the Fundamental Theorem of Calculus.


Learning Goals

By the end of this aiMOOC, you should be able to explain what an integral represents, approximate integrals with Riemann sums, evaluate basic indefinite and definite integrals, use the Fundamental Theorem of Calculus, apply a basic substitution, and model accumulation in real-world situations.

You should also be able to check whether an answer is reasonable by using graphs, signs, units, estimates, and differentiation.


From Sums to Integrals


Accumulation as a Sum

Suppose a quantity changes at a rate that varies over time. Over a short interval, the change is approximately

changerateinterval width.

If you divide a longer interval into many short pieces, estimate the change on each piece, and add the estimates, you obtain an approximation to the total accumulated change. Integration formalizes what happens when the pieces become arbitrarily narrow.

This idea also explains area. A curved region can be approximated by rectangles. If a rectangle has width Δx and height f(xi*), then its signed area is approximately f(xi*)Δx.

Datei:Riemann sums.svg


Riemann Sums

For a function f on an interval [a,b], divide the interval into subintervals. In each subinterval choose a sample point xi*. A Riemann sum has the form

i=1nf(xi*)Δxi.

If the widths of the subintervals become very small and the sums approach one value, that limit defines the definite integral:

abf(x)dx.

For equal-width rectangles, Δx=(ba)/n. Left-endpoint, right-endpoint, and midpoint sums choose different sample points, so their approximations can differ when n is small. For a sufficiently well-behaved function, they converge to the same integral as the partition is refined.

The Khan Academy video above introduces definite integrals as accumulation and signed area.


Signed Area and Orientation

A definite integral is a signed accumulation. Portions of a graph above the horizontal axis contribute positively, while portions below the axis contribute negatively. Therefore, an integral can be zero even when the graph encloses substantial geometric area.

Datei:Integral example.svg

If you reverse the limits of integration, the sign changes:

baf(x)dx=abf(x)dx.

Also,

aaf(x)dx=0.

If you need total geometric area, split the interval at zeros of the function and add the absolute values of the signed pieces.


Antiderivatives and Indefinite Integrals


Reversing Differentiation

A function F is an antiderivative of f on an interval if

F(x)=f(x).

The notation

f(x)dx=F(x)+C

represents the family of all antiderivatives, where C is an arbitrary constant. The constant is necessary because differentiating any constant gives zero.

For example,

6x2dx=2x3+C

because

ddx(2x3+C)=6x2.

A useful self-check is therefore simple: differentiate your antiderivative.


Basic Integration Rules

For constants k and suitable functions f and g:

kf(x)dx=kf(x)dx

and

(f(x)+g(x))dx=f(x)dx+g(x)dx.

For n1, the power rule is

xndx=xn+1n+1+C.

The exceptional case n=1 gives

1xdx=ln|x|+C

on intervals that do not cross zero.

Datei:1 over x integral.svg

Other useful basic antiderivatives include

exdx=ex+C,

cosxdx=sinx+C,

and

sinxdx=cosx+C.


Worked Example: An Indefinite Integral

Evaluate

(3x24x+5)dx.

Integrate each term separately:

3x2dx=x3,

4xdx=2x2,

and

5dx=5x.

Therefore,

(3x24x+5)dx=x32x2+5x+C.

Differentiate the result to verify that you recover the original integrand.


The Fundamental Theorem of Calculus

The Fundamental theorem of calculus explains the deep connection between accumulation and instantaneous rate of change.

Fehler beim Erstellen des Vorschaubildes:


Accumulation Functions

Let f be continuous and define an accumulation function

A(x)=axf(t)dt.

Then the Fundamental Theorem of Calculus tells you that

A(x)=f(x).

Intuitively, increasing x by a tiny amount adds a thin strip whose area is approximately f(x)dx. The instantaneous rate at which accumulated area changes is therefore the current height f(x).

Datei:Fundamental Theorem of Calculus.svg


Evaluating Definite Integrals

If F(x)=f(x), then

abf(x)dx=F(b)F(a).

This result replaces a difficult limiting sum with an antiderivative calculation.

Example:

02x2dx=[x33]02=83.

The bracket notation means “evaluate the antiderivative at the upper limit and subtract its value at the lower limit.”


A Useful Distinction

An indefinite integral such as x2dx gives a family of functions and includes +C. A definite integral such as 02x2dx gives a number and does not include +C in the final answer.

This distinction prevents one of the most common early mistakes in integration.


A First Integration Technique: Substitution

Substitution is the integration counterpart of the chain rule. It is useful when part of an integrand is the derivative, up to a constant factor, of another part.

Consider

2x(x2+1)3dx.

Set

u=x2+1.

Then

du=2xdx.

So the integral becomes

u3du=u44+C.

Substitute back:

(x2+1)44+C.

Differentiate this result to check it. At this level, substitution should be understood as a structured way to recognize and reverse the chain rule.

The worked examples in the video above provide additional practice with definite integrals and basic integration.


Applications of Integration


Motion: From Velocity to Displacement

If v(t) is velocity, then

abv(t)dt

gives displacement over the time interval [a,b].

For example, if v(t)=3t22 for 0t2, then

02(3t22)dt=[t32t]02=4.

The displacement is 4 distance units. Total distance is different: if velocity changes sign, you must account for the absolute value of velocity.


Area Between Curves

If f(x)g(x) on [a,b], then the area between the curves is

ab(f(x)g(x))dx.

Datei:Area entre Corbes.svg

For example, between y=x and y=x2 on [0,1], the upper curve is y=x. Thus

01(xx2)dx=[x22x33]01=16.

The order “upper minus lower” is essential when calculating geometric area with vertical slices.


Total Change

If Q(t) is the rate of change of a quantity Q, then

Q(b)Q(a)=abQ(t)dt.

This principle applies to population change, fluid flow, energy transfer, financial accumulation, chemical production, and many other settings. Always interpret the units: if the integrand is measured in “quantity per time” and you integrate with respect to time, the result is measured in “quantity.”


Average Value of a Function

The average value of a continuous function f on [a,b] is

favg=1baabf(x)dx.

For f(x)=x2 on [0,3],

favg=1303x2dx=139=3.

This generalizes the familiar idea of an arithmetic mean from finitely many values to a continuously varying quantity.


Optional Extension: Volumes

Integration can also add thin cross-sectional areas to compute volume. If a solid has cross-sectional area A(x) at position x, then

V=abA(x)dx.

For a solid of revolution about the horizontal axis with radius r(x), the disk method gives

V=πab[r(x)]2dx.

This is an extension topic: the same accumulation principle appears again, but the quantity being summed is volume rather than area.


Problem-Solving Strategy

When you face an integration problem, first ask what the integral represents. Then identify the interval, the integrand, and the variable of integration. Decide whether the task requires an approximation, an antiderivative, the Fundamental Theorem of Calculus, or a substitution. After calculating, test your answer using sign, size, units, a graph, or differentiation.

Common errors include forgetting +C for indefinite integrals, adding +C to a final definite-integral value, reversing upper and lower functions in an area problem, treating signed area as total area, and applying the power rule to x1.

A strong solution is not just a calculation. It also explains why the setup matches the situation.


Interactive Tasks


Quiz: Test Your Knowledge

What does a definite integral primarily represent in this course? (Signed accumulation over an interval) (!Only the slope of a tangent line) (!Only an algebraic equation) (!A single antiderivative function)




What happens to a definite integral when its limits are reversed? (Its sign changes) (!Its value is squared) (!Its value always becomes zero) (!A constant of integration is added)




Why is a constant of integration included in an indefinite integral? (Different constants have the same derivative) (!Every definite integral needs an extra term) (!The integrand always contains a constant) (!The limits of integration are unknown)




Which statement describes an antiderivative of a function? (Its derivative equals the original function) (!Its graph must lie above the horizontal axis) (!Its value must always be positive) (!Its integral must equal zero)




What is the main role of a Riemann sum? (To approximate accumulation using many small contributions) (!To find only the maximum of a function) (!To replace every function with a straight line) (!To calculate only tangent slopes)




What does the Fundamental Theorem of Calculus connect? (Differentiation and integration) (!Geometry and probability only) (!Factoring and expansion) (!Vectors and matrices)




Which final feature belongs to an indefinite integral? (A constant of integration) (!Two numerical limits) (!A mandatory negative sign) (!A Riemann rectangle)




For geometric area between two curves using vertical slices, what should the integrand be? (Upper function minus lower function) (!Lower function minus upper function) (!The product of both functions) (!The sum of the horizontal coordinates)




What does integrating velocity over a time interval give? (Displacement) (!Instantaneous acceleration) (!Maximum speed) (!Initial position only)




What is substitution designed to reverse? (The chain rule) (!The product rule only) (!The quadratic formula) (!The midpoint formula)





Memory Game

Definite integral Signed accumulation across an interval
Antiderivative Function whose derivative gives the integrand
Riemann sum Finite sum of small contributions used to approximate an integral
Integrand Function being integrated
Substitution Technique that reverses a chain-rule pattern
Displacement Accumulated velocity over a time interval
Average value Integral over an interval divided by the interval length





Drag and Drop

Match the correct terms. Topic
Family of antiderivatives Indefinite integral
Signed accumulated value Definite integral
Rectangle-based approximation Riemann sum
Upper curve minus lower curve Area between curves
Reverse chain-rule method Substitution




Match each description with the integration concept that best fits it.


Crossword Puzzle

Antiderivative What function differentiates to the integrand?
Integrand What is the function inside an integral called?
Riemann Which surname names the rectangle-sum approximation?
Accumulation What general idea describes adding many small changes?
Substitution Which method reverses a chain-rule pattern?
Displacement What quantity results from integrating velocity over time?





LearningApps


Cloze Text

Complete the text.

Integral calculus studies how small contributions combine into a total

. A rectangle-based approximation to a definite integral is called a

. The function inside the integral sign is the

. An indefinite integral describes a family of

. The arbitrary term added to an indefinite integral is the

. The Fundamental Theorem of Calculus connects integration with

. Reversing the limits of a definite integral changes its

. Integrating velocity over time gives

. For area between two curves, you integrate the upper function minus the

. A substitution can reverse a pattern produced by the

.




Open-Ended Tasks


Easy

  1. Integral sketch: Draw a function that is partly above and partly below the horizontal axis, shade two regions, and explain in your own words how signed area differs from total geometric area.
  2. Riemann sum model: Choose a simple increasing function, divide an interval into equal parts, draw left-endpoint rectangles, and explain whether you expect the estimate to be too high or too low.
  3. Antiderivative check: Create four basic integration examples using polynomial terms, solve them, and verify each result by differentiation.
  4. Calculus explainer video: Record a one-minute video that explains the meaning of the integral sign, the integrand, the differential, and the limits of integration using one example.


Standard

  1. Motion investigation: Invent a velocity function for a moving object, calculate its displacement over a chosen time interval, and explain how your answer differs from total distance if the velocity changes sign.
  2. Area between curves project: Choose two functions that enclose a region, graph them, find their intersection points, set up the correct integral, and calculate the enclosed area.
  3. Integration interview: Interview a science, economics, engineering, or mathematics teacher about a real use of accumulated change, then translate the example into an integral model with units.
  4. Average value experiment: Record a continuously changing quantity such as temperature or light level at regular times, estimate its average from data, and compare the estimate with the idea of the average value of a function.


Advanced

  1. Numerical integration comparison: Compare left, right, and midpoint Riemann sums for the same non-linear function using several partition sizes, organize the errors in a table, and explain the convergence pattern.
  2. Fundamental theorem investigation: Choose a continuous function, define an accumulation function from a fixed starting point, graph both functions with digital tools, and explain how the slope of the accumulation graph relates to the original function.
  3. Substitution design challenge: Create three integrals that can be solved by substitution, exchange them with a partner, solve the partner’s examples, and write feedback about how clearly each reverse chain-rule structure can be recognized.
  4. Integration application report: Research one application of definite integrals in physics, economics, biology, probability, or engineering, write a short report with a mathematical model, and produce a visual diagram or short presentation explaining the meaning of every quantity and unit.



Learning Assessment

  1. Model selection: Given three real-world scenarios involving rate, area, and average value, decide what each integral should represent, define variables and units, and justify the limits and integrand before calculating.
  2. Error analysis: Analyze a worked solution that incorrectly treats signed area as total area, identify the conceptual error, repair the setup, and explain how a graph reveals the mistake.
  3. Fundamental theorem transfer: For a new accumulation function defined by a variable upper limit, determine its derivative and explain the reasoning geometrically as well as symbolically.
  4. Technique choice: Compare a polynomial integral, a composite-function integral, and a definite integral with known antiderivative, choose an efficient method for each, and justify why the methods differ.
  5. Data to integral: Use a table of measured rates to estimate total accumulated change with a numerical sum, discuss the likely error, and explain how the estimate relates to a definite integral.
  6. Communication challenge: Produce a complete solution to an area-between-curves problem that includes a graph, intersections, integral setup, evaluation, units or square units where appropriate, and a reasonableness check.




Evidence of Learning

Knowledge: You can distinguish definite and indefinite integrals, explain Riemann sums, state the role of the Fundamental Theorem of Calculus, and recognize common basic antiderivatives.

Skills: You can approximate an integral numerically, integrate basic functions, evaluate definite integrals, use substitution in straightforward reverse chain-rule situations, interpret signs and units, and verify antiderivatives by differentiation.

Products: Strong evidence can include annotated graphs, worked calculations, numerical tables, short explanatory texts, videos, interviews, application reports, and digital visualizations that show the meaning of an integral.

Transfer: You can identify accumulation in an unfamiliar context, construct an appropriate integral model, explain what the result means in context, and test whether the answer is plausible.




OERs on the Topic

The English Wikipedia article on integrals provides a broad reference for definitions, notation, history, and applications.

You can also explore the freely accessible MIT OpenCourseWare unit on definite integrals and their applications: MIT OpenCourseWare: The Definite Integral and its Applications.

For additional visual intuition, see 3Blue1Brown: Integration and the Fundamental Theorem of Calculus.



Linked Learning Areas

Integral calculus connects naturally with Physics through motion and work, with Economics through accumulated change and surplus, with Biology through rates and growth, with Probability through continuous distributions, and with Engineering through modeling, area, volume, and total effects.


aiMOOC Projects

MOOCwiki · Deutsch

Nach dem Lernen ist vor dem Lernen

Entdecke direkt den nächsten Lernkurs. Weitere Inhalte erscheinen, wenn Du weiter nach unten scrollst.

Zur MOOCwiki-Hauptseite

Mediathek

Mediathek

Inhalte werden geladen ...

Mediathek wird aus dem Wiki geladen ...