Calculus · Derivatives · Integrals · Limits

Advanced Calculus & Integration Solver

Calculate limits, first and higher-order derivatives, partial derivatives, antiderivatives and definite integrals with a structured mathematical breakdown showing the expression, applicable operation, intermediate work and final result.

Enter the calculus problem

Select an operation, then enter the expression and operation-specific values.

Example: 3*x^2 + 2*x – 5. Use * for multiplication and ^ for powers.
Symbolic derivative 6*x + 2

First derivative with respect to x.

Input expression
3*x^2 + 2*x – 5
Operation
First derivative
Variable
x
Numerical approximation
Not applicable
Compact calculus rule d/dx [a*x^n] = a × n × x^(n − 1)

Transparent calculation breakdown

  1. Input values f(x) = 3*x^2 + 2*x – 5; variable = x
  2. Normalized expression 3*x^2 + 2*x – 5
  3. Applicable rule Differentiate term-by-term using the power rule.
  4. Substitution / transformation 3 × 2 × x^(2 − 1) + 2 × 1 × x^(1 − 1) − 0
  5. Intermediate calculation 6*x^1 + 2*x^0
  6. Raw mathematical result 6*x + 2
  7. Final result f′(x) = 6*x + 2
Tool description

Symbolic calculus solver for limits, derivatives, partial derivatives and integrals.

Tool type

Calculus and symbolic mathematics calculator.

Core logic

Parse expression → validate variables → identify operation → apply calculus rules → simplify → evaluate where required.

Purpose

Solve common differentiation, integration and limit problems while exposing the mathematical working.

Define → Validate → Normalize → Calculate → Check → Present

Formula · Methodology · Calculation Logic

How Calculus Problems Are Solved

The Advanced Calculus & Integration Solver separates limits, derivatives, partial derivatives and integrals into their correct mathematical operations. The expression is validated and normalized first, the applicable calculus rule is identified, symbolic transformations are performed, and evaluation occurs only where the selected operation requires it.

1

Limits

A limit asks what value a function approaches as the independent variable approaches a specified point.

lim[x→a] f(x) = L
x
Independent variable approaching the target.
a
Approach value.
f(x)
Expression whose limiting behavior is examined.
L
Limit, when the relevant limit exists.

When f is continuous at a, direct substitution can be used:

lim[x→a] f(x) = f(a)

Direct substitution is not universally valid. An indeterminate form such as 0 ÷ 0 can require factoring, rationalization, algebraic simplification or another justified limit technique. Left-hand and right-hand limits must also agree for an ordinary two-sided finite limit to exist.

Expression → identify approach → test direct substitution → transform if required → compare limiting behavior → result
2

First Derivative

The derivative measures the instantaneous rate of change of a function with respect to its differentiation variable.

f′(x) = df ÷ dx

The derivative can also be defined through a limit:

f′(x) = lim[h→0] (f(x + h) − f(x)) ÷ h

For powers of the differentiation variable, the power rule provides the standard symbolic transformation:

d/dx [a × xⁿ] = a × n × xⁿ⁻¹
  • d/dx [c] = 0 — constant rule
  • d/dx [xⁿ] = n × xⁿ⁻¹ — power rule
  • (u + v)′ = u′ + v′ — sum rule
  • (u × v)′ = u′v + uv′ — product rule
  • (u ÷ v)′ = (u′v − uv′) ÷ v² — quotient rule, where v ≠ 0
  • d/dx f(g(x)) = f′(g(x)) × g′(x) — chain rule
Function → identify structure → choose derivative rule → differentiate → simplify → symbolic derivative
3

Higher-Order Derivatives

A higher-order derivative applies differentiation repeatedly. The second derivative differentiates the first derivative, the third differentiates the second, and so on.

f⁽ⁿ⁾(x) = dⁿf ÷ dxⁿ

For a monomial, repeated use of the power rule gives:

dᵏ/dxᵏ [xⁿ] = n(n − 1)…(n − k + 1) × xⁿ⁻ᵏ

This displayed polynomial form applies while the requested derivative order is compatible with the power. For a polynomial term with nonnegative integer exponent, repeated differentiation eventually produces zero once the derivative order exceeds that term’s degree.

f(x) → f′(x) → f″(x) → … → f⁽ⁿ⁾(x)
4

Partial Derivatives

For a multivariable function, a partial derivative measures change with respect to one selected variable while the other independent variables are treated as constants during that differentiation.

