I would like to understand the concept of deriving an equation, given values. E.g. Derive the equation of parabola whose vertex is at origin and focus $(-3,0)$.
From this, I reckon the ends are curving left with the focus at $(-3,0)$. I am aware the distance from the focus to the vertex is equal to distance from vertex to directrix.
I also think (not sure) that with this, the equation would be $$y^2 = 4px$$ $$y^2 = 4\times -3\times x$$ Can I conclude, \therefore that the equation is $y^2 = -12x$ ?
Thanks.

I am assuming you are trying to find the parabola as the locus of points equidistant from focus and directrix.
The focus you are given at $F=(-3,0)$.
You are not given the directrix, but the vertex at $V=(0,0)$. Now the directrix is a line which is perpendicular to the line $FV$, on the opposite side of $V$ from $F$ and at the same distance from $V$ as $F$ is. [That's what the vertex is, plus the symmetry of the parabola]. So the directrix is the line $x=3$.
Now consider the point $(x,y)$ on the parabola. The distance from the line $x=3$ is $|(x-3)|$, and the distance from the point $(-3,0)$ is $\sqrt{(x+3)^2+y^2}$
Squaring the distances and equating the squares we find $(x-3)^2=(x+3)^2+y^2$ which simplifies to $y^2=-12x$.
The negative sign is because the directrix is to the right of the focus and reflects the orientation of the parabola.