I am currently studying circles and I have come across a question in which I am doubtful that the given line even cuts the circle at real points.
If the line given to me is $$y=mx+c$$ and the equation of circle is $$x^2+y^2=r^2$$ then, is there a relationship between a,m and c through which I can check whether the line cuts the circle at two real points.
Points of intersection satisfy $$ x^2+(mx+c)^2=r^2$$
Which simplifies to $$(1+m^2)x^2+2mcx+c^2-r^2=0$$ The condition for having two real solutions is
$$4m^2c^2-4(1+m^2)(c^2-r^2)>0$$
After simplifying we get
$$(1+m^2)r^2>c^2$$