∂f ÷ ∂x

For example, if:

f(x,y) = 3x²y + 4y²

then differentiating with respect to x treats y as constant:

∂f ÷ ∂x = 6xy

Differentiating the same function with respect to y instead gives a different result:

∂f ÷ ∂y = 3x² + 8y
Multivariable expression → select variable → hold other independent variables constant → differentiate → simplify
5

Indefinite Integrals & Antiderivatives

An indefinite integral represents a family of functions whose derivative equals the integrand.

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

where:

F′(x) = f(x)

For a power of x:

∫ xⁿ dx = xⁿ⁺¹ ÷ (n + 1) + C,   n ≠ −1

The restriction n ≠ −1 matters because the integral of x⁻¹ follows the logarithmic rule:

∫ (1 ÷ x) dx = ln|x| + C

The arbitrary constant C is required because differentiating any constant produces zero.

Integrand → identify integration rule → find antiderivative → simplify → add C → verify by differentiation
6

Definite Integrals

A definite integral evaluates accumulated signed quantity between a lower bound a and upper bound b.

∫[a→b] f(x) dx = F(b) − F(a)

This is the evaluation form of the Fundamental Theorem of Calculus when the required hypotheses are satisfied and F is an antiderivative of f.

a
Lower integration bound.
b
Upper integration bound.
f(x)
Integrand.
F(x)
An antiderivative satisfying F′(x) = f(x).

Reversing the integration bounds changes the sign:

∫[a→b] f(x) dx = −∫[b→a] f(x) dx
Integrand + bounds → antiderivative → evaluate F(b) → evaluate F(a) → subtract → definite integral
7

Variables, Symbols and Mathematical Meaning

The meaning of each input depends on the selected calculus operation. The solver should not infer a derivative order, integration bound or limit approach value when the operation requires that information explicitly.

Symbol / input Meaning Used for Important condition
f(x) Function or mathematical expression All modes Must be syntactically valid for the symbolic engine.
x Selected differentiation, integration or limit variable All modes Other independent variables remain distinct.
n Derivative order Higher-order derivative Positive integer in this calculator interface.
a Approach value or lower integration bound Limit / definite integral Meaning depends on selected mode.
b Upper integration bound Definite integral Required for bounded integration.
C Arbitrary constant of integration Indefinite integral Required for a general family of antiderivatives.
L Limiting value Limit A finite two-sided limit requires compatible left- and right-hand behavior.
8

Expression Validation and Normalization

Before a calculus rule is applied, the expression and operation-specific parameters should be converted into a consistent symbolic representation. Normalization changes the machine-readable representation where necessary; it must not change the mathematical meaning of the problem.

Stage Action Example Reason
1. Parse Read operators, constants, variables and functions. 3*x^2 + 2*x - 5 Establish the expression tree.
2. Validate Reject malformed or unsupported syntax. x^^2 → invalid Prevents undefined transformations.
3. Identify variable Determine the requested calculus variable. x Essential for derivatives, partials and integration.
4. Identify operation Load only the parameters required by the selected mode. definite integral Prevents mixing bounds, orders and approach values.
5. Normalize Standardize equivalent parser notation where safe. 3 × x²3*x^2 Creates a consistent internal representation.
6. Preserve exact form Keep symbolic values exact where possible. 1 ÷ 3 rather than premature 0.333… Reduces avoidable numerical error.

Manual Method: First Derivative Example

The default calculator example uses f(x) = 3x² + 2x − 5. Each term can be differentiated separately using the power and constant rules.

1 · Original function f(x) = 3x² + 2x − 5
2 · Differentiate 3x² 3 × 2 × x²⁻¹ = 6x
3 · Differentiate 2x 2 × 1 × x¹⁻¹ = 2
4 · Differentiate −5 d/dx(−5) = 0
5 · Combine terms 6x + 2 + 0
6 · Final derivative f′(x) = 6x + 2
d/dx [3x² + 2x − 5] = 6x + 2

Manual Method: Definite Integral Example

Using the same polynomial over the interval 0 to 2 demonstrates the distinction between finding an antiderivative and evaluating a definite integral.

1 · Integrand f(x) = 3x² + 2x − 5
2 · Antiderivative F(x) = x³ + x² − 5x
3 · Upper bound F(2) = 8 + 4 − 10 = 2
4 · Lower bound F(0) = 0
5 · Subtract F(2) − F(0) = 2 − 0
6 · Result ∫[0→2] f(x) dx = 2
∫[0→2] (3x² + 2x − 5) dx = 2

