Zum Inhalt springen

English:Calculus

Aus MOOCsWiki Staging
aiMOOC-Siegel

Calculus



Introduction

Calculus is the mathematics of change and accumulation. It gives you precise tools for describing how quantities vary, how local behavior determines global behavior, and how infinitely many small contributions can combine into a finite result. At university level, calculus is both a practical problem-solving language and a gateway to analysis, differential equations, linear algebra, probability, physics, engineering, economics, and modern data science.

A central idea runs through the subject: use a limit to make a process involving increasingly small changes mathematically precise. Limits support the definitions of derivatives and integrals. The Fundamental theorem of calculus then reveals that differentiation and integration are deeply connected inverse processes.

You should approach this course at three levels at once: conceptual understanding, symbolic technique, and application. A correct formula is useful, but you should also be able to explain what it means, recognize when it applies, estimate whether an answer is reasonable, and connect algebraic results with graphs, units, and real situations.

The video above develops an intuitive view of how derivatives, integrals, and the Fundamental Theorem of Calculus emerge from geometric questions. Use it as a conceptual preview, then return to the formal definitions below.


Learning Goals

By the end of this aiMOOC, you should be able to explain and use the major concepts of single-variable calculus, interpret derivatives and integrals in context, solve standard university-level problems, evaluate the validity of a mathematical model, and connect single-variable ideas to multivariable calculus.

You should be able to:

  1. Limits and continuity: Determine and justify limits, identify continuity, and interpret limiting behavior graphically and algebraically.
  2. Differentiation: Compute derivatives from definitions and rules, then interpret them as local rates of change and slopes.
  3. Applications of derivatives: Analyze monotonicity, extrema, concavity, approximation, optimization, and related rates.
  4. Integration: Interpret definite integrals as limits of sums and compute integrals using antiderivatives and standard techniques.
  5. Fundamental theorem: Explain and use the connection between accumulation and rates of change.
  6. Series and approximation: Analyze convergence and use Taylor polynomials or series to approximate functions.
  7. Multivariable extension: Interpret partial derivatives, gradients, and multiple integrals as higher-dimensional versions of familiar ideas.


Foundations: Functions, Limits, and Continuity

Calculus studies functions by asking what happens when the input changes. Before differentiating or integrating, you need a secure understanding of functions, graphs, domains, ranges, algebraic manipulation, and trigonometric, exponential, and logarithmic functions.


Limits

The statement

limxaf(x)=L

means that the values of f(x) can be made arbitrarily close to L by taking x sufficiently close to a, without requiring x=a. This distinction matters because a function may have a limit at a point where the function itself is undefined.

For example,

limx0sinxx=1.

The expression is undefined at x=0, but its nearby values approach 1. This limit is foundational for differentiating trigonometric functions.

At a more rigorous level, the epsilon-delta definition says that limxaf(x)=L if, for every ε>0, there exists a δ>0 such that 0<|xa|<δ implies |f(x)L|<ε. The definition separates the desired output accuracy, ε, from a sufficiently small input tolerance, δ.


Continuity

A function f is continuous at a when three conditions hold: f(a) is defined, limxaf(x) exists, and that limit equals f(a). Continuity allows many local and global theorems of calculus to work. In particular, continuity on a closed interval is a standard hypothesis in the Intermediate value theorem, the Extreme value theorem, and the Fundamental Theorem of Calculus.

When solving limit problems, distinguish among direct substitution, algebraic simplification, one-sided limits, limits at infinity, and indeterminate forms. An expression such as 0/0 is not an answer; it is a signal that more analysis is needed.


Differential Calculus

A derivative measures an instantaneous rate of change. If y=f(x), then the derivative at x=a is defined by the limit

f(a)=limh0f(a+h)f(a)h

when the limit exists. Geometrically, this is the limiting slope of secant lines, producing the slope of the tangent line. In an applied setting, if s(t) is position, then s(t) is instantaneous velocity and s(t) is acceleration.

The tangent-line image shows the local linear behavior that a derivative captures. A differentiable function is approximately linear at a sufficiently small scale:

f(a+Δx)f(a)+f(a)Δx.

This linearization is one of the most important practical ideas in calculus because it turns a nonlinear problem into a local linear approximation.

The MIT OpenCourseWare lecture above introduces derivatives through slope, velocity, and rate of change.


Differentiation Rules

Once the limit definition is understood, derivative rules make calculations efficient. For differentiable functions f and g:

(f+g)=f+g

(fg)=fg+fg

(fg)=fgfgg2 when g0

and the chain rule gives

ddxf(g(x))=f(g(x))g(x).

