Difference between revisions of "Applications of Derivatives"
Line 161: | Line 161: | ||
==Licensing== | ==Licensing== | ||
+ | Content obtained and/or adapted from: | ||
* [https://en.wikibooks.org/wiki/High_School_Calculus/Related_Rates Related Rates, Wikibooks] under a CC BY-SA license | * [https://en.wikibooks.org/wiki/High_School_Calculus/Related_Rates Related Rates, Wikibooks] under a CC BY-SA license | ||
* [https://en.wikibooks.org/wiki/High_School_Calculus/Extrema_and_the_Mean_Value_Theorem Extrema and the Mean Value Theorem, Wikibooks] under a CC BY-SA license | * [https://en.wikibooks.org/wiki/High_School_Calculus/Extrema_and_the_Mean_Value_Theorem Extrema and the Mean Value Theorem, Wikibooks] under a CC BY-SA license | ||
* [https://en.wikibooks.org/wiki/High_School_Calculus/The_First_Derivative_Test The First Derivative Test, Wikibooks] under a CC BY-SA license | * [https://en.wikibooks.org/wiki/High_School_Calculus/The_First_Derivative_Test The First Derivative Test, Wikibooks] under a CC BY-SA license |
Latest revision as of 14:59, 28 October 2021
Contents
Related Rates
When you need to find the rate of change of two or more related variables, you can use chain rule to find these related rates.
Remember, you can think of derivatives as rates of change for the function you are deriving.
In the case of related rates, you are performing differentiation with respect to time, t.
When solving related rates, here are some steps you can take to aid solving the problem.
1. Identify all the variables you are given, and all of the variables to be determined.
2. Draw a picture of the scenario.
3. Find an equation related to all variables, known or unknown.
4. Use chain rule to differentiate implicitly with respect to time.
5. Substitute in all given information.
6. Solve for the unknown variable.
Example
Imagine a balloon that is having air pumped inside. If we knew the rate of change of the volume to be 8 inches per second, what would the rate of change be for the radius of the balloon when the radius is 4 inches?
These are related rates.
The first step is to determine all the known and unknown variables.
We know that the change in volume is 8 inches per second, and that the radius of the balloon will be 4 inches. We are trying to find the rate of change of the radius.
The second step is to draw a diagram that shows as air is being pumped into the balloon, its radius will be expanding.
Third, we need an equation relating these variables.
Since we are dealing with the volume of a sphere, we know this equation to be:
Fourth, we need to differentiate with respect to time, this looks like:
Fifth, we need to substitute in all known information, which is the rate of change of the volume, and the radius of the sphere.
Lastly, we need to solve for the rate of change of the radius. Since all the units were inches, no changes need to be made beforehand.
The rate at which the radius is changing is per second.
Sometimes related rates can be much more difficult and involve multiple unknown variables. In these cases you may need to use multiple equations to find unknown variables before finding the initial unknown you were looking for.
The situation of a related rate can be many things, from volumes, to airplanes and velocity, to basketballs, etc.
Something else to watch is the units of your variables. In some cases you may need to convert your variables to match units.
Here are some equations that are frequently used for related rates.
Circles/Spheres: Area = Volume = Surface Area =
Distance Formula:
Cones: A = area of base = Volume =
Cylinder: Volume =
Extrema and the Mean Value Theorem
The extrema, or extreme values, of a function are the minimum and/or maximum of a function. They are also known as absolute maximums, or absolute minimums.
Extreme Value Theorem
If a function is continuous on a closed interval then there exists both a maximum and minimum on the interval.
To find the relative extrema of a function, you first need to calculate the critical values of a function.
Do this by first finding the derivative of a function. Then set the derivative to equal 0, and solve for values of x.
Now, if the function is on a closed interval, , then evaluate all the critical points, and endpoints, in your original function.
For absolute minimums/maximums on a closed interval, the highest of your evaluated points is the maximum; the smallest is the minimum.
Example
What are the absolute maximums/minimums, of on the interval ?
To begin, differentiate the function,
Then set the derivative to 0 and solve for critical points.
Now calculate the original function at your critical points and endpoints,
Since is the lowest, we know that the point, is the absolute minimum, and 8 is the highest, thus the point, is the absolute maximum.
Rolle's Theorem
Let be a continuous function on a closed interval , and differentiable on the open interval
If then there is at least one number in the interval such that
Essentially, Rolle's theorem tells us that if a function starts and ends at the same point in a closed interval, then there exists some point where the derivative
You can informally think of this as at some point, the function must switch from increasing to decreasing, or vice versa, to get back to the y-coordinate where it began.
Mean Value Theorem
If is continuous on a closed interval and differentiable on the open interval then there is some number in that,
*Note that the proof of the Mean Value Theorem uses Rolle's Theorem.
The Mean Value Theorem holds a couple different meanings. In Geometry, it tells us that if a secant line is drawn between our starting points, a and b, that there exists a tangent line parallel to the secant line, somewhere on the function.
The Mean Value Theorem also holds that somewhere on the open interval, that the instantaneous rate of change, the change at one point, is equal to the average rate of change over the whole interval.
When you evaluate with the Mean Value Theorem, it yields the average, or mean, rate of change over an interval.
Example
Determine if the Mean Value Theorem is applicable, and if it is, find all values of c in the open interval such that,
Let
First, check if the function is continuous on the closed interval. Since we are dealing with , we already know it is continuous for all x.
Next, check if the function is differentiable on the open interval, We know our derivative is which exists everywhere on the open interval.
Now that we know both conditions for the theorem have been met, we can apply it to the problem.
Begin by evaluating the function at your endpoints.
Next, plug all the information into the theorem,
This tells us that the average rate of change over the interval is
To find all the values of , where replace with the derivative of
This looks like:
The answer to the problem is
The First Derivative Test
The definition of a derivatives tells us that a derivative is the slope of the tangent line at a point on the function.
Derivatives can also tell us if a function is decreasing or increasing at a point.
A function is increasing on an interval, if for two numbers and in the interval that is true.
A function is decreasing on an interval, if for two numbers and in the interval that is true.
If a function is continuous on a closed interval and differentiable on an open interval then the following applies:
1. If for all in then is increasing on
2. If for all in then is decreasing on
3. If for all in then is constant on
In the last section, we learned about absolute minimums/maximums. Inside a function, other extrema, known as relative extrema, can exist.
The relative extrema of a function are points on a function that are lower or higher than all of the points near them. Such points create "hills" or "valleys" within a given function.
Relative extrema occur at points on a function where the derivative at that point changes from increasing to decreasing, or decreasing to increasing.
If the derivative changes from increasing to decreasing, that point is known as a relative maximum.
If the derivative changes from decreasing to increasing, that point is known as a relative minimum.
By finding the relative extrema of a function, you can then calculate whether or not those extrema are relative minima or maxima using the derivative of the function at those points.
Relative extrema are always critical points of a function.
Example
Find the relative extrema of
First, check if the function is continuous for all
We can see the function exists for all therefore, it is continuous.
Second, find the critical numbers of by using the derivative of the function.
Find the critical numbers by setting
Third, create intervals with your critical numbers.
Since we have two critical numbers, we will have three intervals. They are:
Fourth, determine if is increasing or decreasing over each interval. Do this by evaluating a test number within each interval.
In most cases, it is beneficial to create a table to arrange the present data.
Interval | |||
Test Value | |||
Sign of | |||
Increasing/Decreasing | Increasing | Decreasing | Increasing |
Lastly, determine if any relative maximums or minimums are present.
Since changes from increasing to decreasing to increasing, we can conclude that there is a relative maximum at and a relative minimum at
Resources
- Limits & Derivative Formulas (Slides 28 & 29). PowerPoint file created by Professor Cynthia Roberts, UTSA.
- Exponential and Logarithms (Slides 24-26). PowerPoint file created by Professor Cynthia Roberts, UTSA.
- Product Rule and Quotient Rule. PowerPoint file created by Professor Cynthia Roberts, UTSA.
- Chain Rule. PowerPoint file created by Professor Cynthia Roberts, UTSA.
- Periodic Functions. PowerPoint file created by Professor Cynthia Roberts, UTSA.
- Local Max & Min. PowerPoint file created by Professor Cynthia Roberts, UTSA.
- Inflection Points. PowerPoint file created by Professor Cynthia Roberts, UTSA.
- Global Max & Min. PowerPoint file created by Professor Cynthia Roberts, UTSA.
- Logistic Growth & Surge Function. PowerPoint file created by Professor Cynthia Roberts, UTSA.
Licensing
Content obtained and/or adapted from:
- Related Rates, Wikibooks under a CC BY-SA license
- Extrema and the Mean Value Theorem, Wikibooks under a CC BY-SA license
- The First Derivative Test, Wikibooks under a CC BY-SA license