Cool classical physics proof I came up with today

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
realfuzzhead
Messages
13
Reaction score
0
Check out this pdf on this website. No signing up or anything, It took me the better half of today to do this. Anyways, this might be well known for people above my basic physics knowledge, but I came up with this all by myself knowing a few simple equations


http://www.keepandshare.com/doc/3569845/fun-with-physics-pdf-february-18-2012-7-59-am-579k?da=y
 
Last edited by a moderator:
Physics news on Phys.org
Equation 1. on page 6 is wrong.

[tex]V_{avg} = \frac {V_0 + V} {2}[/tex]

is only valid if the acceleration is constant.

The right result is easy to find with calculus by integrating v = (v_0 + at + (1/2)Jt^2).
The distance is equal to the area under this curve.
(of course Archimedes found the area under a parabola in the 3rd century BC without calculus)
 
That's pretty good! Unfortunately an error creeps in on page 5: I will use your numbering...

p5,1) This expression for Vave is only true when V is increasing linearly i.e. when its acceleration is constant.

p5,3) Again because acceleration is not constant this is not the right equation. Instead we need [itex]D = D_0 + \int V(t)dt[/itex]. From what you have written I am not sure if you have come across integration yet: if not, it is enough to know for now that it is the inverse of differentiation.

Now we already have [itex]V(t) = V_0 + A_0t + \frac 1 2 Jt^2[/itex], integrating this we have [itex]D(t) = D_0 + V_0t + \frac 1 2 A_0t^2 + \frac 1 6 Jt^3[/itex].

Note that we can check this by differentiation:
[tex]\begin{align}D(t) &= D_0 + V_0t + \frac 1 2 A_0t^2 + \frac 1 6 Jt^3 \\<br /> V(t) &= \frac d{dt} D(t) = V_0 + A_0t + \frac 1 2 Jt^2 \\<br /> A(t) &= \frac d{dt} V(t) = A_0 + Jt \\<br /> \frac d{dt} A(t) &= J\end{align}[/tex]
 
THANK YOU GUYS! Damnit.. I thought that last part was a little bit to easy. I just started calculus this week so I have not learned integration yet..