A parabola would be given as the following: $y^2=4px$.
1) The question is, one wishes to find each equation for two orthogonal (perpendicular) tangent lines of a parabola.
What would be the equations?
Add: And one wishes to find the locus of the intersecting point of two orthogonal tangent lines. How would one be able to get the locus?
The book I am reading to says that $y=mx+\frac{p}{m}$ can be the equation for a tangent line of a parabola. Is this right?
2) And suppose that there is a point $P(x_0,y_0)$ outside the parabola (this parabola is the aforementioned.). Assume that from the point, two tangent lines can be drawn. For each line, then, there would be points $Q_1(x_1,y_1)$, $Q_2(x_2,y_2)$.
Then why is $y_1y=2p(x+x_1)$ and $y_2y=2p(x+x_2)$?
Edit: I'll add one more question to 1):
Edit: Adding to 1).
I'm assuming you don't want any calculus involved here (too bad!), so let $\,(a,b)\,,\,(c,d)\,$ be the points on the parabola through which pass two tangent lines to it that are perpendicular:
$$\text{First tangent: we need to solve the system}\;\;\;\;y^2=4px\;\;,\;\;y-b=m(x-a)\Longrightarrow$$
$$(m(x-a)+b)^2=4px$$
$$\text{Second tangent: we need to solve the sytem}\;\;\;\;y^2=4px\;\;,\;\;y-d=-\frac{1}{m}(x-c)\Longrightarrow$$
$$\left(-\frac{1}{m}(x-c)+d\right)^2=4px$$
Of course, solving the above take into account that
$$b^2=4pa\;\;,\;\;d^2=4pc$$
since both points were chosen to be on the parabola.
Also, remember that two straight lines (none of which is horizontal/vertical) with slopes $\,m_1\,,\,m_2\,$ are perpendicular iff $\,m_1m_2=-1\,$, and this the reason we took the second tangent's slope to be $\,-1/m\,$