Solve:
\[
y = x + 1 \qquad\text{and}\qquad y = x^2 - 3
\]
Step 1: Substitute \(y = x + 1\) into \(y = x^2 - 3\):
\[
x + 1 = x^2 - 3
\Rightarrow x^2 - x - 4 = 0
\]
Step 2: Solve the quadratic:
\[
x = \frac{1 \pm \sqrt{1 + 16}}{2} = \frac{1 \pm \sqrt{17}}{2}
\]
Step 3: Substitute into \(y = x + 1\):
\[
y = \frac{1 \pm \sqrt{17}}{2} + 1 = \frac{3 \pm \sqrt{17}}{2}
\]
Solutions:
\[
\left(\frac{1 + \sqrt{17}}{2},\ \frac{3 + \sqrt{17}}{2}\right)
\quad\text{and}\quad
\left(\frac{1 - \sqrt{17}}{2},\ \frac{3 - \sqrt{17}}{2}\right)
\]