Step 1: General Equation Comparison: The general equation of a circle is $x^2 + y^2 + 2gx + 2fy + c = 0$.
Given equation: $x^2 + y^2 - 4x - 8y - 41 = 0$.
Comparing the coefficients:
$2g = -4 \implies g = -2$
$2f = -8 \implies f = -4$
$c = -41$
Step 2: Determine the Centre: The centre of the circle is given by $(-g, -f)$.
$$\text{Centre} = (-(-2), -(-4)) = (2, 4)$$
Step 3: Calculate the Radius ($r$): The formula for the radius is $r = \sqrt{g^2 + f^2 - c}$.
Substituting the values:
$$r = \sqrt{(-2)^2 + (-4)^2 - (-41)}$$
$$r = \sqrt{4 + 16 + 41}$$
$$r = \sqrt{61}$$
Therefore, the centre is $(2, 4)$ and the radius is $\sqrt{61}$.