Two points And A Circle Of Life!

Geometry Level 4

A person wants to go from point ( 100 , 100 ) (-100,100) to edge of a circular pond of radius 50 50 and center ( 0 , 0 ) (0,0) to fill water. From there, he goes to point ( 0 , 100 ) (0,100) . You can't swim and so you can't go inside circular pond and only go to it's edge to fill water.

If the length of the shortest path for above process is l l , Enter answer as l \lfloor l \rfloor where . \lfloor . \rfloor denotes Floor Function


Try similar problems

All of my problems are original .


The answer is 154.

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.

1 solution

Aryan Sanghi
Feb 23, 2021

For shortest path, we have to go straight line to circle and then straight line to ( 0 , 100 ) (0,100)

We know that a curve who sum of distances from two points is constant is an ellipse

Let's build ellipses with P ( 100 , 100 ) P(-100,100) and Q ( 0 , 100 ) Q(0,100) as foci till it touches the circle as at that point, sum of distances is minimum.

Now, if ellipse touches circle at point R R , then ray P R PR after reflection from ellipse will pass from Q Q by reflexion property of ellipse. Now, as circle and ellipse touch each other, at contact point both have equal slope, ray P R PR after reflection from circle too will pass from Q Q .

So, we have to find out a point R R on circle such ray P R PR after reflection from circle will pass through Q Q .


Let point R R be ( 50 cos θ , 50 sin θ ) (50\cos\theta, 50\sin\theta)

Now, equation of tangent at R R will be x cos θ + y sin θ = 50 x\cos\theta + y\sin\theta = 50

Now, as P R PR after reflection from circle or tangent will pass from Q Q , mirror image of P P about tangent is collinear with Q R QR . Let mirror image be P ( a , b ) P'(a,b)

For mirror image of P P about tangent,

a + 100 cos θ = b 100 sin θ = 2 a cos θ + b sin θ 50 cos 2 θ + sin 2 θ \frac{a+100}{\cos\theta} = \frac{b-100}{\sin\theta} = -2\frac{a\cos\theta + b\sin\theta -50}{\cos^2\theta + \sin^2\theta}

( a , b ) = ( 200 cos 2 θ 200 sin θ cos θ + 100 cos θ 100 , 200 sin 2 θ + 200 sin θ cos θ + 100 sin θ + 100 ) (a,b) = (200\cos^2\theta - 200\sin\theta\cos\theta + 100\cos\theta - 100,-200\sin^2\theta + 200\sin\theta\cos\theta + 100\sin\theta + 100)

Now, as P , Q , R P', Q, R are collinear

b 50 sin θ a 50 cos θ = 50 sin θ 100 50 cos θ 0 \frac{b- 50\sin\theta}{a-50\cos\theta} = \frac{50\sin\theta - 100}{50\cos\theta - 0}

sin θ + 4 cos 2 θ 4 sin θ cos θ + 2 cos θ 2 = 0 \sin\theta + 4\cos^2\theta - 4\sin\theta\cos\theta + 2\cos\theta - 2 = 0

32 cos 4 θ + 8 cos 3 θ 27 cos 2 θ + 3 = 0 32\cos^4\theta + 8\cos^3\theta - 27\cos^2\theta + 3 = 0

cos θ = 1 , 0.3395 , 0.4 , 0.69 \cos\theta = -1, -0.3395, 0.4, 0.69

Now, we know from diagram and common sense that ellipse touches circle in 2 n d 2^{nd} quadrant and that too not too down. So, cos θ = 0.3395 \cos\theta = -0.3395 is only logical value. So, sin θ = 0.9406 \sin\theta = 0.9406

So, point R = ( 16.975 , 47.03 ) R = (-16.975, 47.03) .

So, length of path L = P R + R Q L = PR + RQ

L = 98.483 + 55.623 L = 98.483 + 55.623

L = 154.09 \color{#3D99F6}{\boxed{L = 154.09}}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...