Cute challenge problem!
What are all the real numbers x that satisfy this equation: \[\lfloor x \rfloor^5 + \{x \}^5 = x^5\] The function \(f(x)=\lfloor x\rfloor\) rounds down to the nearest whole number and the function \(g(x) = \{x\}\) gives only the fractional part of a number, so quick examples: \[\lfloor 3.2 \rfloor = 2\]\[\{9.732 \} = .732\] Good luck! :D
\(\lfloor 3.2 \rfloor = 2\) ???
uhhh typo hahaha should equal 3
for [-2,3]=-2?
i think it works for only integers and numbers for [-1,1]
Every integer is a solution.
alos of[-1,1] because rounnd part is 0
\(x = -0.5\) \(\lfloor x \rfloor^5 + \{x \}^5 = x^5\) \(\lfloor -0.5 \rfloor^5 + \{-0.5 \}^5 = (-0.5)^5\) \((-1)^5 + (0.5)^5 = (-0.5)^5\) \(-1 + (0.5)^5 \ne (-0.5)^5\) Perhaps it's all integers and [0,1].
yeah, it depends how you round the negative numbers.
We don't have a choice. "The function f(x)=⌊x⌋ rounds down to the nearest whole number and the "
You're on the right track, all integers and the interval [0,1] are definitely special cases for considering in this problem :)
What would \(\{-1.5\}\) be? I was thinking something along the lines of \(\lfloor x\rfloor^5+\{x\}^5=\left(\lfloor x\rfloor+\{x\}\right)^5\)
@thomas5267 I will just go ahead and confirm it by saying this statement is true: \[x = \lfloor x \rfloor + \{x\}\]
ur cute
:D
|dw:1456118780830:dw|
Join our real-time social learning platform and learn together with your friends!