Here is a poll for you, without potatoes
207 Comments - Last post 9 minutes ago by ViToos
267 Comments - Last post 47 minutes ago by Darival
11 Comments - Last post 56 minutes ago by pb1
10 Comments - Last post 1 hour ago by pb1
400 Comments - Last post 1 hour ago by Ivannes
58 Comments - Last post 1 hour ago by DeliberateTaco
78 Comments - Last post 1 hour ago by VahidSlayerOfAll
362 Comments - Last post 1 minute ago by Patxxv
4,112 Comments - Last post 2 minutes ago by ba2
216 Comments - Last post 10 minutes ago by Carlo
19 Comments - Last post 14 minutes ago by CheMan39
88 Comments - Last post 16 minutes ago by Adamiix
457 Comments - Last post 21 minutes ago by gus09
12 Comments - Last post 32 minutes ago by FateOfOne
A line can be defined by picking two points. If the original two points are somehow get forgotten, picking any two points from the line will define the same line.
The thing applies to linear functions too, so
f(x)=ax+b
can be defined by picking two arbitrary x coordinates and specifying what value the function should provide for those x-s.If some evil entity comes with points (3,-11) and (4,-74), laughing that the important values would be at x=1 and x=2, we can just write the general
f(x)=ax+b
asand solve the two equations for getting a and b:
Then we could quickly calculate the values for x=1 and x=2 if we ever wanted to.
Actually this
f(x)=ax+b
thing is one of the simplest polynomial functions, a 1st degree one (This degree thing comes from the highest power of the variablex
used in the expression,x
isx^1
, just it is rarely written out). Generally an nth degree polynomial function can be defined by picking n+1 points, this has been used above (1st degree, 2 points).So if a completely independent evil entity says (6,39), (7,-34) and (8,-131) define a parabola, but the interesting values are at x=3,4,5, the thing is still manageable, just
f(x)=a*x^2+b*x+c
now, so there are 3 parameters to find and there will be 3 equations to solveExpressing c is rather trivial, and it is also beneficial that the evil entity has chosen x coordinates differing in 1 (so working with the b*6,7,8 parts results in simple expressions)
And we could quickly calculate the values for x=3,4,5 if we ever wanted to.
Well, here comes the puzzle part: the thing works with
f(x)=a*x^4+b*x^3+c*x^2+d*x+e
tooThe relevant points are x=1,2,3,4,5 (yes, x=1 is given already :-P)
Some preliminary hints:
For verification purposes I can also tell that f(1)+f(2)+f(3)+f(4)+f(5)=474
TL;DR
All of the above makes sense only if you are interested in an armor glove. Just Google Translate it to Hungarian and back to English ;-)
Solutions
The polynomial is
f(x)= -341/24*x^4 +2063/12*x^3 -17083/24*x^2 +14017/12*x -534
, and the actual giveaway code is Pg7sy. Approximating the fractional part (with some 4-5 decimal digits) should also work well.The example calculations point to a Cubemen giveaway, s4rqX, the first two characters come from the line (at x=1,2), and the last three come from the parabola (at x=3,4,5)
Comment has been collapsed.