Indefinite Integrals
Master the basic integration rules including the power rule, exponential and trigonometric integrals, and the constant of integration.
Standard Integration Rules
Beyond the basic power rule, you need to know several standard integrals for the HSC. These are the building blocks for more complex integration.
| Function f(x) | Integral ∫ f(x) dx |
|---|---|
| xn (n ≠ −1) | xn+1/(n+1) + C |
| 1/x | ln|x| + C |
| ex | ex + C |
| eax | (1/a)eax + C |
| sin(x) | −cos(x) + C |
| cos(x) | sin(x) + C |
| sec2(x) | tan(x) + C |
Properties of Integrals
These properties allow you to break down complex integrals into simpler parts:
Constant Multiple Rule
∫ k · f(x) dx = k · ∫ f(x) dx
Constants can be factored out of the integral.
Sum/Difference Rule
∫ [f(x) ± g(x)] dx = ∫ f(x) dx ± ∫ g(x) dx
Integrate term by term.
Example: ∫ (5ex − 3sin(x) + 2x) dx
= 5 · ∫ ex dx − 3 · ∫ sin(x) dx + 2 · ∫ x dx
= 5ex − 3(−cos(x)) + 2(x2/2) + C
= 5ex + 3cos(x) + x2 + C
Finding Particular Solutions
When given an initial condition (a known point on the curve), you can find the exact value of C and determine a particular solution rather than a general one.
Example: f'(x) = 3x2 and f(1) = 5. Find f(x).
Step 1: Integrate: f(x) = ∫ 3x2 dx = x3 + C
Step 2: Use the initial condition: f(1) = 13 + C = 5, so C = 4.
Answer: f(x) = x3 + 4
Key Vocabulary
Indefinite Integral
An integral without limits, giving a family of functions differing by a constant C.
Primitive Function
Another name for an anti-derivative: a function whose derivative equals the integrand.
Initial Condition
A known value of the function at a specific point, used to determine C.
General Solution
The full family of anti-derivatives including +C, before applying initial conditions.
Worked Examples
Find ∫ (4x3 − 6x + 1/x) dx.
Step 1: Integrate each term: ∫ 4x3 dx = x4
Step 2: ∫ −6x dx = −3x2
Step 3: ∫ 1/x dx = ln|x|
Answer: x4 − 3x2 + ln|x| + C
Find ∫ (e2x + cos(x)) dx.
Step 1: ∫ e2x dx = (1/2)e2x (using the rule for eax)
Step 2: ∫ cos(x) dx = sin(x)
Answer: (1/2)e2x + sin(x) + C
Given f'(x) = 2x − 1 and f(2) = 3, find f(x).
Step 1: Integrate: f(x) = x2 − x + C
Step 2: Apply initial condition: f(2) = 4 − 2 + C = 3, so C = 1.
Answer: f(x) = x2 − x + 1
Knowledge Check
Select the correct answer for each question. Click "Check Answer" to see if you are right.
Question 1
What is ∫ e3x dx?
Question 2
What is ∫ sin(x) dx?
Question 3
What is ∫ 1/x dx?
Question 4
If f'(x) = 6x and f(0) = 4, what is f(x)?
Question 5
What is ∫ (3cos(x) + 2/x) dx?
Key Concepts Summary
- ● Standard integrals include power, exponential, logarithmic, and trigonometric rules.
- ● The special case ∫ 1/x dx = ln|x| + C does not follow the power rule.
- ● Constants can be factored out, and sums/differences integrate term by term.
- ● An initial condition determines the specific value of C for a particular solution.
- ● Always check your answer by differentiating it to see if you recover the integrand.