Solveeit Logo

Question

Question: In the xy-plane, the length of the shortest path from (0, 0) to (12, 16) that does not go inside the...

In the xy-plane, the length of the shortest path from (0, 0) to (12, 16) that does not go inside the circle ( x - 6) + ( y - 8) = 25 is:

A

5

B

10

C

D

10 + 5π

Answer

10+5π

Explanation

Solution

The problem asks for the shortest path from point A(0, 0) to point B(12, 16) that does not go inside the circle (x6)2+(y8)2=25(x - 6)^2 + (y - 8)^2 = 25.

  1. Identify the given points and circle:

    • Starting point: A = (0, 0)
    • Ending point: B = (12, 16)
    • Circle equation: (x6)2+(y8)2=25(x - 6)^2 + (y - 8)^2 = 25
      • Center of the circle: C = (6, 8)
      • Radius of the circle: r = 25=5\sqrt{25} = 5
  2. Check the positions of A and B relative to the circle:

    • Distance from A(0,0) to C(6,8): dAC=(60)2+(80)2=62+82=36+64=100=10d_{AC} = \sqrt{(6-0)^2 + (8-0)^2} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10. Since dAC=10>r=5d_{AC} = 10 > r = 5, point A is outside the circle.
    • Distance from B(12,16) to C(6,8): dBC=(126)2+(168)2=62+82=36+64=100=10d_{BC} = \sqrt{(12-6)^2 + (16-8)^2} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10. Since dBC=10>r=5d_{BC} = 10 > r = 5, point B is outside the circle.
  3. Check if the straight line path AB intersects the circle:

    • The equation of the line passing through A(0,0) and B(12,16) is y=1612x=43xy = \frac{16}{12}x = \frac{4}{3}x, or 4x3y=04x - 3y = 0.
    • The distance from the center C(6,8) to the line 4x3y=04x - 3y = 0 is: d=4(6)3(8)42+(3)2=242416+9=025=0d = \frac{|4(6) - 3(8)|}{\sqrt{4^2 + (-3)^2}} = \frac{|24 - 24|}{\sqrt{16 + 9}} = \frac{0}{\sqrt{25}} = 0.
    • Since the distance from the center to the line is 0, the line segment AB passes through the center of the circle C(6,8).
  4. Determine the points of intersection and the path:

    • Since the line AB passes through the center C, the points of intersection of the line with the circle are C±ru^ABC \pm r \cdot \hat{u}_{AB}, where u^AB\hat{u}_{AB} is the unit vector along AB.

    • The vector AB=(12,16)\vec{AB} = (12, 16). Its magnitude is 122+162=144+256=400=20\sqrt{12^2 + 16^2} = \sqrt{144+256} = \sqrt{400} = 20.

    • The unit vector u^AB=(1220,1620)=(35,45)\hat{u}_{AB} = \left(\frac{12}{20}, \frac{16}{20}\right) = \left(\frac{3}{5}, \frac{4}{5}\right).

    • The intersection points are:

      • P1=(6,8)5(35,45)=(6,8)(3,4)=(3,4)P_1 = (6, 8) - 5\left(\frac{3}{5}, \frac{4}{5}\right) = (6, 8) - (3, 4) = (3, 4).
      • P2=(6,8)+5(35,45)=(6,8)+(3,4)=(9,12)P_2 = (6, 8) + 5\left(\frac{3}{5}, \frac{4}{5}\right) = (6, 8) + (3, 4) = (9, 12).
    • The straight line path from A to B is AP1P2BA \to P_1 \to P_2 \to B.

      • Length of AP1=(30)2+(40)2=32+42=9+16=25=5AP_1 = \sqrt{(3-0)^2 + (4-0)^2} = \sqrt{3^2+4^2} = \sqrt{9+16} = \sqrt{25} = 5.
      • Length of P2B=(129)2+(1612)2=32+42=9+16=25=5P_2B = \sqrt{(12-9)^2 + (16-12)^2} = \sqrt{3^2+4^2} = \sqrt{9+16} = \sqrt{25} = 5.
      • The segment P1P2P_1P_2 has length 2r=2×5=102r = 2 \times 5 = 10. This segment is inside the circle.
    • To avoid going inside the circle, the path must follow an arc along the circle from P1P_1 to P2P_2.

    • The vectors from the center C to P1P_1 and P2P_2 are:

      • CP1=(36,48)=(3,4)\vec{CP_1} = (3-6, 4-8) = (-3, -4).
      • CP2=(96,128)=(3,4)\vec{CP_2} = (9-6, 12-8) = (3, 4).
    • Since CP2=CP1\vec{CP_2} = -\vec{CP_1}, the points P1P_1 and P2P_2 are diametrically opposite on the circle.

    • The angle subtended by the arc P1P2P_1P_2 at the center is π\pi radians (180 degrees).

    • The length of this arc is rθ=5×π=5πr \theta = 5 \times \pi = 5\pi.

  5. Calculate the total shortest path length:

    The shortest path consists of three segments:

    1. Straight line from A to P1P_1: Length AP1=5AP_1 = 5.
    2. Arc along the circle from P1P_1 to P2P_2: Length 5π5\pi.
    3. Straight line from P2P_2 to B: Length P2B=5P_2B = 5.

    Total shortest path length = AP1+Arc length+P2B=5+5π+5=10+5πAP_1 + \text{Arc length} + P_2B = 5 + 5\pi + 5 = 10 + 5\pi.

The problem setup simplifies significantly because A, C, B are collinear, and A and B are symmetric with respect to C at a distance of 2r2r.

The final answer is 10+5π10+5\pi.