Zum Inhalt springen

English:Introduction to Differential Calculus

Aus MOOCsWiki Staging
aiMOOC-Siegel

Introduction to Differential Calculus



Introduction

Differential calculus is the mathematics of instantaneous change. It gives you tools for describing how quickly a quantity changes at a particular moment and how the graph of a function behaves near a point. Its central idea is the derivative, which connects algebra, geometry, limits, and real-world rates such as velocity, growth, marginal cost, and changing temperature.

This aiMOOC is designed for Grades 11–13. You should already be comfortable with Functions, coordinate geometry, algebraic manipulation, powers, and basic trigonometry. Familiarity with Limits is helpful, but the key limit ideas are reviewed here.

By the end of the course, you should be able to explain derivatives conceptually, calculate derivatives from first principles and with standard rules, interpret derivative graphs, solve rate-of-change and optimization problems, and justify your reasoning.

The image shows the geometric meaning of a derivative: at a chosen point, the derivative gives the slope of the tangent line.


Why Differential Calculus Matters

Many questions ask about change. A car's speed changes from second to second. A company's cost changes as production changes. The height of a launched object changes with time. A population may grow faster in one period than in another. Differential calculus turns these situations into mathematical questions about rates of change.

An average rate of change compares two points: f(b)f(a)ba

An instantaneous rate of change asks what happens at one point. To define it precisely, you let the second point approach the first point. This limiting process produces the derivative.


Foundations: Slopes, Secants, and Limits


Average Rate of Change and Secant Lines

For a function y=f(x), choose two input values x and x+h. The corresponding change in output is f(x+h)f(x). The slope of the secant line through the two graph points is

f(x+h)f(x)h.

This expression is called a difference quotient. It measures average change over an interval of width h.


From Secant to Tangent

To obtain the slope at a single point, make h approach zero. The second point moves toward the first, and the secant line approaches the tangent line when the relevant limit exists.

The animation visualizes a central idea of calculus: the tangent slope is not found by setting h=0 in the difference quotient. Doing that would create division by zero. Instead, you examine the value approached as h tends to zero.


The Derivative from First Principles

The derivative of f at x is defined by

f(x)=limh0f(x+h)f(x)h,

provided the limit exists.

For example, let f(x)=x2:

f(x)=limh0(x+h)2x2h=limh02xh+h2h=limh0(2x+h)=2x.

So the derivative of x2 is 2x. At x=3, the tangent slope is f(3)=6.


Understanding the Derivative


Geometric Interpretation

Geometrically, f(a) is the slope of the tangent line to y=f(x) at x=a. The tangent line gives the best local linear approximation to a differentiable curve near that point.

The tangent line at x=a has equation

yf(a)=f(a)(xa).

This equation is useful when you need a simple linear model near a known point.


Rate-of-Change Interpretation

If s(t) gives position as a function of time, then

v(t)=s(t)

is instantaneous velocity. Differentiating again gives

a(t)=v(t)=s(t),

the instantaneous acceleration.

The same structure appears in other subjects. If C(q) is cost as a function of quantity, then C(q) is marginal cost. If P(t) is a population model, then P(t) describes its instantaneous growth rate.


Derivative as a Function

A derivative is often itself a function. If f(x)=x2, then f(x)=2x. The original function tells you the output value; the derivative function tells you the local slope at each input where the derivative exists.

You can read qualitative information from the sign of the derivative:

  1. If f(x)>0 on an interval, f is increasing there.
  2. If f(x)<0 on an interval, f is decreasing there.
  3. If f(x)=0, the point may be a local maximum, local minimum, or another stationary point.

A zero derivative alone does not prove that a point is a maximum or minimum. You need additional information, such as a sign change in f or a suitable second-derivative test.


Differentiability and Continuity

A function is differentiable at a point if its derivative exists there. Differentiability is stronger than continuity: if a function is differentiable at a point, then it is continuous there. The reverse is not always true.

For example, f(x)=|x| is continuous at x=0, but it is not differentiable there because the left-hand slope and right-hand slope do not agree.

Derivatives can fail to exist at corners, cusps, vertical tangents, discontinuities, or points where the necessary difference-quotient limit does not exist.


Core Differentiation Rules

Using the limit definition every time would be inefficient. Standard differentiation rules let you calculate derivatives quickly while preserving the meaning established by the limit definition.


Constant, Power, Sum, and Difference Rules

For a constant c: ddx(c)=0.

For suitable powers: ddx(xn)=nxn1.

For differentiable functions f and g: (f+g)=f+g and (fg)=fg.

Example: ddx(4x53x2+7)=20x46x.


Product Rule

For y=f(x)g(x),

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

A common error is to multiply the derivatives. In general, (fg)fg.

Example: ddx(x2sinx)=2xsinx+x2cosx.


Quotient Rule

For y=f(x)g(x), where g(x)0,

y=f(x)g(x)f(x)g(x)[g(x)]2.

Example: ddx(x2+1x)=2xx(x2+1)x2=x21x2.