Seven-Stage Calculation Breakdown

The calculator exposes the mathematical path from the submitted expression to the displayed result rather than presenting an unexplained answer.

1 Input values Expression, variable and operation-specific parameters.
2 Normalized values Parsed expression in a consistent symbolic form.
3 Formula / rule Applicable calculus identity or transformation.
4 Substitution Apply variables, powers, bounds or approach values.
5 Intermediate Simplification or bound evaluation before the result.
6 Raw result Exact symbolic or full-precision numerical result.
7 Display result Simplified mathematical result and approximation if useful.

Mathematical Verification Checks

  • Differentiate an antiderivative to check that it returns the original integrand where the relationship applies.
  • For a definite integral, independently check the bound substitution as F(b) − F(a).
  • Reversing definite-integral bounds should reverse the sign of the result.
  • For an ordinary two-sided limit, compare left-hand and right-hand behavior when continuity does not settle the question directly.
  • For a partial derivative, verify that non-target independent variables were held constant.
  • Never display NaN or Infinity as though either were a valid symbolic conclusion.

Exact Result vs. Numerical Approximation

  • Preserve exact symbolic expressions whenever the solver can represent them reliably.
  • A decimal approximation should be identified as an approximation rather than silently replacing an exact result.
  • Numerical integration is not the same operation as finding a symbolic antiderivative.
  • Numerical evidence near an approach value does not by itself prove that a mathematical limit exists.
  • Equivalent symbolic answers may look different after algebraic simplification.
  • Rounding should occur for presentation, not during intermediate symbolic or numerical work.
★ Graphing Calculator Buying Guide Five serious graphing calculators. Which one fits your student? Compare the TI-84 Plus CE, TI-Nspire CX II CAS, HP Prime, Casio fx-CG50 and NumWorks for algebra, calculus, graphing, statistics, Python and U.S. exam use. Graphing Calculus Statistics CAS SAT / ACT Compare the 5 Calculators → Features, exam rules & buying guidance TI-84 Plus CE graphing calculator TI-Nspire CX II CAS graphing calculator HP Prime graphing calculator Casio fx-CG50 graphing calculator NumWorks graphing calculator TI · CASIO · HP · NUMWORKS

Worked Examples · Comparison · Interactive Analysis

Calculus in Practice

Symbolic calculus becomes more useful when the result is connected to what it measures. The example below moves from a function to its derivative and then evaluates that derivative at a specific point, while the comparison shows how first and second derivatives answer different questions about the same function.

1

Worked Case: Position, Velocity and Instantaneous Change

A student or analyst can use differentiation to translate a position function into a rate-of-change function and then evaluate that rate at a selected time.

  1. Start with the function s(t) = t^3 – 3*t^2 + 2
  2. Differentiate term by term d/dt[t^3] – d/dt[3*t^2] + d/dt[2]
  3. Apply the power and constant rules 3*t^2 – 6*t + 0
  4. Simplify the derivative s′(t) = 3*t^2 – 6*t
  5. Substitute t = 3 s′(3) = 3*(3^2) – 6*3
  6. Evaluate s′(3) = 27 – 18 = 9
s′(3) = 3 × 3² − 6 × 3 = 27 − 18 = 9
Quantity Calculation Result Role
Original function s(t) = t³ − 3t² + 2 Defines the modeled quantity.
First derivative s′(t) = 3t² − 6t 3t² − 6t Rate of change of s with respect to t.
Function at t = 3 27 − 27 + 2 2 Value of the original function at the point.
Derivative at t = 3 27 − 18 9 Instantaneous rate of change at the point.
The calculation says

At t = 3, the function value is 2 and its first derivative is 9. The tangent slope of the function at that point is therefore 9.

This may mean

If s is genuinely a differentiable position function and t represents time in compatible units, s′(3) represents instantaneous velocity at t = 3. The calculus alone does not establish that a supplied formula is a valid physical model.

2

Comparison: Function Value, First Derivative and Second Derivative

These quantities come from the same function but answer different mathematical questions.

At t = 1

The function is 0, the first derivative is −3, and the second derivative is 0.

s(1) = 0 · s′(1) = −3 · s″(1) = 0
At t = 3

