The function is given by
\[
f(x) = x^2 + 1.
\]
We are interested in evaluating the function at
\[
x = 5.
\]
To find the average rate of change of \( f(x) \) around \( x = 5 \), we consider a small increment \( h \) such that \( x_2 = 5 + h \) where \( h = 0.0001 \). Thus, we have:
\[
x_1 = 5 \quad \text{and} \quad x_2 = 5.0001.
\]
The average rate of change is calculated using the formula:
\[
\text{Average Rate of Change} = \frac{f(x_2) - f(x_1)}{x_2 - x_1}.
\]
Calculate \( f(5) \) and \( f(5.0001) \):
\[
f(5) = 5^2 + 1 = 25 + 1 = 26,
\]
\[
f(5.0001) = (5.0001)^2 + 1 = 25.00010001 + 1 = 26.00010001.
\]
Substituting the values into the average rate of change formula gives:
\[
\text{Average Rate of Change} = \frac{26.00010001 - 26}{5.0001 - 5} = \frac{0.00010001}{0.0001}.
\]
This simplifies to:
\[
\text{Average Rate of Change} \approx 10.0001.
\]
Thus, the relative rate of change of \( f(x) \) at \( x = 5 \) is approximately
\[
10.0001.
\]