Submitted by ow_sonicbaconman t3_z7to2h in explainlikeimfive
I just don’t get it. Are they like discovering the ideas and formulas or what?
Submitted by ow_sonicbaconman t3_z7to2h in explainlikeimfive
I just don’t get it. Are they like discovering the ideas and formulas or what?
>From ... Newton we get the y' and x' notation which (In my engineering school at least) specifically refers to time-based derivates.
Interesting! We used a prime for spatial derivatives and a tittle for time derivatives in my physics education when we used Newtonian notation.
I could be misremembering... this was quite a bit ago.
It doesn't seem unreasonable that we could have used the notation differently as well. There's no fundamental reason why a prime has to be a space derivative and a tittle a time derivative. It might make communication a little tricky at first, but the meaning should be made clear by context (and if it isn't, we probably would want to use more specific notation anyway).
Well you got me remembering now.
I think we used "X-dot" (X with a tittle) specifically for velocity as x represented physical distance/displacement and X-dot-dot for acceleration.
I assume the word you wanted was "create".
Inventing a new form of math usually means starting with some new idea for how to think about things, seeing if that idea produces interesting consequences, and then trying to convert that idea into fully mathematical language.
In the case of calculus, we can follow some steps to "invent" it.
So. Let's imagine that you're in a car that is initially moving at 5 meters per second, and smoothly accelerates over 10 seconds to 25 meters per second. (That is, it has a speed given by v(t) = 5 + 2t.) We want to know how far you actually move in those 10 seconds.
Without a formula or some existing math, this isn't an obvious answer. We know how fast you're moving at any given time, but the distance you move is your speed times the amount of time you're at that speed. In this case, you're only "at" each speed for an instant as you speed up, so that idea won't work, at least without modification.
Okay, well, let's try a different approach. Instead of modeling the way you move continuously, let's imagine you're moving at a constant speed for each second, and use that to get an approximate answer. That way, we can compute distances for each second. So we approximate that you're moving at v(0) = 5 m/s for the first second, v(1) = 7 m/s for the second second, and so on. Since you're traveling at each speed for 1 second in this approximation, the distance you travel is 5 m/s times 1 second = 5 meters in the first second, 7 meters in the second second, and so on. That gets us an approximation of 5 + 7 + 9 + ... + 23 (we don't get a 25 here because we only reach that speed at the end), or 140 meters.
Now, we know that during each second, we're traveling faster than we were at the beginning of that second. So the approximation we just did was always underestimating our speed, so that 140 meters is a lower bound. We know we went at least 140 meters. That's a nice thing to know! But it's not a complete answer: exactly how far do we move in those 10 seconds?
Well. The error in our estimate comes from imagining that our speed is constant for a whole second. What if we didn't do that? What if we just imagined our speed was constant for half a second, instead? That is, we travel at v(0) = 5 m/s for the first half second, v(0.5) = 6 m/s for the second half second, v(1) = 7 m/s for the third half second, and so on. That should be closer to the real answer, because the approximate speed we're using is tracking more closely with our real speed. That gets us 2.5 meters of travel in the first half second, 3 in the second half second, 3.5 in the third, and so on, for a total of 145 meters.
For the same reason as before, we know this 145 meters is a lower bound. We must be going more than 145 meters. But we're still not exact.
Okay, what if we made those time windows really, really short - only, say, (1/100) of a second? Then we travel at v(0) = 5 m/s for the first hundredth of a second, v(0.01) = 5.02 m/s for the second hundredth of a second, and so on. We have a lot more adding up to do this time (because we now have 1,000 time windows to add up), but if we do add it up, we now get 149.9 meters.
Hmm, okay, what about 1/100000 of a second? Now we have to add up a million little steps, but we get 149.999 meters.
We might, at this point, suspect that the true answer is probably 150 meters. After all, we know it has to be more than 149.999, and we know that 149.999 is probably really close.
We don't know that 150 is the correct answer. But we've developed a technique that suggests that it might be. Can we make that technique better?
Well, one thing we can do is get an upper bound on the true distance using the same technique, by using the speed at the end of each window, instead of the beginning. That is, if we're using one-second-long time windows, we could assume we're going 7 m/s for the first window rather than 5 m/s. That way, we're always estimating a faster speed than the real one.
It turns out that if we do this, and use really short time windows, we end up with 150.001. So we know our true distance is between 149.999 and 150.001. We should really suspect it's probably exactly 150 at this point, particularly since the window between the lower and upper bounds is shrinking the shorter we make our time steps.
Once we put this idea into formal mathematical language, we can show that both the lower and upper bounds get as close to 150 as you could ever want, and the only number that fits between them is exactly 150 - the true answer. But that formal mathematical language turns out to generalize to a lot of other situations, and it's that idea that leads you to start really developing calculus.
Calculus has been developed over the course of two centuries, from about 1700 till about 1900. First the overall concept and useful results were discovered without a firm foundation, then people worked for a long time on refining the details. Nowadays it’s usually taught the other way round - from the basics like the definition of real numbers to the results like the derivative and the integral. But historically those things have been usefully employed with enormous success in math and physics much earlier than being defined in the modern way.
[deleted]
Spiritual_Jaguar4685 t1_iy83c7j wrote
Calculus was "invented" roughly at the same time by two different people, using it for two different purposes.
Isaac Newton used it as a solution to physics problems, and Leibniz (not sure his first name) used it for more pure math problems.
At its heart they were both concerned with being able to calculate the slope of a line at possible point on the line (if you imagine a straight line that's easy, but a constantly changing wiggly curvy line is hard).
Both people realized that a slope on a line is just rise over run or change in Y divided change in X on a graph. And both people created a math process to make the "change" values infinitely small giving a new equation, this process is called a "transformation" (derivation in this case).
Where they differed is that Newton was more concerned real world physics, he was mostly interested with changes in a system by time very specifically where as Leibniz was more pure-math focused and just wanted to discover what are essentially "tangents" (point-slopes) on curves.
From Leibniz we get the dY/dX notations and from Newton we get the y' and x' notation which (In my engineering school at least) specifically refers to time-based derivates.