An open API service indexing awesome lists of open source software.

https://github.com/h12m54am/physics-calculator

Wanting to quickly check a physics calculation just in case you messed up the order? Now you can choose from the variety of physics formulas to support you on your way to solve a problem.
https://github.com/h12m54am/physics-calculator

beginner-project calculator go golang math physics

Last synced: about 1 year ago
JSON representation

Wanting to quickly check a physics calculation just in case you messed up the order? Now you can choose from the variety of physics formulas to support you on your way to solve a problem.

Awesome Lists containing this project

README

          

There are 8 choices that allow a user to choose one of them and plug in the numbers while the application calculates them. These formulas are very basic and are from kinematics and a couple that is mixed. This is a super simple application. The formulas are:

* vf = vi + at
* d = ((vi + vf) / 2) * t
* d = vi*t + 0.5 * a * t^2
* vf^2 = vi^2 + 2 * a * d
* Work = Force * Displacement
* eff = (output / input) * 100
* Ei + W = Ef
* Torque = F * r

The Ei + W = Ef does not check if there is potential and kinetic energy but takes the full answer of Ei and/or Ef.