Concept:
The vertex form of a horizontal parabola is \( (y - k)^2 = 4a(x - h) \), where the vertex is located at the coordinates \( (h, k) \). To find the vertex of the given equation, we must complete the square for the \( y \)-terms.
Step 1: Group \( y \)-terms and move others to the right.
\[ y^2 - 4y = x - 3 \]
Step 2: Complete the square for \( y \).
Add \( (\frac{-4}{2})^2 = 4 \) to both sides:
\[ y^2 - 4y + 4 = x - 3 + 4 \]
\[ (y - 2)^2 = x + 1 \]
\[ (y - 2)^2 = 1(x - (-1)) \]
Step 3: Identify the vertex.
Comparing this with \( (y - k)^2 = 4a(x - h) \), we find \( h = -1 \) and \( k = 2 \).
The vertex is \( (-1, 2) \).