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?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top