Finding the Path of a Ball on Tilted Triangle Table

RyanGray
Messages
2
Reaction score
0

Homework Statement



The vertices of a tilted triangle table are (0,0,9), (5,3,7), (4,7,6) and I need to determine where the a ball of mass m falls off of the table. There is no friction or outside forces. The ball is released from point (0,0,9).

2. The attempt at a solution
I'm not sure how to start.. I was thinking of breaking it into 2 components but it doesn't seem to work out. Any help would be appreciated.
 
Physics news on Phys.org
While on the table, the ball will follow the vector with largest (negative) z component. You should be able to determine from that where the ball leaves the table.
 
wouldnt that vector = <4-0, 7-0, 6-9> = <4, 7, -6> ?
 
Last edited:
You are assuming that the ball will roll from vertex (0, 0, 9) to vertex (4, 7, 6)? Why? Why wouldn't it roll toward the other vertex. Or someplace in between?

If the ball rolls from (0, 0, 9) to the point (x, y, z) then it rolls along vector <x, y, z-9>. You want maximize z- 9 for (x, y, z) on the plane. What is the equation of that plane?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top