Energy Stored In A Church Clock

Hauling on the rope to lift the heavy weight in the local church tower, Adrian Smith has a thought. His laptop computer kept time just by running idle. How much energy was stored in its battery, and how did this compare with the energy stored in the hanging weight of this ancient clock mechanism? Quick mental calculations told him that the two were approximately the same.

The weight in the church tower was 800 kg. Its drop was 75 ft. How far should the weight be lifted to exactly equal the energy stored in his laptop battery? If this was more than the 75 ft available, then how much heavier should the weight be made?

Here's how he might have solved the problem using TABULA.

Read TABULA/TabulaGettingStarted first to understand the instructions below.

Preliminaries

To start a fresh ttable, click ../tool00.jpg

<undefined caption>

Let's start by giving our new ttable a title.

Click on the topmost line (right now, it's the only line).

Type into the input field: Church Clock

Church Clock

Defining item 1: height of the tower

To add the first item to the empty ttable, click ../tool11.jpg

Church Clock
1        1.000 /   unit

The item just created (item 1) is dimensionless [/].

The item just created should be automatically selected for you. If not, click item 1 to select it.

Enter: 75 ft

Next enter: 'height of tower

Church Clock
1 @     75.000 ft  height of tower

Defining item 2: mass of hanging weight

Do the same again in principle to define item 2.

Click ../tool11.jpg

Enter: 800 kg

Enter: 'mass of weight

Using a physical constant: earth gravity

At this point a little school physics might be recalled.

If you know the value of a physical constant called the acceleration due to gravity (which scientists call g) you can multiply it by the mass and the height to get the value of potential energy stored in the weight by hauling it up to a height of 75 ft.

TABULA has a library of constants, UUC.ijs, and a library of formulas, UUF.ijs.

Click tab: "consts" to show the library of constants. It is fairly long and the user (you) can add to it to make it even longer.

You needn't read it right through just now: you can thin-out the display by entering a search-string in the input field. The word "gravity" would seem a good one to try. But type it as gravit to catch the word gravitational, should it be there.

Type: gravit and press Enter.

9.812865328 m/s^2       [grav]  acceleration; gravity
6.67428e_11 N m^2/kg^2  [G]     gravitational constant
1.622 m/s^2 [moon.g]    moon gravity unit
3.711 m/s^2 [mars.g]    mars gravity unit

Select the first line ([grav]) and click "Append".

Now multiply the three items together to get what we hope is going to be potential energy.

Select all three items, 1 2 3, and click ../tool07.jpg

At this stage the ttable looks like this:

Church Clock
┌  1       75.000 ft          height of tower
├  2      800.000 kg          mass of weight
├  3        1.000 grav        acceleration; gravity!
└> 4 @  60000.000 ft kg grav  {1}*{2}*{3}

Notice that a flag: ! has been added to the end of the name of item 3. This is called a hold. It shows the item is shielded from changes whenever backfitting takes place. We'll have reason to be grateful for it later.

Now, have you ever heard of energy units: [ft kg grav]?

Be honest: no you haven't. But TABULA isn't fazed. Click the units dropdown to see other compatible units you can convert them to. There, near the top, you see J for joules. Select it.

And while you're at it, let's see acceleration; gravity in more familiar units. Select item 3 and click ../tool27.jpg.

Now at last we can see the ttable:

Church Clock
┌  1       75.000 ft    height of tower
├  2      800.000 kg    mass of weight
├  3        9.813 m/s²  acceleration; gravity!
└> 4 @    1.795E5 J     {1}*{2}*{3}

A library formula for potential energy

In this case it's simple enough to multiply the three items (1, 2, 3) together to get the energy stored in the hanging weight. However, just to demonstrate the facility, we will use a library formula for the potential energy.

Select tab "functs". Enter: energy

9.812865328*m*h : m(kg),h(m)   [J]  potential energy; earth surface

Select it and press "Append".

Church Clock
┌  1       75.000 ft    height of tower
├  2      800.000 kg    mass of weight
├  3        9.813 m/s²  acceleration; gravity!
└> 4      1.795E5 J     {1}*{2}*{3}
┌  5        1.000 kg    m:feeder
├  6        1.000 m     h:feeder
└> 7 @      9.813 J     potential energy; earth surface

We see a separate calculation: the calculated line has brought with it its own feeders. We need to merge these with existing items.

Clearly item 5: m:feeder, needs to be merged with item 2: mass of weight.

Select both lines 2 and 5. Click ../tool25.jpg

Church Clock
  ┌  1       75.000 ft    height of tower
┌ ├  2      800.000 kg    mass of weight
│ ├  3        9.813 m/s²  acceleration; gravity!
│ └> 4      1.795E5 J     {1}*{2}*{3}
├    5        1.000 m     h:feeder
└>   6 @   7850.292 J     potential energy; earth surface

Line 2 is now feeding into the calculated item, which is now item 6.

Do the same with item 1: height of tower and item 5: h:feeder, merging them by clicking ../tool25.jpg

Church Clock
┌ ┌  1       75.000 ft    height of tower
├ ├  2      800.000 kg    mass of weight
│ ├  3        9.813 m/s²  acceleration; gravity!
│ └> 4      1.795E5 J     {1}*{2}*{3}
└>   5 @    1.795E5 J     potential energy; earth surface

and lo-and-behold, calculated items 4 and 5 show the same result!

Keep whichever one you like: we don't need them both.

The energy in a laptop battery

We turn now to the energy stored in Adrian's laptop battery. It is rated at 17 V, 3.1 amp-hours [A h]. If we multiply volts by amp-hours we get the stored electrical energy (assuming it stays at 17 V for the whole 3.1 A h discharged, which it won't near the end).