Chain Rule

The chain rule differentiates composite functions. If y=f(g(x)), then

dydx=f(g(x))g(x).

Example: ddx(3x2+1)5=5(3x2+1)46x=30x(3x2+1)4.

You can think of this as differentiating the outer function while keeping the inner function in place, then multiplying by the derivative of the inner function.


Selected Elementary Derivatives

Useful derivatives include:

  1. ddx(sinx)=cosx
  2. ddx(cosx)=sinx
  3. ddx(ex)=ex
  4. ddx(lnx)=1x for x>0

These formulas combine with the product, quotient, and chain rules to differentiate many functions encountered in upper-secondary mathematics.


Higher Derivatives and Curve Behavior

The derivative of a derivative is the second derivative, written f(x) or d2ydx2. It measures how the first derivative changes.

When f(x)>0, the graph is locally concave upward. When f(x)<0, it is locally concave downward. A point where concavity changes is called an inflection point.

For motion:

  1. Position is s(t).
  2. Velocity is s(t).
  3. Acceleration is s(t).

Higher derivatives appear in mechanics, numerical methods, Taylor approximations, signal analysis, and models of changing systems.


Applications of Differential Calculus


Tangent-Line Approximation

Near x=a, a differentiable function can be approximated by

f(x)f(a)+f(a)(xa).

For f(x)=x near a=4, you have f(4)=2 and f(4)=14. Therefore

x2+14(x4).

For x=4.1, this gives 4.12.025.


Optimization

Many optimization problems ask you to maximize or minimize a quantity. A typical strategy is:

  1. Define the quantity to optimize as a function.
  2. Determine the relevant domain.
  3. Differentiate the function.
  4. Find critical points where the derivative is zero or undefined within the domain.
  5. Compare candidates, including relevant endpoints, and interpret the result.

Example: If a rectangle has perimeter 20, write one side as x and the other as 10x. Its area is

A(x)=x(10x)=10xx2.

Then A(x)=102x. Setting A(x)=0 gives x=5, so the maximum-area rectangle is a square with side length 5.


Motion and Instantaneous Change

Suppose s(t)=t36t2+9t gives position. Then

v(t)=3t212t+9

and

a(t)=6t12.

You can use these derivatives to identify when the object is moving forward or backward, when it is momentarily at rest, and how its velocity is changing.


Historical Perspective

Modern calculus emerged in the seventeenth century. Isaac Newton and Gottfried Wilhelm Leibniz developed major parts of calculus independently. Newton often framed change using quantities in motion, while Leibniz introduced influential notation such as dy/dx. Their work built on earlier ideas about tangents, areas, infinite processes, and rates of change.

The modern limit-based foundation of calculus was developed more rigorously in later centuries. Today, derivatives are central across mathematics, physics, engineering, economics, computer science, biology, and many other fields.


Common Misconceptions and Study Strategies

Misconception 1: A derivative is only a formula. In fact, it is simultaneously a limit, a slope, a local rate of change, and a function.

Misconception 2: dy/dx should always be treated as an ordinary fraction. In introductory single-variable calculus, it is best understood as derivative notation arising from a limiting ratio, even though the notation can be manipulated meaningfully in many later contexts.

Misconception 3: If f(a)=0, then a must be a maximum or minimum. A horizontal tangent can also occur without an extremum.

Misconception 4: Continuity guarantees differentiability. A continuous graph can still have a corner or cusp.

A strong study routine combines four representations: formula, graph, table, and verbal interpretation. When you calculate a derivative, ask what its sign, size, and units mean in the original situation.


Interactive Tasks


Quiz: Test Your Knowledge

What does the derivative of a position function represent? (Instantaneous velocity) (!Average position) (!Total distance) (!Constant acceleration)




Which process defines a derivative from first principles? (Taking the limit of a difference quotient) (!Substituting zero directly into a denominator) (!Multiplying two average rates) (!Finding the area under a curve)




What is the derivative of x to the fourth power? (4x cubed) (!x cubed) (!4x to the fourth power) (!3x squared)




What is the derivative of a constant function? (Zero) (!One) (!The constant itself) (!Undefined everywhere)




Which statement describes the product rule? (Differentiate each factor once and add the two products) (!Differentiate both factors and multiply the results) (!Divide the first derivative by the second derivative) (!Differentiate only the first factor)




Which rule is designed for composite functions? (Chain rule) (!Constant rule) (!Secant rule) (!Endpoint rule)




What does a positive derivative usually indicate on an interval? (The function is increasing) (!The function is constant) (!The function is discontinuous) (!The function is always negative)




What is guaranteed if a function is differentiable at a point? (It is continuous at that point) (!It has a maximum at that point) (!Its derivative is zero there) (!Its graph is a straight line)




What does the second derivative of a position function represent? (Instantaneous acceleration) (!Instantaneous position) (!Average distance) (!Constant speed)




