<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.physicsbook.gatech.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ilukowiecki3</id>
	<title>Physics Book - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.physicsbook.gatech.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ilukowiecki3"/>
	<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/Special:Contributions/Ilukowiecki3"/>
	<updated>2026-04-27T10:37:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38641</id>
		<title>Iterative Prediction</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38641"/>
		<updated>2020-03-28T19:20:07Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page describes iterative prediction, a technique used to predict the motion of particles over a period of time often used in simulations.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is a mathematical technique for approximating the behavior of one or more particles over an interval of time. An iteration is a repeated procedure, so iterative prediction uses repeated procedures to predict the motion of a system. Specifically, &#039;iterate&#039; means to repeat; in physics, it means to perform the same calculation repeatedly using information produced by the previous calculation. To perform iterative prediction, the initial position, initial momentum, and mass of each particle must be known, and the forces acting on each particle must be known. This information is used to update the position of each particle periodically.&lt;br /&gt;
&lt;br /&gt;
To apply the momentum principle:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Chose your system&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Draw a force diagram (no internal forces, everything depends on interactions with the environment)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Chose your time interval&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Substitute known values and solve for unknowns&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Check your units and reasonableness of your answer&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
To perform iterative prediction, the time interval of interest must be divided into small sub-intervals of duration &amp;lt;math&amp;gt;\Delta t&amp;lt;/math&amp;gt; called time steps. For each time step, the following steps should be performed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Net Force]] acting on each particle should be calculated,&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Linear Momentum]] of each particle should be updated from the last time step using the newly calculated net force, and&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated [[Velocity]]. Repeat for the total number of time steps.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Iterative_Model.png|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;This is a visual representation of iterative prediction being used to repeatedly update a particle&#039;s momentum. It was found on [https://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict this page] of the Projects &amp;amp; Practices in Physics website, where it is provided under a [https://creativecommons.org/licenses/by-nc-sa/3.0/ CC Attribution-Noncommercial-Share Alike 3.0 Unported] license. It is shown here under the same license.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The size of the time steps used during iterative prediction is referred to as the resolution of the model. Dividing a time interval into a few large time steps is called low resolution while dividing the same time interval into many small time steps is called high resolution. Performing iterative prediction with a higher resolution requires more computations but produces more accurate results. This is because steps 2 and 3 assume constant force and velocity respectively during the duration of each time step (see the &amp;quot;mathematical model&amp;quot; section). In reality, force and velocity change continually, so this is where inaccuracy is introduced. However, if the time steps are small enough that force and velocity do not significantly change during any time step, the iterative prediction is a sufficiently accurate model. In the limit where the time interval is divided into an infinite number of infinitely small time steps, iterative prediction becomes a perfectly accurate model. However, this would require an infinite number of computations, and is therefore impossible to do, although, in some simple situations, analytic approaches can be used to this end instead. Deciding what time step to use requires consideration of both the computational resources available and the resolution required to accurately approximate the situation. When performing iterative prediction by hand, it is impractical to perform more than a few time steps, which cannot be used to accurately model much. If computers are available, it becomes feasible to divide the time interval into thousands of time steps, which can accurately simulate most day-to-day situations. Some of the most sensitive simulations, however, require incredibly small time steps. For example, some physicists perform atom-by-atom simulations of molecular structures interacting. A slight change in the position of an atom can cause a huge change in the forces acting on it, so tiny time steps must be used in order to ensure that force and velocity do not significantly change during any one time step. These simulations are run on the world&#039;s most powerful supercomputers and often take weeks to complete. They can simulate time intervals of several nanoseconds (&amp;lt;math&amp;gt;10^{-9}&amp;lt;/math&amp;gt; s) using time steps of only a few femtoseconds. (&amp;lt;math&amp;gt;10^{-15}&amp;lt;/math&amp;gt; s) [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6286305/ (Click here for an example of a paper about such a simulation.)] Most of the VPython simulations on this wiki use time steps of about .01s.&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is only an approximation, but it is a very powerful tool because it can model complex systems that are impossible to model using known analytical approaches such as calculus and kinematics due to unsolvable differential equations and other obstacles.&lt;br /&gt;
&lt;br /&gt;
===Relation between Newton&#039;s 2nd Law and Momentum Principle===&lt;br /&gt;
&lt;br /&gt;
The rate of change of momentum of an object is directly proportional to the net force applied and is in the direction of the net force; the net force is equal to the rate of change of momentum. &lt;br /&gt;
&lt;br /&gt;
[[File:Fma_.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- m = mass in kilograms (kg)&lt;br /&gt;
&lt;br /&gt;
- a = acceleration in meters per second per second (ms-2)&lt;br /&gt;
&lt;br /&gt;
[[File:rate-of-change-of-momentum-2.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F  = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- &amp;lt;math&amp;gt;\Delta mv&amp;lt;/math&amp;gt; = change in momentum in kilogram metres per second (kg ms-1)&lt;br /&gt;
&lt;br /&gt;
- t = change in time in seconds (s)&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Below are the mathematical formulas required for each of the three steps outlined above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The net force acting on each particle should be calculated.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step varies widely from program to program, depending on what system is being modeled. Sometimes, the forces acting on each particle are constant, such as when modeling the motion of a ball with a specific weight thrown near the surface of the earth. Other times, the forces are functions of properties such as the particles&#039; positions, such as when modeling the motion of celestial bodies whose gravitational attraction is greater when they are closer together. Sometimes, there is only one force acting on each particle, and other times, the net force must be found by adding together the individual force vectors.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The momentum of each particle should be updated from the last time step using the newly calculated net force.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the [[Impulse and Momentum|impulse-momentum theorem]]. The impulse-momentum theorem states that &amp;lt;math&amp;gt;\vec{p}_f = \vec{p}_i + \vec{J} = \vec{p}_i + \vec{F}_{net, avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial momentum is always known; it is simply the momentum the particle had during the previous time step (or if there is no previous time step, the initial momentum of the particle). &amp;lt;math&amp;gt;\vec{F}_{net, avg}&amp;lt;/math&amp;gt; represents the average net force that has been acting on the particle since the previous time step, resulting in a new momentum this time step. To calculate it, the net force found in step 1 should be used. Note that in reality, the net force acting on the particle is constantly changing, and the net force found in step 1 is the final net force, which is not truly the average net force over the course of the previous time step (except in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the net force does not have much time to change over the course of the time step, meaning the average net force is very similar to the final net force.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated velocity.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the kinematic equation &amp;lt;math&amp;gt;\vec{r}_f = \vec{r}_i + \vec{v}_{avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial position is always known; it is simply the position the particle had during the previous time step (or if there is no previous time step, the initial position of the particle). &amp;lt;math&amp;gt;\vec{v}_{avg}&amp;lt;/math&amp;gt; represents the average velocity with which the particle has been moving since the previous time step, resulting in a new position this time step. To calculate it, the momentum found in step 2 should simply be divided by the mass of the particle: &amp;lt;math&amp;gt;\vec{v}_f = \frac{\vec{p}_f}{m}&amp;lt;/math&amp;gt;. Note that in reality, the velocity of the particle is constantly changing, and the velocity found above is the final velocity, which is not truly the average velocity over the course of the previous time step (even in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the velocity does not have much time to change over the course of the time step, meaning the average velocity is very similar to the final velocity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is typically done on computers because many computations are necessary in order to perform it at a meaningful resolution. VPython is a useful program to perform iterative prediction because it can graphically display the positions of the particles each time step. Below is an example of a VPython program that uses iterative prediction to simulate a ball thrown near the surface of the earth. Be sure to read and understand the source code by clicking on &amp;quot;view this program&amp;quot; in the top left corner; there are comments for each line designed to introduce readers to their first iterative prediction program.&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction1 high-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
To demonstrate differing resolutions, here is a lower resolution version of the same simulation, which uses larger time steps:&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction2 low-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
Note that the first program is more realistic; the more frequent position updates result in a smoother curve that more closely approximates the true trajectory of a ball. On the other hand, the second program has fewer calculations to do. Both programs are artificially slowed using the &amp;quot;rate&amp;quot; command in order to simulate a realistic travel time, but if both programs were allowed to run as quickly as possible, the second program would finish first. For larger, more complicated simulations, time can be a significant factor.&lt;br /&gt;
&lt;br /&gt;
Here is another more complicated simulation that uses iterative prediction to simulate the motion of a mass swinging on a spring. This is an example of iterative prediction with a varying force; during each time step, the forces acting on the mass must be calculated depending on its position using [[Hooke&#039;s Law]].&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/SpringMass spring mass simulation]&lt;br /&gt;
&lt;br /&gt;
Note: both projectile motion and spring-mass systems can be analytically modeled; that is, in both of the above systems, analytical techniques such as calculus and kinematics can be used to find the position of the particles as a function of time. However, for some other, more complicated systems, analytical approaches may not exist, while iterative prediction often still works. For example, it would be easy to modify the projectile motion simulation to include the effects of [[Air Resistance]], which is difficult to take into account analytically.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
In addition to the example below, know how to create V-Python simulations using iterative prediction with both constant and varying forces.&lt;br /&gt;
&lt;br /&gt;
===1. (Middling)===&lt;br /&gt;
&lt;br /&gt;
A 2kg particle is released from rest at time t=0. A constant force of 6N is applied to it. How far has the particle traveled after 4 seconds?&lt;br /&gt;
&lt;br /&gt;
Solve this question&lt;br /&gt;
&lt;br /&gt;
A.) analytically (using kinematic equations)&lt;br /&gt;
&lt;br /&gt;
B.) using iterative prediction with 12 equal time steps&lt;br /&gt;
&lt;br /&gt;
C.) using iterative prediction with 4 equal time steps&lt;br /&gt;
&lt;br /&gt;
D.) using iterative prediction with a single time step&lt;br /&gt;
&lt;br /&gt;
Pay attention to how the resolution of the iterative prediction affects the accuracy of the answer. The analytical answer is completely accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A.) To solve this analytically, the following kinematic equation should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} a t^2 + v_0 t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using [[Newton&#039;s Second Law: the Momentum Principle]], we know that &amp;lt;math&amp;gt;a = \frac{f}{m} = 3&amp;lt;/math&amp;gt;m/s^2. We are also given that &amp;lt;math&amp;gt;v_0 = 0&amp;lt;/math&amp;gt;, and we are interested in the time t=4. Substituting these values into the kinematic equation yields&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} (3) (4)^2 = 24&amp;lt;/math&amp;gt;m.&lt;br /&gt;
&lt;br /&gt;
B.) To solve this using iterative prediction, a computational tool should be used. Since animation isn&#039;t necessary for this problem, I used Microsoft Excel; each row populates itself based on the information in the previous row using formula functions. Google Spreadsheets can also be used, as can V-Python or any other programming language.&lt;br /&gt;
&lt;br /&gt;
[[File:12steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
Using 12-time steps of 1/3 seconds each results in a simulated displacement of 26m, which is fairly close to the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
C.)&lt;br /&gt;
&lt;br /&gt;
[[File:4steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 4-time steps of 1 second each results in a simulated displacement of 30m, which is fairly different from the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
D.)&lt;br /&gt;
&lt;br /&gt;
[[File:1step.PNG]]&lt;br /&gt;
&lt;br /&gt;
using a 1-time step of 4 seconds results in a simulated displacement of 48m, which is twice the actual amount!&lt;br /&gt;
&lt;br /&gt;
This demonstrates that higher-resolution simulations with smaller time steps are able to predict the motion of particles more accurately than lower-resolution simulations with larger time steps. It also demonstrates that as the length of each time step approaches 0, the predicted motion of the particles approaches their actual motion. It is important to choose a resolution that keeps error within an acceptable margin.&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
&lt;br /&gt;
===Application: video game industry===&lt;br /&gt;
&lt;br /&gt;
One popular application of iterative prediction is in physics-based video games. These are often little more than physics simulations with player input. Iterative prediction is used in most major video games to predict the motion of in-game objects. It can be used even if the laws of physics within the video game are different from those of the real world.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The impulse-momentum theorem, which is used in iterative prediction to update the momenta of particles, is derived from Newton&#039;s Second Law, which Isaac Newton (1643-1727) publish in his 1687 book Principia Mathematica. From this point onward, all of the math necessary for iterative prediction was known, but it was not useful to perform iterative prediction until significant computational advances in the twentieth century allowed for high resolutions.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Linear Momentum]]&lt;br /&gt;
*[[Impulse and Momentum]]&lt;br /&gt;
*[[Analytical Prediction]]&lt;br /&gt;
*[[Iterative Prediction of Spring-Mass System]]&lt;br /&gt;
*[[Determinism]]&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
*[http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:modeling_with_vpython Iterative Prediction with VPython]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Wednesday, Week 2 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Monday, Week 3 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. Lab 07 Fancart Energy &amp;amp; Spring-Mass Instructions, Greco, Edwin&lt;br /&gt;
*http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict&lt;br /&gt;
*http://physicsnet.co.uk/a-level-physics-as-a2/mechanics/newtons-laws-of-motion/&lt;br /&gt;
*Bañó-Polo, M., Baeza-Delgado, C., Tamborero, S., Hazel, A., Grau, B., Nilsson, I., … Mingarro, I. (2018). Transmembrane but not soluble helices fold inside the ribosome tunnel. Nature communications, 9(1), 5246. doi:10.1038/s41467-018-07554-7&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38615</id>
		<title>Iterative Prediction</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38615"/>
		<updated>2020-03-24T18:49:47Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page describes iterative prediction, a technique used to predict the motion of particles over a period of time often used in simulations.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is a mathematical technique for approximating the behavior of one or more particles over an interval of time. An iteration is a repeated procedure, so iterative prediction uses repeated procedures to predict the motion of a system. Specifically, &#039;iterate&#039; means to repeat; in physics, it means to perform the same calculation repeatedly using information produced by the previous calculation. To perform iterative prediction, the initial position, initial momentum, and mass of each particle must be known, and the forces acting on each particle must be known. This information is used to update the position of each particle periodically.&lt;br /&gt;
&lt;br /&gt;
To apply the momentum principle:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Chose your system&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Draw a force diagram (no internal forces, everything depends on interactions with the environment)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Chose your time interval&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Substitute known values and solve for unknowns&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Check your units and reasonableness of your answer&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
To perform iterative prediction, the time interval of interest must be divided into small sub-intervals of duration &amp;lt;math&amp;gt;\Delta t&amp;lt;/math&amp;gt; called time steps. For each time step, the following steps should be performed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Net Force]] acting on each particle should be calculated,&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Linear Momentum]] of each particle should be updated from the last time step using the newly calculated net force, and&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated [[Velocity]]. Repeat for the total number of time steps.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Iterative_Model.png|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;This is a visual representation of iterative prediction being used to repeatedly update a particle&#039;s momentum. It was found on [https://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict this page] of the Projects &amp;amp; Practices in Physics website, where it is provided under a [https://creativecommons.org/licenses/by-nc-sa/3.0/ CC Attribution-Noncommercial-Share Alike 3.0 Unported] license. It is shown here under the same license.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The size of the time steps used during iterative prediction is referred to as the resolution of the model. Dividing a time interval into a few large time steps is called low resolution while dividing the same time interval into many small time steps is called high resolution. Performing iterative prediction with a higher resolution requires more computations but produces more accurate results. This is because steps 2 and 3 assume constant force and velocity respectively during the duration of each time step (see the &amp;quot;mathematical model&amp;quot; section). In reality, force and velocity change continually, so this is where inaccuracy is introduced. However, if the time steps are small enough that force and velocity do not significantly change during any time step, the iterative prediction is a sufficiently accurate model. In the limit where the time interval is divided into an infinite number of infinitely small time steps, iterative prediction becomes a perfectly accurate model. However, this would require an infinite number of computations, and is therefore impossible to do, although, in some simple situations, analytic approaches can be used to this end instead. Deciding what time step to use requires consideration of both the computational resources available and the resolution required to accurately approximate the situation. When performing iterative prediction by hand, it is impractical to perform more than a few time steps, which cannot be used to accurately model much. If computers are available, it becomes feasible to divide the time interval into thousands of time steps, which can accurately simulate most day-to-day situations. Some of the most sensitive simulations, however, require incredibly small time steps. For example, some physicists perform atom-by-atom simulations of molecular structures interacting. A slight change in the position of an atom can cause a huge change in the forces acting on it, so tiny time steps must be used in order to ensure that force and velocity do not significantly change during any one time step. These simulations are run on the world&#039;s most powerful supercomputers and often take weeks to complete. They can simulate time intervals of several nanoseconds (&amp;lt;math&amp;gt;10^{-9}&amp;lt;/math&amp;gt; s) using time steps of only a few femtoseconds. (&amp;lt;math&amp;gt;10^{-15}&amp;lt;/math&amp;gt; s) [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6286305/ (Click here for an example of a paper about such a simulation.)] Most of the VPython simulations on this wiki use time steps of about .01s.&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is only an approximation, but it is a very powerful tool because it can model complex systems that are impossible to model using known analytical approaches such as calculus and kinematics due to unsolvable differential equations and other obstacles.&lt;br /&gt;
&lt;br /&gt;
===Relation between Newton&#039;s 2nd Law and Momentum Principle===&lt;br /&gt;
&lt;br /&gt;
The rate of change of momentum of an object is directly proportional to the net force applied and is in the direction of the net force; the net force is equal to the rate of change of momentum. &lt;br /&gt;
&lt;br /&gt;
[[File:Fma_.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- m = mass in kilograms (kg)&lt;br /&gt;
&lt;br /&gt;
- a = acceleration in meters per second per second (ms-2)&lt;br /&gt;
&lt;br /&gt;
[[File:rate-of-change-of-momentum-2.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F  = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- &amp;lt;math&amp;gt;\Delta mv&amp;lt;/math&amp;gt; = change in momentum in kilogram metres per second (kg ms-1)&lt;br /&gt;
&lt;br /&gt;
- t = change in time in seconds (s)&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Below are the mathematical formulas required for each of the three steps outlined above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The net force acting on each particle should be calculated.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step varies widely from program to program, depending on what system is being modeled. Sometimes, the forces acting on each particle are constant, such as when modeling the motion of a ball with a specific weight thrown near the surface of the earth. Other times, the forces are functions of properties such as the particles&#039; positions, such as when modeling the motion of celestial bodies whose gravitational attraction is greater when they are closer together. Sometimes, there is only one force acting on each particle, and other times, the net force must be found by adding together the individual force vectors.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The momentum of each particle should be updated from the last time step using the newly calculated net force.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the [[Impulse and Momentum|impulse-momentum theorem]]. The impulse-momentum theorem states that &amp;lt;math&amp;gt;\vec{p}_f = \vec{p}_i + \vec{J} = \vec{p}_i + \vec{F}_{net, avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial momentum is always known; it is simply the momentum the particle had during the previous time step (or if there is no previous time step, the initial momentum of the particle). &amp;lt;math&amp;gt;\vec{F}_{net, avg}&amp;lt;/math&amp;gt; represents the average net force that has been acting on the particle since the previous time step, resulting in a new momentum this time step. To calculate it, the net force found in step 1 should be used. Note that in reality, the net force acting on the particle is constantly changing, and the net force found in step 1 is the final net force, which is not truly the average net force over the course of the previous time step (except in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the net force does not have much time to change over the course of the time step, meaning the average net force is very similar to the final net force.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated velocity.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the kinematic equation &amp;lt;math&amp;gt;\vec{r}_f = \vec{r}_i + \vec{v}_{avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial position is always known; it is simply the position the particle had during the previous time step (or if there is no previous time step, the initial position of the particle). &amp;lt;math&amp;gt;\vec{v}_{avg}&amp;lt;/math&amp;gt; represents the average velocity with which the particle has been moving since the previous time step, resulting in a new position this time step. To calculate it, the momentum found in step 2 should simply be divided by the mass of the particle: &amp;lt;math&amp;gt;\vec{v}_f = \frac{\vec{p}_f}{m}&amp;lt;/math&amp;gt;. Note that in reality, the velocity of the particle is constantly changing, and the velocity found above is the final velocity, which is not truly the average velocity over the course of the previous time step (even in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the velocity does not have much time to change over the course of the time step, meaning the average velocity is very similar to the final velocity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is typically done on computers because many computations are necessary in order to perform it at a meaningful resolution. VPython is a useful program to perform iterative prediction because it can graphically display the positions of the particles each time step. Below is an example of a VPython program that uses iterative prediction to simulate a ball thrown near the surface of the earth. Be sure to read and understand the source code by clicking on &amp;quot;view this program&amp;quot; in the top left corner; there are comments for each line designed to introduce readers to their first iterative prediction program.&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction1 high-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
To demonstrate differing resolutions, here is a lower resolution version of the same simulation, which uses larger time steps:&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction2 low-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
Note that the first program is more realistic; the more frequent position updates result in a smoother curve that more closely approximates the true trajectory of a ball. On the other hand, the second program has fewer calculations to do. Both programs are artificially slowed using the &amp;quot;rate&amp;quot; command in order to simulate a realistic travel time, but if both programs were allowed to run as quickly as possible, the second program would finish first. For larger, more complicated simulations, time can be a significant factor.&lt;br /&gt;
&lt;br /&gt;
Here is another more complicated simulation that uses iterative prediction to simulate the motion of a mass swinging on a spring. This is an example of iterative prediction with a varying force; during each time step, the forces acting on the mass must be calculated depending on its position using [[Hooke&#039;s Law]].&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/SpringMass spring mass simulation]&lt;br /&gt;
&lt;br /&gt;
Note: both projectile motion and spring-mass systems can be analytically modeled; that is, in both of the above systems, analytical techniques such as calculus and kinematics can be used to find the position of the particles as a function of time. However, for some other, more complicated systems, analytical approaches may not exist, while iterative prediction often still works. For example, it would be easy to modify the projectile motion simulation to include the effects of [[Air Resistance]], which is difficult to take into account analytically.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
In addition to the example below, know how to create V-Python simulations using iterative prediction with both constant and varying forces.&lt;br /&gt;
&lt;br /&gt;
===1. (Middling)===&lt;br /&gt;
&lt;br /&gt;
A 2kg particle is released from rest at time t=0. A constant force of 6N is applied to it. How far has the particle traveled after 4 seconds?&lt;br /&gt;
&lt;br /&gt;
Solve this question&lt;br /&gt;
&lt;br /&gt;
A.) analytically (using kinematic equations)&lt;br /&gt;
&lt;br /&gt;
B.) using iterative prediction with 12 equal time steps&lt;br /&gt;
&lt;br /&gt;
C.) using iterative prediction with 4 equal time steps&lt;br /&gt;
&lt;br /&gt;
D.) using iterative prediction with a single time step&lt;br /&gt;
&lt;br /&gt;
Pay attention to how the resolution of the iterative prediction affects the accuracy of the answer. The analytical answer is completely accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A.) To solve this analytically, the following kinematic equation should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} a t^2 + v_0 t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using [[Newton&#039;s Second Law: the Momentum Principle]], we know that &amp;lt;math&amp;gt;a = \frac{f}{m} = 3&amp;lt;/math&amp;gt;m/s^2. We are also given that &amp;lt;math&amp;gt;v_0 = 0&amp;lt;/math&amp;gt;, and we are interested in the time t=4. Substituting these values into the kinematic equation yields&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} (3) (4)^2 = 24&amp;lt;/math&amp;gt;m.&lt;br /&gt;
&lt;br /&gt;
B.) To solve this using iterative prediction, a computational tool should be used. Since animation isn&#039;t necessary for this problem, I used Microsoft Excel; each row populates itself based on the information in the previous row using formula functions. Google Spreadsheets can also be used, as can V-Python or any other programming language.&lt;br /&gt;
&lt;br /&gt;
[[File:12steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
Using 12-time steps of 1/3 seconds each results in a simulated displacement of 26m, which is fairly close to the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
C.)&lt;br /&gt;
&lt;br /&gt;
[[File:4steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 4-time steps of 1 second each results in a simulated displacement of 30m, which is fairly different from the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
D.)&lt;br /&gt;
&lt;br /&gt;
[[File:1step.PNG]]&lt;br /&gt;
&lt;br /&gt;
using a 1-time step of 4 seconds results in a simulated displacement of 48m, which is twice the actual amount!&lt;br /&gt;
&lt;br /&gt;
This demonstrates that higher-resolution simulations with smaller time steps are able to predict the motion of particles more accurately than lower-resolution simulations with larger time steps. It also demonstrates that as the length of each time step approaches 0, the predicted motion of the particles approaches their actual motion. It is important to choose a resolution that keeps error within an acceptable margin.&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
&lt;br /&gt;
===Application: video game industry===&lt;br /&gt;
&lt;br /&gt;
One popular application of iterative prediction is in physics-based video games. These are often little more than physics simulations with player input. Iterative prediction is used in most major video games to predict the motion of in-game objects. It can be used even if the laws of physics within the video game are different from those of the real world.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The impulse-momentum theorem, which is used in iterative prediction to update the momenta of particles, is derived from Newton&#039;s Second Law, which Isaac Newton (1643-1727) publish in his 1687 book Principia Mathematica. From this point onward, all of the math necessary for iterative prediction was known, but it was not useful to perform iterative prediction until significant computational advances in the twentieth century allowed for high resolutions.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Linear Momentum]]&lt;br /&gt;
*[[Impulse and Momentum]]&lt;br /&gt;
*[[Analytical Prediction]]&lt;br /&gt;
*[[Iterative Prediction of Spring-Mass System]]&lt;br /&gt;
*[[Determinism]]&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
*[http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:modeling_with_vpython Iterative Prediction with VPython]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Wednesday, Week 2 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Monday, Week 3 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. Lab 07 Fancart Energy &amp;amp; Spring-Mass Instructions, Greco, Edwin&lt;br /&gt;
*http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict&lt;br /&gt;
*http://physicsnet.co.uk/a-level-physics-as-a2/mechanics/newtons-laws-of-motion/&lt;br /&gt;
*Bañó-Polo, M., Baeza-Delgado, C., Tamborero, S., Hazel, A., Grau, B., Nilsson, I., … Mingarro, I. (2018). Transmembrane but not soluble helices fold inside the ribosome tunnel. Nature communications, 9(1), 5246. doi:10.1038/s41467-018-07554-7&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38612</id>
		<title>Iterative Prediction</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38612"/>
		<updated>2020-03-24T18:26:47Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: /* The Main Idea */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page describes iterative prediction, a technique used to predict the motion of particles over a period of time often used in simulations.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is a mathematical technique for approximating the behavior of one or more particles over an interval of time. An iteration is a repeated procedure, so iterative prediction uses repeated procedures to predict the motion of a system. Specifically, &#039;iterate&#039; means to repeat; in physics, it means to perform the same calculation repeatedly using information produced by the previous calculation. To perform iterative prediction, the initial position, initial momentum, and mass of each particle must be known, and the forces acting on each particle must be known. This information is used to update the position of each particle periodically.&lt;br /&gt;
&lt;br /&gt;
To apply the momentum principle:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Chose your system&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Draw a force diagram (no internal forces, everything depends on interactions with the environment)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Chose your time interval&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Substitute known values and solve for unknowns&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Check your units and reasonableness of your answer&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
To perform iterative prediction, the time interval of interest must be divided into small sub-intervals of duration &amp;lt;math&amp;gt;\Delta t&amp;lt;/math&amp;gt; called time steps. For each time step, the following steps should be performed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Net Force]] acting on each particle should be calculated,&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Linear Momentum]] of each particle should be updated from the last time step using the newly calculated net force, and&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated [[Velocity]]. Repeat for the total number of time steps.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Iterative_Model.png|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;This is a visual representation of iterative prediction being used to repeatedly update a particle&#039;s momentum. It was found on [https://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict this page] of the Projects &amp;amp; Practices in Physics website, where it is provided under a [https://creativecommons.org/licenses/by-nc-sa/3.0/ CC Attribution-Noncommercial-Share Alike 3.0 Unported] license. It is shown here under the same license.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The size of the time steps used during iterative prediction is referred to as the resolution of the model. Dividing a time interval into a few large time steps is called low resolution while dividing the same time interval into many small time steps is called high resolution. Performing iterative prediction with a higher resolution requires more computations but produces more accurate results. This is because steps 2 and 3 assume constant force and velocity respectively during the duration of each time step (see the &amp;quot;mathematical model&amp;quot; section). In reality, force and velocity change continually, so this is where inaccuracy is introduced. However, if the time steps are small enough that force and velocity do not significantly change during any time step, iterative prediction is a sufficiently accurate model. In the limit where the time interval is divided into an infinite number of infinitely small time steps, iterative prediction becomes a perfectly accurate model. However, this would require an infinite number of computations, and is therefore impossible to do, although in some simple situations, analytic approaches can be used to this end instead. Deciding what time step to use requires consideration of both the computational resources available and the resolution required to accurately approximate the situation. When performing iterative prediction by hand, it is impractical to perform more than a few time steps, which cannot be used to accurately model much. If computers are available, it becomes feasible to divide the time interval into thousands of time steps, which can accurately simulate most day-to-day situations. Some of the most sensitive simulations, however, require incredibly small time steps. For example, some physicists perform atom-by-atom simulations of molecular structures interacting. A slight change in the position of an atom can cause a huge change in the forces acting on it, so tiny time steps must be used in order to ensure that force and velocity do not significantly change during any one time step. These simulations are run on the world&#039;s most powerful supercomputers and often take weeks to complete. They can simulate time intervals of several nanoseconds (&amp;lt;math&amp;gt;10^{-9}&amp;lt;/math&amp;gt; s) using time steps of only a few femtoseconds. (&amp;lt;math&amp;gt;10^{-15}&amp;lt;/math&amp;gt; s) [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6286305/ (Click here for an example of a paper about such a simulation.)] Most of the VPython simulations on this wiki use time steps of about .01s.&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is only an approximation, but it is a very powerful tool because it can model complex systems that are impossible to model using known analytical approaches such as calculus and kinematics due to unsolvable differential equations and other obstacles.&lt;br /&gt;
&lt;br /&gt;
===Relation between Newton&#039;s 2nd Law and Momentum Principle===&lt;br /&gt;
&lt;br /&gt;
The rate of change of momentum of an object is directly proportional to the net force applied and is in the direction of the net force; the net force is equal to the rate of change of momentum. &lt;br /&gt;
&lt;br /&gt;
[[File:Fma_.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- m = mass in kilograms (kg)&lt;br /&gt;
&lt;br /&gt;
- a = acceleration in meters per second per second (ms-2)&lt;br /&gt;
&lt;br /&gt;
[[File:rate-of-change-of-momentum-2.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F  = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- &amp;lt;math&amp;gt;\Delta mv&amp;lt;/math&amp;gt; = change in momentum in kilogram metres per second (kg ms-1)&lt;br /&gt;
&lt;br /&gt;
- t = change in time in seconds (s)&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Below are the mathematical formulas required for each of the three steps outlined above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The net force acting on each particle should be calculated.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step varies widely from program to program, depending on what system is being modeled. Sometimes, the forces acting on each particle are constant, such as when modeling the motion of a ball with a specific weight thrown near the surface of the earth. Other times, the forces are functions of properties such as the particles&#039; positions, such as when modeling the motion of celestial bodies whose gravitational attraction is greater when they are closer together. Sometimes, there is only one force acting on each particle, and other times, the net force must be found by adding together the individual force vectors.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The momentum of each particle should be updated from the last time step using the newly calculated net force.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the [[Impulse and Momentum|impulse-momentum theorem]]. The impulse-momentum theorem states that &amp;lt;math&amp;gt;\vec{p}_f = \vec{p}_i + \vec{J} = \vec{p}_i + \vec{F}_{net, avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial momentum is always known; it is simply the momentum the particle had during the previous time step (or, if there is no previous time step, the initial momentum of the particle). &amp;lt;math&amp;gt;\vec{F}_{net, avg}&amp;lt;/math&amp;gt; represents the average net force that has been acting on the particle since the previous time step, resulting in a new momentum this time step. To calculate it, the net force found in step 1 should be used. Note that in reality, the net force acting on the particle is constantly changing, and the net force found in step 1 is the final net force, which is not truly the average net force over the course of the previous time step (except in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the net force does not have much time to change over the course of the time step, meaning the average net force is very similar to the final net force.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated velocity.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the kinematic equation &amp;lt;math&amp;gt;\vec{r}_f = \vec{r}_i + \vec{v}_{avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial position is always known; it is simply the position the particle had during the previous time step (or, if there is no previous time step, the initial position of the particle). &amp;lt;math&amp;gt;\vec{v}_{avg}&amp;lt;/math&amp;gt; represents the average velocity with which the particle has been moving since the previous time step, resulting in a new position this time step. To calculate it, the momentum found in step 2 should simply be divided by the mass of the particle: &amp;lt;math&amp;gt;\vec{v}_f = \frac{\vec{p}_f}{m}&amp;lt;/math&amp;gt;. Note that in reality, the velocity of the particle is constantly changing, and the velocity found above is the final velocity, which is not truly the average velocity over the course of the previous time step (even in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the velocity does not have much time to change over the course of the time step, meaning the average velocity is very similar to the final velocity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is typically done on computers because many computations are necessary in order to perform it at a meaningful resolution. VPython is a useful program to perform iterative prediction because of it can graphically display the positions of the particles each time step. Below is an example of a VPython program that uses iterative prediction to simulate a ball thrown near the surface of the earth. Be sure to read and understand the source code by clicking on &amp;quot;view this program&amp;quot; in the top left corner; there are comments for each line designed to introduce readers to their first iterative prediction program.&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction1 high-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
To demonstrate differing resolutions, here is a lower resolution version of the same simulation, which uses larger time steps:&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction2 low-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
Note that the first program is more realistic; the more frequent position updates result in a smoother curve that more closely approximates the true trajectory of a ball. On the other hand, the second program has fewer calculations to do. Both programs are artificially slowed using the &amp;quot;rate&amp;quot; command in order to simulate a realistic travel time, but if both programs were allowed to run as quickly as possible, the second program would finish first. For larger, more complicated simulations, time can be a significant factor.&lt;br /&gt;
&lt;br /&gt;
Here is another more complicated simulation that uses iterative prediction to simulate the motion of a mass swinging on a spring. This is an example of iterative prediction with a varying force; during each time step, the forces acting on the mass must be calculated depending on its position using [[Hooke&#039;s Law]].&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/SpringMass spring mass simulation]&lt;br /&gt;
&lt;br /&gt;
Note: both projectile motion and spring-mass systems can be analytically modeled; that is, in both of the above systems, analytical techniques such as calculus and kinematics can be used to find the position of the particles as a function of time. However, for some other, more complicated systems, analytical approaches may not exist, while iterative prediction often still works. For example, it would be easy to modify the projectile motion simulation to include the effects of [[Air Resistance]], which is difficult to take into account analytically.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
In addition to the example below, know how to create vPython simulations using iterative prediction with both constant and varying forces.&lt;br /&gt;
&lt;br /&gt;
===1. (Middling)===&lt;br /&gt;
&lt;br /&gt;
A 2kg particle is released from rest at time t=0. A constant force of 6N is applied to it. How far has the particle traveled after 4 seconds?&lt;br /&gt;
&lt;br /&gt;
Solve this question&lt;br /&gt;
&lt;br /&gt;
A.) analytically (using kinematic equations)&lt;br /&gt;
&lt;br /&gt;
B.) using iterative prediction with 12 equal time steps&lt;br /&gt;
&lt;br /&gt;
C.) using iterative prediction with 4 equal time steps&lt;br /&gt;
&lt;br /&gt;
D.) using iterative prediction with a single time step&lt;br /&gt;
&lt;br /&gt;
Pay attention to how the resolution of the iterative prediction affects the accuracy of the answer. The analytical answer is completely accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A.) To solve this analytically, the following kinematic equation should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} a t^2 + v_0 t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using [[Newton&#039;s Second Law: the Momentum Principle]], we know that &amp;lt;math&amp;gt;a = \frac{f}{m} = 3&amp;lt;/math&amp;gt;m/s^2. We are also given that &amp;lt;math&amp;gt;v_0 = 0&amp;lt;/math&amp;gt;, and we are interested in the time t=4. Substituting these values into the kinematic equation yields&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} (3) (4)^2 = 24&amp;lt;/math&amp;gt;m.&lt;br /&gt;
&lt;br /&gt;
B.) To solve this using iterative prediction, a computational tool should be used. Since an animation isn&#039;t necessary for this problem, I used Microsoft Excel; each row populates itself based on the information in the previous row using formula functions. Google Spreadsheets can also be used, as can vPython or any other programming language.&lt;br /&gt;
&lt;br /&gt;
[[File:12steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
Using 12 time steps of 1/3 seconds each results in a simulated displacement of 26m, which is fairly close to the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
C.)&lt;br /&gt;
&lt;br /&gt;
[[File:4steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 4 time steps of 1 second each results in a simulated displacement of 30m, which is fairly different from the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
D.)&lt;br /&gt;
&lt;br /&gt;
[[File:1step.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 1 time step of 4 seconds results in a simulated displacement of 48m, which is twice the actual amount!&lt;br /&gt;
&lt;br /&gt;
This demonstrates that higher-resolution simulations with smaller time steps are able to predict the motion of particles more accurately than lower-resolution simulations with larger time steps. It also demonstrates that as the length of each time step approaches 0, the predicted motion of the particles approaches their actual motion. It is important to choose a resolution that keeps error within an acceptable margin.&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
&lt;br /&gt;
===Application: video game industry===&lt;br /&gt;
&lt;br /&gt;
One popular application of iterative prediction is in physics-based video games. These are often little more than physics simulations with player input. Iterative prediction is used in most major video games to predict the motion of in-game objects. It can be used even if the laws of physics within the video game are different from those of the real world.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The impulse-momentum theorem, which is used in iterative prediction to update the momenta of particles, is derived from Newton&#039;s Second Law, which Isaac Newton (1643-1727) publish in his 1687 book Principia Mathematica. From this point onward, all of the math necessary for iterative prediction was known, but it was not useful to perform iterative prediction until significant computational advances in the twentieth century allowed for high resolutions.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Linear Momentum]]&lt;br /&gt;
*[[Impulse and Momentum]]&lt;br /&gt;
*[[Analytical Prediction]]&lt;br /&gt;
*[[Iterative Prediction of Spring-Mass System]]&lt;br /&gt;
*[[Determinism]]&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
*[http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:modeling_with_vpython Iterative Prediction with VPython]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Wednesday, Week 2 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Monday, Week 3 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. Lab 07 Fancart Energy &amp;amp; Spring-Mass Instructions, Greco, Edwin&lt;br /&gt;
*http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict&lt;br /&gt;
*http://physicsnet.co.uk/a-level-physics-as-a2/mechanics/newtons-laws-of-motion/&lt;br /&gt;
*Bañó-Polo, M., Baeza-Delgado, C., Tamborero, S., Hazel, A., Grau, B., Nilsson, I., … Mingarro, I. (2018). Transmembrane but not soluble helices fold inside the ribosome tunnel. Nature communications, 9(1), 5246. doi:10.1038/s41467-018-07554-7&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38611</id>
		<title>Iterative Prediction</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38611"/>
		<updated>2020-03-24T18:26:04Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: /* The Main Idea */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page describes iterative prediction, a technique used to predict the motion of particles over a period of time often used in simulations.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is a mathematical technique for approximating the behavior of one or more particles over an interval of time. An iteration is a repeated procedure, so iterative prediction uses repeated procedures to predict the motion of a system. Specifically, &#039;iterate&#039; means to repeat; in physics, it means to perform the same calculation repeatedly using information produced by the previous calculation. To perform iterative prediction, the initial position, initial momentum, and mass of each particle must be known, and the forces acting on each particle must be known. This information is used to update the position of each particle periodically.&lt;br /&gt;
&lt;br /&gt;
To apply the momentum principle:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;1. Chose your system&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Draw a force diagram (no internal forces, everything depends on interactions with the environment)&lt;br /&gt;
&lt;br /&gt;
3. Chose your time interval&lt;br /&gt;
&lt;br /&gt;
4. Substitute known values and solve for unknowns&lt;br /&gt;
&lt;br /&gt;
5. Check your units and reasonableness of your answer&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
To perform iterative prediction, the time interval of interest must be divided into small sub-intervals of duration &amp;lt;math&amp;gt;\Delta t&amp;lt;/math&amp;gt; called time steps. For each time step, the following steps should be performed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Net Force]] acting on each particle should be calculated,&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Linear Momentum]] of each particle should be updated from the last time step using the newly calculated net force, and&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated [[Velocity]]. Repeat for the total number of time steps.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Iterative_Model.png|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;This is a visual representation of iterative prediction being used to repeatedly update a particle&#039;s momentum. It was found on [https://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict this page] of the Projects &amp;amp; Practices in Physics website, where it is provided under a [https://creativecommons.org/licenses/by-nc-sa/3.0/ CC Attribution-Noncommercial-Share Alike 3.0 Unported] license. It is shown here under the same license.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The size of the time steps used during iterative prediction is referred to as the resolution of the model. Dividing a time interval into a few large time steps is called low resolution while dividing the same time interval into many small time steps is called high resolution. Performing iterative prediction with a higher resolution requires more computations but produces more accurate results. This is because steps 2 and 3 assume constant force and velocity respectively during the duration of each time step (see the &amp;quot;mathematical model&amp;quot; section). In reality, force and velocity change continually, so this is where inaccuracy is introduced. However, if the time steps are small enough that force and velocity do not significantly change during any time step, iterative prediction is a sufficiently accurate model. In the limit where the time interval is divided into an infinite number of infinitely small time steps, iterative prediction becomes a perfectly accurate model. However, this would require an infinite number of computations, and is therefore impossible to do, although in some simple situations, analytic approaches can be used to this end instead. Deciding what time step to use requires consideration of both the computational resources available and the resolution required to accurately approximate the situation. When performing iterative prediction by hand, it is impractical to perform more than a few time steps, which cannot be used to accurately model much. If computers are available, it becomes feasible to divide the time interval into thousands of time steps, which can accurately simulate most day-to-day situations. Some of the most sensitive simulations, however, require incredibly small time steps. For example, some physicists perform atom-by-atom simulations of molecular structures interacting. A slight change in the position of an atom can cause a huge change in the forces acting on it, so tiny time steps must be used in order to ensure that force and velocity do not significantly change during any one time step. These simulations are run on the world&#039;s most powerful supercomputers and often take weeks to complete. They can simulate time intervals of several nanoseconds (&amp;lt;math&amp;gt;10^{-9}&amp;lt;/math&amp;gt; s) using time steps of only a few femtoseconds. (&amp;lt;math&amp;gt;10^{-15}&amp;lt;/math&amp;gt; s) [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6286305/ (Click here for an example of a paper about such a simulation.)] Most of the VPython simulations on this wiki use time steps of about .01s.&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is only an approximation, but it is a very powerful tool because it can model complex systems that are impossible to model using known analytical approaches such as calculus and kinematics due to unsolvable differential equations and other obstacles.&lt;br /&gt;
&lt;br /&gt;
===Relation between Newton&#039;s 2nd Law and Momentum Principle===&lt;br /&gt;
&lt;br /&gt;
The rate of change of momentum of an object is directly proportional to the net force applied and is in the direction of the net force; the net force is equal to the rate of change of momentum. &lt;br /&gt;
&lt;br /&gt;
[[File:Fma_.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- m = mass in kilograms (kg)&lt;br /&gt;
&lt;br /&gt;
- a = acceleration in meters per second per second (ms-2)&lt;br /&gt;
&lt;br /&gt;
[[File:rate-of-change-of-momentum-2.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F  = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- &amp;lt;math&amp;gt;\Delta mv&amp;lt;/math&amp;gt; = change in momentum in kilogram metres per second (kg ms-1)&lt;br /&gt;
&lt;br /&gt;
- t = change in time in seconds (s)&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Below are the mathematical formulas required for each of the three steps outlined above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The net force acting on each particle should be calculated.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step varies widely from program to program, depending on what system is being modeled. Sometimes, the forces acting on each particle are constant, such as when modeling the motion of a ball with a specific weight thrown near the surface of the earth. Other times, the forces are functions of properties such as the particles&#039; positions, such as when modeling the motion of celestial bodies whose gravitational attraction is greater when they are closer together. Sometimes, there is only one force acting on each particle, and other times, the net force must be found by adding together the individual force vectors.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The momentum of each particle should be updated from the last time step using the newly calculated net force.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the [[Impulse and Momentum|impulse-momentum theorem]]. The impulse-momentum theorem states that &amp;lt;math&amp;gt;\vec{p}_f = \vec{p}_i + \vec{J} = \vec{p}_i + \vec{F}_{net, avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial momentum is always known; it is simply the momentum the particle had during the previous time step (or, if there is no previous time step, the initial momentum of the particle). &amp;lt;math&amp;gt;\vec{F}_{net, avg}&amp;lt;/math&amp;gt; represents the average net force that has been acting on the particle since the previous time step, resulting in a new momentum this time step. To calculate it, the net force found in step 1 should be used. Note that in reality, the net force acting on the particle is constantly changing, and the net force found in step 1 is the final net force, which is not truly the average net force over the course of the previous time step (except in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the net force does not have much time to change over the course of the time step, meaning the average net force is very similar to the final net force.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated velocity.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the kinematic equation &amp;lt;math&amp;gt;\vec{r}_f = \vec{r}_i + \vec{v}_{avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial position is always known; it is simply the position the particle had during the previous time step (or, if there is no previous time step, the initial position of the particle). &amp;lt;math&amp;gt;\vec{v}_{avg}&amp;lt;/math&amp;gt; represents the average velocity with which the particle has been moving since the previous time step, resulting in a new position this time step. To calculate it, the momentum found in step 2 should simply be divided by the mass of the particle: &amp;lt;math&amp;gt;\vec{v}_f = \frac{\vec{p}_f}{m}&amp;lt;/math&amp;gt;. Note that in reality, the velocity of the particle is constantly changing, and the velocity found above is the final velocity, which is not truly the average velocity over the course of the previous time step (even in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the velocity does not have much time to change over the course of the time step, meaning the average velocity is very similar to the final velocity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is typically done on computers because many computations are necessary in order to perform it at a meaningful resolution. VPython is a useful program to perform iterative prediction because of it can graphically display the positions of the particles each time step. Below is an example of a VPython program that uses iterative prediction to simulate a ball thrown near the surface of the earth. Be sure to read and understand the source code by clicking on &amp;quot;view this program&amp;quot; in the top left corner; there are comments for each line designed to introduce readers to their first iterative prediction program.&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction1 high-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
To demonstrate differing resolutions, here is a lower resolution version of the same simulation, which uses larger time steps:&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction2 low-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
Note that the first program is more realistic; the more frequent position updates result in a smoother curve that more closely approximates the true trajectory of a ball. On the other hand, the second program has fewer calculations to do. Both programs are artificially slowed using the &amp;quot;rate&amp;quot; command in order to simulate a realistic travel time, but if both programs were allowed to run as quickly as possible, the second program would finish first. For larger, more complicated simulations, time can be a significant factor.&lt;br /&gt;
&lt;br /&gt;
Here is another more complicated simulation that uses iterative prediction to simulate the motion of a mass swinging on a spring. This is an example of iterative prediction with a varying force; during each time step, the forces acting on the mass must be calculated depending on its position using [[Hooke&#039;s Law]].&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/SpringMass spring mass simulation]&lt;br /&gt;
&lt;br /&gt;
Note: both projectile motion and spring-mass systems can be analytically modeled; that is, in both of the above systems, analytical techniques such as calculus and kinematics can be used to find the position of the particles as a function of time. However, for some other, more complicated systems, analytical approaches may not exist, while iterative prediction often still works. For example, it would be easy to modify the projectile motion simulation to include the effects of [[Air Resistance]], which is difficult to take into account analytically.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
In addition to the example below, know how to create vPython simulations using iterative prediction with both constant and varying forces.&lt;br /&gt;
&lt;br /&gt;
===1. (Middling)===&lt;br /&gt;
&lt;br /&gt;
A 2kg particle is released from rest at time t=0. A constant force of 6N is applied to it. How far has the particle traveled after 4 seconds?&lt;br /&gt;
&lt;br /&gt;
Solve this question&lt;br /&gt;
&lt;br /&gt;
A.) analytically (using kinematic equations)&lt;br /&gt;
&lt;br /&gt;
B.) using iterative prediction with 12 equal time steps&lt;br /&gt;
&lt;br /&gt;
C.) using iterative prediction with 4 equal time steps&lt;br /&gt;
&lt;br /&gt;
D.) using iterative prediction with a single time step&lt;br /&gt;
&lt;br /&gt;
Pay attention to how the resolution of the iterative prediction affects the accuracy of the answer. The analytical answer is completely accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A.) To solve this analytically, the following kinematic equation should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} a t^2 + v_0 t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using [[Newton&#039;s Second Law: the Momentum Principle]], we know that &amp;lt;math&amp;gt;a = \frac{f}{m} = 3&amp;lt;/math&amp;gt;m/s^2. We are also given that &amp;lt;math&amp;gt;v_0 = 0&amp;lt;/math&amp;gt;, and we are interested in the time t=4. Substituting these values into the kinematic equation yields&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} (3) (4)^2 = 24&amp;lt;/math&amp;gt;m.&lt;br /&gt;
&lt;br /&gt;
B.) To solve this using iterative prediction, a computational tool should be used. Since an animation isn&#039;t necessary for this problem, I used Microsoft Excel; each row populates itself based on the information in the previous row using formula functions. Google Spreadsheets can also be used, as can vPython or any other programming language.&lt;br /&gt;
&lt;br /&gt;
[[File:12steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
Using 12 time steps of 1/3 seconds each results in a simulated displacement of 26m, which is fairly close to the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
C.)&lt;br /&gt;
&lt;br /&gt;
[[File:4steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 4 time steps of 1 second each results in a simulated displacement of 30m, which is fairly different from the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
D.)&lt;br /&gt;
&lt;br /&gt;
[[File:1step.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 1 time step of 4 seconds results in a simulated displacement of 48m, which is twice the actual amount!&lt;br /&gt;
&lt;br /&gt;
This demonstrates that higher-resolution simulations with smaller time steps are able to predict the motion of particles more accurately than lower-resolution simulations with larger time steps. It also demonstrates that as the length of each time step approaches 0, the predicted motion of the particles approaches their actual motion. It is important to choose a resolution that keeps error within an acceptable margin.&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
&lt;br /&gt;
===Application: video game industry===&lt;br /&gt;
&lt;br /&gt;
One popular application of iterative prediction is in physics-based video games. These are often little more than physics simulations with player input. Iterative prediction is used in most major video games to predict the motion of in-game objects. It can be used even if the laws of physics within the video game are different from those of the real world.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The impulse-momentum theorem, which is used in iterative prediction to update the momenta of particles, is derived from Newton&#039;s Second Law, which Isaac Newton (1643-1727) publish in his 1687 book Principia Mathematica. From this point onward, all of the math necessary for iterative prediction was known, but it was not useful to perform iterative prediction until significant computational advances in the twentieth century allowed for high resolutions.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Linear Momentum]]&lt;br /&gt;
*[[Impulse and Momentum]]&lt;br /&gt;
*[[Analytical Prediction]]&lt;br /&gt;
*[[Iterative Prediction of Spring-Mass System]]&lt;br /&gt;
*[[Determinism]]&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
*[http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:modeling_with_vpython Iterative Prediction with VPython]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Wednesday, Week 2 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Monday, Week 3 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. Lab 07 Fancart Energy &amp;amp; Spring-Mass Instructions, Greco, Edwin&lt;br /&gt;
*http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict&lt;br /&gt;
*http://physicsnet.co.uk/a-level-physics-as-a2/mechanics/newtons-laws-of-motion/&lt;br /&gt;
*Bañó-Polo, M., Baeza-Delgado, C., Tamborero, S., Hazel, A., Grau, B., Nilsson, I., … Mingarro, I. (2018). Transmembrane but not soluble helices fold inside the ribosome tunnel. Nature communications, 9(1), 5246. doi:10.1038/s41467-018-07554-7&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38610</id>
		<title>Iterative Prediction</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38610"/>
		<updated>2020-03-24T18:25:28Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: /* The Main Idea */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page describes iterative prediction, a technique used to predict the motion of particles over a period of time often used in simulations.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is a mathematical technique for approximating the behavior of one or more particles over an interval of time. An iteration is a repeated procedure, so iterative prediction uses repeated procedures to predict the motion of a system. Specifically, &#039;iterate&#039; means to repeat; in physics, it means to perform the same calculation repeatedly using information produced by the previous calculation. To perform iterative prediction, the initial position, initial momentum, and mass of each particle must be known, and the forces acting on each particle must be known. This information is used to update the position of each particle periodically.&lt;br /&gt;
&lt;br /&gt;
To apply the momentum principle:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Chose your system&lt;br /&gt;
&lt;br /&gt;
2. Draw a force diagram (no internal forces, everything depends on interactions with the environment)&lt;br /&gt;
&lt;br /&gt;
3. Chose your time interval&lt;br /&gt;
&lt;br /&gt;
4. Substitute known values and solve for unknowns&lt;br /&gt;
&lt;br /&gt;
5. Check your units and reasonableness of your answer&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
To perform iterative prediction, the time interval of interest must be divided into small sub-intervals of duration &amp;lt;math&amp;gt;\Delta t&amp;lt;/math&amp;gt; called time steps. For each time step, the following steps should be performed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Net Force]] acting on each particle should be calculated,&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Linear Momentum]] of each particle should be updated from the last time step using the newly calculated net force, and&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated [[Velocity]]. Repeat for the total number of time steps.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Iterative_Model.png|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;This is a visual representation of iterative prediction being used to repeatedly update a particle&#039;s momentum. It was found on [https://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict this page] of the Projects &amp;amp; Practices in Physics website, where it is provided under a [https://creativecommons.org/licenses/by-nc-sa/3.0/ CC Attribution-Noncommercial-Share Alike 3.0 Unported] license. It is shown here under the same license.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The size of the time steps used during iterative prediction is referred to as the resolution of the model. Dividing a time interval into a few large time steps is called low resolution while dividing the same time interval into many small time steps is called high resolution. Performing iterative prediction with a higher resolution requires more computations but produces more accurate results. This is because steps 2 and 3 assume constant force and velocity respectively during the duration of each time step (see the &amp;quot;mathematical model&amp;quot; section). In reality, force and velocity change continually, so this is where inaccuracy is introduced. However, if the time steps are small enough that force and velocity do not significantly change during any time step, iterative prediction is a sufficiently accurate model. In the limit where the time interval is divided into an infinite number of infinitely small time steps, iterative prediction becomes a perfectly accurate model. However, this would require an infinite number of computations, and is therefore impossible to do, although in some simple situations, analytic approaches can be used to this end instead. Deciding what time step to use requires consideration of both the computational resources available and the resolution required to accurately approximate the situation. When performing iterative prediction by hand, it is impractical to perform more than a few time steps, which cannot be used to accurately model much. If computers are available, it becomes feasible to divide the time interval into thousands of time steps, which can accurately simulate most day-to-day situations. Some of the most sensitive simulations, however, require incredibly small time steps. For example, some physicists perform atom-by-atom simulations of molecular structures interacting. A slight change in the position of an atom can cause a huge change in the forces acting on it, so tiny time steps must be used in order to ensure that force and velocity do not significantly change during any one time step. These simulations are run on the world&#039;s most powerful supercomputers and often take weeks to complete. They can simulate time intervals of several nanoseconds (&amp;lt;math&amp;gt;10^{-9}&amp;lt;/math&amp;gt; s) using time steps of only a few femtoseconds. (&amp;lt;math&amp;gt;10^{-15}&amp;lt;/math&amp;gt; s) [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6286305/ (Click here for an example of a paper about such a simulation.)] Most of the VPython simulations on this wiki use time steps of about .01s.&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is only an approximation, but it is a very powerful tool because it can model complex systems that are impossible to model using known analytical approaches such as calculus and kinematics due to unsolvable differential equations and other obstacles.&lt;br /&gt;
&lt;br /&gt;
===Relation between Newton&#039;s 2nd Law and Momentum Principle===&lt;br /&gt;
&lt;br /&gt;
The rate of change of momentum of an object is directly proportional to the net force applied and is in the direction of the net force; the net force is equal to the rate of change of momentum. &lt;br /&gt;
&lt;br /&gt;
[[File:Fma_.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- m = mass in kilograms (kg)&lt;br /&gt;
&lt;br /&gt;
- a = acceleration in meters per second per second (ms-2)&lt;br /&gt;
&lt;br /&gt;
[[File:rate-of-change-of-momentum-2.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F  = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- &amp;lt;math&amp;gt;\Delta mv&amp;lt;/math&amp;gt; = change in momentum in kilogram metres per second (kg ms-1)&lt;br /&gt;
&lt;br /&gt;
- t = change in time in seconds (s)&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Below are the mathematical formulas required for each of the three steps outlined above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The net force acting on each particle should be calculated.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step varies widely from program to program, depending on what system is being modeled. Sometimes, the forces acting on each particle are constant, such as when modeling the motion of a ball with a specific weight thrown near the surface of the earth. Other times, the forces are functions of properties such as the particles&#039; positions, such as when modeling the motion of celestial bodies whose gravitational attraction is greater when they are closer together. Sometimes, there is only one force acting on each particle, and other times, the net force must be found by adding together the individual force vectors.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The momentum of each particle should be updated from the last time step using the newly calculated net force.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the [[Impulse and Momentum|impulse-momentum theorem]]. The impulse-momentum theorem states that &amp;lt;math&amp;gt;\vec{p}_f = \vec{p}_i + \vec{J} = \vec{p}_i + \vec{F}_{net, avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial momentum is always known; it is simply the momentum the particle had during the previous time step (or, if there is no previous time step, the initial momentum of the particle). &amp;lt;math&amp;gt;\vec{F}_{net, avg}&amp;lt;/math&amp;gt; represents the average net force that has been acting on the particle since the previous time step, resulting in a new momentum this time step. To calculate it, the net force found in step 1 should be used. Note that in reality, the net force acting on the particle is constantly changing, and the net force found in step 1 is the final net force, which is not truly the average net force over the course of the previous time step (except in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the net force does not have much time to change over the course of the time step, meaning the average net force is very similar to the final net force.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated velocity.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the kinematic equation &amp;lt;math&amp;gt;\vec{r}_f = \vec{r}_i + \vec{v}_{avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial position is always known; it is simply the position the particle had during the previous time step (or, if there is no previous time step, the initial position of the particle). &amp;lt;math&amp;gt;\vec{v}_{avg}&amp;lt;/math&amp;gt; represents the average velocity with which the particle has been moving since the previous time step, resulting in a new position this time step. To calculate it, the momentum found in step 2 should simply be divided by the mass of the particle: &amp;lt;math&amp;gt;\vec{v}_f = \frac{\vec{p}_f}{m}&amp;lt;/math&amp;gt;. Note that in reality, the velocity of the particle is constantly changing, and the velocity found above is the final velocity, which is not truly the average velocity over the course of the previous time step (even in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the velocity does not have much time to change over the course of the time step, meaning the average velocity is very similar to the final velocity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is typically done on computers because many computations are necessary in order to perform it at a meaningful resolution. VPython is a useful program to perform iterative prediction because of it can graphically display the positions of the particles each time step. Below is an example of a VPython program that uses iterative prediction to simulate a ball thrown near the surface of the earth. Be sure to read and understand the source code by clicking on &amp;quot;view this program&amp;quot; in the top left corner; there are comments for each line designed to introduce readers to their first iterative prediction program.&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction1 high-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
To demonstrate differing resolutions, here is a lower resolution version of the same simulation, which uses larger time steps:&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction2 low-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
Note that the first program is more realistic; the more frequent position updates result in a smoother curve that more closely approximates the true trajectory of a ball. On the other hand, the second program has fewer calculations to do. Both programs are artificially slowed using the &amp;quot;rate&amp;quot; command in order to simulate a realistic travel time, but if both programs were allowed to run as quickly as possible, the second program would finish first. For larger, more complicated simulations, time can be a significant factor.&lt;br /&gt;
&lt;br /&gt;
Here is another more complicated simulation that uses iterative prediction to simulate the motion of a mass swinging on a spring. This is an example of iterative prediction with a varying force; during each time step, the forces acting on the mass must be calculated depending on its position using [[Hooke&#039;s Law]].&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/SpringMass spring mass simulation]&lt;br /&gt;
&lt;br /&gt;
Note: both projectile motion and spring-mass systems can be analytically modeled; that is, in both of the above systems, analytical techniques such as calculus and kinematics can be used to find the position of the particles as a function of time. However, for some other, more complicated systems, analytical approaches may not exist, while iterative prediction often still works. For example, it would be easy to modify the projectile motion simulation to include the effects of [[Air Resistance]], which is difficult to take into account analytically.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
In addition to the example below, know how to create vPython simulations using iterative prediction with both constant and varying forces.&lt;br /&gt;
&lt;br /&gt;
===1. (Middling)===&lt;br /&gt;
&lt;br /&gt;
A 2kg particle is released from rest at time t=0. A constant force of 6N is applied to it. How far has the particle traveled after 4 seconds?&lt;br /&gt;
&lt;br /&gt;
Solve this question&lt;br /&gt;
&lt;br /&gt;
A.) analytically (using kinematic equations)&lt;br /&gt;
&lt;br /&gt;
B.) using iterative prediction with 12 equal time steps&lt;br /&gt;
&lt;br /&gt;
C.) using iterative prediction with 4 equal time steps&lt;br /&gt;
&lt;br /&gt;
D.) using iterative prediction with a single time step&lt;br /&gt;
&lt;br /&gt;
Pay attention to how the resolution of the iterative prediction affects the accuracy of the answer. The analytical answer is completely accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A.) To solve this analytically, the following kinematic equation should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} a t^2 + v_0 t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using [[Newton&#039;s Second Law: the Momentum Principle]], we know that &amp;lt;math&amp;gt;a = \frac{f}{m} = 3&amp;lt;/math&amp;gt;m/s^2. We are also given that &amp;lt;math&amp;gt;v_0 = 0&amp;lt;/math&amp;gt;, and we are interested in the time t=4. Substituting these values into the kinematic equation yields&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} (3) (4)^2 = 24&amp;lt;/math&amp;gt;m.&lt;br /&gt;
&lt;br /&gt;
B.) To solve this using iterative prediction, a computational tool should be used. Since an animation isn&#039;t necessary for this problem, I used Microsoft Excel; each row populates itself based on the information in the previous row using formula functions. Google Spreadsheets can also be used, as can vPython or any other programming language.&lt;br /&gt;
&lt;br /&gt;
[[File:12steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
Using 12 time steps of 1/3 seconds each results in a simulated displacement of 26m, which is fairly close to the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
C.)&lt;br /&gt;
&lt;br /&gt;
[[File:4steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 4 time steps of 1 second each results in a simulated displacement of 30m, which is fairly different from the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
D.)&lt;br /&gt;
&lt;br /&gt;
[[File:1step.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 1 time step of 4 seconds results in a simulated displacement of 48m, which is twice the actual amount!&lt;br /&gt;
&lt;br /&gt;
This demonstrates that higher-resolution simulations with smaller time steps are able to predict the motion of particles more accurately than lower-resolution simulations with larger time steps. It also demonstrates that as the length of each time step approaches 0, the predicted motion of the particles approaches their actual motion. It is important to choose a resolution that keeps error within an acceptable margin.&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
&lt;br /&gt;
===Application: video game industry===&lt;br /&gt;
&lt;br /&gt;
One popular application of iterative prediction is in physics-based video games. These are often little more than physics simulations with player input. Iterative prediction is used in most major video games to predict the motion of in-game objects. It can be used even if the laws of physics within the video game are different from those of the real world.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The impulse-momentum theorem, which is used in iterative prediction to update the momenta of particles, is derived from Newton&#039;s Second Law, which Isaac Newton (1643-1727) publish in his 1687 book Principia Mathematica. From this point onward, all of the math necessary for iterative prediction was known, but it was not useful to perform iterative prediction until significant computational advances in the twentieth century allowed for high resolutions.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Linear Momentum]]&lt;br /&gt;
*[[Impulse and Momentum]]&lt;br /&gt;
*[[Analytical Prediction]]&lt;br /&gt;
*[[Iterative Prediction of Spring-Mass System]]&lt;br /&gt;
*[[Determinism]]&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
*[http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:modeling_with_vpython Iterative Prediction with VPython]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Wednesday, Week 2 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Monday, Week 3 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. Lab 07 Fancart Energy &amp;amp; Spring-Mass Instructions, Greco, Edwin&lt;br /&gt;
*http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict&lt;br /&gt;
*http://physicsnet.co.uk/a-level-physics-as-a2/mechanics/newtons-laws-of-motion/&lt;br /&gt;
*Bañó-Polo, M., Baeza-Delgado, C., Tamborero, S., Hazel, A., Grau, B., Nilsson, I., … Mingarro, I. (2018). Transmembrane but not soluble helices fold inside the ribosome tunnel. Nature communications, 9(1), 5246. doi:10.1038/s41467-018-07554-7&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38609</id>
		<title>Iterative Prediction</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38609"/>
		<updated>2020-03-24T18:25:13Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: /* The Main Idea */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page describes iterative prediction, a technique used to predict the motion of particles over a period of time often used in simulations.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is a mathematical technique for approximating the behavior of one or more particles over an interval of time. An iteration is a repeated procedure, so iterative prediction uses repeated procedures to predict the motion of a system. Specifically, &#039;iterate&#039; means to repeat; in physics, it means to perform the same calculation repeatedly using information produced by the previous calculation. To perform iterative prediction, the initial position, initial momentum, and mass of each particle must be known, and the forces acting on each particle must be known. This information is used to update the position of each particle periodically.&lt;br /&gt;
&lt;br /&gt;
To apply the momentum principle:&lt;br /&gt;
&lt;br /&gt;
1. Chose your system&lt;br /&gt;
&lt;br /&gt;
2. Draw a force diagram (no internal forces, everything depends on interactions with the environment)&lt;br /&gt;
&lt;br /&gt;
3. Chose your time interval&lt;br /&gt;
&lt;br /&gt;
4. Substitute known values and solve for unknowns&lt;br /&gt;
&lt;br /&gt;
5. Check your units and reasonableness of your answer&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
To perform iterative prediction, the time interval of interest must be divided into small sub-intervals of duration &amp;lt;math&amp;gt;\Delta t&amp;lt;/math&amp;gt; called time steps. For each time step, the following steps should be performed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Net Force]] acting on each particle should be calculated,&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Linear Momentum]] of each particle should be updated from the last time step using the newly calculated net force, and&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated [[Velocity]]. Repeat for the total number of time steps.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Iterative_Model.png|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;This is a visual representation of iterative prediction being used to repeatedly update a particle&#039;s momentum. It was found on [https://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict this page] of the Projects &amp;amp; Practices in Physics website, where it is provided under a [https://creativecommons.org/licenses/by-nc-sa/3.0/ CC Attribution-Noncommercial-Share Alike 3.0 Unported] license. It is shown here under the same license.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The size of the time steps used during iterative prediction is referred to as the resolution of the model. Dividing a time interval into a few large time steps is called low resolution while dividing the same time interval into many small time steps is called high resolution. Performing iterative prediction with a higher resolution requires more computations but produces more accurate results. This is because steps 2 and 3 assume constant force and velocity respectively during the duration of each time step (see the &amp;quot;mathematical model&amp;quot; section). In reality, force and velocity change continually, so this is where inaccuracy is introduced. However, if the time steps are small enough that force and velocity do not significantly change during any time step, iterative prediction is a sufficiently accurate model. In the limit where the time interval is divided into an infinite number of infinitely small time steps, iterative prediction becomes a perfectly accurate model. However, this would require an infinite number of computations, and is therefore impossible to do, although in some simple situations, analytic approaches can be used to this end instead. Deciding what time step to use requires consideration of both the computational resources available and the resolution required to accurately approximate the situation. When performing iterative prediction by hand, it is impractical to perform more than a few time steps, which cannot be used to accurately model much. If computers are available, it becomes feasible to divide the time interval into thousands of time steps, which can accurately simulate most day-to-day situations. Some of the most sensitive simulations, however, require incredibly small time steps. For example, some physicists perform atom-by-atom simulations of molecular structures interacting. A slight change in the position of an atom can cause a huge change in the forces acting on it, so tiny time steps must be used in order to ensure that force and velocity do not significantly change during any one time step. These simulations are run on the world&#039;s most powerful supercomputers and often take weeks to complete. They can simulate time intervals of several nanoseconds (&amp;lt;math&amp;gt;10^{-9}&amp;lt;/math&amp;gt; s) using time steps of only a few femtoseconds. (&amp;lt;math&amp;gt;10^{-15}&amp;lt;/math&amp;gt; s) [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6286305/ (Click here for an example of a paper about such a simulation.)] Most of the VPython simulations on this wiki use time steps of about .01s.&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is only an approximation, but it is a very powerful tool because it can model complex systems that are impossible to model using known analytical approaches such as calculus and kinematics due to unsolvable differential equations and other obstacles.&lt;br /&gt;
&lt;br /&gt;
===Relation between Newton&#039;s 2nd Law and Momentum Principle===&lt;br /&gt;
&lt;br /&gt;
The rate of change of momentum of an object is directly proportional to the net force applied and is in the direction of the net force; the net force is equal to the rate of change of momentum. &lt;br /&gt;
&lt;br /&gt;
[[File:Fma_.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- m = mass in kilograms (kg)&lt;br /&gt;
&lt;br /&gt;
- a = acceleration in meters per second per second (ms-2)&lt;br /&gt;
&lt;br /&gt;
[[File:rate-of-change-of-momentum-2.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F  = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- &amp;lt;math&amp;gt;\Delta mv&amp;lt;/math&amp;gt; = change in momentum in kilogram metres per second (kg ms-1)&lt;br /&gt;
&lt;br /&gt;
- t = change in time in seconds (s)&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Below are the mathematical formulas required for each of the three steps outlined above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The net force acting on each particle should be calculated.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step varies widely from program to program, depending on what system is being modeled. Sometimes, the forces acting on each particle are constant, such as when modeling the motion of a ball with a specific weight thrown near the surface of the earth. Other times, the forces are functions of properties such as the particles&#039; positions, such as when modeling the motion of celestial bodies whose gravitational attraction is greater when they are closer together. Sometimes, there is only one force acting on each particle, and other times, the net force must be found by adding together the individual force vectors.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The momentum of each particle should be updated from the last time step using the newly calculated net force.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the [[Impulse and Momentum|impulse-momentum theorem]]. The impulse-momentum theorem states that &amp;lt;math&amp;gt;\vec{p}_f = \vec{p}_i + \vec{J} = \vec{p}_i + \vec{F}_{net, avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial momentum is always known; it is simply the momentum the particle had during the previous time step (or, if there is no previous time step, the initial momentum of the particle). &amp;lt;math&amp;gt;\vec{F}_{net, avg}&amp;lt;/math&amp;gt; represents the average net force that has been acting on the particle since the previous time step, resulting in a new momentum this time step. To calculate it, the net force found in step 1 should be used. Note that in reality, the net force acting on the particle is constantly changing, and the net force found in step 1 is the final net force, which is not truly the average net force over the course of the previous time step (except in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the net force does not have much time to change over the course of the time step, meaning the average net force is very similar to the final net force.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated velocity.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the kinematic equation &amp;lt;math&amp;gt;\vec{r}_f = \vec{r}_i + \vec{v}_{avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial position is always known; it is simply the position the particle had during the previous time step (or, if there is no previous time step, the initial position of the particle). &amp;lt;math&amp;gt;\vec{v}_{avg}&amp;lt;/math&amp;gt; represents the average velocity with which the particle has been moving since the previous time step, resulting in a new position this time step. To calculate it, the momentum found in step 2 should simply be divided by the mass of the particle: &amp;lt;math&amp;gt;\vec{v}_f = \frac{\vec{p}_f}{m}&amp;lt;/math&amp;gt;. Note that in reality, the velocity of the particle is constantly changing, and the velocity found above is the final velocity, which is not truly the average velocity over the course of the previous time step (even in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the velocity does not have much time to change over the course of the time step, meaning the average velocity is very similar to the final velocity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is typically done on computers because many computations are necessary in order to perform it at a meaningful resolution. VPython is a useful program to perform iterative prediction because of it can graphically display the positions of the particles each time step. Below is an example of a VPython program that uses iterative prediction to simulate a ball thrown near the surface of the earth. Be sure to read and understand the source code by clicking on &amp;quot;view this program&amp;quot; in the top left corner; there are comments for each line designed to introduce readers to their first iterative prediction program.&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction1 high-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
To demonstrate differing resolutions, here is a lower resolution version of the same simulation, which uses larger time steps:&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction2 low-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
Note that the first program is more realistic; the more frequent position updates result in a smoother curve that more closely approximates the true trajectory of a ball. On the other hand, the second program has fewer calculations to do. Both programs are artificially slowed using the &amp;quot;rate&amp;quot; command in order to simulate a realistic travel time, but if both programs were allowed to run as quickly as possible, the second program would finish first. For larger, more complicated simulations, time can be a significant factor.&lt;br /&gt;
&lt;br /&gt;
Here is another more complicated simulation that uses iterative prediction to simulate the motion of a mass swinging on a spring. This is an example of iterative prediction with a varying force; during each time step, the forces acting on the mass must be calculated depending on its position using [[Hooke&#039;s Law]].&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/SpringMass spring mass simulation]&lt;br /&gt;
&lt;br /&gt;
Note: both projectile motion and spring-mass systems can be analytically modeled; that is, in both of the above systems, analytical techniques such as calculus and kinematics can be used to find the position of the particles as a function of time. However, for some other, more complicated systems, analytical approaches may not exist, while iterative prediction often still works. For example, it would be easy to modify the projectile motion simulation to include the effects of [[Air Resistance]], which is difficult to take into account analytically.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
In addition to the example below, know how to create vPython simulations using iterative prediction with both constant and varying forces.&lt;br /&gt;
&lt;br /&gt;
===1. (Middling)===&lt;br /&gt;
&lt;br /&gt;
A 2kg particle is released from rest at time t=0. A constant force of 6N is applied to it. How far has the particle traveled after 4 seconds?&lt;br /&gt;
&lt;br /&gt;
Solve this question&lt;br /&gt;
&lt;br /&gt;
A.) analytically (using kinematic equations)&lt;br /&gt;
&lt;br /&gt;
B.) using iterative prediction with 12 equal time steps&lt;br /&gt;
&lt;br /&gt;
C.) using iterative prediction with 4 equal time steps&lt;br /&gt;
&lt;br /&gt;
D.) using iterative prediction with a single time step&lt;br /&gt;
&lt;br /&gt;
Pay attention to how the resolution of the iterative prediction affects the accuracy of the answer. The analytical answer is completely accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A.) To solve this analytically, the following kinematic equation should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} a t^2 + v_0 t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using [[Newton&#039;s Second Law: the Momentum Principle]], we know that &amp;lt;math&amp;gt;a = \frac{f}{m} = 3&amp;lt;/math&amp;gt;m/s^2. We are also given that &amp;lt;math&amp;gt;v_0 = 0&amp;lt;/math&amp;gt;, and we are interested in the time t=4. Substituting these values into the kinematic equation yields&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} (3) (4)^2 = 24&amp;lt;/math&amp;gt;m.&lt;br /&gt;
&lt;br /&gt;
B.) To solve this using iterative prediction, a computational tool should be used. Since an animation isn&#039;t necessary for this problem, I used Microsoft Excel; each row populates itself based on the information in the previous row using formula functions. Google Spreadsheets can also be used, as can vPython or any other programming language.&lt;br /&gt;
&lt;br /&gt;
[[File:12steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
Using 12 time steps of 1/3 seconds each results in a simulated displacement of 26m, which is fairly close to the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
C.)&lt;br /&gt;
&lt;br /&gt;
[[File:4steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 4 time steps of 1 second each results in a simulated displacement of 30m, which is fairly different from the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
D.)&lt;br /&gt;
&lt;br /&gt;
[[File:1step.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 1 time step of 4 seconds results in a simulated displacement of 48m, which is twice the actual amount!&lt;br /&gt;
&lt;br /&gt;
This demonstrates that higher-resolution simulations with smaller time steps are able to predict the motion of particles more accurately than lower-resolution simulations with larger time steps. It also demonstrates that as the length of each time step approaches 0, the predicted motion of the particles approaches their actual motion. It is important to choose a resolution that keeps error within an acceptable margin.&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
&lt;br /&gt;
===Application: video game industry===&lt;br /&gt;
&lt;br /&gt;
One popular application of iterative prediction is in physics-based video games. These are often little more than physics simulations with player input. Iterative prediction is used in most major video games to predict the motion of in-game objects. It can be used even if the laws of physics within the video game are different from those of the real world.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The impulse-momentum theorem, which is used in iterative prediction to update the momenta of particles, is derived from Newton&#039;s Second Law, which Isaac Newton (1643-1727) publish in his 1687 book Principia Mathematica. From this point onward, all of the math necessary for iterative prediction was known, but it was not useful to perform iterative prediction until significant computational advances in the twentieth century allowed for high resolutions.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Linear Momentum]]&lt;br /&gt;
*[[Impulse and Momentum]]&lt;br /&gt;
*[[Analytical Prediction]]&lt;br /&gt;
*[[Iterative Prediction of Spring-Mass System]]&lt;br /&gt;
*[[Determinism]]&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
*[http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:modeling_with_vpython Iterative Prediction with VPython]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Wednesday, Week 2 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Monday, Week 3 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. Lab 07 Fancart Energy &amp;amp; Spring-Mass Instructions, Greco, Edwin&lt;br /&gt;
*http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict&lt;br /&gt;
*http://physicsnet.co.uk/a-level-physics-as-a2/mechanics/newtons-laws-of-motion/&lt;br /&gt;
*Bañó-Polo, M., Baeza-Delgado, C., Tamborero, S., Hazel, A., Grau, B., Nilsson, I., … Mingarro, I. (2018). Transmembrane but not soluble helices fold inside the ribosome tunnel. Nature communications, 9(1), 5246. doi:10.1038/s41467-018-07554-7&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38608</id>
		<title>Iterative Prediction</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Iterative_Prediction&amp;diff=38608"/>
		<updated>2020-03-24T18:21:41Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page describes iterative prediction, a technique used to predict the motion of particles over a period of time often used in simulations.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is a mathematical technique for approximating the behavior of one or more particles over an interval of time. An iteration is a repeated procedure, so iterative prediction uses repeated procedures to predict the motion of a system. Specifically, &#039;iterate&#039; means to repeat; in physics, it means to perform the same calculation repeatedly using information produced by the previous calculation. To perform iterative prediction, the initial position, initial momentum, and mass of each particle must be known, and the forces acting on each particle must be known. This information is used to update the position of each particle periodically.&lt;br /&gt;
 &lt;br /&gt;
To perform iterative prediction, the time interval of interest must be divided into small sub-intervals of duration &amp;lt;math&amp;gt;\Delta t&amp;lt;/math&amp;gt; called time steps. For each time step, the following steps should be performed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Net Force]] acting on each particle should be calculated,&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Linear Momentum]] of each particle should be updated from the last time step using the newly calculated net force, and&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated [[Velocity]]. Repeat for the total number of time steps.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Iterative_Model.png|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;This is a visual representation of iterative prediction being used to repeatedly update a particle&#039;s momentum. It was found on [https://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict this page] of the Projects &amp;amp; Practices in Physics website, where it is provided under a [https://creativecommons.org/licenses/by-nc-sa/3.0/ CC Attribution-Noncommercial-Share Alike 3.0 Unported] license. It is shown here under the same license.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The size of the time steps used during iterative prediction is referred to as the resolution of the model. Dividing a time interval into a few large time steps is called low resolution while dividing the same time interval into many small time steps is called high resolution. Performing iterative prediction with a higher resolution requires more computations but produces more accurate results. This is because steps 2 and 3 assume constant force and velocity respectively during the duration of each time step (see the &amp;quot;mathematical model&amp;quot; section). In reality, force and velocity change continually, so this is where inaccuracy is introduced. However, if the time steps are small enough that force and velocity do not significantly change during any time step, iterative prediction is a sufficiently accurate model. In the limit where the time interval is divided into an infinite number of infinitely small time steps, iterative prediction becomes a perfectly accurate model. However, this would require an infinite number of computations, and is therefore impossible to do, although in some simple situations, analytic approaches can be used to this end instead. Deciding what time step to use requires consideration of both the computational resources available and the resolution required to accurately approximate the situation. When performing iterative prediction by hand, it is impractical to perform more than a few time steps, which cannot be used to accurately model much. If computers are available, it becomes feasible to divide the time interval into thousands of time steps, which can accurately simulate most day-to-day situations. Some of the most sensitive simulations, however, require incredibly small time steps. For example, some physicists perform atom-by-atom simulations of molecular structures interacting. A slight change in the position of an atom can cause a huge change in the forces acting on it, so tiny time steps must be used in order to ensure that force and velocity do not significantly change during any one time step. These simulations are run on the world&#039;s most powerful supercomputers and often take weeks to complete. They can simulate time intervals of several nanoseconds (&amp;lt;math&amp;gt;10^{-9}&amp;lt;/math&amp;gt; s) using time steps of only a few femtoseconds. (&amp;lt;math&amp;gt;10^{-15}&amp;lt;/math&amp;gt; s) [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6286305/ (Click here for an example of a paper about such a simulation.)] Most of the VPython simulations on this wiki use time steps of about .01s.&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is only an approximation, but it is a very powerful tool because it can model complex systems that are impossible to model using known analytical approaches such as calculus and kinematics due to unsolvable differential equations and other obstacles.&lt;br /&gt;
&lt;br /&gt;
===Relation between Newton&#039;s 2nd Law and Momentum Principle===&lt;br /&gt;
&lt;br /&gt;
The rate of change of momentum of an object is directly proportional to the net force applied and is in the direction of the net force; the net force is equal to the rate of change of momentum. &lt;br /&gt;
&lt;br /&gt;
[[File:Fma_.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- m = mass in kilograms (kg)&lt;br /&gt;
&lt;br /&gt;
- a = acceleration in meters per second per second (ms-2)&lt;br /&gt;
&lt;br /&gt;
[[File:rate-of-change-of-momentum-2.jpg]]&lt;br /&gt;
&lt;br /&gt;
- F  = net force in newtons (N)&lt;br /&gt;
&lt;br /&gt;
- &amp;lt;math&amp;gt;\Delta mv&amp;lt;/math&amp;gt; = change in momentum in kilogram metres per second (kg ms-1)&lt;br /&gt;
&lt;br /&gt;
- t = change in time in seconds (s)&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Below are the mathematical formulas required for each of the three steps outlined above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The net force acting on each particle should be calculated.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step varies widely from program to program, depending on what system is being modeled. Sometimes, the forces acting on each particle are constant, such as when modeling the motion of a ball with a specific weight thrown near the surface of the earth. Other times, the forces are functions of properties such as the particles&#039; positions, such as when modeling the motion of celestial bodies whose gravitational attraction is greater when they are closer together. Sometimes, there is only one force acting on each particle, and other times, the net force must be found by adding together the individual force vectors.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The momentum of each particle should be updated from the last time step using the newly calculated net force.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the [[Impulse and Momentum|impulse-momentum theorem]]. The impulse-momentum theorem states that &amp;lt;math&amp;gt;\vec{p}_f = \vec{p}_i + \vec{J} = \vec{p}_i + \vec{F}_{net, avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial momentum is always known; it is simply the momentum the particle had during the previous time step (or, if there is no previous time step, the initial momentum of the particle). &amp;lt;math&amp;gt;\vec{F}_{net, avg}&amp;lt;/math&amp;gt; represents the average net force that has been acting on the particle since the previous time step, resulting in a new momentum this time step. To calculate it, the net force found in step 1 should be used. Note that in reality, the net force acting on the particle is constantly changing, and the net force found in step 1 is the final net force, which is not truly the average net force over the course of the previous time step (except in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the net force does not have much time to change over the course of the time step, meaning the average net force is very similar to the final net force.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The position of each particle should be updated from the last time step using its newly calculated velocity.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This step uses the kinematic equation &amp;lt;math&amp;gt;\vec{r}_f = \vec{r}_i + \vec{v}_{avg} * \Delta t&amp;lt;/math&amp;gt;. In iterative prediction, the initial position is always known; it is simply the position the particle had during the previous time step (or, if there is no previous time step, the initial position of the particle). &amp;lt;math&amp;gt;\vec{v}_{avg}&amp;lt;/math&amp;gt; represents the average velocity with which the particle has been moving since the previous time step, resulting in a new position this time step. To calculate it, the momentum found in step 2 should simply be divided by the mass of the particle: &amp;lt;math&amp;gt;\vec{v}_f = \frac{\vec{p}_f}{m}&amp;lt;/math&amp;gt;. Note that in reality, the velocity of the particle is constantly changing, and the velocity found above is the final velocity, which is not truly the average velocity over the course of the previous time step (even in a scenario with constant force). As described in the introductory section, this introduces inaccuracy that can be reduced by using shorter time steps; if short time steps are used, the velocity does not have much time to change over the course of the time step, meaning the average velocity is very similar to the final velocity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Iterative prediction is typically done on computers because many computations are necessary in order to perform it at a meaningful resolution. VPython is a useful program to perform iterative prediction because of it can graphically display the positions of the particles each time step. Below is an example of a VPython program that uses iterative prediction to simulate a ball thrown near the surface of the earth. Be sure to read and understand the source code by clicking on &amp;quot;view this program&amp;quot; in the top left corner; there are comments for each line designed to introduce readers to their first iterative prediction program.&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction1 high-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
To demonstrate differing resolutions, here is a lower resolution version of the same simulation, which uses larger time steps:&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/IterativePrediction2 low-resolution ball trajectory simulation]&lt;br /&gt;
&lt;br /&gt;
Note that the first program is more realistic; the more frequent position updates result in a smoother curve that more closely approximates the true trajectory of a ball. On the other hand, the second program has fewer calculations to do. Both programs are artificially slowed using the &amp;quot;rate&amp;quot; command in order to simulate a realistic travel time, but if both programs were allowed to run as quickly as possible, the second program would finish first. For larger, more complicated simulations, time can be a significant factor.&lt;br /&gt;
&lt;br /&gt;
Here is another more complicated simulation that uses iterative prediction to simulate the motion of a mass swinging on a spring. This is an example of iterative prediction with a varying force; during each time step, the forces acting on the mass must be calculated depending on its position using [[Hooke&#039;s Law]].&lt;br /&gt;
&lt;br /&gt;
[https://www.glowscript.org/#/user/YorickAndeweg/folder/PhysicsBookFolder/program/SpringMass spring mass simulation]&lt;br /&gt;
&lt;br /&gt;
Note: both projectile motion and spring-mass systems can be analytically modeled; that is, in both of the above systems, analytical techniques such as calculus and kinematics can be used to find the position of the particles as a function of time. However, for some other, more complicated systems, analytical approaches may not exist, while iterative prediction often still works. For example, it would be easy to modify the projectile motion simulation to include the effects of [[Air Resistance]], which is difficult to take into account analytically.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
In addition to the example below, know how to create vPython simulations using iterative prediction with both constant and varying forces.&lt;br /&gt;
&lt;br /&gt;
===1. (Middling)===&lt;br /&gt;
&lt;br /&gt;
A 2kg particle is released from rest at time t=0. A constant force of 6N is applied to it. How far has the particle traveled after 4 seconds?&lt;br /&gt;
&lt;br /&gt;
Solve this question&lt;br /&gt;
&lt;br /&gt;
A.) analytically (using kinematic equations)&lt;br /&gt;
&lt;br /&gt;
B.) using iterative prediction with 12 equal time steps&lt;br /&gt;
&lt;br /&gt;
C.) using iterative prediction with 4 equal time steps&lt;br /&gt;
&lt;br /&gt;
D.) using iterative prediction with a single time step&lt;br /&gt;
&lt;br /&gt;
Pay attention to how the resolution of the iterative prediction affects the accuracy of the answer. The analytical answer is completely accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A.) To solve this analytically, the following kinematic equation should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} a t^2 + v_0 t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using [[Newton&#039;s Second Law: the Momentum Principle]], we know that &amp;lt;math&amp;gt;a = \frac{f}{m} = 3&amp;lt;/math&amp;gt;m/s^2. We are also given that &amp;lt;math&amp;gt;v_0 = 0&amp;lt;/math&amp;gt;, and we are interested in the time t=4. Substituting these values into the kinematic equation yields&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta x = \frac{1}{2} (3) (4)^2 = 24&amp;lt;/math&amp;gt;m.&lt;br /&gt;
&lt;br /&gt;
B.) To solve this using iterative prediction, a computational tool should be used. Since an animation isn&#039;t necessary for this problem, I used Microsoft Excel; each row populates itself based on the information in the previous row using formula functions. Google Spreadsheets can also be used, as can vPython or any other programming language.&lt;br /&gt;
&lt;br /&gt;
[[File:12steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
Using 12 time steps of 1/3 seconds each results in a simulated displacement of 26m, which is fairly close to the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
C.)&lt;br /&gt;
&lt;br /&gt;
[[File:4steps.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 4 time steps of 1 second each results in a simulated displacement of 30m, which is fairly different from the actual amount of 24m.&lt;br /&gt;
&lt;br /&gt;
D.)&lt;br /&gt;
&lt;br /&gt;
[[File:1step.PNG]]&lt;br /&gt;
&lt;br /&gt;
using 1 time step of 4 seconds results in a simulated displacement of 48m, which is twice the actual amount!&lt;br /&gt;
&lt;br /&gt;
This demonstrates that higher-resolution simulations with smaller time steps are able to predict the motion of particles more accurately than lower-resolution simulations with larger time steps. It also demonstrates that as the length of each time step approaches 0, the predicted motion of the particles approaches their actual motion. It is important to choose a resolution that keeps error within an acceptable margin.&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
&lt;br /&gt;
===Application: video game industry===&lt;br /&gt;
&lt;br /&gt;
One popular application of iterative prediction is in physics-based video games. These are often little more than physics simulations with player input. Iterative prediction is used in most major video games to predict the motion of in-game objects. It can be used even if the laws of physics within the video game are different from those of the real world.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The impulse-momentum theorem, which is used in iterative prediction to update the momenta of particles, is derived from Newton&#039;s Second Law, which Isaac Newton (1643-1727) publish in his 1687 book Principia Mathematica. From this point onward, all of the math necessary for iterative prediction was known, but it was not useful to perform iterative prediction until significant computational advances in the twentieth century allowed for high resolutions.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Linear Momentum]]&lt;br /&gt;
*[[Impulse and Momentum]]&lt;br /&gt;
*[[Analytical Prediction]]&lt;br /&gt;
*[[Iterative Prediction of Spring-Mass System]]&lt;br /&gt;
*[[Determinism]]&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
*[http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:modeling_with_vpython Iterative Prediction with VPython]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Wednesday, Week 2 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. &#039;&#039;&#039;Monday, Week 3 Lecture Slides. Fenton, Flavio H&#039;&#039;&#039;&lt;br /&gt;
*Georgia Institute of Technology. Physics Department. PHYS 2211. Fall 2016. Lab 07 Fancart Energy &amp;amp; Spring-Mass Instructions, Greco, Edwin&lt;br /&gt;
*http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes:iterativepredict&lt;br /&gt;
*http://physicsnet.co.uk/a-level-physics-as-a2/mechanics/newtons-laws-of-motion/&lt;br /&gt;
*Bañó-Polo, M., Baeza-Delgado, C., Tamborero, S., Hazel, A., Grau, B., Nilsson, I., … Mingarro, I. (2018). Transmembrane but not soluble helices fold inside the ribosome tunnel. Nature communications, 9(1), 5246. doi:10.1038/s41467-018-07554-7&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38601</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38601"/>
		<updated>2020-03-24T17:43:07Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational, and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the object in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of an object at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared &#039;&#039;&#039;(E = mv²)&#039;&#039;&#039;. This is the correct form of Einstein’s most famous equation, which shows that energy is related to the mass of an object at rest. For example, if energy is stored in the object, its rest mass increases. This also implies that mass can be destroyed to release energy. &lt;br /&gt;
&lt;br /&gt;
Does this mean that only objects with mass have energy? NO! there is an equation that helps us understand this topic, Einstein&#039;s Relativistic Mass Formula. E² = (pc)² + (mc²)². When the mass = 0, E = pc&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases, the simplified kinetic energy formula gives a result with only minimal error. However, for near light-speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually, the simplified kinetic energy formula is used to calculate the kinetic energy of an average object and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with v-python. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700s by Gottfried Leibniz and Johann Bernoulli, who described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid-1800s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://courses.lumenlearning.com/physics/chapter/28-6-relativistic-energy/&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38600</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38600"/>
		<updated>2020-03-24T17:42:21Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational, and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the object in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of an object at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared &#039;&#039;&#039;(E = mv²)&#039;&#039;&#039;. This is the correct form of Einstein’s most famous equation, which shows that energy is related to the mass of an object at rest. For example, if energy is stored in the object, its rest mass increases. This also implies that mass can be destroyed to release energy. &lt;br /&gt;
&lt;br /&gt;
Does this mean that only objects with mass have energy? NO! there is an equation that helps us understand this topic, Einstein&#039;s Relativistic Mass Formula. E² = (pc)² + (mc²)². When the mass = 0, E = pc&lt;br /&gt;
[[File:restenergy.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases, the simplified kinetic energy formula gives a result with only minimal error. However, for near light-speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually, the simplified kinetic energy formula is used to calculate the kinetic energy of an average object and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with v-python. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700s by Gottfried Leibniz and Johann Bernoulli, who described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid-1800s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://courses.lumenlearning.com/physics/chapter/28-6-relativistic-energy/&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38599</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38599"/>
		<updated>2020-03-24T17:38:28Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational, and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the object in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of an object at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared &#039;&#039;&#039;(E = mv²)&#039;&#039;&#039;. This is the correct form of Einstein’s most famous equation, which shows that energy is related to the mass of an object at rest. For example, if energy is stored in the object, its rest mass increases. This also implies that mass can be destroyed to release energy. &lt;br /&gt;
&lt;br /&gt;
Does this mean that only objects with mass have energy? NO! there is an equation that helps us understand this topic, Einstein&#039;s Relativistic Mass Formula. E² = (pc)² + (mc²)². When the mass = 0, E = pc&lt;br /&gt;
[[File:restenergy.jpg|400px|center]]&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases, the simplified kinetic energy formula gives a result with only minimal error. However, for near light-speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually, the simplified kinetic energy formula is used to calculate the kinetic energy of an average object and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with v-python. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700s by Gottfried Leibniz and Johann Bernoulli, who described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid-1800s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://courses.lumenlearning.com/physics/chapter/28-6-relativistic-energy/&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38598</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38598"/>
		<updated>2020-03-24T17:33:14Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational, and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the object in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of an object at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared &#039;&#039;&#039;(E = mv²)&#039;&#039;&#039;. This is the correct form of Einstein’s most famous equation, which shows that energy is related to the mass of an object at rest. For example, if energy is stored in the object, its rest mass increases. This also implies that mass can be destroyed to release energy. &lt;br /&gt;
&lt;br /&gt;
Does this mean that only objects with mass have energy? NO! there is an equation that helps us understand this topic, Einstein&#039;s Relativistic Mass Formula. E² = (pc)² + (mc²)². When the mass = 0, E = pc&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases, the simplified kinetic energy formula gives a result with only minimal error. However, for near light-speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually, the simplified kinetic energy formula is used to calculate the kinetic energy of an average object and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with v-python. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700s by Gottfried Leibniz and Johann Bernoulli, who described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid-1800s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://courses.lumenlearning.com/physics/chapter/28-6-relativistic-energy/&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38597</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38597"/>
		<updated>2020-03-24T17:32:36Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational, and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the object in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of an object at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared &#039;&#039;&#039;(E = mv²)&#039;&#039;&#039;. This is the correct form of Einstein’s most famous equation, which shows that energy is related to the mass of an object at rest. For example, if energy is stored in the object, its rest mass increases. This also implies that mass can be destroyed to release energy. &lt;br /&gt;
Does this mean that only objects with mass have energy? NO! there is an equation that helps us understand this topic, Einstein&#039;s Relativistic Mass Formula.&lt;br /&gt;
E² = (pc)² + (mc²)²&lt;br /&gt;
When the mass = 0, E = pc&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases, the simplified kinetic energy formula gives a result with only minimal error. However, for near light-speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually, the simplified kinetic energy formula is used to calculate the kinetic energy of an average object and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with v-python. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700s by Gottfried Leibniz and Johann Bernoulli, who described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid-1800s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://courses.lumenlearning.com/physics/chapter/28-6-relativistic-energy/&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38596</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38596"/>
		<updated>2020-03-24T17:32:03Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational, and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the object in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of an object at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared &#039;&#039;&#039;(E = mv²)&#039;&#039;&#039;. This is the correct form of Einstein’s most famous equation, which shows that energy is related to the mass of an object at rest. For example, if energy is stored in the object, its rest mass increases. This also implies that mass can be destroyed to release energy. &lt;br /&gt;
Does this mean that only objects with mass have energy? NO! there is an equation that helps us understand this topic, Einstein&#039;s Relativistic Mass Formula.&lt;br /&gt;
E² = (pc)² + (mc²)²&lt;br /&gt;
When the mas = 0, E = pc&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases, the simplified kinetic energy formula gives a result with only minimal error. However, for near light-speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually, the simplified kinetic energy formula is used to calculate the kinetic energy of an average object and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with v-python. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700s by Gottfried Leibniz and Johann Bernoulli, who described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid-1800s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://courses.lumenlearning.com/physics/chapter/28-6-relativistic-energy/&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38595</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38595"/>
		<updated>2020-03-24T17:28:49Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: /* Rest Energy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational, and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the object in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of an object at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared &#039;&#039;&#039;(E = mv²)&#039;&#039;&#039;. This is the correct form of Einstein’s most famous equation, which shows that energy is related to the mass of an object at rest. For example, if energy is stored in the object, its rest mass increases. This also implies that mass can be destroyed to release energy. &lt;br /&gt;
Does this mean that only objects with mass have energy? NO! there is an equation that helps us understand this topic.&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases, the simplified kinetic energy formula gives a result with only minimal error. However, for near light-speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually, the simplified kinetic energy formula is used to calculate the kinetic energy of an average object and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with v-python. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700s by Gottfried Leibniz and Johann Bernoulli, who described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid-1800s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://courses.lumenlearning.com/physics/chapter/28-6-relativistic-energy/&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38594</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38594"/>
		<updated>2020-03-24T17:21:30Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational, and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the object in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of an object at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared &#039;&#039;&#039;(E = mv²)&#039;&#039;&#039;. This is the correct form of Einstein’s most famous equation, which shows that energy is related to the mass of an object at rest. For example, if energy is stored in the object, its rest mass increases. This also implies that mass can be destroyed to release energy.&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases, the simplified kinetic energy formula gives a result with only minimal error. However, for near light-speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually, the simplified kinetic energy formula is used to calculate the kinetic energy of an average object and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with v-python. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700s by Gottfried Leibniz and Johann Bernoulli, who described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid-1800s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://courses.lumenlearning.com/physics/chapter/28-6-relativistic-energy/&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38593</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38593"/>
		<updated>2020-03-24T17:19:40Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational, and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the object in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of an object at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared &#039;&#039;&#039;(E = mv²)&#039;&#039;&#039;. This is the correct form of Einstein’s most famous equation, which shows that energy is related to the mass of an object at rest. For example, if energy is stored in the object, its rest mass increases. This also implies that mass can be destroyed to release energy.&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases, the simplified kinetic energy formula gives a result with only minimal error. However, for near light-speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually, the simplified kinetic energy formula is used to calculate the kinetic energy of an average object and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with v-python. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700s by Gottfried Leibniz and Johann Bernoulli, who described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid-1800s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38592</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38592"/>
		<updated>2020-03-24T17:18:52Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational, and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the object in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of an object at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared (E=mv²). This is the correct form of Einstein’s most famous equation, which shows that energy is related to the mass of an object at rest. For example, if energy is stored in the object, its rest mass increases. This also implies that mass can be destroyed to release energy.&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases, the simplified kinetic energy formula gives a result with only minimal error. However, for near light-speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually, the simplified kinetic energy formula is used to calculate the kinetic energy of an average object and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with v-python. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700s by Gottfried Leibniz and Johann Bernoulli, who described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid-1800s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38591</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38591"/>
		<updated>2020-03-24T17:13:37Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity, but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the obect in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of a mass at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared (E=mv²).&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases the simplified kinetic energy formula gives a result with only minimal error. However, for near light speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually the simplified kinetic energy formula is used to calculate the kinetic energy of an average object, and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with vpython. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700&#039;s by Gottfried Leibniz and Johann Bernoulli, whom described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid 1800&#039;s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38590</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38590"/>
		<updated>2020-03-24T17:12:45Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity, but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the obect in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
Rest energy can be defined as the energy of a mass at rest. To find the rest energy of an object/particle, multiply the mass by its velocity squared (&amp;lt;math&amp;gt;E=mv²&amp;lt;math&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases the simplified kinetic energy formula gives a result with only minimal error. However, for near light speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually the simplified kinetic energy formula is used to calculate the kinetic energy of an average object, and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with vpython. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700&#039;s by Gottfried Leibniz and Johann Bernoulli, whom described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid 1800&#039;s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38589</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38589"/>
		<updated>2020-03-24T17:08:45Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity, but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the obect in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Rest Energy==&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases the simplified kinetic energy formula gives a result with only minimal error. However, for near light speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually the simplified kinetic energy formula is used to calculate the kinetic energy of an average object, and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with vpython. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700&#039;s by Gottfried Leibniz and Johann Bernoulli, whom described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid 1800&#039;s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38588</id>
		<title>Kinetic Energy</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Kinetic_Energy&amp;diff=38588"/>
		<updated>2020-03-24T17:05:01Z</updated>

		<summary type="html">&lt;p&gt;Ilukowiecki3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by ilukowiecki3 Spring 2020&#039;&#039;&#039;&lt;br /&gt;
== Introduction==&lt;br /&gt;
Objects in motion have energy associated with them. This energy of motion is called kinetic energy. Kinetic energy, often abbreviated as KE, is usually given in the standard S.I. units of Joules (J). KE is also given in units of kilo Joules (kJ). &amp;lt;math&amp;gt;1 kJ = 1000 J&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;1 J = 1 kg*(m²/s²)&amp;lt;/math&amp;gt;. Other types of energy include [[Rest Mass Energy]] and [[Potential Energy]]. Kinetic energy is also known as the work needed to accelerate a mass from rest to a final velocity. Once the object reaches this speed, the kinetic energy remains constant unless the speed is changed. &lt;br /&gt;
&lt;br /&gt;
Kinetic energy can take many forms, such as vibrational kinetic energy, rotational kinetic energy, and translational kinetic energy. Vibrational kinetic energy is the energy due to vibrational motion, while rotational kinetic energy is the energy due to rotational motion. Translational kinetic energy, the focus of this wiki page, is energy due to motion from place to place. More information on these three kinds of kinetic motions can be found at [[Translational, Rotational and Vibrational Energy]]. Kinetic energy does not have a direction and is a scalar value. It is not a vector quantity, but is rather a magnitude. Kinetic energy can be also be transferred into other types of energy, such as potential energy or chemical energy. In order to gain kinetic energy, a force must be applied, which causes work to be done on an object. This work causes the object to move, which is referred to as kinetic energy. The value of kinetic energy depends on the relationship between the obect in question and the point of observation/the related frame of reference.&lt;br /&gt;
&lt;br /&gt;
==Mathematical Model==&lt;br /&gt;
The relativistic equation for kinetic energy according to Einstein&#039;s Theory of Relativity is &amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;. However, for cases where an object&#039;s velocity is far less than the speed of light (&amp;lt;math&amp;gt;3X10^8 m/s&amp;lt;/math&amp;gt;), one can use the simplified kinetic energy formula as an approximation: &amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;. In most cases the simplified kinetic energy formula gives a result with only minimal error. However, for near light speed calculations, such as those involving subatomic particles such as electrons, protons, or photons, the relativistic equation must be used. Usually the simplified kinetic energy formula is used to calculate the kinetic energy of an average object, and will be used in almost all cases in introductory physics. &lt;br /&gt;
&lt;br /&gt;
==A Computational Model==&lt;br /&gt;
By [[Conservation of Energy]], energy can be converted, but it cannot be created nor destroyed. Hence, in an isolated system, energy can continuously be converted back and forth between potential and kinetic energy without any loss. The following link is an excellent visualization of energy that can be demonstrated with vpython. The spring will oscillate up and down constantly converting between [[Elastic Potential Energy]] and Kinetic Energy. https://trinket.io/glowscript/87a35d5778&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:springkinetic.gif|frame|center]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
[[File:KEproblem.jpg|400px|center]]&lt;br /&gt;
A ball is rolling along a frictionless surface at a constant &amp;lt;math&amp;gt;19 m/s&amp;lt;/math&amp;gt;. The ball has mass &amp;lt;math&amp;gt;12 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the ball&#039;s velocity is far less than the speed of light, we can use the simplified kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}mv²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=\frac{1}{2}(12 kg)*(19 m/s)²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2166 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.166 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
An electron is moving through space at a constant &amp;lt;math&amp;gt;2.9X10^8 m/s&amp;lt;/math&amp;gt;. The electron has mass &amp;lt;math&amp;gt;9.1X10^-31 kg&amp;lt;/math&amp;gt;. What is the kinetic energy of the ball in Joules?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because the electron&#039;s velocity is close to the speed of light, we must use the relativistic kinetic energy formula.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;KE=(9.1X10^-31 kg)(3X10^8 m/s)²(\frac{1}{\sqrt{1-\frac{(2.9X10^8 m/s)²}{(3X10^8 m/s)²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#Hence, KE = &amp;lt;math&amp;gt;2.38X10^-13 J&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2.38X10^-16 kJ&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
An proton is moving through space at constant velocity. It is found to have kinetic energy &amp;lt;math&amp;gt;2.38X10^-15 J&amp;lt;/math&amp;gt;. The proton has mass &amp;lt;math&amp;gt;1.67X10^-27 kg&amp;lt;/math&amp;gt;. What is the proton&#039;s velocity?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Solution:&amp;lt;br&amp;gt;&lt;br /&gt;
#Because we are dealing with a subatomic particle, we should probably use the relativistic kinetic energy formula as the approximate kinetic energy formula may be very inaccurate if the particle is moving at a velocity near the speed of sound.&amp;lt;br&amp;gt; &lt;br /&gt;
#&amp;lt;math&amp;gt;KE=mc²(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²}=(\frac{1}{\sqrt{1-\frac{v²}{c²}}} -1)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{KE}{mc²} + 1=\frac{1}{\sqrt{1-\frac{v²}{c²}}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{1}{\frac{KE}{mc²} + 1}=\sqrt{1-\frac{v²}{c²}}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;1-\frac{v²}{c²}=(\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;\frac{v²}{c²}=1 - (\frac{1}{\frac{KE}{mc²} + 1})²&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v²=c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=\sqrt{c²*(1 - (\frac{1}{\frac{KE}{mc²} + 1})²)}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=c*\sqrt{1 - (\frac{1}{\frac{KE}{mc²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;math&amp;gt;v=3X10^8 m/s*\sqrt{1 - (\frac{1}{\frac{(2.38X10^-15 J)}{(1.67X10^-27 kg)(3X10^8 m/s)²} + 1})²}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
#v = &amp;lt;math&amp;gt;2.999X10^8 m/s&amp;lt;/math&amp;gt;. This means that the proton is moving very close to the speed of light and hence our choice to use the relativistic kinetic energy equation was a good one.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Kinetic energy is very important in baseball. When a batter hits a ball, kinetic energy from the bat is transferred into the ball. leading to the ball flying out into the field. Assuming solid contact between the ball and the bat, the amount of kinetic energy transferred to the ball is directly proportional to the kinetic energy of the bat. As this is a non-relativistic application, there are only two variables to consider when calculating the kinetic energy of the bad: m and v. While a heaver bat would have greater kinetic energy than a bat of smaller mass traveling at the same velocity, heavier bats are more difficult to swing quickly and generally have lower velocity. Hence, batters must try to choose the a bat that they can swing very fast that still has reasonable mass to it to try to maximize kinetic energy (&amp;lt;math&amp;gt;\frac{1}{2}mv²&amp;lt;/math&amp;gt;).&lt;br /&gt;
https://www.youtube.com/watch?v=zDcf7eEaP0M&lt;br /&gt;
&lt;br /&gt;
Kinetic energy also plays a role in horse-back riding. For instance, a horse&#039;s jump happens in three parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, at the beginning of the jump, the horse tenses its muscles and kicks off the ground to lift into the air, converting chemical energy into horizontal and vertical kinetic energy. While in the air, the horse&#039;s horizontal kinetic energy doesn&#039;t change, but its vertical kinetic energy is converted into gravitational potential energy until it reaches the apex of the jump. As the horse falls, this gravitational potential is converted back into kinetic energy. Finally, when the horse lands, the horse&#039;s legs absorb the impact and slow down slightly by converting the vertical and some of the horizontal kinetic energy into heat.&lt;br /&gt;
&lt;br /&gt;
Kinetic energy is also important to biomedical engineering. Biomedical engineering, such as the design of prosthetics, must focus on how humans move and produce kinetic energy in order to make the best prosthetic for a person. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The biomedical engineer must consider how much energy the person will need to move the prosthetics, how heavy the mass of the prosthetic must be to be efficient, and how much energy must continuously be applied to keep the prosthetic moving.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Kinetic energy can be traced all the way back to Aristotle (384 BCE to 322 BCE) who first proposed the concept of actuality and potentiality (actuality being kinetic energy and potentiality being [[Potential Energy]]). The connection between energy and mv² was first developed in the 1600-1700&#039;s by Gottfried Leibniz and Johann Bernoulli, whom described it as the &amp;quot;living force.&amp;quot; William Gravesande tested this by dropping weights from different heights into a block of clay, discovering a proportionality between penetration depth and impact velocity squared. However, William Thomson is credited for devising the term &amp;quot;kinetic energy&amp;quot; in the mid 1800&#039;s.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Potential Energy]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[Rest Mass Energy]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9 &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/ke.html&lt;br /&gt;
http://www.livescience.com/46278-kinetic-energy.html&lt;br /&gt;
https://www.khanacademy.org/science/physics/work-and-energy/work-and-energy-tutorial/a/what-is-kinetic-energy&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 9&amp;lt;br&amp;gt; &lt;br /&gt;
http://www.physicsclassroom.com/class/energy/Lesson-1/Kinetic-Energy&amp;lt;br&amp;gt; &lt;br /&gt;
https://en.wikipedia.org/wiki/Kinetic_energy&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Energy]]&lt;/div&gt;</summary>
		<author><name>Ilukowiecki3</name></author>
	</entry>
</feed>