Solveeit Logo

Question

Question: Consider a circle which touches the x-axis at point (3, 0) and passes through point (8, 5). Then the...

Consider a circle which touches the x-axis at point (3, 0) and passes through point (8, 5). Then the length of the diameter of the circle is

A

5 units

B

15 units

C

20 units

D

10 units

Answer

10 units

Explanation

Solution

Let the center of the circle be (h, k) and its radius be r.

Since the circle touches the x-axis at the point (3, 0), the x-coordinate of the center of the circle must be 3. Thus, h = 3.

The radius of the circle, r, is the perpendicular distance from the center (h, k) to the x-axis, which is |k|.

Given that the circle passes through the point (8, 5), which has a positive y-coordinate, the center's y-coordinate (k) must also be positive. Therefore, r = k.

The equation of the circle is given by (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2.

Substituting h = 3 and r = k, the equation becomes:

(x3)2+(yk)2=k2(x - 3)^2 + (y - k)^2 = k^2

The circle passes through the point (8, 5). Substituting x = 8 and y = 5 into the equation:

(83)2+(5k)2=k2(8 - 3)^2 + (5 - k)^2 = k^2 52+(5k)2=k25^2 + (5 - k)^2 = k^2 25+(2510k+k2)=k225 + (25 - 10k + k^2) = k^2 25+2510k+k2=k225 + 25 - 10k + k^2 = k^2 5010k+k2=k250 - 10k + k^2 = k^2

Subtract k2k^2 from both sides:

5010k=050 - 10k = 0 10k=5010k = 50 k=5010k = \frac{50}{10} k=5k = 5

Since r = k, the radius of the circle is r = 5 units.

The length of the diameter of the circle is 2×r2 \times r.

Diameter = 2×5=102 \times 5 = 10 units.