I liked this simple calculus exercise
blog.plover.com
I liked this simple calculus exercise
1–10 of 163 posts
Re: I liked this simple calculus exercise
#2It seems almost impossible because, just looking at it, there seems to be nothing you can do to simplify it. Then, out of sheer nothing-else-to-do-ism, you take the sin() of it and realize sin(arcsin(x)) = x. Take the derivative of both sides, apply chain rule and draw a right triangle and you have the answer.
Like the words the author uses for the integral, it's all valuable technique.
Re: I liked this simple calculus exercise
#3This reminds me of an exercise I'll never forget from my Math Methods course: finding the derivative of arcsin(x). It seems almost impossible because, just looking at it, there seems to be nothing you can do to simplify it. Then, out of sheer nothing-else-to-do-ism, you take the sin() of it and realize sin(arcsin(x)) = x. Take the derivative of both sides, apply chain rule and draw a right triangle and you have the a…
Re: I liked this simple calculus exercise
#4This reminds me of an exercise I'll never forget from my Math Methods course: finding the derivative of arcsin(x). It seems almost impossible because, just looking at it, there seems to be nothing you can do to simplify it. Then, out of sheer nothing-else-to-do-ism, you take the sin() of it and realize sin(arcsin(x)) = x. Take the derivative of both sides, apply chain rule and draw a right triangle and you have the a…
Even geometrically you can see that swapping the axis (x and y) gives you the desired result.
Re: I liked this simple calculus exercise
#5Re: I liked this simple calculus exercise
#6Why 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?
Re: I liked this simple calculus exercise
#7Current 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?
floor(x/2) = 0 on the interval [0, 2), so the expression reduces to x/2.
> And how does the graph of x/2 - floor(x/2) imply anything about the behavior of e^(x/2 - floor(x/2))?
If y = x/2 - floor(x/2) is periodic, then e^y = e^(x/2 - floor(x/2)) must be periodic as well, with the same period.
Re: I liked this simple calculus exercise
#8Current 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?
> Why would the exponent be equal to x/2 - floor(x/2) be equal to x/2 on the interval [0, 2)? floor(x/2) = 0 on the interval [0, 2), so the expression reduces to x/2. > And how does the graph of x/2 - floor(x/2) imply anything about the behavior of e^(x/2 - floor(x/2))? If y = x/2 - floor(x/2) is periodic, then e^y = e^(x/2 - floor(x/2)) must be periodic as well, with the same period.
Re: I liked this simple calculus exercise
#9Current 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?
x/2 - floor(x/2) is the natural place to start because it's the smallest independent piece of the equation. Take a couple of minutes to plot this on a graph for a small range of values, like 0 With this, you can calculate and sketch out e^(above result) on a graph. Finally, knowing the principle that a definite integral calculates the area under the curve, you should be able to use your sketch to reason out how to calculate the entire original integral.
Hopefully you can see how solving this kind of problem isn't about knowing anything about this particular problem, but simply investigating it without any prior expectations, which is why the author thinks this is an interesting exercise for students.
Re: I liked this simple calculus exercise
#10This reminds me of an exercise I'll never forget from my Math Methods course: finding the derivative of arcsin(x). It seems almost impossible because, just looking at it, there seems to be nothing you can do to simplify it. Then, out of sheer nothing-else-to-do-ism, you take the sin() of it and realize sin(arcsin(x)) = x. Take the derivative of both sides, apply chain rule and draw a right triangle and you have the a…
Dude. That's just a direct application of the inverse function theorem. Even geometrically you can see that swapping the axis (x and y) gives you the desired result.