You should not memorize these rules in isolation. Practice recognizing the structure of an expression before choosing a rule. For example, sin(x2) requires the chain rule because it is a composition, while x2sinx requires the product rule.


Applications of Derivatives

Derivatives reveal the shape and behavior of functions. Where f(x)>0, a function is locally increasing; where f(x)<0, it is locally decreasing. Critical points occur where f(x)=0 or the derivative does not exist, provided the original function is defined there. The second derivative helps analyze concavity: f(x)>0 indicates concave-up behavior, while f(x)<0 indicates concave-down behavior.

In optimization, you translate a real constraint into a mathematical model, express the target quantity as a function, locate candidate extrema, and then determine which candidate solves the original problem. In related-rates problems, several quantities vary with time, and an equation connecting them is differentiated implicitly with respect to time.

The Mean value theorem gives a powerful bridge between local and average change. If f is continuous on [a,b] and differentiable on (a,b), then at some c in the interval,

f(c)=f(b)f(a)ba.

This theorem supports many later results, including reasoning about monotonicity, approximation errors, and uniqueness.


Integral Calculus

Integration begins with accumulation. Suppose a quantity is built from many small contributions. A Riemann sum approximates the total by partitioning an interval into subintervals, multiplying a representative function value by the subinterval width, and adding the products.

For a function f on [a,b], a Riemann sum has the form

i=1nf(xi)Δxi.

When the partition becomes increasingly fine and the sums approach a common limit, that limit is the definite integral:

abf(x)dx.

The diagram illustrates how different sampling choices can converge toward the same integral as the partition is refined. This is a visual reminder that integration is not merely a formula for area; it is a limiting process.

A definite integral represents signed accumulation. Regions where f(x)>0 contribute positively and regions where f(x)<0 contribute negatively. Depending on context, an integral can represent displacement, mass, work, total probability, accumulated change, average value, or another quantity obtained by summing local contributions.


Antiderivatives and Indefinite Integrals

An antiderivative of f is a function F such that F=f. The notation

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

represents a family of antiderivatives. The constant C is necessary because differentiation removes additive constants.

Common integration strategies include substitution, integration by parts, partial fractions, trigonometric identities, and numerical integration. The choice of method depends on structure. Substitution reverses the chain rule; integration by parts reverses the product rule.


The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus connects local rates of change with global accumulation. If f is continuous and

A(x)=axf(t)dt,

then

A(x)=f(x).

This says that the rate of change of accumulated area is the current value of the function being accumulated.

A second form states that if F=f, then

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

This transforms many definite-integral problems from limit computations into antiderivative evaluations. Conceptually, differentiation asks for a local rate, while integration accumulates local rates into a net change.

The first video gives geometric intuition for why integration and differentiation are inverse processes. The second focuses on a proof of the Fundamental Theorem. Compare the intuitive and formal explanations: university-level understanding requires both.


Techniques and Applications of Integration

Integration techniques are best understood as transformations that convert an unfamiliar integral into a familiar one. The substitution rule is based on the chain rule:

f(g(x))g(x)dx=f(u)du

with u=g(x). Integration by parts comes from the product rule:

udv=uvvdu.

Applications include areas between curves, volumes, arc length, work, probability density, average value, and solutions of simple differential equations. Always interpret units. If velocity is measured in meters per second and time in seconds, integrating velocity over time produces meters, which is displacement.

Numerical integration is essential when an antiderivative is unavailable or data are measured rather than given by a formula. Left and right sums, the midpoint rule, the trapezoidal rule, and Simpson-type methods approximate definite integrals with different error behavior. A sound numerical solution reports both an approximation and a reason to trust its accuracy.


Infinite Sequences, Series, and Taylor Approximation

Calculus also studies infinite processes. A sequence (an) converges to L if its terms approach L as n. An infinite series

n=1an

converges when its sequence of partial sums converges.

Convergence tests help decide whether a series has a finite sum. Important methods include the comparison test, limit comparison test, ratio test, root test, integral test, and alternating-series test. No single test works for every series, so identifying structure is part of the reasoning.

A Taylor series represents or approximates a sufficiently well-behaved function near a center a using derivatives at that point:

f(x)n=0f(n)(a)n!(xa)n.

A finite Taylor polynomial gives a local approximation. Its usefulness depends not only on computing coefficients but also on understanding the remainder or error.

The graph and video illustrate how polynomial information built from derivatives can approximate a non-polynomial function. Notice that a good approximation near the center does not automatically imply good approximation everywhere.


Multivariable Calculus: The Next Step

