How to graph $f(x)$

177 Views Asked by At

we have these functions :

$f(x) = \sqrt{1-\lfloor x \rfloor^2}$

$g(x) = \sqrt{\lfloor x \rfloor^2 - 1}$ enter image description here

How we can graph these functions ? (without using computation!)

Please Help Me !

1

There are 1 best solutions below

3
On BEST ANSWER

You have $f(x)=1, \text{ if }0\le x <1$ and $f(x)=0, \text{ if }1\le x < 2 \text{ or } -1 \le x <0.$ For other $x$ values you will have complex roots.

IMO you cannot graph $g(x)$ without computing, because there will be function values $\sqrt{3}, \sqrt{8}$ etc.