Is there a well-known formula to find $p, q, r$ in the equation $px+qy+r=0$ of the line which is the reflection of a line $ax+by+c=0$ on an axis $dx+ey+f=0$ ?
I vaguely see a way by computing angles and using trigonometry (probably tan and arctan involved), but before doing this complex method, I wanted to know if there is a ready-to-use formula.
My goal is to observe mathematically that every vertical "ray" hitting a parabola mirror will converge on a single ("focal") point:

I found the answer of the first part of my question in The equation of a line reflected about another line.
About the second part, here is a graph simulation using the formula mentioned above, drawn with Python:
We can see the convergence of the reflections of all vertical lines into a single ("focal") point.