2

Let us suppose there are two straight lines having equation x=5 and y=7 and a circle is drawn such that these two straight lines are tangents to the circle. Now we are required to find the center of the circle. How to find it? I mean aren't there four different circles possible? Which circle's center is the question asking about?

Avery
  • 127
  • 5
    Not only that, there's also the question of how large the circle is... – angryavian Jan 08 '14 at 15:46
  • If a circle is tangent to two straight lines, this means that its center belongs to one of the bisectors of the four angles formed between these two lines, and its radius is obviously the distance from this point to each of the two lines. – Lucian Jan 09 '14 at 03:36

3 Answers3

1

It is not possible to find the center of the circle, because (as mentioned in the comments before) there is an infinite amount of possible circles. But all of them have some property in common:

  • The center lies either on the line defined by $\left\lbrace (x,y) : (5,7)+r\cdot(1,1), r\in\mathbb{R}\right\rbrace$ or
  • The center lies on the line defined by $\left\lbrace (x,y) : (5,7)+r\cdot(1,-1), r\in\mathbb{R}\right\rbrace$

If $p$ is point on one of those lines, then radius of this circle with center $p$ is given by

$$\frac{1}{\sqrt{2}}\left\|p-(5,7)\right\|$$

1

Suppose we have two straight lines, $x=5$, and $y=7$. We want the center of the circle of radius $r$ so that both lines are tangent to the circle. While there are infinitely many such circles with arbitrary radius $r$, we can find them by noting that the center of the circle will be a horizontal distance of $5 \pm r$ from the line $x=5$, and it will also be a vertical distance of $7 \pm r$ away from the line $y=7$. This leaves 4 possible equations for this circle. Namely,

$$\left(x-\left(5+r\right)\right)^2+\left(y-\left(7+r\right)\right)^2=r^2,$$

$$\left(x-\left(5-r\right)\right)^2+\left(y-\left(7+r\right)\right)^2=r^2,$$

$$\left(x-\left(5-r\right)\right)^2+\left(y-\left(7-r\right)\right)^2=r^2,$$

and

$$\left(x-\left(5+r\right)\right)^2+\left(y-\left(7-r\right)\right)^2=r^2$$

The centers are respectively, $$(5+r,7+r),(5-r,7+r),(5-r,7-r), \operatorname{and} \,(5+r,7-r).$$

I took the liberty of making a dynamic slider graph of this effect for you. You can change the radius $r$ around and see how the 4 circles meet your request. Leave $x=5$ and $y=7$ alone in this graph. If you change them you need to change the equations accordingly, I did not account for them changing in the circle equations (but we could ;)).

J. W. Perry
  • 5,447
  • 3
  • 22
  • 28
0

As with any two non-coincident straight lines you have infinite possible circles. The question may be referring to the geometrical place of those circles, or maybe you are missing something in your question, like the radius of the said circle...

lsoranco
  • 564
  • No, the question gives only this much information and nothing more than that and it only asks for the center, this is an extract from SAT subject test Mathematics! – Avery Jan 08 '14 at 15:49
  • @user32340: U mean the problem just asks about the centre? – Mikasa Jan 08 '14 at 15:52
  • Well, then your question is either incomplete or the examiner is being intentionally broad to see how you will handle the problem. I'm not American, so let me ask: Aren't SAT multiple choice tests? If so, maybe you are supposed to see which of the option represents a possible center of a tangent circle, not "the" center, as we already now that there are infinite of those... – lsoranco Jan 08 '14 at 15:58
  • A SAT question asking a nonsense...hmmm. – DonAntonio Jan 08 '14 at 16:03
  • @Zado Yes I too had a very tough time solving this before having adopted hit and trial method from the choices given!! – Avery Jan 08 '14 at 16:08
  • @user32340 If it is multiple choice, then perhaps only one of the answers is valid? – angryavian Jan 08 '14 at 16:10
  • @blf the answer as given by the book is (8,4). It does agree when used for cross check but I dont know how it is derived!! – Avery Jan 08 '14 at 16:11
  • @user32340 What I was trying to say is that maybe the other choices cannot be centers of circles, and the question is implying that you should use process of elimination. That is, the question is "which of the following answers could be the center of a circle tangent to the two lines?" – angryavian Jan 08 '14 at 16:13
  • Yes, I got what you are trying to say!! That's why I told you the problems I faced during the mathematical procedures which was later easily removed when I adopted the hit and trial method to check which one could be suitable!! – Avery Jan 08 '14 at 16:16
  • @user32340 Ok, so it seems you've answered your own question... – angryavian Jan 08 '14 at 16:19