What is calculus?
2 Answers
Probably not, but here goes! This is First Principles differentiation I will show here. But yeah, this is such a broad question that there is no answer to this question. Don't expect to understand too much of this. Very long answer.
Explanation:
How do you calculate the gradient of a line? How about a curve?
A line is easier, it's simply the change in y over the change of x. A curve is slightly more difficult; the gradient is not constant like with a straight line. Take everyone's favourite curve,
How would we take the gradient at a point, say
So instead of drawing a tangent, people instead decided to draw chords and took the gradient of the chord.
This diagram shows a chord (or technically a secant) passing through the points
Let
We're getting closer and closer to 2, we might begin to suspect that this is 2. We could get closer numerically, x=1.01, 1.001, 1.00000....001 - but this will take forever, and we can do this a better way.
We'll let our co-ordinate by a small change in the x value, denoted by
let
grad of
But, remember, we were trying to calculate the gradient of a tangent. This only touches the curve at one point, so we would actually be calculating the gradient between
So what we will do is take a limit as
grad of
So the gradient of
Congratulations!! Now, let's do it for any point of the curve
Firstly, we will introduce a new notation. This notation is
Let our two points on the curve be
Thus, the gradient at any point on the curve
In all, the way to find the gradient function of any polynomial
We can do the same thing for
You can do the same thing for other polynomials (I won't do them here, but you can in your own time)
Notice a pattern?? With binomial theorem as well as first principles, you can show that:
Indeed, this isn't all of calculus. Saying this was calculus is like saying all you can do in algebra is sums like
)
A calculus and a few thoughts...
Explanation:
This is a calculus...
OK, it's a small roundish stone picked up off my driveway, but it could be a calculus. The Latin word calculus refers to a small stone used for counting.
In Calculus, we deal with questions like:
-
What is the rate of change of a function at a point?
-
What is the area enclosed by a curve?
-
What is the average value of a function over a curved surface?
The intuition behind much of calculus goes back to that little stone, or more accurately to infinitesimal quantities.
For example, to find the slope of a function at a point we can look at the slope of secants between points on the graph of that function over an interval that gets smaller and smaller until it is infinitesimally small.
Or to find the area under a curve, we can split the area into smaller and smaller bars (like a histogram) until we have the infinite sum of infinitesimal areas.
To find the average value of a function over a curved surface we can break that surface into smaller and smaller patches, until we have an infinite sum of infinitesimally small patches.
The problem with all this intuitive stuff is that ordinary numbers and arithmetic do not include infinite and infinitesimal quantities. So instead we typically build up a system of methods based on the idea of limits.
For example, the rate of change, instantaneous slope or derivative of a function
#f'(a) = lim_(h->0) (f(a+h)-f(a))/h#
If you look closely, you will see that this is:
#lim_(h->0) (f(a+h)-f(a))/((a+h)-a)#
which is the limit of the slope of the secant of the function
I have only touched the tiniest fragment of what Calculus is about here, but start from the intuition and it may make more sense than going straight for formulas.