Find the points where
\[ y = x + 1 \quad \text{and} \quad y = x^2 - 4 \]
Step 1: Substitute \(y = x + 1\) into \(y = x^2 - 4\):
\[
x + 1 = x^2 - 4 \Rightarrow x^2 - x - 5 = 0
\]
Step 2: Solve the quadratic:
\[
x = \frac{1 \pm \sqrt{1 + 20}}{2} = \frac{1 \pm \sqrt{21}}{2}
\]
Step 3: Substitute into \(y = x + 1\):
\[
y = \frac{1 \pm \sqrt{21}}{2} + 1 = \frac{3 \pm \sqrt{21}}{2}
\]
Intersection points:
\[
\left(\frac{1+\sqrt{21}}{2},\,\frac{3+\sqrt{21}}{2}\right)
\quad \text{and} \quad
\left(\frac{1-\sqrt{21}}{2},\,\frac{3-\sqrt{21}}{2}\right)
\]