The function is 2, the first derivative is 9, and the second derivative is 12.

s(3) = 2 · s′(3) = 9 · s″(3) = 12
Evaluation point s(t) s′(t) s″(t) Mathematical observation
t = 1 0 −3 0 Function value, slope and slope-change are separate quantities.
t = 2 −2 0 6 The first derivative is zero at this point while the second derivative is positive.
t = 3 2 9 12 The function has positive slope and positive second derivative at this point.
s(t) = t³ − 3t² + 2   →   s′(t) = 3t² − 6t   →   s″(t) = 6t − 6
The calculation says

At t = 2, s′(2) = 0 while s″(2) = 6. At t = 3, s′(3) = 9 and s″(3) = 12.

This may mean

A zero first derivative identifies a stationary point, but classifying that point requires additional information. For this differentiable example, the positive second derivative at t = 2 is consistent with a local minimum.

Derivative Point Analyzer

Evaluate a polynomial function and its first derivative at a selected x-value. This supports the main symbolic solver by connecting a derivative formula to the function value, tangent slope and tangent-line equation at a particular point.

Supported here: finite polynomial terms with nonnegative integer powers, such as x^3 – 3*x^2 + 2.
Tangent slope 9.00

f′(3.00) = 9.00

Normalized function
x^3 – 3*x^2 + 2
First derivative
3*x^2 – 6*x
Function value
2.00
Evaluation point
3.00
Tangent point
(3.00, 2.00)
Tangent line
y – 2.00 = 9.00(x – 3.00)
Core relationship m = f′(a); tangent line: y − f(a) = f′(a)(x − a)

Interactive calculation breakdown

1 Input values f(x) = x^3 – 3*x^2 + 2; a = 3
2 Normalized values x^3 – 3*x^2 + 2
3 Formula d/dx[a*x^n] = a*n*x^(n-1)
4 Substitution f′(3) = 3*(3^2) – 6*3
5 Intermediate 27 – 18
6 Raw result f(3) = 2; f′(3) = 9
7 Display result f(3.00) = 2.00; slope = 9.00

Concepts · Rules · Assumptions · Limitations

Calculus Reference & Interpretation Guide

Use this reference to interpret limits, derivatives, partial derivatives and integrals correctly. A symbolic answer is only part of a calculus problem: domain restrictions, existence conditions, variable meaning, units and the distinction between exact and approximate results can all affect how that answer should be understood.

1

What Each Calculus Result Actually Represents

Limits, derivatives and integrals are related, but they describe different mathematical properties. Interpreting the result begins by identifying which operation was performed.

Limit

Describes the value or behavior approached by a function as its variable approaches a specified point.

lim[x→a] f(x) = L
First derivative

Describes instantaneous rate of change and, geometrically, the tangent slope where the derivative exists.

f′(x) = df ÷ dx
Higher-order derivative

Describes repeated rates of change. The second derivative measures how the first derivative changes.

f″(x) = d²f ÷ dx²
Partial derivative

Measures change with respect to one selected independent variable while other independent variables are held constant.

∂f ÷ ∂x
Indefinite integral

Represents a family of antiderivatives, not a single numerical accumulated quantity.

∫f(x)dx = F(x) + C
Definite integral

Represents accumulated signed quantity over specified bounds when the integral exists.

∫[a→b] f(x)dx
Function value and limit value need not be the same.

A limit concerns behavior near the approach point. The function may be undefined at that point, or its defined value may differ from the limiting value. For example, removing a single point from an otherwise continuous expression can leave its limit unchanged.

2

Core Differentiation Rules

Differentiation is rule-based. The expression’s structure determines which rule or combination of rules applies.

Rule Function Derivative
Constant c 0
Power xⁿ n × xⁿ⁻¹
Constant multiple c × f(x) c × f′(x)
Sum f(x) + g(x) f′(x) + g′(x)
Product f(x) × g(x) f′(x)g(x) + f(x)g′(x)
Quotient f(x) ÷ g(x) (f′g − fg′) ÷ g²
Chain f(g(x)) f′(g(x)) × g′(x)
Derivative verification

When practical, simplify the derivative and check it against the original structure. For an antiderivative, differentiation provides a particularly useful verification: if F′(x) = f(x), then F is an antiderivative of f on the relevant interval.

3

Core Integration Rules

Integration reverses differentiation in an important sense, but finding an antiderivative can require different techniques depending on the integrand.

