There exists a monic cubic polynomial such that there is a unique set of 4 points on the graph which form a square.
The area of the square can be represented as A , find A .
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.
Please avoid having your notation do double duty. The area of the square is already a , so avoid f ( x ) = x 3 − a x . A quick fix could be to make the area of the square A instead.
Can this be said in a simpler way ??
I didn't get the rotational symmetry part and the latter following that. Could you please elaborate?
Log in to reply
Consider a rotation of 9 0 ∘ clockwise for point ( r , s ) through the origin. The new point will be ( s , − r ) . You do this rotation 4 times, and you get the coordinates of a square.
Also, because of this 9 0 ∘ symmetry, if we consider the inverse of ( f ( x ) , we find that it must also contain the four vertices.
Problem Loading...
Note Loading...
Set Loading...
A very simplified proof (it is just a lot of bash):
Let a cubic which satisfies be called f ( x ) = x 3 + a 2 x 2 + a 1 x + a 0 . We will first perform some transformations to make the cubic symmetric about the y -axis.
Perform a translation x → x − 3 a 2 of this cubic so the coefficient of the second term is 0. This cubic still isn't symmetric about the y -axis, though it's current rule is f ( x ) = x 3 + b 1 x + b 0 . We perform another translation, y → y − b 0 , so the constant term is cancelled out. Thus, we are left with f ( x ) = x 3 − a x , so we have shown a successful mapping to this expression from any cubic.
WLOG f ( x ) = x 3 − a x , with a > 0 . Thus, f is an odd function, which implies the square has a rotational centre about the origin, with an order at least 2, so the centre of the square is ( 0 , 0 ) .
Also, squares have rotational symmetry of order 4, so the coordinates of the points of the square are ( r , s ) , ( − s , r ) , ( − r , − s ) , ( s , − r ) . Thus, f ( x ) this square will be exactly the same if f ( x ) is rotated 9 0 ∘ (call this function f ′ ( y ) ). Thus,
f ′ ( y ) = − y 3 + a y = x ( x 3 − a x ) 3 − a ( x 3 − a x ) = x ( x 2 − r 2 ) 2 ( x 2 − s 2 ) 2
Bashing this out, which is left as an exercise for the reader, we get the area of this square would be 7 2 .