What is the slope of the tangent line to y equals f of x at x equals a? (The derivative at a) (!The function value at zero) (!The average of all function values) (!The second derivative at every point)





Memory Game

Derivative Instantaneous rate of change
Secant Line through two points of a curve
Tangent Local linear direction at a point
Limit Value approached by a changing expression
Chain rule Method for differentiating composite functions
Critical point Candidate input for a local extremum





Drag and Drop

Match the correct terms. Topic
Difference quotient Average rate of change over a shrinking interval
Power rule Efficient derivative rule for powers of x
Product rule Derivative method for a product of functions
Chain rule Derivative method for a composite function
Second derivative Rate of change of the first derivative




Match each mathematical idea to its role, then explain one match in your own words.


Crossword Puzzle

Derivative What quantity gives an instantaneous rate of change?
Tangent What line represents the local slope of a differentiable curve?
Secant What line joins two points on a curve?
Limit What concept describes a value approached by an expression?
Velocity What derivative of position describes instantaneous motion?
Continuity What property is guaranteed by differentiability at a point?





LearningApps


Cloze Text

Complete the text.

The central object in differential calculus is the

. A secant line measures an

rate of change between two points. Letting the second point approach the first uses a

. The derivative at a point gives the slope of the

line. The derivative of a constant is

. The rule for differentiating a product is the

rule. A composite function is differentiated with the

rule. A positive first derivative usually indicates that a function is

. The derivative of position with respect to time is

. Differentiability at a point guarantees

there.




Open-Ended Tasks


Easy

  1. Slope Hunt: Find three examples of changing quantities in daily life, identify the input and output variables, and explain what an instantaneous rate of change would mean in each case.
  2. Derivative Sketchbook: Draw a smooth function by hand, mark five points, estimate the tangent slope at each point, and sketch a possible derivative graph.
  3. Motion Interview: Interview a classmate about how speed differs from average speed, then write a short explanation that connects the discussion to derivatives.
  4. Tangent Video: Produce a one-minute video using a graph or physical demonstration to explain how a secant line can approach a tangent line.


Standard

  1. First Principles Investigation: Use the limit definition to derive the derivative of a quadratic function of your choice and annotate every algebraic step.
  2. Optimization Poster: Design a poster that models and solves a realistic maximum-or-minimum problem, including assumptions, a derivative calculation, and an interpretation.
  3. Data Rate Study: Collect a small time-based data set such as cooling water, walking distance, or plant height, estimate rates of change, and compare average rates with an estimated instantaneous rate.
  4. Rule Comparison: Create a worked-example guide showing when to use the power, product, quotient, and chain rules, with one original example for each rule.


Advanced

  1. Numerical Differentiation Experiment: Use a spreadsheet or short program to approximate a derivative with difference quotients for progressively smaller step sizes, then analyze accuracy and rounding effects.
  2. Modeling Project: Build a differentiable model for a changing real-world quantity, justify your chosen function, compute and interpret its derivative, and discuss limitations of the model.
  3. Proof Workshop: Derive either the product rule or the derivative of a simple power from the limit definition, then present the reasoning to peers and respond to questions.
  4. Calculus Teaching Video: Produce a five-minute teaching video that connects limits, derivative notation, a differentiation rule, and one application while anticipating at least two common misconceptions.



Learning Assessment

  1. Conceptual Derivative Analysis: Given a graph of a function, explain where the derivative is positive, negative, zero, or undefined and justify each claim from the graph's local behavior.
  2. First Principles Transfer: Derive the derivative of a new simple function from the limit definition and compare the result with the appropriate differentiation rule.
  3. Motion Reasoning: Analyze a position function to determine intervals of forward and backward motion, rest times, and acceleration, then interpret every result in context.
  4. Optimization Decision: Build and solve an optimization model from a written scenario, justify the domain, identify all candidates, and explain why the selected solution is optimal.
  5. Derivative Graph Reconstruction: Given information about the sign and zeros of a derivative, sketch a plausible original function and explain which features are forced and which are optional.
  6. Model Critique: Evaluate a real-world derivative claim, check units and assumptions, identify possible limitations, and propose evidence that would strengthen the conclusion.




Evidence of Learning

  1. Knowledge: You can explain the derivative as a limit, tangent slope, instantaneous rate of change, and derivative function.
  2. Skills: You can differentiate basic and composite functions using first principles and standard rules, and you can interpret first and second derivatives.
  3. Reasoning: You can connect algebraic, graphical, numerical, and contextual representations and justify conclusions about increasing, decreasing, extrema, and concavity.
  4. Products: You can produce worked solutions, graphs, a data investigation, an optimization model, and an explanatory media product using correct mathematical language.
  5. Transfer: You can apply derivatives to unfamiliar problems in motion, science, economics, engineering, or other changing systems while checking units, assumptions, and reasonableness.




OERs on the Topic

For further open study, you can also use OpenStax Calculus Volume 1: Defining the Derivative and related sections on derivative functions and differentiation rules.



Linked Learning Areas


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