Summary
A tutorial on calculating the distance a driver stays within a radio transmitter's signal range by determining the intersection points of a linear path and a circular coverage area.
Highlights
Solving the System of Equations
00:03:00
Set the line equation y = 5 into the circular equation x^2 + y^2 = 100 to find the intersection points where the signal starts and ends.
Problem Setup
00:00:00
Define the problem: calculating signal coverage on a 27-mile drive between two cities relative to a transmitter located at the origin with a 10-mile radius.
Coordinate Plane Representation
00:00:25
Graph the transmitter as a circle with the equation x^2 + y^2 = 100, and plot the two cities' coordinates at (-15, 5) and (12, 5).
Calculating the Result
00:04:33
Determine the exact signal distance is 10 times the square root of 3, providing a decimal approximation of roughly 17.32 miles.