Estimating Future Electricity Consumption

The data was retreived from http:// www.eia.gov/totalenergy/data/annual/index.cfm
1.12  U.S. Government Energy Consumption by Source, Fiscal Years 1975–2010
Electricity Comsumption per year

The Problem

Many times, the biggest amount of work is inputting the data! Many sources, including the one above, provide Excel files with the data. All the analysis I do below could be done in Excel, eliminating this sometimes tedious step.

Modeling Electricity Consumption_1.gif

Modeling Electricity Consumption_2.gif

Modeling Electricity Consumption_3.gif

It appears that since an increase of electricity usage in 1999, usage has been decreasing over the past ten years. When do we estimate the level of electricity usage in the USA will reach the level from 1999 again?

The Analysis

It wouldn’t make sense to fit a linear function to the complete data set. Let’s take the last bit of data and fit a linear function to it. Obviously I made some choice here on which data to use, and if you choose different data (maybe keeping from 2000 on) you will get different fits and different estimates. Those choices are beyond the purvue of this class, and might conveivably be placed in the category “Lies, Damn Lies, and Statistics” (http://en.wikipedia.org/wiki/Lies,_damned _lies,_and _statistics). Here’s what I choose to fit my linear function to:

Modeling Electricity Consumption_4.gif

Modeling Electricity Consumption_5.gif

Modeling Electricity Consumption_6.gif

Modeling Electricity Consumption_7.gif

Here is the creation of the sums we need. Don’t worry about knowing the syntax, you could do this easily using a calculator (but it would be a pain and time consuming).

Modeling Electricity Consumption_8.gif

Modeling Electricity Consumption_9.gif

Modeling Electricity Consumption_10.gif

Modeling Electricity Consumption_11.gif

Modeling Electricity Consumption_12.gif

Modeling Electricity Consumption_13.gif

Here we create the linear approximation.

Modeling Electricity Consumption_14.gif

Modeling Electricity Consumption_15.gif

Modeling Electricity Consumption_16.gif

Modeling Electricity Consumption_17.gif

Here we plot the linear fit, and see it looks to the eye like a reasonable approcimation:

Modeling Electricity Consumption_18.gif

Modeling Electricity Consumption_19.gif

Mathematica has a built in command to do all this for you, and you can see it gives the same function we found:

Modeling Electricity Consumption_20.gif

Modeling Electricity Consumption_21.gif

To determine our estimate of when consumption will equal the level in 1999:

Modeling Electricity Consumption_22.gif

Modeling Electricity Consumption_23.gif

So our estimate is that it will be 2023 before we reach the level of consumption in 1999 again.

Spikey Created with Wolfram Mathematica 8.0