This is surely a stupid question: In the article, the graph sure looks like a right triangle, with a base of 2 and a height of 1. Wouldn't the area under this curve (from 0-2) be ~1?
I liked this simple calculus exercise
121–130 of 163 posts
Re: I liked this simple calculus exercise
#122Earlier quoted context omitted.
Intuition tells me e^sin(x) would look similar to an ordinary sinusiod, except its range would be between e^-1 and e, and its shape would not be smooth as a sinusiod. I have no idea what the shape would look like, and I'm a visual learner when it comes to mathematics. I think most of these questions are not measuring intuition per se, but rather has the tested person previously seen such functions plotted on a graph.…
You're basically right. Here's the graph: https://www.desmos.com/calculator/lf3xerswdy
Perhaps (regularly) seeing functions plotted on graphs is a necessary precondition to maintain intuition :)
Re: I liked this simple calculus exercise
#123This 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
#124That technique won't scale if you're trying to integrate some crazy complex function.
Re: I liked this simple calculus exercise
#125I 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
#126I 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…
I think this is really important for good teaching. It's not enough to show the student how to solve the problem. One needs to also show the student the patterns of thought that could have led them to the solution. And it's not enough to show how _someone_ could have been led to the solution, one has to show how _this particular_ student could have figured it out, knowing what they know and being who they are. I have…
Re: I liked this simple calculus exercise
#127After watching Michael Penns youtube channel [1] for some time now, and he loves the floor function, I recognized what was going on - and wondered how I could prove this is 1000 times the simple function beyond just stating it.
Re: I liked this simple calculus exercise
#128Earlier quoted context omitted.
The problem is that most teachers cannot come up with questions that go outside the small number of cases which the student trains on. I mean, coming up with fundamentally new questions is very hard work once the low hanging fruit is gone.
Sounds like something ChatGPT could do quite quickly though.
Re: I liked this simple calculus exercise
#129This 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…
One technique for finding the derivative of the sin function is to find the derivative of arcsin first. The arcsin function can be expressed as the area of a certain figure, and therefore admits an expression as an integral. From this, the derivative of arcsin is immediate. Finally, apply your technique to arcsin(sin(x)) = x and obtain the derivative of sin. A similar technique finds the derivative of exp(x) from ln(…
Re: I liked this simple calculus exercise
#130Earlier quoted context omitted.
One technique for finding the derivative of the sin function is to find the derivative of arcsin first. The arcsin function can be expressed as the area of a certain figure, and therefore admits an expression as an integral. From this, the derivative of arcsin is immediate. Finally, apply your technique to arcsin(sin(x)) = x and obtain the derivative of sin. A similar technique finds the derivative of exp(x) from ln(…
ChatGPT?
The OP uses the derivative of sin to find the derivative of arcsin. My point was that the other way round is sort of natural as well. Thought I'd share.
The broader point is that you can obtain all the classic definitions and identities of the elementary functions [1] by combining only (i) the four arithmetic operations, (ii) integration, and (iii) taking inverses of functions (iv) the constants 0 and 1. I guess that's a bit cool.
This works fine over the real numbers. Over the complex numbers, this might require Riemann surfaces to work. e^z in complex analysis is usually defined by its Taylor series, instead of as the inverse function of the natural log (whose domain is actually a Riemann surface).