Integrand Antiderivative Condition
c c × x + C c constant
xⁿ xⁿ⁺¹ ÷ (n + 1) + C n ≠ −1
1 ÷ x ln|x| + C x ≠ 0
eˣ + C Real x
cos(x) sin(x) + C Standard radian convention
sin(x) −cos(x) + C Standard radian convention
∫[a→b] f(x) dx = F(b) − F(a)

For definite integration, the constant of integration cancels when the same antiderivative family is evaluated at both bounds. The definite integral therefore does not receive a trailing “+ C”.

4

Common Limit Patterns

Direct substitution is often the first diagnostic step, not a universal solution method.

Observed form What it suggests Typical next step
Finite value Direct evaluation may settle the limit when the function is continuous there. Verify domain and continuity.
0 ÷ 0 Indeterminate form Simplify, factor, rationalize or use another justified limit technique.
∞ ÷ ∞ Indeterminate form Compare dominant behavior or apply an appropriate theorem.
Different one-sided values Ordinary two-sided limit does not exist as a single value. Report the left- and right-hand behavior separately.
Unbounded behavior Values may grow without finite bound. Distinguish extended-real notation from a finite real-valued limit.
0 ÷ 0 is not the answer.

In a limit calculation, 0 ÷ 0 is an indeterminate form. It signals that the original expression does not yet determine the limiting value and that further analysis is required.

5

Domain, Continuity & Existence

A calculator should distinguish a valid expression from an operation that is mathematically defined at the requested point or over the requested interval.

  • Division: a denominator cannot equal zero at a point where ordinary evaluation is required.
  • Real logarithms: the logarithm’s argument must be positive when working strictly over the real numbers.
  • Even roots: real-valued square roots and other even roots require a nonnegative radicand.
  • Derivatives: continuity alone does not guarantee differentiability. Corners, cusps and other local behavior can prevent a derivative from existing.
  • Definite integrals: singularities inside or at the endpoints of an interval can turn an ordinary definite integral into an improper integral requiring a convergence test.
  • Piecewise functions: boundaries may require one-sided analysis rather than applying a rule from only one branch.
differentiable at a ⇒ continuous at a

The converse is not generally true: a function can be continuous at a point without being differentiable there.

6

Partial Derivatives & Multivariable Context

Partial differentiation changes the target variable while treating other independent variables as constants for that operation.

f(x,y) = x²y + y³
∂f ÷ ∂x = 2xy    and    ∂f ÷ ∂y = x² + 3y²
  • The selected variable must be explicit.
  • A partial derivative is not automatically the same as a total derivative along a path where several variables themselves change together.
  • Higher-order partial derivatives can differentiate with respect to the same variable repeatedly or use mixed variables.
  • Equality of mixed partial derivatives requires appropriate regularity conditions; it should not be assumed without qualification.
7

Units and Dimensional Interpretation

Pure symbolic calculus can be dimensionless, but applied calculus often changes units as differentiation or integration changes the relationship between variables.

Quantity Example units Interpretation
s(t) miles Position or displacement quantity.
ds ÷ dt miles/hour Rate of position change with time.
d²s ÷ dt² miles/hour² Rate of change of the first derivative.
∫v(t)dt (miles/hour) × hour = miles Accumulated signed change in position when v is velocity.
Units are part of the model.

The solver can manipulate an expression without knowing whether x represents seconds, dollars, meters or a dimensionless variable. The user must preserve compatible units when applying a symbolic result to a real quantity.

8

Definite Integral vs. Geometric Area

A definite integral is an accumulated signed quantity. It is not automatically equal to total geometric area.

∫[a→b] f(x) dx = positive contribution − negative contribution

Regions where f(x) is below the horizontal axis contribute negatively to the ordinary definite integral. If the goal is total geometric area between the graph and the axis, the relevant calculation generally involves:

∫[a→b] |f(x)| dx

or splitting the interval at zeros and handling each region according to its sign.

Interpretation check

“Integral equals zero” does not necessarily mean “there is no area.” Positive and negative signed contributions can cancel.

9

Exact Symbolic Results vs. Numerical Approximations

Exact and approximate results serve different purposes and should be labeled separately.

Representation Example Meaning
Exact √2 Symbolic quantity without decimal rounding.
Approximate 1.414214 Rounded numerical representation of √2.
Exact integral 1 ÷ 3 Exact rational value where available.
Numerical integral ≈ 0.333333 Approximation subject to numerical method and precision.

