67 total
By the end of these notes, you will be able to:
You already know that when you integrate a function (find its integral), you get a + c at the end. For example:
∫x2dx=31x3+c
This is called an indefinite integral — "indefinite" means it has no fixed, single answer because c can be any number.
A definite integral is different. It is evaluated between two fixed values called limits. Because of these limits, the answer is always a single, definite number — no c involved.
The notation looks like this:
∫abf(x)dx
Follow these three steps every time:
Step 1: Integrate the function normally (but leave out the + c).
Step 2: Write the result inside square brackets with the limits: [F(x)]ab
Step 3: Substitute — put in the upper limit first, then subtract the result when you put in the lower limit.
∫abf(x)dx=[F(x)]ab=F(b)−F(a)
💡 Why does the + c disappear? When you substitute, you get (F(b)+c)−(F(a)+c). The two c values cancel each other out — so you never need to write c in definite integration.
Evaluate ∫12x2x5+3dx
Step 1: Simplify the fraction by dividing each term by x2:
x2x5+x23=x3+3x−2
Step 2: Integrate:
∫(x3+3x−2)dx=41x4−x3
Step 3: Apply the limits (upper limit 2, lower limit 1):
=(41(2)4−23)−(41(1)4−13)
=(4−23)−(41−3)=25+411=541
Sign in to view full notes