sanjana wrote:Can you please explain how height is 12/5?
@Sanjana
to find the shortest distance between a point and a line, you need to draw a perpendicular from the point to the line. For example let the point be (h,k)
and an equation of a line is ax+by+c=0.
the distance= |ah+bk+c|/sqrt(a*a + b*b)
in the example above we are trying to find the distance from the centre of the circle i.e from (0,0)
and the equation of theline can be rewritten as
3x-4y-12=0
putting in the above formula you will get
Distance = |3*0 -4*0 -12|/sqrt(3*3 + 4*4)
distance = |-12|/sqrt(25) = 12/5
and once u find the distance from the centre simply subtract the radius to get the distance from a point on the circle which is closest to the line 3x-4y-12=0
Also please not that the point on the circle closest to line is lying on the perpendicular drwan above. thats is why we are subtracting the radius.
Hope its clear to you now.