This project is for visualizing the straight line motion. It is based on the equations of straight line motion. ` There are two modes: 1. Simulator (In which you can see the simulation on the basis of the Velocity and Acceleration you provide) 2. Simulator+Calculator (Here, you are asked 5 parameters from which you have to answer only 3 and leave the rest two empty for the project to calculate. It will show the values calculated after the simulation.) ` It will calculate correct for valid expressions & may not calculate & simulate for wrong expressions
Equations of Straight Line Motion: v = u+at s = ut+1/2at^2 v^2-u^2 = 2as where, v: Final Velocity u: Initial Velocity a: Acceleration t: Time s: Displacement ===================================================== This project is useful for those who want to understand and visualize physics. But don't worry if you are not familiar with this concept now, maybe this is useful in your higher classes!! ` The whole project is by me except the Text Engine. Thanks to @Machinumps for that. ===================================================== Change Log: 26th Jan 2018: Project Released after so much hard work! Its still in progress. Friction & Projectile Motion will be added and few bugs have to be fixed... Please report bugs in comments!!