Calculus Application: Deriving the Area of a Triangle through Definite Integration

APPLICATION OF DEFINITE INTEGRAL

  • Definite integration serves as a foundational tool in calculus for calculating various geometric and physical quantities, such as areas, volumes, work, and center of mass.
  • One principal application is determining the total area of a geometric figure by integrating the lengths of infinitesimal cross-sectional strips.

AREA OF A TRIANGLE

  • The objective is to derive the standard geometric formula for the area of a triangle using the principles of integration.
  • The known geometric formula for the area (AA) is:   - A=12bh0A = \frac{1}{2} b h_0   - Where bb is the base of the triangle.   - Where h0h_0 is the vertical height of the triangle.

SETTING UP THE INTEGRAL

  • To calculate the area through integration, we consider a triangle with height h0h_0 and base bb.
  • We define a horizontal slice (strip) at an arbitrary height hh from the vertex.
  • Let the length of this strip be LL. By the property of similar triangles, the relationship between the strip length LL and the base bb relative to the height is expressed as:   - L=b(hh0)L = b \left( \frac{h}{h_0} \right)
  • The infinitesimal area (dAdA) of this strip is given by the product of its length (LL) and its infinitesimal height (dhdh):   - dA=Ldh=(bh0h)dhdA = L \, dh = \left( \frac{b}{h_0} h \right) dh

INTEGRATION STEPS AND EVALUATION

  • The total area (AA) is obtained by integrating the strip area (dAdA) from the vertex (h=0h = 0) to the base (h=h0h = h_0):   - A=0h0bhh0dhA = \int_0^{h_0} \frac{b h}{h_0} dh
  • The term bh0\frac{b}{h_0} is a constant with respect to the variable of integration hh, and can thus be factored out of the integral:   - A=bh00h0hdhA = \frac{b}{h_0} \int_0^{h_0} h \, dh
  • Applying the power rule for integration, where hndh=hn+1n+1\int h^n \, dh = \frac{h^{n+1}}{n+1}:   - Here, n=1n = 1, so the integral becomes:     - A=bh0[h1+11+1]0h0A = \frac{b}{h_0} \left[ \frac{h^{1+1}}{1+1} \right]_0^{h_0}     - A=bh0[h22]0h0A = \frac{b}{h_0} \left[ \frac{h^2}{2} \right]_0^{h_0}
  • We evaluate the definite integral by substituting the upper limit (h0h_0) and the lower limit (00):   - A=bh0(h022022)A = \frac{b}{h_0} \left( \frac{h_0^2}{2} - \frac{0^2}{2} \right)   - A=bh0(h022)A = \frac{b}{h_0} \left( \frac{h_0^2}{2} \right)
  • Simplifying the resulting expression:   - A=b×h02h0×2A = \frac{b \times h_0^2}{h_0 \times 2}   - One factor of h0h_0 in the numerator cancels with the h0h_0 in the denominator:     - A=bh02A = \frac{b h_0}{2}     - A=12bh0A = \frac{1}{2} b h_0
  • The derivation concludes that the area found via definite integration matches the classical geometric formula exactly.