Plot $f(\lfloor x \rfloor)$ using $f(x)$

72 Views Asked by At

We have plot of $f(x)$. How we can plot $f(\lfloor x \rfloor)$ using geometric ways ?

My try : I think we should draw vertical lines parallel to axis $y$ on integer numbers but What is the next step ?

2

There are 2 best solutions below

2
On BEST ANSWER

One can mark the points at $f(n)$ where $n\in\mathbb{Z}$ and draw the horizontal segments on $[n,n+1)$.


The simplest example is given by $f(x)=x$. enter image description here

0
On

For each integer $x$, calculate $f(x)$ and draw a horizontal line connecting $x$ to $x+1$.