Alex and Brenda are simultaneously riding bikes, tracing out different polar graphs around the same point on the ground. Alex follows the graph of while Brenda follows the graph of . Both bikers start at the same time on the point corresponding to for their respective equations and travel counter-clockwise. The pair ride at a pace to keep themselves colinear with each other and the origin, and they stop after reaching their starting point once again.
How many times will the two bikers collide?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
One way to approach this problem is by graphing the two equations. Alex’s graph is a rose with 4 petals that surrounds the polar axis and the line θ = 2 π , and Brenda’s graph is a cardioid that faces downward. By looking at the graphs we can clearly see they intersect 7 times, so the pair will collide 7 times, right?
Polar Graphs
The issue with this method is that the polar coordinate ( r , θ ) lies on the same point graphically as ( − r , θ + π ) . We can view this when we look at the starting point of our two bikers, Alex at ( 1 , 0 ) and Brenda at ( − 1 , 0 ) . The graphs intersect at the location ( 1 , 0 ) because Brenda’s graph contains the point ( − 1 , π ) , but the bikers won’t be at that point at the same time. We need to exclusively find the number of coordinates that are contained in both equations, not the points of graphical intersection.
We can do this by setting the equations equal to other and doing some algebra, starting with
cos 2 θ = − sin θ − 1 ,
and then using the double angle formula and rearranging to rewrite as,
2 sin 2 θ − sin θ − 2 = 0 .
We can use the quadratic formula now to find that,
sin θ = 4 1 ± 1 7 ,
and since 4 1 + 1 7 is outside the range of the sin function,
θ = { arcsin ( 4 1 − 1 7 ) , π − arcsin ( 4 1 − 1 7 ) } .
This leaves us with 2 distinct values for theta where both riders will be the same distance from the origin and collide.