x + 1/x = 3, y la escalera hasta x⁵ + 1/x⁵
Una sola condición, una recurrencia de dos líneas, y la quinta potencia sale como un 123 limpio, sin radicales. Sube lo suficiente la misma escalera y el número áureo y los números de Lucas están escondidos debajo.
Give me one fact, that , and I can hand you without ever finding . That still feels a bit like cheating the first time you see it. The two values of that fit the condition are ugly, both stuffed with , yet the thing we actually want comes out a clean whole number: . No decimals, no radicals left over. This is the engine behind a whole genre of competition problems, and it runs on a two-line rule you can do on your fingers.
Given a real number with , find without solving for first.
Turn the condition into two roots
Multiply through by and you get a plain quadratic:
Here is the move that makes everything else easy. If solves this, so does , because the product of the two roots is (the constant term over the leading one). So and are the two roots of the same quadratic, and Vieta’s formulas tell us all we will ever need about them:
Sum , product . We are never going to solve for . We are going to build everything out of those two numbers.
Name what you want, then find its rule
Give the quantity a name. Let
so the target is . Two floors are free: and , which is the condition itself. Now watch what happens when you multiply the given sum by one of these:
The cross terms collapse: and . The left side is just , so rearranging gives the whole trick in one line:
Read equation (2) slowly, because it is the reason the radicals vanish. Every term is three times the last one minus the one before, and that is nothing but whole-number arithmetic. Start from two integers, and , and you can never leave the integers. The baked into quietly cancels with the baked into at every single step.
Climb to the fifth floor
With the rule in hand there is no cleverness left, only bookkeeping. Each line uses the two above it:
The same ladder answers the question for any exponent. Want ? Keep climbing: , and so on. One rule, as many floors as you like.
This is Newton’s identities in miniature
Equation (2) is not a coincidence of this particular puzzle. The numbers are the power sums of the two roots , and their elementary symmetric functions are exactly the sum and product from Vieta: and . Newton’s identities say that for two variables,
which for is our equation (2) on the nose. Change the condition to and the recurrence just swaps the for : . That single formula quietly solves every “find ” problem you will ever be handed.
The number hiding under 123
We refused to solve for , but let us peek now. The quadratic (1) gives
The larger root is , and that is a familiar face in disguise. Writing the golden ratio as , a one-line check using gives . So our is simply , and
where are the Lucas numbers Take every other one and you get our climb exactly:
That sequence is catalogued as OEIS A005248, the even-indexed Lucas numbers, and it lists the very recurrence we derived, . So the answer to the puzzle is . The ladder that dodged every square root was counting powers of the golden ratio the whole way up. I find that a little startling: a throwaway algebra drill and one of the most over-discussed constants in mathematics turn out to be the same object, seen from two angles.
Sources and further reading
- Vieta's formulas — the two roots and their symmetric functions
- Newton's identities — the power-sum recurrence in general
- Lucas numbers — the hidden sequence and its closed form
- The golden ratio
- OEIS A005248 — the catalogued even-indexed Lucas numbers
Comentarios · 0
Sé el primero en comentar.