📖 What is an Integral? (The Complete Guide)
An integral is one of the two core concepts in calculus (the other being the derivative). While differentiation calculates the rate of change, **integration** calculates the accumulation of quantities. Mathematically, it is the reverse process of differentiation, often referred to as finding the antiderivative.
In geometric terms, a definite integral represents the precise numerical area under a curve bounded by the x-axis and vertical lines. This capability is crucial for solving real-world problems in physics, engineering, and economics, such as calculating distance traveled from velocity or finding the center of mass.
🧩 Definite vs. Indefinite Integrals
Indefinite Integral (Antiderivative)
Written as ∫ f(x) dx.
It results in a **function** (a family of curves). You must always add the constant of integration (+ C) because the derivative of a constant is zero.
Example: ∫ 2x dx = x² + C
Definite Integral (Area)
Written as ∫[a,b] f(x) dx.
It results in a specific **number**. It calculates the net area between x = a and x = b using the Fundamental Theorem of Calculus: F(b) - F(a).
Example: ∫[0,2] 2x dx = 4
📜 A Brief History of Integration
The origins of integration can be traced back to ancient Greece, where mathematicians like Archimedes used the method of exhaustion to calculate the areas and volumes of geometric shapes. However, it wasn't until the 17th century that Isaac Newton and Gottfried Wilhelm Leibniz independently developed the Fundamental Theorem of Calculus, which established the inverse relationship between differentiation and integration.
Today, the symbol ∫ (an elongated 'S' for summa) remains a testament to
Leibniz's contribution to the field. For a deeper dive into the relationship between these two
branches, check out our guide on Integration vs. Differentiation.