juantheron Messages 243 Reaction score 1 Thread starter Jul 4, 2012 #1 Solve the equation $\mid x \mid+\sqrt{\lfloor x \rfloor+\sqrt{1+\{x\}}} = 1$ where $\lfloor x \rfloor = $ floor function
Solve the equation $\mid x \mid+\sqrt{\lfloor x \rfloor+\sqrt{1+\{x\}}} = 1$ where $\lfloor x \rfloor = $ floor function
Evgeny.Makarov Gold Member MHB Messages 2,434 Reaction score 4 Jul 4, 2012 #2 Obviously, |x| <= 1, and x = 0 is one solution. Further, {x} >= 0 for all x, so x cannot be positive. If -1 <= x < 0, then |x| = -x, floor(x) = -1 and {x} = x + 1. This gives an equation that has two solutions: one simple and one complicated.
Obviously, |x| <= 1, and x = 0 is one solution. Further, {x} >= 0 for all x, so x cannot be positive. If -1 <= x < 0, then |x| = -x, floor(x) = -1 and {x} = x + 1. This gives an equation that has two solutions: one simple and one complicated.