You can do this all much more easily if you go back and write down all the equations.
The original post listed one equation only
y = mx + b
That has four variables. Suppose you let "y" and "x" in this case denote one specific point on the line; where it touches the unit circle at a tangent. You also have the point (6,5) on the line defined by m and b and so this gives the relation the OfficeShredder provides in msg #6.
6 = 5m + b
OfficeShredder also derives a relation for m and b, but it is a quartic. We should be able to get a quadratic... and we can. Bohrok shows the way... but introduces variables "a" and "y(a)" to represent the tangent point. I've just kept with x and y for this point, so his equation becomes m=(6-y)/(5-x)
But this is what you get by canceling b from the previous two equations, so it is not actually a new independent equation. We still need two more equations. One is the fact that the tangent point (x,y) is on the unit circle.
1 = x^2 + y^2
The last equation has to capture the information that it is on the tangent, not just anywhere on the circle.
Bohrok has given y'(a) = -a/√(1 - a
2), and this works. But let's keep it basic and not cancel variables until we've got all the equations. Remember that "a" is just x, and the bottom term is just y, and the gradient has to be m. We can just write Bohrok's equation as follows:
m = -x/y
A nice way to understand this last equation is to look at the gradient of the line from the origin to (x,y). This is, by definition, y/x. It is also at right angles to m, since it is a tangent, and that means m is the negative of the inverse; which is what the equation says.
So. Here are four equations in four unknowns.
\begin{align}<br />
y &= mx + b \\<br />
6 &= m5 + b \\<br />
1 &= x^2 + y^2 \\<br />
m &= -x/y<br />
\end{align}
The question is asking for lines, and so what you really want is m and b. Also, in substituting variables, it will be best to avoid taking square roots if possible, so that we don't get messed up with signs. So use equations 1, 2 and 4, which are nice simple linear relations, to give substitutions. Get rid of x and y early, because it is the line you want.
You should be able to get a simple quadratic equation for m out of equation (3), which is then easily solved for the two lines. The corresponding values for b will come from equation (2).
Everyone; don't rush in with a solution too quickly. I may even have done a bit too much myself here; but I'm trying to pull together the various inputs into a simple and usable form.
PhysicsMark... over to you again!
Cheers -- sylas