
William W. answered 03/07/20
Top Pre-Calc Tutor
Interesting problem. It would look like this:
If both circles are tangent to the function y2 = 4x at (1, 2) then they must have the same slope at (1, 2) that y2 = 4x has at (1, 2). So step 1 is finding the slope of the tangent line to y2 = 4x at (1, 2)
y2 = 4x
Taking the derivative implicitly:
d/dx[y2] = d/dx[4x]
2y•dy/dx = 4
dy/dx = 4/(2y) = 2/y
so dy/dx at (1, 2) = 2/2 = 1
Now, lets assume the upper circle, as shown, has a center at (x1, y1) and the lower circle has a center at (x2, y2). So the equations of the circle are:
(x - x1)2 + (y - y1)2 = 64
(x - x2)2 + (y - y2)2 = 64
If we take the derivative of these, the slope at (1, 2) will be 1 (same as y2 = 4x)
so:
d/dx[(x - x1)2 + (y - y1)2] = d/dx[64]
2(x - x1) + 2(y - y1)•dy/dx = 0
dy/dx = -2(x - x1)/2(y - y1) = (x - x1)/(y - y1)
and at (1, 2), dy/dx = (1 - x1)/(2 - y1) = 1 or
(1 - x1) = (2 - y1) or
x1 = y1 - 1
When we take the derivative of the other circle we get the same thing (except with x2 and y2) so:
x2 = y2 - 1
Using the equations of the upper circle we developed and substituting in x1 = y1 - 1 as well as the point (1, 2) we get:
(1 - (y1 - 1))2 + (2 - y1)2 = 64
(1 - y1 + 1)2 + (2 - y1)2 = 64
(2 - y1)2 + (2 - y1)2 = 64
2(2 - y1)2 = 64
(2 - y1)2 = 32
√(2 - y1)2 = √32
2 - y1 = ±4√2
y1 = 2 + 4√2 and y1 = 2 - 4√2 so:
x1 = 1 + 4√2 and x1 = 1 - 4√2 so:
We get the same answers with the other circle. Using our sketch, we can see that the correct combinations of +/- for (x1, y1) is (1 - 4√2, 2 + 4√2) and for (x2, y2) it is (1 + 4√2, 2 - 4√2)
So the equations of the circles are:
(x - (1 - 4√2))2 + (y - (2 + 4√2))2 = 64 or
(x - 1 + 4√2)2 + (y - 2 - 4√2)2 = 64
and
(x - (1 + 4√2))2 + (y - (2 - 4√2))2 = 64 or
(x - 1 - 4√2)2 + (y - 2 + 4√2)2 = 64