E-Code

Polar-coordinate kinematics — a TI-84 Plus CE program

By E-Code · updated

KINPOL is a TI-BASIC program for the TI-84 Plus CE. Radial and transverse velocity and acceleration components, speed and acceleration magnitude for r(t) and theta(t) given as quadratics in time.

What it asks for and what it shows

It asks for 7 values at its prompts. In the example below it shows R M, V R, V TH, SPEED, A R, A TH, ACCEL.

Example run

One of its oracle test cases: “spiral”. The inputs are typed in order, and the results are the values the case expects on the screen.

StepValue
You enter
Input 12
Input 21.5
Input 30.3
Input 40.2
Input 50.8
Input 60.4
Input 73
The screen shows
R M=9.2
V R=3.3
V TH=18.4
SPEED=18.69358179
A R=-36.2
A TH=16.88
ACCEL=39.94213815

How it's checked

3 test cases, each checked against an independent method. Replayed key by key on a virtual TI-84 Plus CE, they make 27 checks.

How E-Code checks every program

Run it or put it on your calculator

Related programs

All TI-84 Plus CE physics programs · All TI-84 Plus CE programs