An indefinite integral does not usually produce one function. It produces a family of functions that all have the same derivative.
This is why the constant of integration matters. It is not a decorative +C added because a formula says so. It records the information that differentiation erased.
1. Antiderivatives form a family
If d/dx(x²)=2x, then d/dx(x²+5)=2x and d/dx(x²−11)=2x as well.
Therefore
∫2x dx=x²+C.
Every real value of C gives another antiderivative of 2x.
2. Why differentiation loses constants
The derivative of a constant is zero. Once a function has been differentiated, its original vertical position is no longer visible from the derivative alone.
Integration restores the family but cannot select one member unless extra information is given.
3. Power rule for indefinite integration
For n≠−1,
∫x^n dx=x^(n+1)/(n+1)+C.
Example: ∫x⁴dx=x⁵/5+C. Differentiate x⁵/5 and you return to x⁴.
4. Integrate term by term
Find ∫(8x³−6x²+4)dx.
Integrating each term gives
2x⁴−2x³+4x+C.
One +C at the end is enough. Separate constants from each term would combine into one arbitrary constant.
5. Constant multiples remain constant multiples
∫kf(x)dx=k∫f(x)dx for constant k. Thus ∫5x²dx=5(x³/3)+C=5x³/3+C.
6. The special case ∫1/x dx
The power rule fails at n=−1 because dividing by n+1 would require division by zero.
Instead,
∫1/x dx=ln|x|+C, for x≠0.
The absolute value allows one formula across positive and negative x intervals where the logarithmic antiderivative is defined.
7. Exponential and trigonometric antiderivatives
- ∫e^x dx=e^x+C.
- ∫cos x dx=sin x+C.
- ∫sin x dx=−cos x+C.
These can all be checked immediately by differentiation.
8. Reverse chain-rule patterns
Some integrals contain the derivative of an inner function.
For example, ∫6x(3x²+1)^4dx. Since d/dx(3x²+1)=6x, let u=3x²+1 conceptually. Then
∫6x(3x²+1)^4dx=(3x²+1)^5/5+C.
This is integration recognising a chain-rule derivative in reverse.
9. Using a condition to determine C
Suppose dy/dx=4x−3 and the curve passes through (2,5).
Integrate:
y=2x²−3x+C.
Use the point:
5=8−6+C, so C=3.
Therefore y=2x²−3x+3.
10. Why the condition comes after integration
The derivative equation describes an entire family of curves. Integrate first to recover that family, then use the supplied point or value to select the correct member.
11. Multiple conditions can test consistency
If two separate points are claimed to lie on the same curve produced from a given derivative, each should lead to the same C. If they do not, the conditions are inconsistent or the earlier algebra is wrong.
12. Exact forms preserve structure
If C involves √3, π or ln2, keep it exact unless an approximation is requested. The constant is part of the exact function and can influence later roots, areas or intersection points.
13. Domain can matter
An antiderivative such as ln|x|+C is defined separately across intervals that do not cross x=0. In school problems, always preserve restrictions inherited from the original integrand and any logarithmic expressions that appear.
14. The best check: differentiate your answer
If you claim
∫(3x²−4x+1)dx=x³−2x²+x+C,
differentiate the right side. It returns 3x²−4x+1 exactly.
This reverse check is fast and directly tests the meaning of indefinite integration.
15. Common mistakes
- Forgetting +C entirely.
- Adding a separate unrelated constant after every term.
- Using the power rule on x^−1.
- Using a condition before the antiderivative family has been formed.
- Finding C correctly but forgetting to substitute it back into the final function.
16. Independent practice
- Find ∫(5x⁴−2x+7)dx.
- Find ∫(3/x)dx.
- Find ∫(4e^x−2sin x)dx.
- If dy/dx=6x² and y=10 when x=1, find y.
- Find ∫8x(2x²+5)^3dx.
- Explain why ∫2x dx cannot be written uniquely as x² without +C.
17. Answers
- x⁵−x²+7x+C.
- 3ln|x|+C.
- 4e^x+2cos x+C.
- y=2x³+C; 10=2+C, so y=2x³+8.
- (2x²+5)^4/2+C, since derivative of the inside is 4x and 8x=2(4x).
- Every x²+C has derivative 2x, so the derivative alone cannot recover the original vertical shift.
18. What mastery looks like
A student has indefinite-integration control when they can recognise antiderivative patterns, preserve +C, use conditions to recover one curve, handle special forms such as 1/x, and verify the result by differentiation.
Continue with What Integration Means or return to the Additional Mathematics Hub.