A wagon wheel is placed against a wall. One point on the edge of the wheel is 5 inches from the ground and 10 inches from the wall. What is the radius of the wheel?

1 Answer
Nov 19, 2016

#r = 25 #inches

Explanation:

Acknowledgements to Stefan. V for this solution.

The trick here is the placement of the wheel.
Note that the circumference touches both the wall and the ground.

Check out this diagram

enter image source here
So if you start with the equation of a circle with the centre at
#(h,k) and " radius " r#, then #(h-x)^2+(k-y)^2=r^2#

Use the fact that the wheel is touching both the wall and the ground at a distance equal to its radius from the centre to say that

#h = r and k = r#

This means that for any point #(x,y)# on the circumference, you can draw a right-angled triangle inside the circle, which will have sides of length: #(r-x), (r-y) and r# as the hypotenuse.

This gives:

#(r-x)^2 + (r-y)^2 = r^2#

Now it's just a matter of plugging in the point #(10,5)#

#(r-10)^2 + (r-5)^2 = r^2#

#r^2-20r +100 + r^2 -10r+25 = r^2#

#r^2 -30r +125 = 0#

#(r-25)(r-5)=0#

The quadratic produces two solutions:

#x = 25 and x=5#

Reject x=5, as this is too small for the given point.

#r =25#

This is the required radius.

Thanks Stefan V.