Wednesday, December 14, 2016

homework and exercises - 4th kinematic equations for constant acceleration


Ive been given the 4 kinematic equations for constant acceleration. The fourth being:


s=ut+12at2.


If rearranged it forms the quadratic equation


at2+2ut2s=0.


But that means that t has 2 values.




  1. Will one of them always be negative? So only one value is realistically possible?





  2. And how could you rearrange it to get t on it's own? Would that be using the quadratic formula?





Answer



The equation describes parabolic motion, if a0 is a non-zero constant acceleration, which I will assume from now on. If you think about it, your solution provides an answer to the question: at what time does the object is in the position s? [A note on notation: Traditionally, the letter s denotes distance (I guess from the German word "Strecke"), which by definition is a non-negative quantity, but your formula makes more sense, if we interpret s as a position x, which can also be negative.]


12at2+utx=0


t1=uDa


t2=u+Da


where D:=u2+2ax. Let's think about it for a moment, and see what answers we get by varying x.



Case D<0:


The discriminant is negative, there are no solutions, therefore at no time your object will have that position.


Case D=0x=u22a:


The discriminant is zero, there is only one solution which is the "top" ("bottom") point reached by the object,if a<0 (a>0), respectively.


Case D>0:


The discriminant is positive and there are two solutions. This means that the object will reach that position twice, once going "up" and once going "down" the parabola.


Now, will one of them always be negative? Not necessarily.


Case ax>0: One positive and one negative.


Case ax<0 and ua>0: Two negative.


Case ax<0 and ua<0: Two positive.



Case x=0 and ua>0: One zero and one negative.


Case x=0 and ua<0: One zero and one positive.


No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...