Single-variable calculus generalizes naturally to functions of several variables. For f(x,y), a partial derivative measures change in one coordinate direction while holding the other coordinate fixed. The gradient

f=(fx,fy)

points in the direction of greatest instantaneous increase when the usual Euclidean interpretation applies.

Multivariable calculus extends optimization to several variables, introduces directional derivatives, multiple integrals, line and surface integrals, and eventually the major theorems of vector calculus. These ideas are central in fluid mechanics, electromagnetism, optimization, machine learning, and many areas of applied mathematics.


Modeling with Calculus

A calculus model connects mathematics with assumptions about a real system. A useful modeling cycle is: identify quantities and units, define variables and functions, state assumptions, derive mathematical relationships, solve or approximate, interpret the result, and test whether the result is plausible.

For example, if v(t) is velocity, then

Δs=t0t1v(t)dt

gives displacement. If a cost function is C(q), then C(q) measures marginal cost in the local mathematical sense. In a population model, a differential equation such as P(t)=kP(t) says that the growth rate is proportional to the current population.

A model can be mathematically correct and still be inappropriate for reality if its assumptions are poor. University-level calculus therefore includes model criticism: check units, domains, parameter meanings, sensitivity, limiting behavior, and whether the model has been used outside the range where it was justified.


Common Errors and Productive Study Strategies

A common mistake is to treat calculus as a list of procedures. Instead, connect every procedure to a concept. When you differentiate, ask what rate is being measured. When you integrate, ask what is accumulating. When you take a limit, ask what variable is approaching what value and from which direction.

Other frequent errors include canceling terms incorrectly in limits, forgetting the chain rule, using a critical point as proof of an extremum, confusing signed area with geometric area, omitting the constant of integration, applying a convergence test outside its hypotheses, and reporting a numerical answer without units or interpretation.

A productive study routine alternates among symbolic work, graphs, numerical checks, verbal explanations, and applied problems. After solving a problem, try a second method or estimate the answer independently. Explaining why a method works is often a better test of mastery than reproducing a memorized sequence of steps.


Interactive Tasks


Quiz: Test Your Knowledge

What concept makes the definitions of derivatives and definite integrals precise? (Limit) (!Matrix) (!Permutation) (!Histogram)




What does a derivative represent most directly? (Instantaneous rate of change) (!Total accumulated area) (!Number of roots) (!Average of all outputs)




Which rule is used to differentiate a composition of functions? (Chain rule) (!Product rule) (!Integral test) (!Trapezoidal rule)




What does a definite integral represent in general? (Signed accumulation) (!Only positive geometric area) (!A single tangent slope) (!A constant sequence)




What connects differentiation and integration? (Fundamental theorem of calculus) (!Pythagorean theorem) (!Binomial theorem) (!Prime number theorem)




If the derivative of a function is positive on an interval, what is the function doing there? (Increasing) (!Decreasing) (!Remaining constant) (!Becoming periodic)




Which integration method reverses the chain rule? (Substitution) (!Long division) (!Factorization) (!Gaussian elimination)




What is the purpose of a Taylor polynomial? (Local function approximation) (!Exact matrix inversion) (!Counting permutations) (!Defining prime numbers)




What does the gradient of a scalar field indicate? (Direction of greatest increase) (!Direction of zero change only) (!Total area under every curve) (!Number of stationary points)




What should accompany a calculus result in an applied model? (Interpretation in context) (!Removal of all units) (!A random parameter choice) (!An unrelated graph)





Memory Game

Limit Value approached by a function or sequence
Derivative Instantaneous rate of change
Integral Signed accumulation across an interval
Gradient Vector of partial derivatives
Taylor series Power series built from derivatives at a center
Continuity Agreement between a function value and its local limiting behavior





Drag and Drop

Match the correct terms. Topic
Differentiating a composite function Chain rule
Differentiating a product of functions Product rule
Changing variables in an integral Substitution
Reversing the product rule during integration Integration by parts
Optimizing with an equality constraint Lagrange multipliers




Match each method to the mathematical situation where it is most naturally used.


Crossword Puzzle

Limit What concept describes the value approached near a point?
Derivative What quantity measures an instantaneous rate of change?
Integral What operation represents continuous accumulation?
Gradient What vector collects partial derivatives of a scalar field?
Concavity What graph property is analyzed using the sign of the second derivative?
Antiderivative What function differentiates to a given integrand?





LearningApps


Cloze Text

Complete the text.
Calculus uses the concept of a

to describe precise limiting behavior. The

measures an instantaneous rate of change. A definite

represents signed accumulation over an interval. The

is used when differentiating a composition of functions. The

connects differentiation with integration. A

