Given that x and y are real numbers satisfying 3 x 2 + 3 y 2 − 4 x y + 1 0 x − 1 0 y + 1 0 = 0 , find the value of y − x .
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.
Very nice solution
Since the determinant of the given equation is 0 , it[the given equation] represents a pair of straight lines. Hence our next step should be to factorize it. Well, no! Our next step is to differentiate it !!
Differentiating with respect to x [treating y as a constant] d x d ( 3 x 2 + 3 y 2 − 4 x y + 1 0 x − 1 0 y + 1 0 ) = 6 x − 4 y + 1 0 o r 3 x − 2 y + 5
Differentiating with respect to y [treating x as a constant] d y d ( 3 x 2 + 3 y 2 − 4 x y + 1 0 x − 1 0 y + 1 0 ) = 6 y − 4 x − 1 0 o r 3 y − 2 x − 5
And now don't tell me you can't solve a simultaneous equations in 2 unknown.
Multiplying 3 x − 2 y + 5 by 2 and 3 y − 2 x − 5 by 3 and then subtracting we get 5 y = 5
Then we find x which comes to be − 1
hence 1 − ( − 1 ) = 2
thanks for solving it , nice solution
From the problem statement, rearrange the equation in the following form:
3 y 2 − ( 4 x + 1 0 ) y + ( 3 x 2 + 1 0 x + 1 0 ) = 0 ,
and use the quadratic formula,
y = 2 a − b ± b 2 − 4 a c , with:
a = 3 , b = − ( 4 x + 1 0 ) , c = 3 x 2 + 1 0 x + 1 0 .
So, y = 6 ( 4 x + 1 0 ) ± ( ( 4 x + 1 0 ) ) 2 − 4 ( 3 ) ( 3 x 2 + 1 0 x + 1 0 ) , simplifying we get
y = 3 1 ( 5 + 2 x ± 5 − 1 − 2 x − x 2 ) , further:
y = 3 1 ( 2 x + 5 ) ± 3 5 ( x + 1 ) i
The problem statement requires ( x , y ) ∈ R , hence we set x = a = − 1 resulting in y = b = 1 . Hence, b − a = 2 .
NIce. I did it almost the same way
Problem Loading...
Note Loading...
Set Loading...
3 x 2 + 6 x + 3 + 3 y 2 − 6 y + 3 + 4 + 4 x − 4 y − 4 x y = 0
= 3 ( ( 1 + x ) 2 ) + 3 ( ( 1 − y ) 2 ) + 4 ( 1 + x ) ( 1 − y ) = 0
= ( 1 + x ) 2 + ( 1 − y ) 2 + 2 [ ( 1 + x ) 2 + ( 1 − y ) 2 + 2 ( 1 + x ) ( 1 − y ) ] = 0
( 1 + x ) 2 + ( 1 − y ) 2 + 2 [ ( 1 + x ) + ( 1 − y ) ] 2 = 0
t h u s ( x , y ) = ( − 1 , 1 )