Find the no. of values (x,y) which satisfies (x^2 + y^2) - (2x + 3y) + 10 = 0.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I offer two solutions:
1.
Consider the equation as a quadratic in terms of y : y 2 − 3 y + ( x 2 − 2 x + 1 0 ) = 0 Consider the discriminant of this quadratic: 9 − 4 ( x 2 − 2 x + 1 0 ) = − 4 x 2 + 8 x − 3 1 ) Now, considering the quadratic in x above, the discriminant is 6 4 − 4 ( − 4 ) ( − 3 1 ) = 6 4 − 4 9 6 = − 4 3 2 Since the discriminant is negative, there are no real roots. And since the leading coefficient is negative, the value of the quadratic must be negative for all real x . Thus, for all real x , the discriminant of our original quadratic (in y ) is also negative. Finally, this implies that there are no real y satisfying our original equation, so the answer must be 0 .
2.
Consider the equation as that of an circle. We complete the square for both x and y : ( x 2 − 2 x + 1 ) − 1 + ( y 2 − 3 y + 4 9 ) − 4 9 + 1 0 ( x − 1 ) 2 + ( y − 2 ) 2 = 0 = − 4 2 7
This is the standard form of an circle: ( x − x 0 ) 2 + ( y − y 0 ) 2 = r 2 except, in our case, r 2 = − 4 2 7 .This is a circle with an imaginary radius(!) and therefore no real x or y can satisfy this equation.
You have an extra parenthesis in step 1.2
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Completing the Square - Applications
Let's separate each of the terms into x's, y's, and constants: x 2 − 2 x + y 2 − 3 y + 1 0 = 0 Then, complete the square: ( x 2 − 2 x + 1 ) − 1 + ( y 2 − 3 y + 2 . 2 5 ) − 2 . 2 5 + 1 0 = 0 ⟹ ( x − 1 ) 2 + ( y − 1 . 5 ) 2 + 6 . 7 5 = 0 ⟹ ( x − 1 ) 2 + ( y + 1 . 5 ) 2 = − 6 . 7 5 Now, look at the equation above. It states 2 positive numbers (because they are squared) add up to a negative number. However, assuming x and y are real numbers, this is impossible. Therefore, the answer is 0. β ⌈ ∣ ⌉