MHB Greatest integer function with linear function inside

Amer
Messages
259
Reaction score
0
What is the best way to redefine Greatest integer function as a piecewise function for example

f(x) = [ 2x - 3 ] , -2<= x <= 1
 
Physics news on Phys.org
Amer said:
What is the best way to redefine Greatest integer function as a piecewise function for example

f(x) = [ 2x - 3 ] , -2<= x <= 1

If my memory service me correctly, you should be able to write it as
$$
f(x) = [2x] - 3
$$
At -2, you have -7.
(-2,-3/2), you have -6.
(-3/2,-1) -5
At -1, you have -5
(-1,-1/2) -4
etc
After writing all that out, you should be able to develop a piecewise function.
 
Thanks, since I am a teacher i was looking for the easiest way to redefine it as a piecewise function.
 
A sphere as topological manifold can be defined by gluing together the boundary of two disk. Basically one starts assigning each disk the subspace topology from ##\mathbb R^2## and then taking the quotient topology obtained by gluing their boundaries. Starting from the above definition of 2-sphere as topological manifold, shows that it is homeomorphic to the "embedded" sphere understood as subset of ##\mathbb R^3## in the subspace topology.
Back
Top