We’re asked to find the derivative of the following function with respect to
Performing the differentiation process
Let’s say that we’re given the same problem in a reversed version, we’re asked to find the original function of the following derivate function
Why? because “when we formulate physical problems mathematically the given physical information usually leads to derived functions, and the primary objective in solving the physical problems is to find the original functions” 1
We know that the original function corresponding to
for each term in the function
- mutiply the coefficient with the exponent of the independent variable
- reduce the exponent of the independent variable by one
Reversing the algorithm above means that we’re actually trying to find the original function, a reversed version of the algorithm above might be:
for each term in the function
- increment the exponent of the independent variable by one
- divide the coefficient with the exponent of the independent variable
If we apply it to
However we have overlooked one point, it’s also true that
The process of going from the derived function to the original function is called antidifferentiation or integration, the original function is called the primitive function or the indefinite integral of the given function (which is shortened to integral)
Before proving the correctness of the previous algorithm let’s try it on similar functions, the formula for instantaneous acceleration (the instantaneous rate of change of speed with respect to time) is
Here the independent variable is actually
Same as above, since the original function might have had a constant
Straight line motion in one direction
Galileo obtained a basic physical principle, if one neglects air resistance all objects near the earth’s surface fall to earth with the same acceleration which is constant (a downward acceleration), the constant value is equal to:
find how long it takes for an object dropped from 400 feet above the earth’s surface to reach the surface.
The instantaneous acceleration as seen above is
Applying the 2-step algorithm
If the object is dropped it leaves with zero speed (when
Therefore the correct formula for speed is
Applying a new process of antidifferentiation to
If we agree to measure distance from the point the object is dropped then the initial distance when
To answer the original equation we must find out the value of
For the physical problem only the positive solution is valid, with the same knowledge we can also tackle problems where the object is thrown instead of dropped
find how long it takes for an object thrown downward from with a velocity of 100 ft/s from a height of 1000 feet to reach the earth’s surface
Starting with the formula of instantaneous acceleration:
Applying the 2-step algorithm
The object is thrown downwards instead of dropped which means that when
Hence the correct formula for speed is
Applying a new process of antidifferentiation
If we agree to measure the distance from the point where the object is thrown then
It’s convenient to measure distance from the earth’s surface and not from any arbitrary distance like the examples above, however this means that the upward direction is positive, then the acceleration of the gravity must be negative i.e.
Then by antifidifferentiation
if an object is thrown upward it must have an initial velocity upward, let’s say that an object located in the earth’s surface is thrown upward with an initial velocity equal to
so that
Applying a new process of antidifferentiation to find the distance traveled upward at any time
Because we have agreed to measure distance from the surface the value of
One question of interest is the maximum height attained by an object whose motion is represented by
Now that we know the time at which the object attains the maximum height let’s replace it on
We can generalize the solutions above for objects thrown in any planet, we can represent the acceleration with the symbol
By antidifferentiation
Since it’s a generalization we don’t know the initial velocity (the value of
Applying a new process of antidifferentiation to find the distance of the object from the ground
For this case we also don’t know the initial distance from the ground the object is when
// TODO: introduce the integral symbol
Definite Integral
Area as the limit of the sum
Let’s say we want to compute the area of the graph below
An approximation to the area can be found by taking the maximum y-value in
We can obtain a better approximation if we divide the interval
Dividing the interval
The quantity
Seems to give the exact area of the under the curve bounded by
There is another notation for this limit which keeps the bounds that determine the area, if
The elongated S denotes integration, the symbols
Evaluation of definite integrals
Another way to find the area is as follows, previously we found an approximation of the area as (
The value of
Because this is true for any value of
To find the value of
As an example let’s apply the above to the function
When
Then
is the function which expresses the area from
We can obtain the same result if we take the expression
The constant of the integration is eliminated in the process, this process is actually called the fundamental theorem of the calculus
Where
Additional properties of the definite integral
Numerical methods for evaluating definite integrals
Trapezoid rule
Let’s imagine that we have a curve which it’s impossible to find the antiderivative thus the area below the curve, instead of calculating it we can approximate it’s value by using trapezoids instead of rectangles as we’ve done before, we also know that approximating the area below the curve using the
Another appoximation was using the
Calculating the average of these sums will definitely give an approximate result
Each of these terms is the area of a trapezoid of height
Rewriting the equation above
[Simpson’s rule][simpson]
Simpson rule approximates the value of a definite integral by using quadratic polynomials of the form
which pass through three points belonging to the curve which are
The area below the curve bounded by
Since the points
The quantity
is equal to a part of the area under the quadratic polynomial found above, therefore
To find the area bounded by
We can estimate the value of the integral by adding the areas computed for each unique contiguous pair of subintervals
Physical applications of the definite integral
The calculation of work
When a force applied to an object causes a displacement it’s said that work was done upon the object, this quantity expressed with the symbol
As an example let’s calculate the work done by the force of gravity, choosing the direction from the center of the earth upward as the positive direction we can use Newton’s law for gravitation, this law states that any two objects attract each other and this force is given quantitatively by
Since this force of gravity actually pulls objects towards the center of the earth and we chose the direction from the center of the earth upward as positive this quantity must be negative
To calculate the work done by gravity we cannot multiply the force of gravity by the displacement because the force actually varies from point to point along the path, suppose the object is at some distance
By division
We now determine the limit of
Replacing
To find
Assuming that initially when the object was at
-
Excerpt From: Morris Kline. “Calculus: An Intuitive and Physical Approach(Second Edition).” [simpson]: http://pages.pacificcoast.net/~cazelais/187/simpson.pdf ↩︎