How can I calculate the car's position when it lands in the ocean?

AI Thread Summary
To calculate the car's position when it lands in the ocean, first determine its velocity at the edge of the cliff by analyzing the incline using the angle of 18.9 degrees and the distance of 26.7 m. Break the motion into x and y components, calculating the horizontal and vertical distances using trigonometric functions. Once the car leaves the cliff, its x velocity remains constant while it experiences gravitational acceleration in the y direction. Use kinematic equations to find the time it takes for the car to fall 82.4 m to the ocean, then multiply the x velocity by this time to determine the horizontal distance traveled from the cliff. This step-by-step approach will lead to the final position of the car upon landing.
jsr219
Messages
8
Reaction score
0
Your friends car is parked on a cliff overlooking the ocean on an incline that makes an angle of 18.9 (degrees) below the horizontal. The brakes fail, and the car rolls from rest down the incline for a distance of 26.7 m to the edge of the cliff, which is 82.4 m above the ocean, and, unfortunately, continues over the edge and lands in the ocean.

Find the cars position relative to the base of the cliff when the car lands in the ocean.




I'm not quite sure how to attempt this problem
- I think you bust the problem up into 2 parts
- I know you have to find the velocity of the car right before it falls off the cliff. Then from there treat it as a projectile question.

- I also know that I will have to break the problem down into its x and y components


If you could help walk me through this problem it would be much appreciated
- I deff don't want anyone to give a final answers
- just help walk me through the problem step by step so that I can understand what's going on

I just have no clue how to get started or the equations to use
 
Physics news on Phys.org
You want to start by calculating the force normal and the force parallel to the incline, so you can get the accelerations. You will also want to calculate the change in x and change in y on the incline. So say the car starts at the origin (0,0) and at the end of the cliff is (x, y). You know the hypotenus is 26.7m and it is a 18.9 degree slope

It is important to write down all the values you are given and the equations which include some of your variables

x = 26.7cos(18.9)

y = 26.7sin(18.9)

ay = gcos(theta)

ax = gsin(theta)

d = vi(t) + .5at^2

at = v

You should know your kinematic equations

and solve the equations for velocity on the ramp in the x and y directions

When the car leaves the cliff there is no more acceleration in the x direction so the x velocity becomes constant, but in the y direction gravity is acting upon the car. So there is a higher constant acceleration in the y direction which is 9.81m/s^2

You know the height of the cliff the initial y velocity after it leaves the cliff and the acceleration. So you must find the time it takes for the car to reach the ocean. You can do this by using the equation above and the quadratic equation with respect to t. You should be able to see which time it will be.

Then use the x velocity at the end of the cliff and the time you've found for the car to reach the ocean from the end of the cliff and multiply them together to find the distance the car traveled from the cliff.

hope this helps
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top