From 3x+4y=12
We need to get the perpendicular line that passes through (1.6,1.8)
4y = -3x + 12
y = (-3/4)x + 3
That slope of 3x+4y=12 is -3/4, therefore the slope of the line perpendicular to it is 4/3. Therefore the equation of the line that we are looking for in point slope form is:
y-1.8 = (4/3)(x-1.6)
and the center of the circle lies there.
The conditions that the circle in first quadrant is both tangent to the x-axis and y-axis are:
- the coordinates of points of tangency are (x,0) and (0,y)
- y=x
- The coordinates of the center is (x,y).
- The length of the radius r = x = y
So for the equation y-1.8 = (4/3)(x-1.6) and since y=x, let's use y instead of x:
y-1.8 = (4/3)(y-1.6)
y-1.8 = (4/3)y - 32/15
y-(4/3)y = 1.8-32/15
-(1/3)y = -(1/3)
y=1
Since y=x, then x=1.
Therefore the coordinates of the center is (1,1) and the radius is 1.
So for the equation of the circle in standard form (x-h)2 + (y-k)2 = r2
(x-1)2 + (y-1)2 = 1
Let's check also if the distance from (1.6,1.8) to (1,1) is also 1:
r2= (1-1.6)2 + (1-1.8)2
r2= (-.6)2 + (-.8)2 = .36 + .64
r2= 1.00
r = 1
Therefore our answer is correct.