Solving the Billiard Balls Problem: Collision Time and Angle Calculation

  • Thread starter Thread starter rgalvan2
  • Start date Start date
  • Tags Tags
    Balls
rgalvan2
Messages
26
Reaction score
0
Two billiard balls are moving on a (coordinatized) pool table according to the respective paths x(t)=(t2-2, \frac{t^2}{2}-1) and y(t)=(t, 5-t2)
where t is time in seconds.

a) When and where do the balls collide?
I found where the 2 graphs intersect to be (2,1) so does that mean at 2 seconds 1 unit of distance away?

b) What is the angle formed by the paths of the balls at the collision point?
This is where I am stuck. Any hints on how to figure this out?

This is due Thursday and any help would be appreciated. Thanks!
 
Physics news on Phys.org
Yes, they intersect at t=2. Good so far. The last question you asked showed you know how to find tangent vectors to a curve. If you find the two tangent vectors do you know how to find the angle between them (think 'dot product')?
 
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