Derivation of S = ut + 1/2at^2

  • Context: Undergrad 
  • Thread starter Thread starter vijay_singh
  • Start date Start date
  • Tags Tags
    Derivation
Click For Summary
SUMMARY

The derivation of the equation S = ut + 1/2at² is confirmed through a systematic approach to calculating distance traveled under constant acceleration. The initial speed (u) and time (t) are used to sum the distances for each second, leading to the conclusion that the distance can also be expressed as S = ut + (1/2)at². The discussion emphasizes the importance of using average velocity during each time interval rather than final velocity, which is crucial for accurate calculations in kinematics.

PREREQUISITES
  • Understanding of basic kinematics concepts such as distance, speed, and acceleration.
  • Familiarity with algebraic summation techniques.
  • Knowledge of second-order ordinary differential equations (ODEs).
  • Basic calculus principles related to derivatives and integrals.
NEXT STEPS
  • Study the derivation of equations of motion in classical mechanics.
  • Learn about the application of second-order ODEs in physics.
  • Explore the concept of average velocity and its significance in kinematics.
  • Investigate further into the implications of constant acceleration in real-world scenarios.
USEFUL FOR

Students and educators in physics, engineers working on motion-related projects, and anyone interested in understanding the principles of kinematics and acceleration.

vijay_singh
Messages
28
Reaction score
0
Hi

I tried to derive the distance traveled by a body at contact acceleration from the definition of acceleration (increase in speed every sec), but the ended with a different result. Can you see what I am doing wrong.

u = initial speed
t = time taken

S = {distance in 1st sec} + {distance in 2nd sec } + {distance in 3rd sec) + ... + {distance in t sec}

S = {u } + {u + a} + {u + 2a } + ...... + {u + (t - 1)a}

S = u * t + {a + 2a + ...+ (t - 1)a }

S = ut + a( 1 + 2 + 3 ...+ (t-1))

S = ut + a * t * (t -1) / 2

Vijay
 
Physics news on Phys.org
vijay_singh said:
S = {u } + {u + a} + {u + 2a } + ...... + {u + (t - 1)a}

The distance moved is based on average velocity during each period, not the final velocity at the end of each time period:

S = {u + (1/2)a } + {u + (3/2)a} + {u + (5/2)a } + ... + {u + ((2t-1)/2)a}

To calculate the sum of the coefficients for a:

Code:
c  = (   1)/2 + (   3)/2 + (   5)/2 +    ...   + (2t-5)/2 + (2t-3)/2 + (2t-1)/2
 
2c = (   1)/2 + (   3)/2 + (   5)/2 +    ...   + (2t-5)/2 + (2t-3)/2 + (2t-1)/2
   + (2t-1)/2 + (2t-3)/2 + (2t-5)/2 +    ...   + (   5)/2 + (   3)/2 + (   1)/2
     -------------------------------------------------
     (2t  )/2 + (2t  )/2 + (2t  )/2 + (2t  )/2 + (2t  )/2 + (2t  )/2 + (2t  )/2

     = t^2

c    = 1/2 t^2

S = u * t + 1/2 * a * t^2
 
Last edited:
A much more straight forward method would be to solve the second order ODE:

\frac{d^2s}{dt^2} = \text{const.}
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 84 ·
3
Replies
84
Views
5K
  • · Replies 5 ·
Replies
5
Views
8K
  • · Replies 1 ·
Replies
1
Views
893
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K