what is the limit when x approaches 0 from the right when intx/x
like, what's an intx?
Asymptotes?
what do you mean?
Ahh, nevermind.
I'm pretty sure that int(x) means nearest integer, or also known as floor(x)
but how do I use that to find the limit?
I'm currently on my iPad, so I can't really use LaTeX nicely. But here: We have that floor(x) as x->0+ is zero, without increase over some neighborhood. So, 0/x is always zero for all x>0. Therefore the limit is zero.
It still isn't making sense though? how do we have floor(x) as x ->0+ = 0? not following
the integer function is a step function, if x is between 1 and 2 then int(x) = 1 if x is between 0 and 1, then int(x) = 0 so for x<1 , int(x) = 0 and 0/n = 0 right so when x<0 , int(x)/x = 0 --> limit then is 0 since as you approach x=0, int(x)/x remains 0
that makes sense but they don't give us any < or > to x.. they just give us that it approaches 0 from the right, and intx/x
the "< >" are implied with the int(x) function if it approaches from right then x>0 but getting closer and closer to 0
Join our real-time social learning platform and learn together with your friends!