Am I Capable of Tricking Mr. Haussmann?

Calculus Level 5

x 9 + x 8 + 2 x 7 + 2 x 6 + 2 x 5 + 2 x 4 + 2 x 3 + 3 x 2 + x + 1 = 0 x^9+x^8+2x^7+2x^6+2x^5+2x^4+2x^3+3x^2+x+1=0

Let y y be the real root of the equation above. Find 10000 y \lfloor |10000y| \rfloor .

Notations :


The answer is 11004.

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.

2 solutions

Mark Hennings
Jun 21, 2016

The iterative scheme x n + 1 = g ( x n ) = 1 x n 2 x n 8 + 2 x n 6 + 2 x n 4 + 2 x n 2 + 1 n 0 x_{n+1} \; = \; g(x_n) \;= \; -1 - \frac{x_n^2}{x_n^8 + 2x_n^6 + 2x_n^4 + 2x_n^2 + 1} \qquad \qquad n \ge 0 with x 0 = 1.1 x_0 = -1.1 is rapidly convergent (since 1 4 g ( x ) < 0 -\tfrac14 \le g'(x) < 0 for all x 1 x \le -1 ) to the root y 1.1 y \approx -1.1 . The sequence is oscillatory, with x 2 = 1.100413996... x 3 = 1.100443736... x_2 \,=\, -1.100413996... \qquad \qquad x_3 \,=\, -1.100443736... Thus y y lies between these two values, so 10000 y |10000y| has integer part 11004 \boxed{11004} .

Do you think this should be level 3?

Sal Gard - 4 years, 11 months ago

Log in to reply

As I understand things, Level is determined by success rate, but the algorithm is not clear.

Once you think of using an iterative scheme, it is fairly easy to find a convergent one. Without that idea...

Isn't the real problem that this can just be plugged into WA for an answer? Reasonably enough, the Level drops if you can get the answer just by typing.

Mark Hennings - 4 years, 11 months ago

Log in to reply

Thanks for the response.

Sal Gard - 4 years, 11 months ago

Great approach as always. I applied Newton-Raphson method.

Sal Gard - 4 years, 11 months ago

I did it via plotting its graph on desmos. How did you get the value of x 0 x_0 ?

Tapas Mazumdar - 4 years, 2 months ago

Log in to reply

Like always in iterative cases, a reasonable guess.

Mark Hennings - 4 years, 2 months ago

I did it via plotting its graph on desmos.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...