The integral of a function ∫abf(x)dx gives the area under the curve between the limits x=a and x=b.
Integrating refers to the summation of discreet data and is a reverse process of differentiation.
1) integration by parts
This type of integration is applied when integrating between a product of two functions.
Example:
∫x sec2x dx
=x∫Sec2x dx−∫(∫Sec2x dx)(1dx)
=x tan x−∫tan xdx
=x tanx+ln∣cos x∣+C
2) integration by partial fractions
This type of integration is applied when the function to be integrated are rational proper fraction in the form Q(u)P(u)
Example:
∫(x−3)(x+1)2x+3dx
(x−3)(x+1)2x+3=x−3A+x+1B
⟹2x+3=A(x+1)+B(x−3)
A+B=2
A-3B=3
We solve above to get A=49 and B=−41
Now ∫(x−3)(x+1)2x+3dx=∫x−349dx+∫x+1−41dx
=49ln∣x−3∣−41ln∣x+1∣+C
Comments