Zum Inhalt springen

English:Applications of Integrals

Aus MOOCsWiki Staging
Version vom 28. August 2026, 08:53 Uhr von Glanz (Diskussion | Beiträge) (aiMOOC über GPT aiMOOC Action erstellt)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
aiMOOC-Siegel

Applications of Integrals



Introduction

Integrals turn local information into accumulated quantities. In this aiMOOC for Grades 11–13, you will learn how a definite integral can represent signed area, geometric area, volume, average value, displacement, distance, work, arc length, and probability. The central habit is not simply to calculate an antiderivative: you must first decide what is being accumulated, choose a suitable variable, determine the bounds, and interpret the result with correct units.

You should already be comfortable with functions, graphs, basic derivatives, and common antiderivatives. A graphing calculator or dynamic mathematics tool can help you check intersections and numerical values, but every model should also be explained in words.

The picture above emphasizes a key idea: a definite integral gives signed accumulation. Contributions above the horizontal axis are positive and contributions below it are negative. Geometric area, by contrast, is never negative, so intervals may need to be split or an absolute value may be required.


Learning Goals

By the end of the course, you should be able to translate a real or geometric situation into an integral, justify the integrand and bounds, evaluate or approximate the integral, attach meaningful units, and check whether the result is reasonable. You should also be able to compare different integration models and explain why two superficially similar problems may require different formulas.


From Sums to Accumulation

A definite integral is the limit of sums of small contributions. If an interval from a to b is divided into many narrow pieces of width Δx, a quantity such as area can be approximated by a Riemann sum f(xi*)Δx. As the largest subinterval width tends to zero, the sum approaches abf(x)dx.

This viewpoint matters in applications because the factor f(xi*)Δx usually has a direct meaning: height times width for area, cross-sectional area times thickness for volume, velocity times time for displacement, or force times distance for work.


The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus connects accumulation with antiderivatives. If F(x)=f(x) and f is continuous on the interval, then abf(x)dx=F(b)F(a). This theorem lets you evaluate many accumulation models exactly after the model has been set up correctly. In applications, the difficult step is often not integration itself but deciding which quantity belongs inside the integral.


Application 1: Signed Area and Geometric Area

For a continuous function f, the definite integral abf(x)dx is the net signed area between the graph and the horizontal axis. If f(x) is positive on the whole interval, this equals ordinary geometric area. If the graph crosses the axis, the negative contribution subtracts from the positive contribution.

To find total geometric area between a graph and the horizontal axis, use ab|f(x)|dx or split the interval at each zero and make each piece positive.


Area Between Two Curves

Suppose f(x)g(x) on [a,b]. A thin vertical strip has approximate area [f(x)g(x)]Δx. Therefore the area between the curves is A=ab[f(x)g(x)]dx.

The practical rule is top minus bottom for vertical slices. For horizontal slices, rewrite the boundaries as functions of y and use right minus left.

Worked example. Find the area enclosed by y=2x and y=x2. The curves intersect when 2x=x2, so x=0 and x=2. On this interval, 2x is above x2. Thus A=02(2xx2)dx=[x2x33]02=43. The area is 43 square units.


Application 2: Volumes from Cross Sections

If a solid extends from x=a to x=b and its cross-sectional area perpendicular to the x-axis is A(x), then V=abA(x)dx. The logic is area times a small thickness: A(x)Δx approximates the volume of one thin slab.

Worked example. A solid has a base on 0x4, and each cross section perpendicular to the x-axis is a square with side length x. Then A(x)=(x)2=x, so V=04xdx=8 cubic units.


Solids of Revolution: Disk Method

For rotation about a horizontal axis, slices perpendicular to the axis can become disks. If the radius from the axis of rotation to the curve is R(x), then a disk has area πR(x)2, giving V=πabR(x)2dx.

Worked example. Rotate the region under y=x from x=0 to x=4 about the x-axis. Here R(x)=x, so V=π04xdx=8π cubic units.


Solids of Revolution: Washer Method

If rotation creates a hole, subtract the inner disk from the outer disk. For slices perpendicular to a horizontal axis, with outer radius R(x) and inner radius r(x), V=πab(R(x)2r(x)2)dx. The radii are distances from the axis of rotation, so you should draw the axis and label both distances before writing the integral.

Worked example. Rotate the region between y=x and y=x/2 from x=0 to x=4 about the x-axis. The outer radius is x and the inner radius is x/2. Therefore V=π04(xx24)dx=8π3 cubic units.


Application 3: Average Value of a Function

For a continuous function f on [a,b], its average value is favg=1baabf(x)dx. Geometrically, this is the height of a rectangle of width ba that has the same signed area as the region represented by the integral.

