Gaussian quadrature as a numerical integration method for estimating area under the curve

T Amisaki1

  • 1Department of Biological Regulation, Faculty of Medicine, Tottori University, Yonago, Japan. amisaki@grape.med.tottori-u.ac.jp

Summary

This study introduces a novel Gauss-Laguerre quadrature method for accurate area under the curve (AUC) estimation over infinite time intervals, eliminating traditional extrapolation issues. This approach enhances pharmacokinetic analysis precision without prior assumptions.

Related Concept Videos

Area Problem01:26

Area Problem

Determining the area of a region with straight edges is straightforward, as geometric formulas for rectangles, triangles, and polygons can be applied directly. However, traditional geometric methods are insufficient when a region has a curved boundary, such as the area under a function.fromThe area problem involves finding a systematic way to measure such regions. One approach to solving this problem is through approximation. Instead of attempting to compute the area exactly at the outset, the...
Area Between Curves: Integrating With Respect to x01:25

Area Between Curves: Integrating With Respect to x

Consider two continuous functions defined on a closed interval from a to b. The region between these curves is bounded vertically by their graphs and horizontally by the endpoints of the interval. The objective is to measure the area of this region.An initial estimate of the area can be obtained by dividing the interval into a large number of narrow vertical strips of equal width. Each strip is approximated by a rectangle whose height is given by the vertical difference between the two...
Approximate Integration01:24

Approximate Integration

In many practical and theoretical contexts, the exact value of a definite integral may be inaccessible. This limitation typically arises when the antiderivative of a function is either unknown or cannot be expressed in a closed mathematical form. Alternatively, it can occur when a function is defined not by a formula but by a finite set of empirical data points, such as those collected during experiments. In these cases, approximate integration techniques provide a valuable solution.One of the...
Simpson's Rule I01:26

Simpson's Rule I

Simpson’s Rule is a numerical integration method used to approximate the value of a definite integral when an exact antiderivative is difficult or impossible to obtain. The method estimates area by fitting a unique parabola through three equally spaced points on a curve and then integrating the resulting quadratic function over the interval. By using only a small number of sampled values, Simpson’s Rule provides an accurate approximation for many smoothly varying functions.A common practical...
Integration Applied to Polar Coordinates to Find Areas01:15

Integration Applied to Polar Coordinates to Find Areas

A rotating lawn sprinkler with an uneven spray pattern produces a variable reach as it distributes water in different directions. This directional variation in spray distance can be effectively described using polar coordinates, where the distance from the center is represented as a function of the angle of rotation. The path traced by the spray then forms a polar curve, which captures the irregularities in the sprinkler’s reach across the full rotation.To calculate the total area watered by...
Double Integrals Over General Regions01:18

Double Integrals Over General Regions

Double integrals are often used to measure quantities distributed across two-dimensional regions, such as rainfall over a lake, heat across a metal plate, or population density over land. In many practical situations, the region of interest does not have straight boundaries and cannot be described conveniently as a rectangle. Instead, the region may have curved or irregular edges. To evaluate integrals over such domains, the region is embedded inside a larger rectangular region where...