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.
- Host: GitHub
- URL: https://github.com/h12m54am/physics-calculator
- Owner: H12M54AM
- License: mit
- Created: 2022-04-12T22:44:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T01:36:12.000Z (about 4 years ago)
- Last Synced: 2025-02-09T15:45:03.543Z (over 1 year ago)
- Topics: beginner-project, calculator, go, golang, math, physics
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.