Given this system of equations:
{ ( x − 2 ) 2 + y 2 = m ( y − 2 ) 2 + x 2 = m
Know that x , y are variables and m is parameter, find the value of m so that the given system have only one solution.
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.
This is equivalent to showing that circles S 1 = ( x − 2 ) 2 + y 2 − m = 0 and S 2 = ( y − 2 ) 2 + x 2 − m = 0 touch each other at one point
For circle S 1 , C 1 = ( 2 , 0 ) and r 1 = m
For circle S 2 , C 2 = ( 0 , 2 ) and r 2 = m
As they touch each other, so
C 1 C 2 = r 1 + r 2 ( 2 − 0 ) 2 + ( 0 − 2 ) 2 = m + m 2 2 = 2 m
m = 2
Assume that the solution is ( x 0 , y 0 ) . To satisfy the given equation system, x 0 = y 0 (because the system is symmetrical, means that if you replace one variable by another one, the system remains unchanged).
⟹ ( x 0 − 2 ) 2 + x 0 2 = m ⇔ 2 x 0 2 − 4 x 0 + 4 − m (1)
Because there is a unique value for x 0 so the equation (1) must have only one solution:
⇔ Δ ( 1 ) = 0 ⇔ 1 6 − 4 × 2 ( 4 − m ) = 0 ⇔ m = 2 .
Plug m = 2 into the equation system, we have:
{ ( x − 2 ) 2 + y 2 = 2 ( y − 2 ) 2 + x 2 = 2
⟹ ( x − 2 ) 2 + y 2 + ( y − 2 ) 2 + x 2 = 4 ⇔ ( x − 1 ) 2 + ( y − 1 ) 2 = 0 ⇔ x = y = 1
We see that the solution satisfies the condition, so m = 2 .
I did it almost the same way, except I subtracted the two equations, which gave 4 x − 4 y = 0 which simplifies to x = y . Then I used either equation to solve for the discriminant equal to zero, then same as you did.
Both the given equations represent circles; one with centre ( 0 , 2 ) , other with centre ( 2 , 0 ) .
According to the condition—that the system should have only one solution—both circle have to be tangent to each other. Also, both circles have same radius.
For two such circles, the line y = x is also tangent to both the circles at the same point of contact. Now, m being the square of the radius of either circle, and the radius being the perpendicular distance of the centre (say ( 0 , 2 ) ) from the line y = x , we find m = 2 .
Problem Loading...
Note Loading...
Set Loading...
Similar solution as @Aryan Sanghi 's
Note that ( x − 2 ) 2 + y 2 = m is a circle with center at ( 2 , 0 ) and radius m and ( y − 2 ) 2 + x 2 = m is a circle with center at ( 0 , 2 ) and radius m . The two circles have the same radius m . The intersecting points of the two circles are the roots of the system of the two equations. The system has a single root when the circles touch each other. From the figure we can see that the two circle touch each other with 2 m = 2 2 ⟹ m = 2 .