Welcome to Indefinite Integrals!
Welcome! Today we are diving into the world of Integration. If you’ve already mastered Differentiation, you’ve already done the hard work! Think of Integration as the "undo" button for differentiation. In this chapter, we will learn how to reverse the process of finding a gradient to find the original function. Don't worry if it feels a bit "backwards" at first—with a little practice, it becomes second nature!
1. Integration: The Reverse of Differentiation
In your previous chapters, you learned that differentiation takes a function and tells you its rate of change (the gradient). Integration does the exact opposite: it takes the rate of change and brings you back to the original function.
Because it is the opposite, we sometimes call an integral the antiderivative.
The Fundamental Idea
If you differentiate \(y = x^2\), you get \(\frac{dy}{dx} = 2x\).
Therefore, if you integrate \(2x\), you should get back to \(x^2\).
Analogy: Think of differentiation like scrambling an egg. Integration is the magical process of "un-scrambling" it to get the original egg back!
Quick Review:
The symbol for integration is \(\int\). It looks like a tall, thin 'S', which stands for "sum."
The notation usually looks like this: \(\int f(x) dx\).
The \(dx\) simply tells us that we are integrating with respect to the variable \(x\).
2. The "Constant of Integration" (\(c\))
This is the part where most students lose marks, but it’s actually very simple once you see why it’s there!
Imagine these three equations:
1. \(y = x^2 + 5\)
2. \(y = x^2 - 10\)
3. \(y = x^2 + 100\)
When you differentiate all three, the constant numbers (\(5, -10, 100\)) all become zero. So, the derivative for all of them is \(\frac{dy}{dx} = 2x\).
If I ask you to "undo" \(2x\), how do you know which number was there originally? You can't! To show that there could have been a number there, we add \(+ c\) at the end of every indefinite integral. This is called the Constant of Integration.
Did you know?
An "indefinite" integral is called indefinite because we don't know the exact value of \(c\) yet. It represents a whole family of curves that are all parallel to each other.
3. The Power Rule for Integration
For the OCR AS Level syllabus, the most important rule to learn is how to integrate \(x^n\). It is the exact opposite of the differentiation rule.
The Rule:
\(\int x^n dx = \frac{x^{n+1}}{n+1} + c\)
Step-by-Step Process:
1. Add 1 to the power (exponent).
2. Divide by that new power.
3. Add \(c\) at the end.
Example: Integrate \(x^4\).
1. Add 1 to the power: \(4 + 1 = 5\).
2. Divide by the new power: \(\frac{x^5}{5}\).
3. Add \(c\): \(\frac{1}{5}x^5 + c\).
Memory Aid:
In Differentiation, you Multiply then Subtract.
In Integration, you Add then Divide.
Just remember: "Power up, then divide by the new power."
Important Note:
This rule works for all values of \(n\) except \(n = -1\). If \(n = -1\), the denominator would be \((-1 + 1) = 0\), and we can't divide by zero! You will learn how to handle \(n = -1\) in the second year of A Level (A2).
4. Dealing with Constants and Multiple Terms
Integration is "linear," which is just a fancy way of saying it follows the same friendly rules as differentiation when dealing with sums and constant numbers.
Constant Multiples
If there is a number in front of the \(x\), just leave it there and multiply it by your result.
Example: \(\int 6x^2 dx\)
Power up: \(x^3\).
Divide: \(\frac{6x^3}{3} = 2x^3\).
Final answer: \(2x^3 + c\).
Sums and Differences
If you have a long expression, just integrate each part one by one.
Example: \(\int (3x^2 + 4x - 5) dx\)
Integrate \(3x^2 \rightarrow x^3\)
Integrate \(4x \rightarrow 2x^2\)
Integrate \(-5 \rightarrow -5x\) (Remember: the derivative of \(-5x\) is \(-5\), so it works backwards!)
Final answer: \(x^3 + 2x^2 - 5x + c\).
Key Takeaway:
Don't be intimidated by long equations. Break them down into small pieces and apply the power rule to each one.
5. Finding the Specific Constant (\(c\))
Sometimes, the question will give you a specific point \((x, y)\) that the curve passes through. This allows you to find the exact value of \(c\).
Step-by-Step:
1. Integrate the function normally (include \(+ c\)).
2. Set the result equal to \(y\).
3. Substitute the given \(x\) and \(y\) values into the equation.
4. Solve for \(c\).
5. Rewrite the final equation with your new value of \(c\).
Example: Find the equation of the curve where \(\frac{dy}{dx} = 2x + 1\), passing through the point \((1, 5)\).
Step 1: Integrate \(\int (2x + 1) dx = x^2 + x + c\).
Step 2: \(y = x^2 + x + c\).
Step 3: Substitute \(x = 1\) and \(y = 5\): \(5 = (1)^2 + (1) + c\).
Step 4: \(5 = 2 + c\), so \(c = 3\).
Step 5: Final equation is \(y = x^2 + x + 3\).
6. Common Pitfalls to Avoid
Even the best mathematicians make these mistakes! Keep an eye out for them:
- Forgetting the \(+ c\): This is the most common mistake in Indefinite Integration. Always double-check!
- Dividing by the OLD power: Remember to add 1 to the power first, then divide by that new number.
- Negative indices: Be careful when adding 1 to a negative number. For example, \(-3 + 1 = -2\), not \(-4\).
- Fractional indices: If the power is \(\frac{1}{2}\), adding 1 makes it \(\frac{3}{2}\). Dividing by \(\frac{3}{2}\) is the same as multiplying by \(\frac{2}{3}\).
Encouragement: Fractions and negatives can make integration look scary, but the rule \(\frac{x^{n+1}}{n+1}\) never changes. Stick to the steps, and you'll get there!
Summary Checklist
- Can you explain why we need \(+ c\)? (Because constants disappear during differentiation).
- Do you know the power rule? (Add 1 to power, divide by new power).
- Can you handle multiple terms? (Integrate them one at a time).
- Can you find \(c\) using a point? (Substitute \(x\) and \(y\) values and solve).
Great job! You've covered the essentials of Indefinite Integrals for OCR Mathematics A. Practice a few problems to lock this knowledge in!