Why is integral of $x$ from $-1$ to $1$ $x^2/2$ rather than $x^2$?
|
|
First, the integral of $x$ from $-1$ to $1$ is a number, not a function. Definite integrals give you the net signed area between the $X$-axis and the function. So the integral of $x$ from $-1$ to $1$ is neither $x^2$ nor $x^2/2$. Second, the indefinite integral of $x$ is a family of functions, namely, the family of all functions $F(x)$ such that $F'(x)=x$; that is, the family of antiderivatives of $x$. Since the indefinite integral is a family of functions and not a single function, the indefinite integral of $x$ is neither $x^2/2$ nor $x^2$. Now, by the Fundamental Theorem of Calculus, if you are trying to compute the definite integral of a function $f(x)$ that is continuous on $[a,b]$, and you are lucky enough to have any antiderivative $F(x)$ of $f(x)$, then you can compute the definite integral as the Total Change of $F(x)$ on $[a,b]$. That is, $$\int_a^b f(x)\,dx = F(b)-F(a).$$ So, in order to compute $$\int_{-1}^1 x\,dx$$ you have several choices:
|
||||
|
|
|
Consider $f(x)=x$ for x equals 0 to a, it is a right-angled triangle (the blue region in figure below).
Another example, consider f(x)=x from a to b, with a>=0. The definite integral from a to b calculated the area of the blue region illustrated below. It can be reduced to the previous case as the area of the bigger triangle from 0 to b minus the area of the smaller triangle from 0 to a. Hence $\frac{b^2}{2} -\frac{a^2}{2}$.
Perhaps I should also mention, when the area is below the x-axis, such as f(x) for x=a to 0 (a<0), a change of sign is needed, i.e $\frac{-a^2}{2}$. |
||||
|
|
|
Integration is the opposite of differentiation. If you differentiate x^2/2 you get x (you bring down the power of 2, which cancels with the 1/2 out front) which means that when you integrate x you must get x^2/2. |
|||
|
|
The area of the square (having sides equal a) is $a^2$. Since there are two identical triangles each filling half the area, the area under the curve of f(x)=x for x=0 to a is $\frac{a^2}{2}$, which is precisely what you get from computing the definite integral, since a definite integral calculates area under the curve.