Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
148 stars 396 forks source link

[Feature] Add Kinematic Equations Calculator #1595

Open shraddhha opened 2 months ago

shraddhha commented 2 months ago

Description

Solves problems related to motion with constant acceleration. It can calculate displacement, initial velocity, final velocity, acceleration, and time. Description: The Kinematic Equations Calculator is a powerful tool designed to solve problems related to the motion of objects under constant acceleration. This calculator can compute various parameters of motion including displacement, initial velocity, final velocity, acceleration, and time, making it an essential resource for students and professionals dealing with kinematic equations in physics.

Features: Displacement Calculation: Determines the distance traveled by an object over a given period of time under constant acceleration. Initial Velocity Calculation: Computes the starting speed of an object before it undergoes acceleration. Final Velocity Calculation: Calculates the speed of an object after a certain period of acceleration. Acceleration Calculation: Finds the rate at which an object’s velocity changes over time. Time Calculation: Determines the time taken for an object to reach a certain velocity or displacement under constant acceleration.

Use Cases:

Kinematic Equations: The calculator uses the following fundamental kinematic equations, where:

𝑢 u = initial velocity 𝑣 v = final velocity 𝑎 a = acceleration 𝑠 s = displacement 𝑡 t

Screenshots

No response

Checklist

Code of Conduct

github-actions[bot] commented 2 months ago

Hey @shraddhha, Welcome to the project CalcDiverse! 🎊 Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

jessicachawla commented 2 months ago

will you consider only 1D kinematics or 2D and 3D as well?

shraddhha commented 2 months ago

1D, 2D and 3D also.

shraddhha commented 2 months ago

@jessichawla i would like to work on this issue.

Rakesh9100 commented 2 months ago

Go ahead @shraddhha

Rakesh9100 commented 2 months ago

Provide your PR @shraddhha