3D Distance Formula Calculator Program

Click For Summary
SUMMARY

The discussion focuses on creating a 3D Distance Formula Calculator program for the TI-84 calculator. The formula for calculating the distance between two points in three-dimensional space is defined as √((x1 - x0)² + (y1 - y0)² + (z1 - z0)²). Users are encouraged to implement this formula in their TI-84 programming environment to extend the capabilities of their existing distance calculator. This enhancement allows for accurate distance calculations in three dimensions, which is essential for various applications in mathematics and physics.

PREREQUISITES
  • Understanding of the 3D Distance Formula
  • Familiarity with TI-84 programming syntax
  • Basic knowledge of mathematical concepts involving coordinates
  • Experience with calculator programming logic
NEXT STEPS
  • Research how to implement mathematical formulas in TI-84 programming
  • Learn about 3D coordinate systems and their applications
  • Explore advanced programming techniques for the TI-84 calculator
  • Investigate other mathematical functions that can be programmed on the TI-84
USEFUL FOR

Students, educators, and programmers who are developing mathematical tools on the TI-84 calculator, particularly those interested in extending functionality to include three-dimensional calculations.

riaudo
Messages
5
Reaction score
0
Hello. I have the distance formula programmed into my calculator and I searched for a distance formula that includes the z-axis but I couldn't find any. Does anyone know how to make such a program for the TI-84?

Thank you.
 
Mathematics news on Phys.org
It's just the obvious extension of the two dimensional formula:
The distanct from (x_0, y_0, z_0) to (x_1, y_1, z_1) is
\sqrt{(x_1- x_0)^2+ (y_1- y_0)^2+ (z_1- z_0)^2}
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
4
Views
6K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
835