Let $C$ be a circle with center $(2, 1)$ and radius $2$. Find the shortest distance from the line $3y=4x+20$.
This should be very simple, but I seem to end up with no real solutions.
The shortest distance would be from the center of the circle perpendicular to the line right?
Solving the line for $y$ we get $y=\frac{4}{3}x+\frac{20}{3}$
Substituting this to the equation of the circle we get $(x-2)^2+(\frac{4}{3}x+\frac{20}{3}-1)^2=2^2$, but solving this for $x$ ended up with no real roots. What am I missing here?


The line perpendicular to the line given in the question and passing through the centre will help us find the perpendicular distance.
We approach the problem by first finding out the perpendicular distance of the given line from the centre using this formula (check under Cartesian coordinates). Applying the formula we get distance between line and center to be: $$\left|\dfrac{3(1)-4(2)-20}{5}\right|=5$$ Now for the shortest distance between the given line and circle we simply subtract the radius of the circle giving us the answer of $\boxed{3}$
What you're trying to do is to intersect the line and circle. If you did get a real solution to that it would imply the shortest distance is $0$!