Click ../tool11.jpg to create a new [/] item. Enter: 3.1 A h

Now enter: 'battery charge.

Click ../tool11.jpg to create another new [/] item. Enter: 17 V

Now enter: 'battery potential.

Multiply the two together as before (click ../tool07.jpg) and convert to J (joules) with the units dropdown.

Rename this new item by entering: 'energy stored in battery.

In the same way let's relabel item 4: 'energy stored in hanging weight.

Church Clock
┌  1       75.000 ft    height of tower
├  2      800.000 kg    mass of weight
├  3        9.813 m/s²  acceleration; gravity!
└> 4      1.795E5 J     energy stored in hanging weight
┌  5        3.100 A h   battery charge
├  6       17.000 V     battery potential
└> 7      1.897E5 J     energy stored in battery

Comparing the two energy items

These are two separate calculations (except we notice that items 4 and 7 are not that different in value!). Let's connect them by forcing item 4 to take the same value as item 7.

We can do this by subtracting one from the other and then forcing the result to take the value 0.

Select items 4 and 7, then subtract them, using ../tool06.jpg

We now have a new item 8, which links the two calculations:

Church Clock
  ┌  1       75.000 ft    height of tower
  ├  2 @    800.000 kg    mass of weight
  ├  3        9.813 m/s²  acceleration; gravity!
┌ └> 4 @    1.795E5 J     energy stored in hanging weight
│ ┌  5        3.100 A h   battery charge
│ ├  6       17.000 V     battery potential
├ └> 7      1.897E5 J     energy stored in battery
└>   8 @ -10262.319 J     {4}-{7}

If we now persuade item 8 to accept the value 0, then items 4 and 7 will be forced to become equal.

Select item 8 and click ../tool21.jpg

Church ClockXX
  ┌  1 @   1.788E-5 ft    height of tower
  ├  2 @   1.907E-4 kg    mass of weight
  ├  3        9.813 m/s²  acceleration; gravity!
┌ └> 4 @   1.020E-8 J     energy stored in hanging weight
│ ┌  5 @   7.390E-7 A h   battery charge
│ ├  6 @   4.053E-6 V     battery potential
├ └> 7 @   1.078E-8 J     energy stored in battery
└>   8 @ -5.832E-10 J     {4}-{7}

The result is not at all what we want. Nearly all the items have changed, as shown by the @-flags, including ones we didn't want to change. And they have not changed to very sensible values, either. But there's no doubt that items 4 and 7 have been forced to become equal.

In fact all items will change unless they are held.

Click ../tool04.jpg and try again. This time we will hold those items we want to stay fixed.

Setting a permanent hold on an item

Items 5 and 6 are properties of the battery and can't be altered. So it's worth treating them the same way as earth gravity; an unalterable physical quantity which resists backfitting.

Select item 5 and click ../tool18.jpg

Do the same with item 6. And item 7 too, although it doesn't matter here.

Setting a temporary hold on an item

Now look at items 1 and 2. We don't want them both to change at once, so we want to hold one and not the other.

The original question was: "How far should the weight be lifted to exactly equal the energy stored in [Adrian's] laptop battery?"

So let us put a transient hold on the weight, to let the height of tower vary.

Select item 2 and Shift-click ../tool18.jpg

Now select the difference item (8) and click ../tool21.jpg to zero it.

Church Clock
  ┌  1 @     79.289 ft    height of tower
  ├  2!     800.000 kg    mass of weight
  ├  3        9.813 m/s²  acceleration; gravity!
┌ └> 4 @    1.897E5 J     energy stored in hanging weight
│ ┌  5        3.100 A h   battery charge!
│ ├  6       17.000 V     battery potential!
├ └> 7      1.897E5 J     energy stored in battery
└>   8 @ -1.455E-10 J     {4}-{7}

This answers our original question. To equalize the energies, the weight must be lifted to 79.289 ft instead of 75 ft.

What if we'd kept the height of tower fixed and let the mass of weight vary?

Simple. Click ../tool04.jpg to undo the changes, then Shift-click ../tool18.jpg to unhold item 2 and again to hold item 1.

Once again, select the difference item (8) and click ../tool21.jpg to zero it.

Church Clock
  ┌  1!      75.000 ft    height of tower
  ├  2 @    845.748 kg    mass of weight
  ├  3        9.813 m/s²  acceleration; gravity!
┌ └> 4 @    1.897E5 J     energy stored in hanging weight
│ ┌  5        3.100 A h   battery charge!
│ ├  6       17.000 V     battery potential!
├ └> 7      1.897E5 J     energy stored in battery
└>   8 @ -8.731E-11 J     {4}-{7}

from which it appears the weight must be increased from 800 kg to 845.748 kg to equalize the energies.

Saving your work

Click ../tool02.jpg to save the ttable as a file with a name derived from the title, viz. Church_Clock.ijs.

Alternatively choose menu: File > Save As... to give the saved file a name of your choice.

TABULA/ChurchClock (last edited 2011-11-19 05:39:04 by IanClark)