The region is defined by the curves \( y = x^2 + 1 \), \( y = x + 1 \), between \( x = 0 \) and \( x = 2 \).
Step 1: Divide the region.
For \( 0 \leq x \leq 1 \), the upper boundary is \( y = x^2 + 1 \). For \( 1 \leq x \leq 2 \), the upper boundary is \( y = x + 1 \).
Step 2: Calculate the total area.
The total area \( A \) is the sum of two integrals:
\[
A = \int_{0}^{1} (x^2 + 1) \, dx + \int_{1}^{2} (x + 1) \, dx.
\]
1. Evaluate \( \int_{0}^{1} (x^2 + 1) \, dx \):
\[
\int_{0}^{1} (x^2 + 1) \, dx = \left[ \frac{x^3}{3} + x \right]_{0}^{1} = \frac{1}{3}.
\]
2. Evaluate \( \int_{1}^{2} (x + 1) \, dx \):
\[
\int_{1}^{2} (x + 1) \, dx = \left[ \frac{x^2}{2} + x \right]_{1}^{2} = \left( \frac{4}{2} + 2 \right) - \left( \frac{1}{2} + 1 \right) = 3.5 = \frac{7}{2}.
\]
Step 3: Sum the results.
The total area is:
\[
A = \frac{1}{3} + \frac{7}{2} = \frac{23}{6}.
\]
Final Answer:
\[
\boxed{\frac{23}{6}}
\]