approximates an integral using finitely many contributions. A

uses derivatives at a center to build a power-series representation or approximation. In several variables, the

points in the direction of greatest local increase under the usual Euclidean interpretation.




Open-Ended Tasks


Easy

  1. Limit visualization: Use graphing software to create a graph and a short explanation showing how a function can have a limit at a point even when its value there is missing or different.
  2. Tangent-line image: Create an annotated image for a nonlinear function that compares a secant line with a tangent line and explains what changes as the second secant point approaches the first.
  3. Accumulation journal: Choose a measurable rate from everyday life, such as water flow or energy use, and write a one-page explanation of what integrating that rate would mean and what units the result would have.
  4. Two-minute calculus video: Record a short video explaining the difference between average rate of change and instantaneous rate of change using an original example.


Standard

  1. Optimization case study: Build and solve a realistic optimization problem with a constraint, justify the domain, find candidate extrema, and interpret the result in context.
  2. Numerical integration experiment: Use a spreadsheet or program to compare left, right, midpoint, and trapezoidal approximations for the same integral as the number of subintervals increases, then explain the observed error pattern.
  3. Modeling interview: Interview a student or professional in science, engineering, economics, or another quantitative field about where rates of change appear in their work, then translate one example into a differential equation or derivative-based model.
  4. History source visit: Visit a university library, mathematics collection, science museum, or high-quality digital archive and produce a short source-based report on the historical development of calculus notation or ideas.


Advanced

  1. Theorem proof analysis: Write a structured proof commentary for one form of the Fundamental Theorem of Calculus, identifying each hypothesis, the role of continuity, and the central limiting argument.
  2. Approximation project: Compare Taylor-polynomial approximations of a transcendental function at several degrees, graph the errors, and explain how the approximation changes with distance from the expansion center.
  3. Gradient field investigation: Create a contour plot and gradient field for a two-variable function, identify critical points, and explain how the gradient relates to directional change and optimization.
  4. Original modeling project: Design a small modeling study using real or experimentally collected data, fit or justify a differentiable model, use calculus to answer a substantive question, and evaluate the limitations of your assumptions.



Learning Assessment

  1. Graph-to-concept transfer: Given only the graph of a differentiable function, infer signs of the first and second derivatives, locate plausible extrema and inflection behavior, and justify each inference.
  2. Rate-and-accumulation model: Analyze a real-world rate function, compute an accumulated quantity, check units, and explain which assumptions are required for the calculation to be meaningful.
  3. Error diagnosis: Examine a flawed derivative or integral solution, identify the first invalid step, correct the mathematics, and explain why the original reasoning fails.
  4. Constrained decision problem: Formulate and solve an unfamiliar optimization problem, then test whether the mathematical optimum is feasible and useful in the stated context.
  5. Exact versus numerical integration: Compare an exact integral with two numerical approximations and explain why their errors differ as the partition is refined.
  6. Theorem transfer: Use the Mean Value Theorem or Fundamental Theorem of Calculus to justify a new claim about a function rather than merely calculating a value.




Evidence of Learning

Evidence type What you should be able to demonstrate
Knowledge Accurate understanding of limits, continuity, derivatives, integrals, the Fundamental Theorem of Calculus, convergence, Taylor approximation, and basic multivariable ideas.
Skills Correct symbolic calculation, graphical interpretation, numerical approximation, theorem use, unit analysis, estimation, and clear mathematical communication.
Products Graphs, written solutions, models, short explanations, numerical experiments, code or spreadsheets, visualizations, and a substantial applied or theoretical project.
Reasoning Ability to justify method choices, state relevant hypotheses, detect invalid arguments, compare alternative approaches, and explain why an answer is plausible.
Transfer Ability to apply calculus to unfamiliar problems in science, engineering, economics, computing, or other quantitative contexts and to evaluate the limitations of the resulting model.




OERs on the Topic


For further university-level study, you can use these openly accessible resources:

  1. MIT OpenCourseWare: Single Variable Calculus: Undergraduate lectures, notes, problems, worked examples, and exams.
  2. OpenStax Calculus Volume 1: A freely accessible textbook covering functions, limits, derivatives, and integration.
  3. Khan Academy Differential Calculus: Structured practice on limits, derivatives, applications, and related topics.


Linked Learning Areas

Calculus connects directly with Mathematical analysis, Linear algebra, differential equations, Probability theory, Statistics, Physics, Engineering, Computer science, Economics, and Mathematical modeling. These links are not merely curricular: derivatives, integrals, and limiting processes provide a common language for describing change, accumulation, approximation, and optimization across quantitative disciplines.


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