Worked example. For f(x)=x2 on [0,3], favg=1303x2dx=139=3. If f represents temperature, concentration, power, or another continuously varying quantity, this formula gives its time- or space-average over the interval.


Application 4: Motion from Velocity

If v(t) is velocity, then abv(t)dt gives displacement, the net change in position. Total distance traveled is ab|v(t)|dt. This distinction is essential when velocity changes sign.

Worked example. Let v(t)=2t4 for 0t4. The velocity is zero at t=2. The displacement is 04(2t4)dt=0. The object returns to its starting position. The total distance is 02(42t)dt+24(2t4)dt=4+4=8 distance units.


Application 5: Work by a Variable Force

In one-dimensional motion, if a force F(x) acts in the direction of motion from x=a to x=b, the work done is W=abF(x)dx. A small contribution F(x)Δx has units of force times distance, so in SI units the integral gives joules.

Worked example. If F(x)=3x2 newtons for 0x2 metres, then W=023x2dx=[x3]02=8 joules.


Application 6: Arc Length

Integration can measure distance along a curved path. If y=f(x) is continuously differentiable on [a,b], then its arc length is L=ab1+(f(x))2dx. The formula comes from applying the Pythagorean theorem to many tiny line segments and passing to a limit.

Worked example. Let y=23x3/2 on [0,3]. Then y=x, so L=031+xdx=[23(1+x)3/2]03=143 length units.


Application 7: Probability from a Density

For a continuous random variable with probability density function f(x), probability over an interval is accumulated area: P(aXb)=abf(x)dx. A valid density is nonnegative and has total area 1 over its full domain.

Worked example. Suppose f(x)=2x for 0x1 and f(x)=0 elsewhere. Then P(0X0.5)=00.52xdx=0.25.


Choosing and Checking an Integral Model

Before calculating, ask what a thin slice represents. For area it is height times width; for volume it is cross-sectional area times thickness; for displacement it is velocity times time; for work it is force times displacement. Then check the bounds, sign, and units.

A strong solution normally follows this sequence:

  1. Model the quantity: State what is accumulating and choose the variable of integration.
  2. Sketch or inspect the graph: Find intersections, zeros, and the relative positions of curves.
  3. Build the integral: Write the correct integrand and bounds before evaluating.
  4. Check units: Area should have square units, volume cubic units, and work force times distance.
  5. Check reasonableness: Compare with a rough geometric or numerical estimate.

Common errors include treating signed area as geometric area, reversing top and bottom curves, using a diameter where a radius is required, forgetting to square a radius in a disk or washer model, ignoring a velocity sign change when finding distance, and using the average-value formula without dividing by interval length.


Interactive Tasks


Quiz: Test Your Knowledge

What does a definite integral represent when a graph crosses the horizontal axis? (Net signed accumulation) (!Only positive geometric area) (!The maximum function value) (!The slope at the midpoint)




For vertical slices, how is the area between two curves found when one curve stays above the other? (Upper function minus lower function) (!Lower function minus upper function) (!Sum of both functions) (!Product of both functions)




What must you usually do to find total geometric area when a function changes sign? (Split at zeros or use absolute value) (!Differentiate the function twice) (!Replace both bounds with zero) (!Multiply the integral by negative one)




Which quantity is integrated to find a volume from known cross sections? (Cross sectional area) (!Boundary slope) (!Average radius) (!Perimeter only)




What distinguishes the washer method from the disk method? (An inner circular area is subtracted) (!The radius is never squared) (!No definite integral is needed) (!Only horizontal axes are allowed)




How is the average value of a continuous function found on an interval? (Integral divided by interval length) (!Integral multiplied by interval length) (!Largest value minus smallest value) (!Derivative divided by interval length)




What does the integral of velocity over time give? (Displacement) (!Total distance in every case) (!Acceleration) (!Average speed in every case)




What extra operation is needed to obtain total distance from velocity when direction changes? (Integrate the absolute value of velocity) (!Differentiate velocity) (!Square the time interval) (!Use only positive bounds)




In one dimensional motion, what does integrating force over displacement calculate? (Work) (!Power) (!Momentum) (!Acceleration)




For a continuous probability density, what gives the probability of an interval? (The integral of the density over that interval) (!The derivative of the density over that interval) (!The maximum density value) (!The interval length alone)





Memory Game

Definite integral Net accumulation over an interval
Riemann sum Approximation built from many small contributions
Average value Integral divided by interval length
Cross section Slice whose area can be accumulated into volume
Washer method Outer circular area minus inner circular area
Arc length Distance measured along a curve
Probability density Nonnegative function whose interval area gives probability





Drag and Drop

