The problem:
You are playing a game of billiards on a standard 92" by 46" pool table. In this game you score points by bouncing the ball off as many sides of the table as possible prior to sinking the ball in the called pocket. The ball is currently 10 inches down and 12 inches to the right of the top left pocket. You call that you will sink it in the bottom right corner pocket. Write functions to determine the path of the ball if:
a) Sink it without bouncing off any sides.
b) Sink it bouncing off exactly one side.
c) Sink it bouncing off exactly two sides.
d) Sink it bouncing off a large number of sides.
I have made a graph of the pool table where the origin is at the middle so the domain of the graph is [-23,23] and the range is [-46,46]. I have found the equation for part A but I am not sure how to get the absolute value equation to hit the 2 points( the ball, (-11,46) and the bottom right corner pocket (23,-46). What I have now is y= -|x|+46, I'm am not sure what to scale it by.
Thanks, Sam
You are playing a game of billiards on a standard 92" by 46" pool table. In this game you score points by bouncing the ball off as many sides of the table as possible prior to sinking the ball in the called pocket. The ball is currently 10 inches down and 12 inches to the right of the top left pocket. You call that you will sink it in the bottom right corner pocket. Write functions to determine the path of the ball if:
a) Sink it without bouncing off any sides.
b) Sink it bouncing off exactly one side.
c) Sink it bouncing off exactly two sides.
d) Sink it bouncing off a large number of sides.
I have made a graph of the pool table where the origin is at the middle so the domain of the graph is [-23,23] and the range is [-46,46]. I have found the equation for part A but I am not sure how to get the absolute value equation to hit the 2 points( the ball, (-11,46) and the bottom right corner pocket (23,-46). What I have now is y= -|x|+46, I'm am not sure what to scale it by.
Thanks, Sam
Last edited: