We can get parabolic equation by using only focus and diretrix of parabola: $y^2 = 2px$, where p is a shortest distance between focus and directrix. But this equation defines parabola in coordinate system where directrix is parallel to OY axis, focus have coordinates $(p/2, 0)$ and parabola's vertex have coordinates $(-p/2, 0)$. So we have parabola in a special coordinate system and if we want to intersect this parabola with line we need to rotate and shift line to got it in parabola's coordinate system then find intersection and finally shift and rotate intersections back to our base coordinate system.
But what if we need to find intersections of two parabolas? They can intersects in up to 4 points, but it seems to be hard to solve quartic equation... Where can I get information about this case?
Thanks for help.