cam-rod / TI84-colour-physics-bible

A TI-84+CE and TI-84+C SE program to solve for variables used in uniformly accelerated motion.

Home Page:https://bit.ly/TI84PhysicsBible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The TI-84 Colour Edition Physics Bible Program

This is a program designed for the TI-84 Plus Colour Edition (TI-84+CE) and the TI-84 Plus C Silver Edition (TI-84+C SE), to help you solve for different key values needed in a variety of physics equations. The equations calculated in the program are derivations of the 5 equations of uniformly accelerated motion in one dimension, which can be viewed here. This program can solve for any of the following variables if 3 others are known (measurement units in parentheses):

  • Acceleration (in m/s²)
  • Displacement (in m)
  • Initial velocity (in m/s)
  • Final velocity (in m/s)
  • Time (in s)

This program is written in TI-BASIC, and will work from RAM or the Archive. Due to the size of the program (12 119 bytes on TI-84+CE, 13 491 bytes on TI-84+C SE) without the automatically generated list PHVAR, it is recommended to store the program in the Archive. Although this program is capable of running on black and white display TI-83/84 graphing calculator, it is not recommended, as the text is optimized for the larger colour displays and will wrap on top of itself on black and white screens.

The Physics Bible in Action

Launch Splash Screen Main Menu Instructions Main Menu Sub Menu Calculation Screen Saving Answer Answer Saved in Variable

Installing the Physics Bible

To download the program, follow this link and select the version for your calculator. Then, head over to the download site for the TI Connect CE software and follow the instructions in the guidebook to send the program to your TI-84+CE. Finally, to run the program, press the pgrm button, and then select the program called PHYSBBLE.

Building the Physics Bible

If you wish to build the program yourself from the text files attached, follow the instructions below. Due to the formatting of the text, the program must be compiled with TI Connect CE, but feel free to reformat for the IDE of your choice:

  1. Download and extract the .zip file from the button above or with this link.
  2. Open the corresponding folder and the file PHYSBBLE-TI-84+XXXXXX.txt. Copy all of the text in the file.
  3. Open TI Connect CE and create a new program under the Program Editor menu. Paste the text in the empty space. Give the program a variable name and save the file. Follow the installation instructions above to send the program to your calculator.

Contributing

Read the contributing guidelines here.

License

This software is licensed under the MIT License, which can be found here, or the online template here. If you use this repository in other projects, include the aforementioned license, with attribution to myself. While not necessary, I strongly encourage you to open source your own work to the community.

About

A TI-84+CE and TI-84+C SE program to solve for variables used in uniformly accelerated motion.

https://bit.ly/TI84PhysicsBible

License:MIT License