There exist two ordered triples ( a , b , c ) for which 4 x 2 − 4 x y + a y 2 + b x + c y + 1 = 0 represents a pair of identical straight lines in the x y -plane.
If these triples are ( a 1 , b 1 , c 1 ) and ( a 2 , b 2 , c 2 ) , then find the value of a 1 + b 1 + c 1 + a 2 + b 2 + c 2 .
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.
Problem Loading...
Note Loading...
Set Loading...
Suppose the identical lines take the form m x + n y + p = 0 . Then their product is ( m x + n y + p ) ( m x + n y + p ) = 0 ⟶ m 2 x 2 + 2 m n x y + n 2 y 2 + 2 m p x + 2 n p y + p 2 = 0 .
In order for this equation to fit the form of the given equation, we need m 2 = 4 , 2 m n = − 4 , and p 2 = 1 .
Case I) m = 2 , n = − 1 , p = 1 : In this case, the product of the lines is ( 2 x − y + 1 ) ( 2 x − y + 1 ) = 4 x 2 − 4 x y + y 2 + 4 x − 2 y + 1 = 0 , meaning a = 1 , b = 4 , and c = − 2 .
Case II) m = 2 , n = − 1 , p = − 1 : In this case, the product of the lines is ( 2 x − y − 1 ) ( 2 x − y − 1 ) = 4 x 2 − 4 x y + y 2 − 4 x + 2 y + 1 = 0 , meaning a = 1 , b = − 4 , and c = 2 .
Case III) m = − 2 , n = 1 , p = 1 : This is a duplicate of Case I, since each equation is being multiplied by − 1 . Same as if we had let p = − 1 .
Adding the values of a , b , and c obtained so far gives us 1 + 4 − 2 + 1 − 4 + 2 = 2 .