The angles for a line parallel to the axis of the parabola is relatively simple. The angles for other lines are extremely difficult to calculate. You want parallel to the axis anyway since those are the only rays that pass through the focus.
To avoid vertical lines (which have infinite slope) assume your parabola has axis on the positive x-axis, vertex at (0,0). Say, [itex]y= \sqrt{x}[itex]. Imagine a beam of light coming along the line y= c. It will intersect the parabola at (c<sup>2</sup>, c). The derivative of [itex]y= \sqrt{x}= x^{\frac{1}{2}}[/itex] is [itex]\frac{1}{2}x^{-\frac{1}{2}}[/itex] which, at (c<sup>2</sup>,c), is [itex]\frac{1}{2c}[/itex]. The angle of incidence is the arctan of that. The angle of reflection will be the same. If you draw that line of reflection up through the point of reflection, you will see that angle that line makes with the line of tangency above that point is the same as below ("vertical angles" from geometry) and so is the same as the angle of incidence. But that means that the angle that line makes with the x-axis is <b>twice</b> the angle of incidence. Since <br />
[tex]tan(2\theta)= \frac{2 tan(\theta)}{1- tan^2(\theta)}[/tex]<br />
the tangent of that angle is<br />
[tex]\frac{\frac{1}{c}}{1- \frac{1}{4c^2}}= \frac{4c}{4c^2- 1}[/tex]<br />
Thus, the equation of that line is <br />
[tex]y= \frac{4c}{4c^2- 1}(x- c^2)+ c[/tex]<br />
That will cross the x-axis (the axis of the parabola) when y= 0:<br />
[tex]\frac{4c}{4c^2- 1}(x- c^2)+ c= 0[/tex]<br />
[tex]\frac{4c}{4c^2- 1}(x- c^2)= -c[/tex]<br />
[tex]x- c^2= -c\left(\frac{4c^2- 1}{4c}\right)= -c^2+ \frac{1}{4}[/tex]<br />
so that <br />
[tex]x= \frac{1}{4}[/tex]<br />
independent of c.[/itex][/itex]