I am clearly not typing this in to search engines correctly, if it's possible. The teacher likes to ask trick questions, so it might actually not be possible. I can't see anything like this in my notes, nor does anything come up when I Google.
When I turned in the work, I assumed the point on the circle was opposite to the tangent line. I was told this wasn't a valid assumption to make. I'm also not getting any answers from him. I can't think of any way to solve this, so I turn to you guys.
$\endgroup$ 1Consider a circle $C$ that is tangent to $3x+4y-12=0$ at $(0,3)$ and contains $(2,-1)$. Set up equations that would determine the center $(h,k)$ and radius $r$ from the circle. DO NOT SOLVE THESE EQUATIONS.
3 Answers
$\begingroup$You can find the coordinates of the center as a intersection of two lines. First of all, since the points $(0,3)$ and $(2,-1)$ are in the circle, the center is equidistant to them. The locus of points equidistant from two given points is a line (called perpendicular bisector), so you have the first line containing the center there. On the other hand, you also know that the line perpendicular to the tangent line at $(0,3)$ contains the center (basic theorem from plane geometry). You can find this line because you know its slope and the coordinates of a point through which it passes. Finally, the intersection of these two lines would give you the coordinates of the center because they both contain it.
$\endgroup$ $\begingroup$The gradient of the tangent at $(0,3)$ is $-3/4$. A line from the centre of the circle to $(0,3)$ therefore has gradient $4/3$. Let the centre of the circle be $(h,k)$. Then the gradient of this line is $$\frac{k-3}{h}=\frac{4}{3} \iff 3k-9=4h$$ Since $(2,-1)$ lies on the circle, $$(2-h)^2+(-1-k)^2=r^2.$$ Since $(0,3)$ lies on the circle, $$h^2+(3-k)^2=r^2.$$ Use these three equations to find $k,h,r$.
$\endgroup$ 1 $\begingroup$Let's start from the obvious, let's assume that :
$$C : (x-x_0)^2 + (y-y_0)^2 = r^2$$
where $(x_0,y_0) = (h,k)$ the center of the circle.
Since $(2,-1) \in C$, then :
$$(2-x_0)^2 + (-1-y_0)^2 = r^2$$
On the same time, since the point that the circle meets the tangent is $(0,3)$, it means that this point also belongs to the circle, so :
$$(0-x_0)^2 + (3-y_0)^2 = r^2$$
Considering the equation of the tangent, we have :
$$3x+ 4y-12 = 0 \Leftrightarrow 4y =-3x + 12 \Leftrightarrow y=-\frac{3}{4}x + 3$$
which tells us that $λ=-\frac{3}{4}$.
Now, considering a straight line that goes by the center of the cirle $(x_0,y_0)$ and through $(0,3)$, would be perpendicular to the tangent line (draw a sketch to see that), which means that :
$$λ\cdotλ_1=-1\Rightarrow λ_1 = \frac{4}{3}$$
So, the gradient of this line should be :
$$\frac{y_0-3}{x_0-0}=\frac{4}{3}$$
Now, solving the following system will yield your center and your radius :
$$\begin{cases} (2-x_0)^2 + (-1-y_0)^2 = r^2 \\ (0-x_0)^2 + (3-y_0)^2 = r^2 \\ \frac{y_0-3}{x_0-0}=\frac{4}{3} \end{cases}$$
Tip (1) : Remember that in such problems it's always good to write down the equations you know regarding the geometric shape you're studying and thus forming out systems that will lead you through.
Tip (2) : Analytic Geometry is a lovely lesson but also requires you to be thorough. Never be afraid to make a graph, never be afraid to contain all the details ! (You avoid mistakes by this way too !)
$\endgroup$ 3