Jump to content

I'm having a little trouble with this question. I know it's easy but I'm overthinking it and can't find the correct formulas

 

Q: A ball rolls horizontally off a table with an initial speed of 2.45m/s. The ball strikes the floor with a horizontal displacement from the table of 1.3m. Determine the height of the table.

 

91ffbbc9237ca48b0f15fc6e1fb91ffe.png

I'm Comessy, this is my new account

Link to comment
https://linustechtips.com/topic/460366-physics-help/
Share on other sites

Link to post
Share on other sites

1.37 m

Spoiler

Everyday build:

CPU: Intel Core i7 5960x - GPU(s): 2x EVGA GTX 980 Ti Superclocked+ ACX2.0+ (SLI) - Cooler: be quiet! Dark Rock Pro 3 - Motherboard: ASUS Sabertooth X99 - RAM: 32GB Kingston HyperX Fury Black DDR4 4x8GB (2666MHz) - Storage: Intel 750 Series 1.2TB + 4TB WD Black - Case: Corsair 760T White - PSU: SeaSonic 1200W 80+ Platinum Certified - OS: Windows 10 Pro - Wireless Adapter: TP-Link Archer T9E - Monitor: Acer XB270HU bprz - Keyboard: Corsair K70 RGB - Mouse(s): Corsair Gaming M65 RGB + Logitech MX Master - Headphones: Sennheiser PC363D

http://pcpartpicker.com/p/WhyK99 https://linustechtips.com/main/topic/474247-r8-my-build/

 

Weekend build:

CPU: Intel Core i7 5930k - GPU(s): 2x EVGA GTX 980 Ti Classified ACX2.0+ (SLI) - Cooler: NZXT Kraken X61 - Motherboard: ASUS X99-Deluxe - RAM: 32GB Crucial Ballistix Sport LT DDR4 4x8GB (2666MHz) - Storage: Samsung 950 Pro 512GB m.2 & 2TB Samsung 850 Evo - Case: Phanteks Enthoo Evolv - PSU: SeaSonic SnowSilent 1050W 80+ Platinum Certified - OS: Windows 10 Home - Monitor: Dell S2716DG 144hz - Keyboard: Corsair STRAFE RGB - Mouse: Corsair Gaming M65 RGB - Headphones: Sennheiser PC363D

http://pcpartpicker.com/p/YYK93C

Link to comment
https://linustechtips.com/topic/460366-physics-help/#findComment-6178695
Share on other sites

Link to post
Share on other sites

the time it takes to reach 1.3 m from the falling position horizontally is 1.3/2.45 seconds. The distance it falls is given by the integral of the integral of the downwards acceleration relative to time, which is g*(t^2)/2.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/460366-physics-help/#findComment-6178700
Share on other sites

Link to post
Share on other sites

1.3m / (2.45 m/s) = 0.530612 sec

 

1/2(9.8 m/s)(0.530612 sec)^2 = 1.37959m = 1.38m

 

Formula is distance = 1/2at^2

the time it takes to reach 1.3 m from the falling position horizontally is 1.3/2.45 seconds. The distance it falls is given by the integral of the integral of the downwards acceleration relative to time, which is g*(t^2)/2.

 

Ah yes! I was trying to do D=VT+1/2 AT^2, but couldn't rearrange because neither V or T was 0

Thanks so much!

I'm Comessy, this is my new account

Link to comment
https://linustechtips.com/topic/460366-physics-help/#findComment-6178739
Share on other sites

Link to post
Share on other sites

Ah yes! I was trying to do D=VT+1/2 AT^2, but couldn't rearrange because neither V or T was 0

Thanks so much!

Starting from the beginning:

Since horizontal velocity does not change when an object falls, you can figure out the time it took to hit the ground by looking at the velocity and distance.

 

So now you can look at all the variables you have and need:

t = time = 0.530612 sec (just figured that out)

vi = initial velocity (which is zero because things have no vertical velocity when they start falling)

a = acceleration (which is 9.8 m/s due to gravity)

d = we need to find this one. 

 

So the formula you stated actually works - initial velocity is indeed zero. 

 

Then you just plug in and voila. 

Link to comment
https://linustechtips.com/topic/460366-physics-help/#findComment-6178764
Share on other sites

Link to post
Share on other sites

Starting from the beginning:

Since horizontal velocity does not change when an object falls, you can figure out the time it took to hit the ground by looking at the velocity and distance.

 

So now you can look at all the variables you have and need:

t = time = 0.530612 sec (just figured that out)

vi = initial velocity (which is zero because things have no vertical velocity when they start falling)

a = acceleration (which is 9.8 m/s due to gravity)

d = we need to find this one. 

 

So the formula you stated actually works - initial velocity is indeed zero. 

 

Then you just plug in and voila. 

I was trying to find the time with  D=VT+1/2 AT^2, but I just needed to do t=d/v

​So I was in fact overthinking it

I'm Comessy, this is my new account

Link to comment
https://linustechtips.com/topic/460366-physics-help/#findComment-6178789
Share on other sites

Link to post
Share on other sites

Let's try to describe the position of the ball as a function of time.
I'll set (0|0) as the point on the floor underneath the edge of the table.
The position on the x-axis can be described as x=2.45(m/s)*t as gravity doesn't affect horizontal movement and I assume we're ignoring friction.
The position on the y-axis can be described as y=h-4.9(m/s²)*t² while h is the heigh of the table. If you have trouble following, remember the formula for movement with constant acceleration.

Now we can eliminate t from our equations by rearrangin the first one and inserting the expression for t into the second. This leaves us with y=h-0.81632653061(1/m)*x²

With this function we can insert the coordinates for the point where the ball hits the floor (y=0, x=1.3m) and solve for h which gives us a result of roughly 1.38m.

 

Hope this was helpful.

Link to comment
https://linustechtips.com/topic/460366-physics-help/#findComment-6178792
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×