Match the correct terms. Topic
Top minus bottom Area between curves with vertical slices
Area times thickness Volume from cross sections
Velocity times time Displacement accumulation
Force times displacement Work accumulation
Integral divided by width Average value






Crossword Puzzle

Integral What accumulation tool combines infinitely many small contributions?
Accumulation What broad idea unifies area, volume, displacement, work, and probability?
Displacement What net change in position is obtained by integrating velocity?
Washer Which method subtracts an inner disk from an outer disk?
Arclength What term names the distance measured along a curve?
Probability What quantity is obtained by integrating a density over an interval?





LearningApps


Cloze Text

Complete the text.

A definite integral measures

over an interval. When a graph lies below the horizontal axis, its signed contribution is

. The Fundamental Theorem of Calculus evaluates many definite integrals using an

. Area between two curves with vertical slices is found from

. A volume model accumulates

through the solid. The average value of a function equals its integral divided by the

. Integrating velocity gives

rather than total distance when direction changes. Integrating a variable force over displacement gives

. The area under a probability density over an interval gives

.




Open-Ended Tasks


Easy

  1. Area sketch: Draw two intersecting functions, shade the enclosed region, identify the intersection points, and write the area integral without evaluating it.
  2. Motion story: Create a short motion story whose velocity changes sign, sketch a matching velocity graph, and explain the difference between displacement and total distance.
  3. Average value infographic: Produce a one-page visual explanation showing why average value is the area-equivalent height of a rectangle.
  4. Signed area video: Record a two-minute explanation of how positive and negative regions affect a definite integral, using your own graph.


Standard

  1. Cross-section model: Build a paper or digital model of a solid with square or semicircular cross sections and derive an integral for its volume.
  2. Solid of revolution design: Choose two functions, create a region, rotate it around an axis, and compare disk and washer descriptions where appropriate.
  3. Calculus interview: Interview an engineer, scientist, economist, or teacher about a situation in which accumulated change matters, then translate one example into an integral model.
  4. Variable force experiment: Use a spring scale or a safe simulated data set to record force at several displacements, estimate work numerically, and compare the result with an integral model.


Advanced

  1. Numerical integration project: Collect or locate time-series data for a rate such as flow, power, or velocity, estimate total accumulation with several numerical rules, and analyze the error.
  2. Arc length investigation: Choose a curved path from a map, design, or graph, approximate its length with line segments, then compare the approximation with an arc-length integral.
  3. Probability simulation: Define a valid continuous density on a finite interval, calculate a probability by integration, simulate many random outcomes, and compare experimental and theoretical proportions.
  4. Application synthesis: Create a mini research presentation that connects at least three integral applications, explains their common accumulation structure, and identifies where the models differ.



Learning Assessment

  1. Model selection: Given several real situations, identify which require area, volume, average value, displacement, distance, work, arc length, or probability, and justify every choice from the meaning of a small contribution.
  2. Error diagnosis: Analyze a flawed solution in which signed area is confused with geometric area or inner and outer washer radii are reversed, then correct both the model and the reasoning.
  3. Units and plausibility: Solve an applied integral problem, track units through the integrand and differential, and use a rough estimate to judge whether the final magnitude is reasonable.
  4. Multiple representations: Represent one application with a graph, a verbal explanation, a Riemann-sum description, and a definite integral, and explain how the four representations correspond.
  5. Transfer problem: Design and solve a new problem in which a measured rate must be accumulated over time, including assumptions, bounds, units, calculation, and interpretation.
  6. Method comparison: For one solid of revolution, compare two valid slicing approaches and argue which setup is more efficient while showing that both describe the same volume.




Evidence of Learning

Evidence of learning should show more than correct antiderivatives. Your work should demonstrate the following.

Knowledge: You can explain definite integrals as limits of sums, distinguish signed accumulation from geometric area, and state the main formulas for area, volume, average value, displacement, distance, work, arc length, and probability.

Skills: You can sketch relevant regions, find intersections and sign changes, choose a variable of integration, construct integrands from small contributions, evaluate or approximate definite integrals, and use units to check meaning.

Products: Useful evidence includes annotated graphs, mathematical models, physical or digital solids, short explanatory videos, experimental data tables, simulations, and written solutions that connect formulas to context.

Transfer achievements: You can recognize accumulation in an unfamiliar situation, adapt a known integral model, justify assumptions, compare alternative methods, and communicate why the result is mathematically and contextually reasonable.




OERs on the Topic

The English Wikipedia article on integrals offers a broad reference for the concept, notation, history, interpretations, and applications.

For further open learning, explore the linked topics Fundamental theorem of calculus, Riemann sum, Solid of revolution, Arc length, work in physics, and Probability density function.



Linked Learning Areas

The following topics connect applications of integrals to core ideas in mathematics and neighboring subjects.


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 ...