What does the [x/2] notation mean, here?
I liked this simple calculus exercise
41–50 of 163 posts
Re: I liked this simple calculus exercise
#42What does the [x/2] notation mean, here?
(Had to check the TeX code to figure that out, MathJax let you do that with a right click on the equation.)
Re: I liked this simple calculus exercise
#43Re: I liked this simple calculus exercise
#44What does the [x/2] notation mean, here?
It's floor(_) - as in, floor(1.999) = 0, but floor(2.001) = 2. If you look carefully the upper flange of the [] square brackets is missing, which makes it a floor. https://en.wikipedia.org/wiki/Floor_and_ceiling_functions
it's 1 not 0
Re: I liked this simple calculus exercise
#45This is not always a good idea. Some functions have complicated behavior that makes them either plain hard to draw (e.g. sin(1/x) near 0), or reach very high values but also be near 0, or be otherwise tricky.
Re: I liked this simple calculus exercise
#46Re: I liked this simple calculus exercise
#47Ha ha, sadly this can be transformed into a symbol manipulation answer as well. I know because this (stated slightly differently) is one of the questions in my 12th standard (senior year high-school equivalent) Mathematics I class. Here's someone writing it out on video on a tutoring site https://www.doubtnut.com/question-answer/int050exdx-where-x-... You have to spot the period, but x - floor(x) is called "fractiona…
Re: I liked this simple calculus exercise
#48I did well in high school math. These days, when something involving algebra, trigonometry, geometry etc comes up I feel like I have a good understanding of it but my calculus seems weak to non-existent. I'm not sure if it's how I was taught, how I studied it or something else but calculus always seemed like a huge step change in difficulty. That said, I love how this article gives practical hints on how to replicate…
Re: I liked this simple calculus exercise
#49Re: I liked this simple calculus exercise
#50Current Calc 2 student here. I would be braindead approaching this problem honestly, I don't think I'd even know how to begin; I'm hoping that's normal. Why would the exponent be equal to x/2 - floor(x/2) be equal to x/2 on the interval [0, 2)? And how does the graph of x/2 - floor(x/2) imply anything about the behavior of e^(x/2 - floor(x/2))? I'm hoping I just haven't learned enough yet?