⎩ ⎨ ⎧ x d + x c − y c + y d = 0 ( d − y ) ( c − y ) = ( d + x ) ( c − x ) . . . ( 1 ) . . . ( 2 )
For the above system of equations, c and d are positive constants, that x and y are non-zero, and that x + y can be expressed in the form A c 2 + B d 2 + C c + D d + E , find the value of ⌊ A + B + C + D + E ⌋ .
Notation : ⌊ ⋅ ⌋ denotes the floor function .
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.
Yeah. Nice solution.
I related this problem to the title and then did it the same way. This requires deep knowledge of coordinate geometry.
Also can we do it without geometry? Id it possible with number theory way?
Amazing construction! You have a well-deserved award. ;)
It can also be solved using algebra:
From the first condition we have that:
y ( c − d ) = x ( c + d ) .
So we can let x = k ( c − d ) and y = k ( c + d ) where k is some non-zero real number.
Expanding the second condition, we get:
x 2 + y 2 = ( c − d ) x + ( c + d ) y .
Plugging in x = k ( c − d ) and y = k ( c + d ) , we get:
( ( c − d ) 2 + ( c + d ) 2 ) k 2 = ( ( c − d ) 2 + ( c + d ) 2 ) k
Since c and d are greater than 0 , then ( c − d ) 2 + ( c + d ) 2 must be greater than 0 .
So we can divide by ( c − d ) 2 + ( c + d ) 2 on both sides:
k 2 = k .
So k = 0 or k = 1 . Since k must be non-zero, k must be 1 .
Good solution and thanks for posting by algebraic method.
Problem Loading...
Note Loading...
Set Loading...
First, we notice that E q n . 1 is equivalent to ( x + d ) 2 + ( y − c ) 2 = ( x − c ) 2 + ( y − d ) 2
Second, we notice that E q n . 2 is equivalent to ( ( d − y ) / ( c − x ) ) ( ( c − y ) / ( − d − x ) ) = − 1
Now, if we let P ( c , d ) , Q ( − d , c ) , and R ( x , y ) , we can conclude, using the first two statements, that P R = R Q and P R ⊥ R Q . Thus, if P and Q were opposite vertices of a square, then R would represent the other two vertices.
We notice that x = y = 0 would've been a solution, if not for the restriction that x and y are non-zero. Thus, O ( 0 , 0 ) is another vertex of the square.
Now, we construct s q u a r e H J K L such that its sides are parallel to the axes and pass through P , O , Q , and R .
From the resulting figure, we conclude that x = c − d and y = c + d .
Thus, x + y = 2 c → A = 0 , B = 0 , C = 2 , D = 0 , E = 0 → [ A + B + C + D + E ] = 2