Integration is the reverse of differentiation. If differentiating gives the rate of change, integrating accumulates — adding up infinitely many tiny slices to find area, distance, charge, work, and more.
Reverse of d/dx+c always for indefiniteArea under a curves = ∫v dt
🎯 Riemann Sum — drag to add more rectangles and watch the approximation improve
ℹ️ How to use: Drag the slider to change the number of rectangles. As n increases, the rectangle sum gets closer to the true area under the curve — this is the core idea of integration.
4
n=4 | Sum=6.6250 | True=6.6667 | Error=0.0417
💡 As n → ∞ rectangles fill the exact shape — this limit IS the definite integral.
Two meanings
1. Anti-derivative: ∫f(x)dx = F(x) + c d/dx of F(x) = f(x)
2. Area: ∫[a→b] f(x)dx = area under curve
💡 Both meanings are linked by the Fundamental Theorem of Calculus — the area from a to b equals F(b) − F(a).
Engineering uses
🚗 Distance = ∫ velocity dt
⚡ Charge q = ∫ current dt
🔧 Work done W = ∫ F dx
🌡️ Heat energy Q = ∫ P dt
📡 RMS current from AC waveform
📐
Integration Rules
Three core rules — the mirror image of differentiation rules.
🔢 Power Rule Explorer — drag to change n and see ∫xⁿ dx update
ℹ️ How to use: Drag the slider to change the power n. Watch how the antiderivative curve changes shape as n changes — integration raises the power by 1 and divides by the new power.
2
∫x² dx = x³/3 + c
↕ Constant of Integration — drag c to see the family of curves
ℹ️ How to use: Drag the slider to change c. All the curves shift up or down together but never change shape — this is why we always write +c, the “family of curves” that share the same derivative.
0
y = x³ + 0 — all curves have the same derivative 3x²
Power rule examples
∫x6 dx = x7/7 + c
∫x3 dx = x4/4 + c
∫x dx = x2/2 + c
∫1 dx = x + c
∫x−3 dx = x−2/(−2) + c = −1/(2x2) + c
∫√x dx = ∫x½ dx = x3/2/(3/2) + c = 2x3/2/3 + c
⚠ The power rule FAILS for n = −1. ∫x−1 dx = ∫(1/x) dx = ln|x| + c
Diff vs Integration — the mirror
DIFFERENTIATE
x5 → 5x4
x3 → 3x2
x → 1
× by power, power−1
INTEGRATE
x4 → x5/5 + c
x2 → x3/3 + c
1 → x + c
power+1, ÷ by new power
Why +c?
Differentiating y = x³ + 5 or y = x³ − 7 both give 3x². So when we reverse the process we cannot know the constant — we write +c to cover all possibilities.
∫3x² dx = x³ + c (c can be any number)
If you know a point on the curve, substitute it to find c exactly.
Full polynomial
∫(4x3 − 3x2 + 2x − 5) dx
4x3 →4 · x4/4 = x4
−3x2 →−3 · x3/3 = −x3
2x →2 · x2/2 = x2
−5 →−5x
Answer:x4 − x3 + x2 − 5x + c ✓
∑
More Standard Integrals
Trig, exponential and reciprocal functions. Appear in AC circuits, oscillations and cooling problems.
∫ Standard Integrals ExplorerTrig, exponential & chain rule in reverse
ℹ️ How to use: Use the dropdown to choose a function, and type the bracket constant (a) where relevant. The solver shows the standard result and, for compound functions like sin(ax), explains the “divide by a” rule step by step.
Select a function above to see the working.
💡The “divide by a” rule: when integrating f(ax+b), integrate as normal then divide the whole result by a — the coefficient of x inside the bracket. This undoes the chain rule.
Chain rule in reverse
For integrals of the form f(ax+b): integrate normally then divide by a (the derivative of the bracket).
∫sin(3x) dx = −cos(3x)/3 + c
∫cos(2x+1) dx = sin(2x+1)/2 + c
∫e5x dx = e5x/5 + c
∫(2x+3)4 dx = (2x+3)5/10 + c
Trig worked example
∫(2 sin x + 3 cos x) dx
∫2 sin x:−2 cos x
∫3 cos x:+3 sin x
Answer:−2 cos x + 3 sin x + c ✓
∫π0 sin x dx
Integrate:[−cos x]0π
F(π):−cos π = −(−1) = 1
F(0):−cos 0 = −1
Answer:1 − (−1) = 2 ✓ (one arch of sine)
✏️
Worked Examples — Indefinite Integrals
Full step-by-step solutions. Always show the integration step before substituting any conditions.
✏️ Integration Solver — Find y from dy/dxPolynomial integration with full working
ℹ️ How to use: Type the coefficients of your polynomial dy/dx into the boxes. The solver integrates each term and shows every step. Optionally enter a point (x, y) the curve passes through to find the exact value of c.
ℹ️ How to use: Pick a real engineering scenario from the dropdown. Type the time/distance limits and the solver integrates the function and evaluates the definite integral — showing every step.
Select a scenario above to see the working.
👆
Try: Charge from t=0 to 3s ·
Work from x=0 to 4m ·
Velocity from t=0 to 5s
📝
Practice Questions
Show all working. Always include + c for indefinite integrals.
🟢 Tier 1 — Basic
ℹ️ How to use: Work through each question and write down your answer. When ready, click Show Answer for the full step-by-step solution.