I was looking to know if there was an equation that would allow me to calculate the co-ordinates of a point on the circumference of a circle where a line intersects it and the center. My diagram should display this better:
So how would I know the point of $B$ if I know the co-ordinates of $A$ and $C$ and also know the equation of the line? I also know the radius of the circle.

Hint: The coordinates of the point B which is the mid point of $A(x_A, y_A)$ & $C(x_C, y_C)$ are calculated as follows $$B\equiv\left(\frac{x_A+x_C}{2}, \frac{y_A+y_C}{2}\right)$$ Points $A$, $B$ & $C$ will lie on the line & will satisfy its equation.