The general formula for any circle in the coordinate plane is the following:
(X - h)^2 + (Y - k)^2 = (radius)^2
Where (h , k) is the Coordinates for the Center of the Circle.
When you have a Quadratic expression of the form:
a(x)^2 + b(x)
You can “Complete the Square” by taking (1/2) of the coefficient (b), then squaring it, and then adding it to the expression.
Of course anything you add to the expression also has to be subtracted from the expression to keep the value the same.
For example:
Given:
(x)^2 - 10(x) + 4 = 0
You can complete the square by taking (1/2) of 10 and squaring it, and then adding that value to each side of the equation. In this example here:
(x)^2 - 10(x) + (5)^2 + 4 = (5)^2
(x - 5)^2 + 4 = 25
(x - 5)^2 = 21
You can do the same actions for each of the expressions in the Roman Numerals and set up the general equation for a circle.
For Roman numeral I, you already have (y)^2 - 4(y) + 4 ———-> (y - 2)^2
So for the remaining (x)^2 + 5x ——-> take (1/2) of 5 and square it and then subtract the same value so that the overall net effect on the expression is 0
(x)^2 + 5(x) + (2.5)^2 - (2.5)^2
(x + 2.5)^2 - 6.25
Put together the 2 parts and you have the general equation form for a circle in the coordinate plane.
(x + 2.5)^2 + (y - 2)^2 = (2.5)^2
You can google “ultimate quant guide gmat club” to see the
Bunuel guide, which includes discussions on all these topics.
I just used the fractional form (5/2) instead of the decimal form of 2.5
Lebor
Fdambro294
The only way I can figure out how to do this question is to “complete the square” for each given quadratic, set up the standard equation for a circle, find the center and the X intercepts, and finally look to find the Relationship of the Circle to Point (0 , 2)
-I-
(X)^2 + 5X + (5/2)^2 + (Y)^2 - 4Y + 4 = (5/2)^2
(X + 5/2)^2 + (Y - 2)^2 = (5/2)^2
The radius is 2.5
The center is at: (-2.5 , 2) and
(1st) the X intercepts occur when Y = 0
(X + 5/2)^2 + (-2)^2 = (5/2)^2
(X)^2 + 5x + 25/4 + 4 = 25/4
(X)^2 + 5x + 4 = 0
(X + 4) (X + 1) = 0
X intercepts occur at:
X = -1
And
X = -4
Which is 3 units apart. This is satisfied.
Then, when you place the center of the circle at (-2.5 , 2) and see that the radius stretches exactly 2.5 units horizontal to the Y Axis at (0 , 2), then you can see that the Circle will be tangent at the Y axis at point (0 , 2)
Roman numeral I works.
After doing the similar procedure with Roman numerals II and III, you will find that II works and III does not.
D
Posted from my mobile device
Is there a Formular? How do we get to (5/2)^2?