1) Romberg integration is a numerical method for approximating definite integrals based on Richardson extrapolation of the trapezoidal rule. It provides better approximations than the trapezoidal rule by reducing the true error through recursive calculations.
2) The derivation of Romberg integration involves applying Richardson's extrapolation to the error estimation of the trapezoidal rule. This allows computing a more accurate integral using the results from two less accurate integrals.
3) An example application calculates the volume of water in a tank using Romberg integration, Composite Simpson's rule, and Gaussian quadrature. Romberg integration provided the most accurate result with less computation time compared to the other methods.