Join 60,000+ competitive exam aspirants
Which of the following techniques is the basic for extrapolation?
Square extrapolation
Parabolic extrapolation
Exponential extrapolation
None of the above
Parabolic extrapolation
Quick Summary: Parabolic extrapolation is a fundamental technique used in load forecasting and numerical analysis to predict future values based on a quadratic curve fit. It assumes that the relationship between variables follows a second-degree polynomial, providing a better fit for non-linear load growth patterns compared to linear models.
Parabolic extrapolation is a fundamental technique used in load forecasting and numerical analysis to predict future values based on a quadratic curve fit. It assumes that the relationship between variables follows a second-degree polynomial, providing a better fit for non-linear load growth patterns compared to linear models.
y=a+bx+cx2 — Standard quadratic equation for parabolic trend fitting
E=∑(yi−(a+bxi+cxi2))2 — Least squares error function to be minimized
The technique works by fitting a parabola of the form y=a+bx+cx2 to the existing data points using the method of least squares. By solving for the constants a, b, and c, the model can extend the curve beyond the observed data range to forecast future trends. It is more flexible than linear extrapolation because it captures the curvature (acceleration or deceleration) of the load demand growth.
Parabolic extrapolation is used when load growth is non-linear.
It requires at least three historical data points to determine the coefficients a, b, and c.
Effective for short-to-medium term forecasting in power systems.
Higher-order polynomials can lead to Runge's phenomenon if overfitted.
Better accuracy than linear models for curved trends
Captures acceleration in demand growth
Prone to errors if extrapolated too far into the future
Sensitive to outliers in historical data
Short-term peak load forecasting
Trend analysis in utility planning
Extrapolation is inherently risky because it assumes that the past trend will continue indefinitely into the future, ignoring exogenous shifts.
Option A and C are specific models that do not serve as the foundational category for general polynomial extrapolation techniques.
B is correct — Parabolic extrapolation provides a second-degree polynomial model that serves as the foundation for fitting non-linear trend curves in load forecasting.
Always remember that in electrical load forecasting, parabolic models provide a superior fit to rapid growth phases compared to linear models, but they should be used cautiously to avoid unrealistic future projections.