Why add the integration constant if we are not trying to find the anti-derivative?

134 Views Asked by At

I completely understand why we add C when we want an anti-derivative, but finding anti-derivatives is not integration, integration is meant to caculate the accumulations of values or the area under the curve, so do we have to add C when Integrating? (not anti-differentiating)

Does the integration constant come up when integrating from first principles? If not, why are definite integration defined using anti-derivatives instead of being defined from the "first principles of integration"?

4

There are 4 best solutions below

2
On

"... why are definite integration defined using anti-derivatives instead of being defined from the "first principles of integration"?

They aren't defined that way, they are computed that way. And they're computed that way because it's so much easier to do it that way.

Here's a brief discussion: Is Integrate antidifferentiate?

And here's a more detailed discussion: Understanding The Fundamental Theorem of Calculus, Part 2

0
On

The indefinite integral is the anti derivative.

The definition that you hav in mind is the definition of the (Riemann) integral. If you look in the link such integral is defined over an interval.

the definition of the indefinite integral of a continuos function $f(t)$ is the function $y(x)$ such that $$ y'(x)= f(x) $$ see e.g. this

Such definition happen to coincide with the Riemann integral (at least in the case $f$ is continuos)

0
On

I want to add a perspective that does not use volumes to consider integrals.

An integral is a solution to a differential equation. Differential equations can be visualized by their corresponding vector field and the integral can be considered as a flow through this vector field. There are many possible flows through a vector field, all depending on where we start. The constant $C$ can be regarded as the parameter that determines the starting point. predator-prey system

5
On

I'll try to answer some of your questions, albeit out of order.

(1) "Why are definite integration defined using anti-derivatives?" This is because we have the Fundamental Theorem of Calculus. It is usually broken up into two parts for which in this context we would apply part II: (we have some conditions) and the definite integral can be evaluated as the difference of the antiderivative $F(x)$ at the endpoints. $$\int_a^b f(x)dx = F(b)-F(a).$$

This $F(x)$ may or may not be an elementary function. If you put $+C$ they will simply get cancelled out by the subtraction.

Definite integration is an analytic and geometric problem, whereas indefinite integration is an algebraic problem. The use of the $+C$ in $$\int2xdx = x^2 +C$$ communicates that we have a family of functions which could be the antiderivative---it is indefinite. Because when we differentiate the RHS, we get $2x$. Honestly, the $+C$ is overrated and often made fun of. Some teachers will even mark you wrong if you forget the $+C$ in the previous example, but this nonsense. In Integral Bees, such as the infamous MIT Integration Bee, they don't care about the $+C$ because any antiderivative will do to solve the integral (expressed as an elementary function).

The use of infinite sums to compute areas came before the FTC, and probably before the problem of indefinite integration, so there was no $+C$ around.

Finally, where is the $+C$ important? It is important when we have some type of initial conditions like in differential equations or integral equations.