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
The equation $[x]=2x+1$, where $[x]$ denotes the floor function, has been solved to yield the solutions $x=-1$ and $x=-1.5$. By substituting $x$ as $n+r$, where $n$ is the integer part and $r$ is the fractional part, the equation simplifies to $n = -2r - 1$. The analysis confirms that $r$ must be either $0$ or $\frac{1}{2}$, leading to the integer solutions $n=-1$ and $n=-2$. Thus, the only valid solutions for $x$ are $-1$ and $-1.5.
PREREQUISITESMathematicians, students studying algebra, educators teaching floor functions, and anyone interested in solving piecewise equations.
... 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