The Museum of HP Calculators


HP-22S: Some Useful Formulae

Copyright (C) 2002 Glen Kilpatrick

Distributed under GNU General Public License

This program is supplied without representation or warranty of any kind. The author and The Museum of HP Calculators therefore assume no responsibility and shall have no liability, consequential or otherwise, of any kind arising from the use of this program material or any part thereof.

Description

The customizing formulae that I developed and regularly use are as follows:

Notes

Example

Program Listing

Vector addition (& subtraction by angle complement):

r(x(W:X)+x(Y:Z):y(W:X)+y(Y:Z))      where W is 1st vector's radius
θ(x(W:X)+x(Y:Z):y(W:X)+y(Y:Z))            X is 1st vector's angle
                                          Y is 2nd vector's radius
                                          Z is 2nd vector's angle

Complementary equation to the HP-22S's LIBRARY equation for radioactive decay, -K×T=LN(N/I):

K×T=LN(2)

Percent of maximum heart rate as a linear function of heart rate where 0% is your resting heart rate, 100% is 220 minus your age:

((220-A-R)×C/100+R)×S/60=H where A is your age
                                 R is your resting heart rate
                                 C is percent of maximum heart rate
                                 S is the number of seconds that you
                                   count beats, and
                                 H is the number of beats counted

Body-mass index, or BMI, computed from Metric height and weight:

B×M2=K  where B is your resultant BMI
              M is your height in meters
              K is your weight in kilograms

Three English - Metric conversions unfortunately not built-in:

1.609344×M=K where M is miles, K is kilometers,
1.852×N=K    and N is nautical miles

.3048×F=M where F is feet, M is meters (no leading zero saves one byte)

Resources Used

Go back to the software library
Go back to the main exhibit hall