Hi Femi,
Since we are integrating a polynomial function, we can simply rely on the following integration rule:
		∫	axn dx = (axn+1/n+1) + C
so for our example, integration gives:
		(12x3+1/(3+1)) - (12x1+1/(1+1)) + C
simplified:
		3x4 - 6x2 + C
The reason why a "+ C" is needed when we take an indefinite integral can be understood by remembering that integration is the "opposite" of differentiation (this is why you hear the term "antiderivative" used to describe integration). Now, when we differentiate a function, remember that any constant terms (which describe the vertical translation of a function such as for example y = x2 - x + 50) become zero when we differentiate them. That means the following functions all have equivalent derivatives: y = x2 - x + 1, y = x2 - x + 2, y = x2 - x + 3, ......). There is actually an infinite number of functions we can write here that satisfy this list. All of these have the derivative of y = 2x - 1. Now, when we return to taking an indefinite integral (which again is the "opposite" of differentiation), we have to acknowledge the fact that an infinite number of functions can be generated as antiderivative solutions. An indefinite integral of y = 2x - 1 in this example would generate that infinite list of functions that I listed above. This is why we have to add a "+ C" to our answer to an indefinite integral.