Concept:
We express \( h(x) = \frac{f(x)}{g(x)} \). To find the limit as \( x \to 1 \), we must simplify the expression to remove the indeterminate form \( 0/0 \) by factoring the polynomials.
Step 1: Factorize the components of \( f(x) \) and \( g(x) \).
Factorization identities:
• \( x^5 - 1 = (x-1)(x^4 + x^3 + x^2 + x + 1) \)
• \( x^3 + 1 = (x+1)(x^2 - x + 1) \)
• \( x^2 - 1 = (x-1)(x+1) \)
Step 2: Substitute these into the expression for \( h(x) \).
\[ h(x) = \frac{(x-1)(x^4 + x^3 + x^2 + x + 1) \cdot (x+1)(x^2 - x + 1)}{(x-1)(x+1) \cdot (x^2 - x + 1)} \]
Step 3: Cancel common factors and evaluate the limit.
The terms \( (x-1), (x+1), \) and \( (x^2 - x + 1) \) cancel out:
\[ h(x) = x^4 + x^3 + x^2 + x + 1 \]
\[ \lim_{x \to 1} h(x) = 1^4 + 1^3 + 1^2 + 1^1 + 1 = 5 \]