STEP-BY-STEP ANSWER:
Step 1: Start with the definition: for any point P(x, y) on the parabola, the distance from P to the focus equals the distance from P to the directrix.
Step 2: Express the distance from P(x, y) to the focus F(a, 0) using the distance formula: √[(x - a)^2 + y^2].
Step 3: Express the distance from P(x, y) to the directrix x = -a as |x + a|.
Step 4: Set these distances equal: √[(x - a)^2 + y^2] = |x + a|.
Step 5: Square both sides to remove the square root, resulting in: (x - a)^2 + y^2 = (x + a)^2.
Step 6: Expand both sides: x^2 - 2ax + a^2 + y^2 = x^2 + 2ax + a^2.
Step 7: Simplify by canceling x^2 and a^2 from both sides, leaving: -2ax + y^2 = 2ax.
Step 8: Rearrange to isolate y^2: y^2 = 4ax.
Final Answer: The equation of the parabola is y^2 = 4ax.