The calculator should retain full available precision during intermediate numerical work and apply the chosen rounding only when formatting a display result.

10

Common Calculus Errors

Many incorrect answers result from applying a valid rule in the wrong context rather than from arithmetic alone.

Forgetting + C

An indefinite integral represents a family of antiderivatives, so the arbitrary integration constant is required.

Adding + C to a definite integral

The constant cancels in F(b) − F(a); the evaluated definite integral does not retain + C.

Using the power rule at n = −1

The ordinary integration power formula would divide by zero. Instead, ∫(1 ÷ x)dx = ln|x| + C.

Stopping at 0 ÷ 0

In a limit, this is an indeterminate form requiring additional analysis, not a final numerical result.

Ignoring the inner derivative

Composite functions generally require the chain rule, including the derivative of the inner function.

Misusing the product rule

The derivative of a product is not generally the product of the two derivatives.

Ignoring the differentiation variable

In multivariable expressions, changing the selected variable can change the derivative completely.

Confusing integral with total area

An ordinary definite integral uses signed contributions; geometric area treats region size as nonnegative.

Ignoring domain restrictions

Algebraic simplification can conceal excluded points or interval restrictions that remain mathematically important.

Rounding intermediate values too early

Premature rounding can compound numerical error. Preserve available precision until presentation.

11

Calculator Assumptions

The meaning of a result depends on the mathematical context supplied to the solver.

  • Expressions are interpreted according to the syntax supported by the calculator’s parser.
  • The selected differentiation or integration variable is treated as the active variable for that operation.
  • Other independent variables are treated as constants during ordinary partial differentiation with respect to the selected variable.
  • Real-valued interpretation is used unless the calculator explicitly indicates complex-domain handling.
  • Standard trigonometric calculus identities use radian-based arguments unless a transformed expression explicitly incorporates another angular convention.
  • A numerical approximation is subordinate to the exact symbolic result when an exact result is available and appropriate.
12

Solver Limitations & Cases Requiring Extra Analysis

Some calculus problems cannot be reduced safely to a single routine symbolic transformation.

  • Improper integrals require convergence analysis.
  • Some antiderivatives cannot be represented using elementary functions.
  • Piecewise functions can require branch-specific and one-sided analysis.
  • Absolute values can introduce case distinctions.
  • Inverse and multivalued functions can introduce branch and domain considerations.
  • Symbolic simplification can produce equivalent-looking forms with different apparent expressions.
  • Numerical approximation can be sensitive to interval, precision, singularities and the numerical algorithm used.
  • A computed derivative or integral does not establish that an external scientific, engineering, financial or other applied model is valid.
“No elementary antiderivative” does not mean “no integral.”

Some functions have well-defined definite integrals or antiderivatives expressible through special functions even though no elementary closed form exists.

13

Brief Historical Context

Ideas related to tangents, areas, infinite processes and accumulation developed over centuries. The systematic differential and integral calculus familiar today emerged in the seventeenth century.

Earlier foundations

Ancient and early-modern mathematics developed methods for areas, volumes, tangents and limiting processes that anticipated later calculus ideas.

17th century

Isaac Newton and Gottfried Wilhelm Leibniz independently developed systematic approaches to differential and integral calculus.

Later rigor

Subsequent mathematicians placed limits, continuity, derivatives and integrals on increasingly rigorous foundations.

Modern notation draws heavily from the notation introduced and developed in the Leibniz tradition, including forms such as dx and the integral symbol ∫.

14

Calculus Quick Reference Table

This compact table summarizes the core operation, governing expression and principal interpretation used throughout the calculator.

Operation Core notation Primary question Key check
Limit lim[x→a] f(x) What does f(x) approach as x approaches a? Check domain and one-sided behavior where needed.
First derivative f′(x) How is f changing locally with respect to x? Confirm the applicable derivative rules.
Higher derivative f⁽ⁿ⁾(x) How do lower-order rates of change themselves change? Verify derivative order.
Partial derivative ∂f ÷ ∂x How does a multivariable function change with one selected variable? Identify which variables are held constant.
Indefinite integral ∫f(x)dx What family of functions differentiates to f? Differentiate the result and retain + C.
Definite integral ∫[a→b] f(x)dx What is the accumulated signed quantity from a to b? Evaluate F(b) − F(a) and inspect singularities.