Results 1 to 4 of 4

Thread: Kinematics Question

  1. #1

    Thread Starter
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Kinematics Question

    If I am given the initial height of something that is thrown downward and the velocity of the object when it hits the ground, how do I go about determining the initial velocity? (Earth's gravity is a factor in this problem - it controls acceleration).
    My monkey wearing the fedora points and laughs at you.

  2. #2
    Lively Member
    Join Date
    Jul 2002
    Posts
    86

    Re: Kinematics Question

    Well, you can use energy conservation (the easiest) or this equation Vf^2 = Vi^2 + 2*g*D, where Vf is the final velocity, Vi the initial, g is gravity and D is the distance. Remeber that this only applies with a constant acceleration.

  3. #3
    Member
    Join Date
    Aug 2006
    Posts
    46

    Re: Kinematics Question

    The height is the distance(S)
    the final velocity is (V)
    acceleration is gravity-9.82 (A)

    you want to find Initial Velocity (U)

    use this equation
    v^2=U^2 + 2AS

    rearrange to get
    sqrt(v^2-2AS)=U

    and this gives you the answer so all you have to do is put in your values
    A=9.81
    S=your height
    V=your final velocity

    ps sqrt means the sqaure root of

    Hope this post helps!
    Visual Basic 6 Novice

    Learning Direct X 8 for VB....



    http://externalweb.exhedra.com/DirectX4VB/ <--- Great Direct X Tutorials

  4. #4
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Kinematics Question

    The equation:

    v^2 = u^2 +2as

    where v = final velocity
    u = initial velocity
    a = accel.
    s = distance


    is the same as using energy conservation.

    The initial energy is kinetic + gravitational. The final energy is kinetic only.

    So 1/2 m u^2 + m g s = 1/2 m v^2

    Cancel the 'm' and multiply through by 2 and you have v^2 = u^2 + 2as.



    zaza
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width