solakis1
- 407
- 0
Solve the following equation:
$[x]=2x+1$,where [x] is the floor function
$[x]=2x+1$,where [x] is the floor function
... or 0.Country Boy said:2r= -[x]- 1. Since -[x]-1 is an integer, r must be 1/2 or -1/2.
Let $x = n+r$, where $n = \lfloor x\rfloor$ is the integer part of $x$, and $r$ is the fractional part with $0\leqslant r<1$. Then the equation $\lfloor x \rfloor = 2x+1$ becomes $n = 2(n+r)+1$, so that $n = -2r-1$. The right side of that equation is negative, therefore $n$ must be negative. But $n$ is an integer, which means that $r$ must be $0$ or $\frac12$. If $r=0$ then $n = -1$, and if $r = \frac12$ then $n=-2$. The two solutions for $x$ are therefore $x=-1$ and $x = -1.5$. Those are the only solutions.solakis said:Solve the following equation:
$[x]=2x+1$,where [x] is the floor function
https://www.desmos.com/calculator/0cpj2izgfiDaalChawal said:You're right thanks I made a silly mistake.This is my approach.
We know that {x} + [x] = x
Now $x-{x} = 2x + 1 $
so $-{x}=x + 1$
Now just draw graph :)
Typo perhaps?solakis said:... Which is equivalent to :
x=-1 or x= -(4/3) ...
Other than that, your solution looks fine. :Dsolakis said:The whole problem is a typo I solved the equation [x]= 3x+2 instead the one which was in OP ,[x]=2x+1