Tewtor Logo

Tewtor.ai

Shared Solution

AI Solution

Powered by Tewtor.ai

Shared by Tyler Wriston219 views

QProblem

Can you solve this?

ASolution

Quick question before we dive in: are you comfortable using the power-of-a-point idea for tangents to a circle? It says the tangent length from a point AA is AP2r2\sqrt{AP^2 - r^2} where PP is the center and rr the radius. If so, here’s a clean path.

Given:

  • From P(2,2)P(2,-2) tangent length is 222\sqrt{2}, so OP2r2=(22)2=8OP^2 - r^2 = (2\sqrt{2})^2 = 8.
  • From Q(5,5)Q(5,5) tangent length is 525\sqrt{2}, so OQ2r2=(52)2=50OQ^2 - r^2 = (5\sqrt{2})^2 = 50. Let the circle have center O(h,k)O(h,k) and radius rr.

Set up:

  • OP2=(h2)2+(k+2)2OP^2 = (h-2)^2 + (k+2)^2
  • OQ2=(h5)2+(k5)2OQ^2 = (h-5)^2 + (k-5)^2

So:

  1. (h2)2+(k+2)2r2=8(h-2)^2 + (k+2)^2 - r^2 = 8
  2. (h5)2+(k5)2r2=50(h-5)^2 + (k-5)^2 - r^2 = 50

Subtract (1) from (2) to remove r2r^2: (h5)2(h2)2+(k5)2(k+2)2=42(h-5)^2 - (h-2)^2 + (k-5)^2 - (k+2)^2 = 42.

Expand differences: [(h210h+25)(h24h+4)]+[(k210k+25)(k2+4k+4)]=42[(h^2 - 10h + 25) - (h^2 - 4h + 4)] + [(k^2 - 10k + 25) - (k^2 + 4k + 4)] = 42, (6h+21)+(14k+21)=42(-6h + 21) + (-14k + 21) = 42, 6h14k+42=42-6h - 14k + 42 = 42, 6h14k=0-6h - 14k = 0, 3h+7k=03h + 7k = 0.

Thus k=37hk = -\frac{3}{7}h.

Now use one equation to link h,k,rh,k,r. From (1): (h2)2+(k+2)2r2=8(h-2)^2 + (k+2)^2 - r^2 = 8.

But we actually don’t need rr. For the point R(8,12)R(8,12) the tangent length squared is: OR2r2=[(h8)2+(k12)2]r2OR^2 - r^2 = [(h-8)^2 + (k-12)^2] - r^2.

Use (1) to eliminate r2r^2: OR2r2=[(h8)2+(k12)2][(h2)2+(k+2)28]OR^2 - r^2 = [(h-8)^2 + (k-12)^2] - \big[(h-2)^2 + (k+2)^2 - 8\big].

So tangent length squared from RR equals TR2=[(h8)2(h2)2]+[(k12)2(k+2)2]+8T_R^2 = [(h-8)^2 - (h-2)^2] + [(k-12)^2 - (k+2)^2] + 8.

Compute differences:

  • For hh-part: (h216h+64)(h24h+4)=12h+60(h^2 - 16h + 64) - (h^2 - 4h + 4) = -12h + 60.
  • For kk-part: (k224k+144)(k2+4k+4)=28k+140(k^2 - 24k + 144) - (k^2 + 4k + 4) = -28k + 140.

So TR2=(12h+60)+(28k+140)+8=12h28k+208T_R^2 = (-12h + 60) + (-28k + 140) + 8 = -12h - 28k + 208.

Use 3h+7k=03h + 7k = 0 to remove hh and kk. Multiply by 44: 12h+28k=012h28k=012h + 28k = 0 \Rightarrow -12h - 28k = 0.

Therefore TR2=0+208=208T_R^2 = 0 + 208 = 208.

Hence the tangent length from RR is 208=413\sqrt{208} = 4\sqrt{13}.

Check: clean cancellation is a good sign.

Answer: 4134\sqrt{13}.

Your turn: What was the key step that let us avoid finding the actual center and radius?

Shared on 9/8/2025

Need help with your own problems?

Get instant AI tutoring and step-by-step solutions on Tewtor.ai

© 2024 Tewtor.ai - AI-Powered Learning Platform