Optimization Problems Part 2

In my last lesson, I introduced optimization problems and I discussed local extrema. You should check that out if you haven’t already. The next thing that I would like to discuss now is finding global maximums and minimums. The first step in finding a global maximum or minimum of a function is actually very similar to finding the local max and min values.

But once you know about the local maximums and minimums, how do you find the global extrema?

Finding the global extrema from the local extrema is really quite simple. And there really is only one way to find the global maximum and minimum values of a function. You just need to find a list of all possible x values where the global max or global min may occur. Then once you have created a list of all possibilities, you just plug them all into the original function.

Not the function’s derivative or the function’s second derivative. But the original function.

You will test for global extrema of f(x) using f(x), not f'(x) or f”(x). This is after you have your list of all possible locations where the global extrema could occur (which will require the use of f'(x)). But my point is that there wouldn’t be a first derivative test or a second derivative test with the global extrema like there was with finding local extrema.

So what does this look like in practice?

Let’s use an example. For example, let’s say that we are asked to find the global maximum and the global minimum of f(x)=2x^3-\frac{5}{2}x^2+x-1 on the domain -4 \leq x \leq 5.

Notice we are being asked to find the global extrema on a specific domain. This is important because a lot of functions either go to infinity or to negative infinity as x either gets infinitely large, infinitely small, or approaches some specific value. So if we were asked to find the global maximum of a function that goes to infinity as x goes to infinity, we wouldn’t be able to do this. There would be no maximum since the function only continues to grow.

So we know we will be limited to a specific domain.

As I said before, finding global extrema starts out exactly like finding local extrema. The first thing we need to do is find the critical values of our function. To do this, we just need to find its derivative and set f'(x)=0 and solve for x.

$$f(x)=2x^3-\frac{5}{2}x^2+x-1$$ $$f'(x)=6x^2-5x+1$$ Then set $$6x^2-5x+1=0$$ and solve for x to find the critical values. To do this, we can factor the left side of the equation. $$(3x-1)(2x-1)=0$$ To solve this we can set each factor equal to zero individually. $$3x-1=0 \ \ \ \ and \ \ \ \ 2x-1=0$$ $$3x=1 \ \ \ \ and \ \ \ \ 2x=1$$ $$x=\frac{1}{3}, \ \frac{1}{2}$$

So now we know that this function has two critical values, x= \frac{1}{3} and x=\frac{1}{2}. Now this is where things get different with a global max/min problem versus finding the local max/min. We also need to consider the endpoints of our given domain as critical values!

This will always be the case when we are looking for a global maximum or minimum. The problem asked us to find the global extrema on the domain -4 \leq x \leq 5. Therefore, we will also say that x=-4 and x=5 will be treated as critical values that we need to test.

So how to we test our critical values?

The first thing that I would like to do is list out all of the x values we will be testing in one place. Remember, the list of values we need to test came from two places:

  1. Setting f'(x)=0 and solving for x.
  2. Each of the endpoints of the domain on which we need to find the global maximums and minimums.

So in this case we’ll have four total x values that we need to test: $$x=-4, \ \frac{1}{3}, \ \frac{1}{2}, \ and \ 5$$ To test these points, all we need to do is plug each of the four points into f(x). Whichever on outputs the largest number will tell us the global maximum. Whichever outputs the smallest number will tell us the global minimum.

$$f(-4)= \ 2(-4)^3-\frac{5}{2}(-4)^2+(-4)-1 \ = -173$$ $$f \bigg( \frac{1}{3} \bigg) = \ 2 \bigg( \frac{1}{3} \bigg) ^3-\frac{5}{2} \bigg( \frac{1}{3} \bigg) ^2+ \bigg( \frac{1}{3} \bigg) -1 \ = -\frac{47}{54}$$ $$f \bigg( \frac{1}{2} \bigg) = \ 2 \bigg( \frac{1}{2} \bigg) ^3-\frac{5}{2} \bigg( \frac{1}{2} \bigg) ^2+ \bigg( \frac{1}{2} \bigg) -1 \ = -\frac{7}{8}$$ $$f(5)= \ 2(5)^3-\frac{5}{2}(5)^2+(5)-1 \ = \frac{383}{2}$$

So we can see that the smallest of these four numbers is -173 and the largest of them is \frac{383}{2}. Therefore, the global maximum of f(x) on -4 \leq x \leq 5 is \frac{383}{2} which occurs when x=5. And the global minimum of f(x) on -4 \leq x \leq 5 is -173 which occurs when x=-4.

We can even graph our function using Desmos along with the critical points to make sure our answer makes sense. You can click on the link in the last sentence to see a larger version of the graph.

global extrema maximum minimum
f(x)=2x^3-\frac{5}{2}x^2+x-1 on the domain -4 \leq x \leq 5

Extra practice

If you’d like some extra practice finding global maximums and minimums, here are a few examples you can work through on your own. A couple of these examples will require the use of the product rule and quotient rule.

For each of the following, find the global maximum and minimum of the given function on the given domain or explain why one doesn’t exist.

$$f(x)= 2x^4 + 5x^2 – 12x \ \ \textrm{on the domain} -1 \leq x \leq 2$$ $$g(x)= xe^x +6x^3-12 \ \ \textrm{on the domain} -3 \leq x \leq 0$$ $$h(x)= \frac{x^4-3x^2+1}{x+1} \ \ \textrm{on the domain} -2 \leq x \leq \frac{3}{2} $$ $$j(x)= \frac{x^4-3x^2+1}{x+1} \ \ \textrm{on the domain} -\frac{9}{10} \leq x \leq \frac{3}{2}$$

Hopefully all of this helps with global maximums and minimums, but as always I’d love to hear your questions if you have any. If you find that you get stuck as you’re working through some of these extra practice problems just let me know. Just email me at jakesmathlessons@gmail.com and I’ll see if I can help provide a bit more clarification. You can also use the form below to subscribe to my email list and I will send you my bonus FREE calculus 1 study guide to help you survive calculus! Just put in your name and email address and I’ll be sure to let you know when I post new content! Feel free to go check out my other lessons and solutions about derivatives as well.

Optimization Problems

Optimization problems are another common application of the derivative. Usually in these problems you are given some function or described some situation and are then asked to find different maximums and minimums. There are a few different things that are commonly asked that you optimize, so I’d like to go over the different categories with you.

Local maximums and minimums

The most common thing that comes up in optimization problems is finding the local maximums and minimums. The best way to do this is using the derivative of the function you are trying to optimize. Taking the function’s derivative will tell you everything you need to know.

In order to find the list of all x values where the local extrema may occur, you just need to take the function’s derivative, set it equal to zero, and solve for x. In other words, you can find the x values that will give you local max and min values by setting up the equation $$f'(x)=0$$ and solving it for x. Keep in mind, this equation often has multiple solutions, so make sure you include all possible solutions.

Doing this will give you a list of x values where all possible local maximums and minimums occur. These are called critical numbers.

Once you have your list of critical points, you will often need to figure out which ones are maximums and minimums. There are two tests you can conduct to figure which one they are.

First derivative test

This is usually the method I like to use. As you might guess, the first derivative test only requires the use of the first derivative. I usually use this test because we already had to find the first derivative to get our list of critical values.

The first thing I would suggest doing before beginning your test is drawing out a number line and putting your critical values on it. Let’s just say for example that we had some function f(x), took its derivative, and found that the critical values are x=-1, \ 2, \ 6. Our number line might look something like this.

critical values number line

That’s all you need on your number line at this point. Don’t label any extra x values besides your critical values. It will only make things more confusing later.

Now all we need to do is plug x values into f’ that are around these critical values to figure out where f is increasing and decreasing. So we will need to plug in some number that is in each of the following 4 intervals. $$x<-1,$$ $$-1 < x < 2,$$ $$2 < x < 6,$$ $$x>6.$$ So all we need to do is just plug in some number in each segment of our labeled number line.

It doesn’t matter which number you plug in from each of those intervals, so you can pick whichever numbers seem easiest to plug into f’. Let’s say we will plug x=-2, \ 0, \ 4, \ 7 into f’. We want to plug them into f’ because we are trying to figure out information about the slope of f. This will tell us where it’s increasing and decreasing. Let’s imagine we plug these four x values into f’ and find that $$f'(-2)=-4, \ \ \ f'(0)=6, \ \ \ f'(4)=2, \ \ \ f'(7)=-7.$$

We only really care if these values are positive or negative. If f’ is positive at a certain x value, we know f must have a positive slope. And if f’ is negative at a certain x value, we know f must have a negative slope.

Since f'(-2) is negative, f must have a negative slope at x=-2. And f must also have a negative slope for all x<-1 since that is the interval from our number line that x=-2 falls within. So we should label this interval with a negative slope, like this:

critical values number line labeled with slope

Then we want to do the same thing for the interval of -1 \leq x \leq 2. We found out that f'(0)=6, which is a positive number. Therefore, f must have a positive slope for all -1 \leq x \leq 2. So we can label our number line accordingly.

critical values number line labeled with slope

Then we want to do the same thing with the other two intervals. This would give us something like this for our number line:

critical values number line labeled with slope

Now we just need to use this number line to determine which critical values are maximums and which are minimums. There are really only 3 main cases you need to think about for each critical value.

  1. If f is increasing to the left and decreasing to the right, that critical point will be a local maximum. This will cause this little section of the graph to look like a frowny face. Therefore, the critical point will higher than the graph right around it.
  2. If f is decreasing to the left and increasing to the right, that critical point will be a local minimum. This will cause this little section of the graph to look like a smiley face. Therefore, the critical point will lower than the graph right around it.
  3. If f is decreasing to the left and the right or if it’s increasing to the left and the right, that critical point will NOT be a local maximum or a local minimum.

So let’s look at each of our three critical values on the number line above and see which category they all fall into.

  • For x=-1, you can see that f is decreasing on the left side and increasing on the right side. Therefore, the section of the f(x) right around x=-1 looks like a smiley face and would be a local minimum.
  • For x=2, you can see that f is increasing on the left side and increasing on the right side. Therefore, the critical value x=2 would not be a local maximum or a local minimum. We would need f(x) to change direction at x=2 for it to be a maximum or minimum, but that doesn’t happen here.
  • For x=6, you can see that f is increasing on the left side and decreasing on the right side. Therefore, the section of the f(x) right around x=6 looks like a frowny face and would be a local maximum.

Second derivative test

The other way you can test to see if each critical value is a local maximum or a local minimum is with the second derivative test. You do not need to use both methods if you are only trying to find local extrema because they will give you the same conclusions. Just pick which test you like more. This method will require us to find the second derivative of our function, or f”(x). We can find this simply by finding the derivative of f'(x), which we already found.

Just like with the first derivative test, it helps to draw everything out on a number line. Start with just drawing a number line that only contains the critical values which we found a while ago.

critical values number line

Now we need to plug each of our critical values into our second derivative, or f”(x). One important difference is that we had to plug numbers around our critical values with the first derivative test. But with the second derivative test, we will actually plug in the critical values instead of numbers around them.

Since we need to plug each critical value into our second derivative, this means we will plug x=-1, \ \ 2, \ \ 6 into f”(x). When we do that, let’s imagine we find that $$f”(-1) = 2, \ \ f”(2) = 0, \ \ f”(6) = -9.$$

Just like before, it doesn’t really matter what the exact values are that we just found. All that matters is whether they are positive, negative, or zero. If f” is positive at a certain point, then f would be concave up at that point. And if f” is negative at a point, then f is concave down at that point. If f” is zero, then f isn’t concave up or concave down at that point.

Since f”(-1) is positive (we just found that it’s 2), we know that f is concave up when x=-1. That just means that it’s curved upward, like a smiley face. So we can indicate this on our number line to keep track of what we have so far.

critical values number line labeled with concavity

Since f”(2) is zero, we know that f is not concave up or down when x=2. This tells us that x=2 is the point where f switches from being concave up to concave down, or vise versa. Since f doesn’t have concavity (curvature) here, we will show this as a flat line on our number line.

critical values number line labeled with concavity

And lastly, since f”(6) is negative (we just found that it’s -9), we know that f is concave down when x=6. That just means that it’s curved downward, like a frowny face. Therefore, we might get something like this.

critical values number line labeled with concavity

So now we just need to figure out what all this means when it comes to the second derivative test. Again, there are three cases we want to look for.

  1. If f(x) is concave up, or f”(x) is positive, for some critical value x, then this critical value represents a local minimum.
  2. If f(x) is concave down, or f”(x) is negative, for some critical value x, then this critical value represents a local maximum.
  3. If f(x) isn’t concave up or down, or f”(x) is zero, for some critical value x, then this critical value could be a local minimum or local maximum or neither.

So let’s compare these to our critical values to see if they are each local maximums or minimums.

  • For x=-1, you can see that f is concave up. Therefore, the section of the f(x) right around x=-1 looks like a smiley face and would be a local minimum.
  • For x=2, you can see that f is not concave up or concave down. In this case we don’t know from the second derivative test if this critical value would be a local maximum or a local minimum.
  • For x=6, you can see that f is concave down. Therefore, the section of the f(x) right around x=6 looks like a frowny face and would be a local maximum.

Notice that these are the exact same results we found from the first derivative test, aside from the undetermined critical value. I know we didn’t actually have a function for f(x) to work through, but you would find the same thing if you did actually go through these processes with some function. To find which critical values are local maximums, local minimums, or neither, you only need to do one of these two tests.

Extra practice

Find the critical values for the following functions and determine whether each one is a local minimum, local maximum, or neither. A couple of these examples will require the use of the product rule and the quotient rule, so check those out if you need a refresher.

$$f(x)= 2x^4 + 5x^2 – 12x$$ $$g(x)= xe^x +6x^3-12$$ $$h(x)= \frac{x^4-3x^2+1}{x+1}$$

Hopefully all of this helps you gain a bit of a better understanding of local extrema, but as always I’d love to hear your questions if you have any. Go check out part 2 of my coverage on optimization problems where I go over global maximums and minimums.

Examples of product, quotient, and chain rules

I have already discuss the product rule, quotient rule, and chain rule in previous lessons. But I wanted to show you some more complex examples that involve these rules. The reason for this is that there are times when you’ll need to use more than one of these rules in one problem. So let’s dive right into it!

Example 1

Find the derivative of y \ = \ sin(x^2 \cdot ln \ x).

At first glance of this problem, the first thing we should notice is that we can think of this function as one function plugged into another. There is a clear inner function and a clear outer function.

It can be broken down as x^2 \cdot ln \ x being plugged into sin(x) for x. Since our function can be thought of as one function plugged into another, we will want to start out with the chain rule.

Chain rule

The first thing we need to do to apply the chain rule is to figure out our inside function and outside function. It’s usually easier to think about the insider function first.

Finding f and g

To find the inside function we just need to answer the question: what function is being plugged into another?

Looking at our function you can see that we are taking x^2 \cdot ln \ x and plugging that into another function. So we will say $$g_1(x) = x^2 \cdot ln \ x$$

Now that we have decided on the inside function, we need to find the outside function. All we need to do here is look at the original function, and replace our inside function with a single x. So we will replace x^2 \cdot ln \ x with just x. This gives us $$f_1(x) = sin(x).$$

Finding f’ and g’

Now that we have found f and g, we just need to take each of their derivatives to find f’ and g’.

Finding f’ should be simple here. $$f’_1(x) = cos(x)$$

Finding g’ will be a little more tricky.

Looking at our function g_1(x) you can see that it is actually the product of two simpler functions, x^2 and ln \ x. Therefore, we are going to have to use the product rule to find this derivative. You can kind of think of this as a smaller sub-problem within our problem, so we will come back to the chain rule after applying the product rule.

Product rule

We need to use the product rule to find the derivative of $$g_1(x) = x^2 \cdot ln \ x.$$ The product rule starts out similarly to the chain rule, finding f and g. However, this time I will use f_2(x) and g_2(x).

Finding f and g

With the product rule it doesn’t really matter which function is f and which is g. As long as we correctly identify that our function is a product of two simpler functions, it’ll work out correctly. So we will say $$f_2(x) = x^2$$ $$g_2(x) = ln \ x.$$

Finding f’ and g’

Now we just need to find the derivatives of f and g. Since they are fairly simple functions, this shouldn’t be too difficult.

To find the derivative of f we just need to use the power rule. $$f’_2(x) = 2x.$$

And finding the derivative of g should be a derivative that you have memorized. Using Wolfram Alpha we can see that $$g’_2(x) = \frac{1}{x}.$$

Plugging into the formula

Now that we have found all the pieces we need, we can simply plug them all into the product rule formula. $$g’_1(x) = f_2(x) \cdot g’_2(x) \ + \ f’_2(x) \cdot g_2(x)$$ $$\frac{d}{dx} \Big[ x^2 \cdot ln \ x \Big] \ = \ x^2 \cdot \frac{1}{x} \ + \ 2x \cdot ln \ x$$ $$\frac{d}{dx} \Big[ x^2 \cdot ln \ x \Big] \ = \ x \ + \ 2x \cdot ln \ x$$

Back to chain rule

Now that we know the derivative of x^2 \cdot ln \ x we can go back up to the chain rule. We knew that $$g_1(x) = \ x^2 \cdot ln \ x$$ and by using the product we just found that $$g’_1(x) = \ x \ + \ 2x \cdot ln \ x.$$ Just as a quick reminder, we already found that $$f_1(x) = sin(x)$$ $$f’_1(x) = cos(x).$$ Now we just need to plug these four pieces into the formula for chain rule. $$h’_1(x) = \ f’_1 \big( g_1(x) \big) \cdot g’_1(x)$$ $$\frac{d}{dx} \Big[ sin \big(x^2 \cdot ln \ x \big) \Big] \ = \ cos \big( x^2 \cdot ln \ x \big) \cdot \big( x \ + \ 2x \cdot ln \ x \big)$$

And that’s it! We could factor out a like term out of one of these factors, but it wouldn’t really make the function any simpler so I won’t do that. We can also use Wolfram Alpha to check our answer. A quick note on that, Wolfram Alpha uses “log” instead of “ln” to describe a natural log.

Example 2

Find the derivative of y = \frac{x \ sin(x)}{ln \ x}.

Looking at this function we can clearly see that we have a fraction. Therefore, we can break this function down into two simpler functions that are part of a quotient. So we can see that we will need to use quotient rule to find this derivative.

Quotient rule

As discussed in my quotient rule lesson, when we apply the quotient rule to find a function’s derivative we need to first determine which parts of our function will be called f and g.

Finding f and g

With the quotient rule, it’s fairly straight forward to determine which part of our function will be f and which part will be g. We will always say f is the numerator (top of our fraction) and g is the denominator (bottom of our fraction). So we can say $$f_1(x) \ = \ x \ sin(x)$$ $$g_1(x) \ = ln \ x.$$

Finding f’ and g’

Once we have determined which part of our function we are going to call f and which part will be g, we need to take each of their derivatives so we can use the quotient rule formula.

First we’ll start with finding f’. To find this we need to find the derivative of f_1(x)= x \ sin(x). Notice this function is actually a product of two simpler functions. So in order to find \mathbf{f'_1(x)} we will actually need to use the product rule. This will create a smaller sub-problem for us so we will need to come back to the quotient rule in a moment.

Product rule

As we did in the previous example, or in my product rule lesson, we need to start by determining which piece of the function f_1(x) = x \ sin(x) will be f_2 and which will be g_2.

Finding f and g

When using the product rule it doesn’t really matter which piece of the product is called f and g. So we will say $$f_2(x) = x$$ $$g_2(x) = sin(x).$$

Finding f’ and g’

In order to use the product rule formula, we need to find the derivative of each of these pieces now. Fortunately, both of these pieces are simple functions to differentiate. $$f’_2(x) = 1$$ $$g’_2(x) = cos(x)$$

Plugging into the formula

Now we just need to plug the four pieces we’ve found into the product rule formula. $$f’_1(x) = \ f_2(x) \cdot g’_2(x) \ + \ f’_2(x) \cdot g_2(x)$$ $$\frac{d}{dx} \Big[ x \ sin(x) \Big] \ = \ x \cdot cos(x) \ + \ 1 \cdot sin(x)$$ $$\frac{d}{dx} \Big[ x \ sin(x) \Big] \ = \ x \ cos(x) \ + \ sin(x)$$

Back to the quotient rule

Now that we have used the product rule to find $$f’_1(x) = \ x \ cos(x) \ + \ sin(x)$$ we need to find g'_1(x) so we can use the quotient rule formula. Remember g_1(x) = ln \ x, which is a function whose derivative you should memorize. $$g’_1(x) = \frac{1}{x}.$$ So now we know all of the pieces we need to apply the quotient rule formula.

$$h'(x) \ = \ \frac{f’_1(x) \cdot g_1(x) \ – \ f_1(x) \cdot g’_1(x)}{g^2_1(x)}$$ $$\frac{d}{dx} \Bigg[ \frac{x \ sin(x)}{ln \ x} \Bigg] \ = \ \frac{ \Big[ \big( x \ cos(x) + sin(x) \big) \cdot ln \ x \Big] \ – \ \Big[ x \ sin(x) \cdot \frac{1}{x} \Big]}{\big( ln \ x \big)^2}$$

And now we can just simplify by distributing through all of our parenthesis.

$$\frac{d}{dx} \Bigg[ \frac{x \ sin(x)}{ln \ x} \Bigg] \ = \ \frac{ x \ ln(x) \ cos(x) \ + \ ln(x) \ sin(x) \ – \ sin(x)}{ln^2(x)}$$

And that’s the answer! Again, we can check this using Wolfram Alpha.

If you have any questions on any of this just let me know! You can email me at jakesmathlessons@gmail.com. You can also use the contact form below and I’ll add you to my email list and send you my calculus 1 study guide to help you boost your calculus scores! I’d also love to hear any suggestions for future posts so please don’t hesitate to reach out to me. If you want some more practice with derivatives go check out my other lessons and problems related to derivatives.

Solution – A kite 100 ft above the ground moves horizontally at a speed of 8 ft/s. At what rate is the angle between the string and the horizontal decreasing when 200 ft of string has been let out?

A kite 100 ft above the ground moves horizontally at a speed of 8 ft/s. At what rate is the angle between the string and the horizontal decreasing when 200 ft of string has been let out?

Jake’s Math Lessons Complete Calculus 1 Package

 

1. Draw a sketch

Here we have a related rates problem.  As I said when I discussed related rates problems initially, the first thing I like to do with these problems is draw a sketch of the scene that is being described.  If you want to refer back to that, you can click here.  Otherwise, let’s sketch the problem described here.

A kite 100ft above the ground moves horizontally at a speed of 8 ft/s.

2. Come up with your equation

The next thing we need to do is set up our equation which will relate our different quantities.  To do this, we will want to consider what value the question is asking us to find.

What are we looking for?

It asks “at what rate is the angle between the string and the horizontal decreasing when 200 ft of string has been let out?”  Therefore, the value we are looking for is the “rate of change of the angle between the string and the horizontal.”  This just means we will need to consider the angle between the string and the ground (the ground is the horizontal in this case).  If you look back at our drawing, you will see that this angle is represented by \theta.  Since our goal is to find how fast \theta is changing, we need \theta to be in our original equation.

What do we know about?

Now we need to consider what other quantities or variables we know something about.  Clearly we know something about the two sides of the triangle that are labeled as being 100 ft and 200 ft.  And we can use these two sides to figure out the length of the third side, which is not labeled in our drawing.

Although we could simply call one of those sides a and the other one b and proceed from there, there is another option that may simplify our problem.

Consider the fact that the kite is moving horizontally.  This means that the kite is not getting any further from or closer to the ground as it moves.  Therefore, the side that is labeled 100 ft will actually be 100 ft at any point in this kite’s flight.  Because of this we actually don’t need to designate a variable to this side of the triangle.  Instead this side is simply a constant 100 ft.

Now we just need to use one of the other two sides of the triangle.  We could technically use either one, but one will be a lot easier than the other.  It looks like the hypotenuse would be the easier of the two, because we know it’s 200 ft at this moment.  However, we don’t know exactly how fast it’s changing.  We can figure that out but it wouldn’t be easy.

We do know exactly how fast the unlabeled side is changing.  The question states that the kite is moving horizontally at a speed of 8 \frac{ft}{s}.  Since this unlabeled side is exactly horizontal, we know its rate of change is also 8 \frac{ft}{s}.  We can figure out its length using Pythagorean Theorem later, but this would certainly be easier than finding the rate of change of the hypotenuse.  Therefore, I will go ahead and use the unlabeled side.

Since this unlabeled side is going to be changing we will need to designate a variable to this side of the triangle.  As the kite moves away from the person flying it, the person holding the string has to let more string out and allow it to become longer.  This means that this unlabeled side in our drawing will need to be described with a variable.  We will call it side a.

Putting it into an equation.

Now we have three different quantities we need to relate somehow:

  1. Angle \theta (this will be changing as the kite moves).
  2. Side a (this will be changing as the kite moves and the string is let out).
  3. Side labeled 100 ft (this will not change and can be treated as a constant).

So we have two sides and an angle that we need to make an equation with.  To do this, think about where these sides are in relation to the angle \theta.  The side labeled 100 ft is the side opposite to the angle \theta and the side we’re calling a is adjacent to the angel \theta.

Usually when dealing with two sides and one angle of a triangle, you will want to use either sine, cosine, or tangent to relate the three.  So which one should be used when we know the opposite side and the adjacent side to the angle in question?

Remember soh, cah, toa?

  • Sine Opposite Hypotenuse
  • Cosine Adjacent Hypotenuse
  • Tangent Opposite Adjacent

Since we have the opposite side and the adjacent side, we want to use tangent.  Therefore we can say:

$$tan(\theta) = \frac{100}{a}$$

Since it will make finding the derivative easier, I am going to rewrite this as

$$tan(\theta) =100a^{-1}$$

3. Implicit differentiation

As with any related rates problem, we now need to take the derivative of both sides of the equation with respect to time.  Since \theta and a are both functions of time, we will need to use chain rule for both sides of this equation.  We know they are functions of time because they are both going to be dependent on the position of the kite as time progresses.  We don’t have an explicit formula for either of these functions, but we know their values are dependent on time.

$$\frac{d}{dt}tan(\theta) =\frac{d}{dt}100a^{-1}$$

$$\frac{d}{dt}\frac{sin(\theta)}{cos(\theta)} =\frac{d}{dt}100a^{-1}$$

To find the derivative of the left side of this equation you will need to use the quotient rule and the chain rule.  I’m not going to show all the steps of how to do this but if you want a refresher, you can read about the quotient rule here and the chain rule here.  Using Wolfram Alpha, you can see that

$$\frac{d}{dx}tan(x)=\frac{1}{cos^2x}$$

Therefore, we can say that

$$\frac{d}{dt}tan(\theta)=\frac{1}{cos^2 \theta} \cdot \frac{d\theta}{dt}$$

Plugging this back into the left side of our equation, we get

$$\frac{1}{cos^2 \theta} \cdot \frac{d\theta}{dt} =\frac{d}{dt}100a^{-1}$$

$$\frac{1}{cos^2 \theta} \cdot \frac{d\theta}{dt} =-100a^{-2} \cdot \frac{da}{dt}$$

4. Solve for desired rate of change

The last step of any related rates problem is to solve for the desired rate of change.  Now remember the thing we need to find is the rate of change of our angle \theta.  This is exactly what \frac{d\theta}{dt} represents.  So now we just need to solve for \frac{d\theta}{dt}.

$$\frac{1}{cos^2 \theta} \cdot \frac{d\theta}{dt} =-100a^{-2} \cdot \frac{da}{dt}$$

$$\frac{d\theta}{dt} =-100a^{-2} \cdot \frac{da}{dt} \cdot cos^2 \theta$$

Now we just need to plug in the values for a, \frac{da}{dt}, and \theta and we will have our answer.  We don’t know all of these values but we can find them.

Finding a

As I mentioned before, we can find a by using Pythagorean Theorem.  Looking back at our drawing, we have a right triangle with side lengths of 100 ft, 200 ft, and a.  We know that

$$100^2 + a^2 = 200^2$$

$$10,000 + a^2 = 40,000$$

$$a^2 = 30,000$$

$$a = \sqrt{30,000}$$

$$a = 100\sqrt{3}$$

Finding  \mathbf{\frac{da}{dt}}

This was actually given.  We know that a is the horizontal distance the kite is away from the person flying the kite.  We know that the kite is moving horizontally at a speed of 8 \frac{ft}{s}.  Because of this we know that this is also the rate at which a is changing.  Since \frac{da}{dt} is the rate of change of a, we know

$$\frac{da}{dt} = 8$$

Finding \mathbf{\theta}

To find \theta we will need to go back to the original equation we came up with before the implicit differentiation step:

$$tan(\theta) = \frac{100}{a}$$

Since we know a, we can plug it in here and solve for \theta.

$$tan(\theta) = \frac{100}{100\sqrt{3}}$$

$$tan(\theta) = \frac{1}{\sqrt{3}}$$

This angle is actually on the unit circle and by using this we know:

$$\theta = \frac{\pi}{6}$$

Note that \theta will be in radians.

Now we can plug all of these into our equation for \frac{d\theta}{dt}.

$$\frac{d\theta}{dt} =-100a^{-2} \cdot \frac{da}{dt} \cdot cos^2 \theta$$

$$\frac{d\theta}{dt} =-100 \big(100\sqrt{3} \big)^{-2} \cdot 8 \cdot cos^2 \Bigg( \frac{\pi}{6} \Bigg)$$

$$\frac{d\theta}{dt} =-\frac{1}{300} \cdot 8 \cdot \Bigg( \frac{\sqrt{3}}{2} \Bigg)^2$$

$$\frac{d\theta}{dt} =-\frac{1}{300} \cdot 8 \cdot \frac{3}{4}$$

$$\frac{d\theta}{dt} =-\frac{1}{50}$$

So we can say that the angle between the string and the horizontal is decreasing at a rate of \frac{1}{50} \ \frac{radians}{s} when 200 ft of string has been let out.

And that’s the answer to the question!  Hopefully that wasn’t too bad, but if you have any questions I’d love to hear them.  I know related rates problems can be challenging so you can email me any questions or suggestions at jakesmathlessons@gmail.com.  If you have any other problems you’d like to see worked out go ahead and send me an email.

Enter your name and email below to get your FREE copy of my calculus 1 study guide to help you boost your test scores!

If you feel you need some more practice with related rates, you can check out the lesson where I discussed related rates for more examples.

Also, if you want to check out some other problems and get some practice with derivatives, go check out my derivatives page.  You can see what other topics I’ve already covered and problems I’ve worked through.  If you can’t find your problem there just let me know and I may post the solution to your problem.

The Chain Rule

The chain rule is another trick for taking complex derivatives by breaking them down into simpler parts.  Rather than using this when we are multiplying or dividing two functions, we use the chain rule when our complex function can be thought of as plugging one function into another one.  These are known as composite functions.

Let’s say we have a function called h(x) which is the composition of two simpler functions, f(x) and g(x) where: $$h(x)=f(g(x)).$$

Then, $$h'(x)=f'(g(x))\cdot g'(x)$$

This is known as the chain rule.

The phrase I use to remember The Chain Rule is:

The derivative of the outside, leave the inside function alone.  Then multiply by the derivative of the inside.

Similarly to the product rule and quotient rule, the first thing you need to do after identifying you need to use the chain rule is figure out which part of the function you want to call f(x) and what to call g(x).  Once you figure out which part to call f(x) and g(x), the rest of the process is almost identical to applying the product and quotient rules.

I would like to show a few examples of how to assign f(x) and g(x) then we can go through one of them all the way to the end.

Example 1

Find the derivative of h(x)=\sqrt{x^3-4x^2+7x+1}.

Recognizing when to use the chain rule

The way I like to think about breaking it down into f(x) and g(x) is to consider which is the outside function and the inside function.  In this case, it is pretty clear that we have x^3-4x^2+7x+1 all inside of a square root.  Therefore, we can think of the square root as the outside function and the x^3-4x^2+7x+1 as the inside function.  In other words, we are plugging our inside function into our outside function.

Since we can say that the above function, h(x), can be described by one function being plugged into another function, this tells us that we can use the chain rule to find its derivative.

Determining f and g

As mentioned before, the first thing you need to do is isolate the inside and outside functions.  I think that it is usually easier to decide on the inside function first.  The reason for this is that the inside function is often surrounded by parenthesis, or in this case, a square root.

So as a result, we can say that our inside function is $$g(x)=x^3-4x^2+7x+1.$$

Once we have figured out our inside function, we need to write everything else that’s left over as an isolated function, which we will call f(x).  The simplest way to do this is look at our original function, h(x), and replace the entire inside function, g(x), with a single x.

Since h(x)=\sqrt{x^3-4x^2+7x+1}, all we need to do is replace the entire part which we have called the inside function, which is x^3-4x^2+7x+1, with a single x.  The function we are left with after doing this will be our outside function, which will be called f(x).

Doing this leaves us with:

$$f(x)=\sqrt{x}$$

Now that we have figured out f(x) and g(x), we just need to figure out f'(x) and g'(x) and plug these functions into the chain rule formula as shown above.

I will work one of these all the way to the end a little later, but for now I’d like to do a couple more examples up to this point.

Example 2

Find the derivative of h(x)=2sin(x^2+4).

Determining f and g

Like last time, the first thing we need to do is determine what we will call our inside function and our outside function.  First we will figure out the inside function.  As I said before, the inside function is usually a bit easier to see because an easy place to start is to simply take the part of the function inside parenthesis.

If we do this in this case, we would say that our inside function is g(x)=x^2+4.  I would like to point out that this will not always work every time.  However, it is a good place to start.  You can always come back to this step if you realize your original choice for the inside function doesn’t work well.

If we say that our inside function is the x^2+4 part, all we need to do to figure out the outside function is replace that piece with a single x and see what we have left.  If we do this, we are left with f(x)=2sin(x).

Now we have two functions, f(x)=2sin(x) and g(x)=x^2+4, that are much easier to derive.  Therefore, we can use these functions, find their derivatives, and put all those pieces into the chain rule formula.

Now I would like to do one example all the way from beginning to end.

Example 3

Find the derivative of h(x)=\big(x^3+18\big)^{56}.

Determining f and g

Just like the first two examples, the first thing we want to do is determine our inside and our outside functions.  As before, let’s start with the inside function.  This is another case where our inside function is fairly obvious because it’s surrounded by a set of parenthesis.  Therefore, we will call our inside function g(x)=x^3+18.

Once we have our inside function, we need to determine our outside function.  To do this, we will go back to our original function and replace the inside function with a single x.  So we will replace the x^3+18 all with a single x.  Doing this gives us f(x)=x^{56}.

Dealing with each piece of the formula

Now we have determined our outside and inside functions to be f(x)=x^{56} and g(x)=x^3+18.  Now, in order to use the chain rule formula to find the derivative of our original function h(x) we also need to find f'(x) and g'(x).

Both of these derivatives can be found simply using the power rule.  If you can’t remember how to do this, I discussed the power rule in this article here.  All you need to do is move the power down in front of the x and lower its power by 1.

Doing this gives us:

$$f'(x)=56x^{55}$$

$$g'(x)=3x^2$$

Putting it all together

Now, similarly to the product and quotient rule, once we have the four necessary components we can just plug them into the chain rule formula and simplify.  Remember,

$$h'(x)=f'(g(x))\cdot g'(x)$$

Before I proceed I would like to quickly explain what the notation f'(g(x)) means.  Think about what it means to find, for example, f(2).  All this means is that you need to plug 2 into your function called f.  Or in other words, go to your function f(x) and replace every x with a 2.  By this same reasoning, f'(g(x)) means we need to take our function f' and replace each x with our entire function g(x).  So we will change each x in our equation into (x^3+18).  I suggest putting parenthesis around the entire function when you plug it into each x because this will help make sure you simplify correctly.

Now let’s go ahead and use the formula.  We will plug g(x) into f'(x), then multiply that whole piece by our entire function g'(x).

$$h'(x)=\Big(56\big(x^3+18\big)^{55}\Big)\Big(3x^2\Big)$$

Now you just want to simplify, and this tells you that our final derivative is:

$$h'(x)=168x^2\big(x^3+18\big)^{55}$$

Enter your email and name below and I’ll send you my calculus 1 study guide straight to your inbox!

Go check out my other lessons on the derivatives page.  There’s a lot of topics covered there that are worth taking a look at.  You can also see some more practice problems using the chain rule here.  And don’t forget, if you have any questions about this article or any suggestions for future lessons I haven’t touched on, leave a comment or email me at jakesmathlessons@gmail.com!

The Quotient Rule

Similar to the product rule, the quotient rule is a tool for finding complex derivatives by breaking them down into simpler pieces.  There is one main difference between the two.  As the names imply, the product rule is applicable when you need to find the derivative of a function that is actually the product of two simpler functions and the quotient rule is used when your function can be described as one simpler function being divided by another.

Like the product rule, there are a few different ways you might see the quotient rule represented.  I recommend picking the one that makes the most sense to you so that you can memorize the formula.

For our functions f(x) and g(x):

$$\frac{d}{dx}\Bigg[\frac{f(x)}{g(x)}\Bigg]=\frac{\frac{d}{dx}\big[f(x)\big]g(x)-f(x)\frac{d}{dx}\big[g(x)\big]}{\big(g(x)\big)^{2}}$$

$$\Bigg(\frac{f}{g}\Bigg)’=\frac{f’\cdot g-f\cdot g’}{g^2}$$

$$\Bigg(\frac{f(x)}{g(x)}\Bigg)’=\frac{f'(x)\cdot g(x)-f(x)\cdot g'(x)}{g^2(x)}$$

Unlike the product rule, the order does matter here.  This is because we are using subtraction and division rather than addition and multiplication.  Since we need the pieces to be in the correct order, it is helpful to come up with some method for memorizing the quotient rule as I have shown it above.

How to remember the quotient rule

We need to take the derivative of some function, that can be represented as a fraction made up of two functions that are easier to derive.  In other words we will be considering the “top” of the fraction and the “bottom” of the fraction as two separate, simpler functions.  The method I like to use to remember this formula is to think of the function in the numerator and the “high” portion and the denominator as the “low” portion.  These will be abbreviated as “Hi” and “Lo.”

$$\Bigg(\frac{f(x)}{g(x)}\Bigg)’=\Bigg(\frac{Hi}{Lo}\Bigg)’=\frac{Lo \ dHi-Hi \ dLo}{Lo^2}$$

And if you read it out loud, it almost seems to have a little jingle to it, which makes is easier to remember:

Lo d Hi minus Hi d Lo, all over Lo squared.

Just to add a little clarification, the “d” means you should take the derivative of the following piece.  So, “d Hi” should be where you plug in the derivative of the function that makes up the top half of the fraction.

Example 1

Find the derivative of h(x)=\frac{e^x}{\sqrt{x}}.

Recognizing when to use the quotient rule

Just like we did with the product rule example, we want to first recognize how we will split up this function.  In other words, we need to recognize which part we will consider f(x) and which part we will consider g(x).  The main difference is that this distinction does matter with the quotient rule.  We need to call f(x) our top function and g(x) our bottom function.

Therefore, we need to say f(x)=e^x and g(x)=\sqrt{x}.  Once we have made this distinction, we can consider these two functions individually for a moment and find each of their derivatives.  I already found these derivatives in Example 1 of The Product Rule.  If you want to see this again, click here.

By using the previous example, we already know f'(x) and g'(x).  I recommend writing out f(x), f'(x), g(x), and g'(x) all in one place before using the quotient rule formula.  So far we have:

$$f(x)=e^x$$

$$g(x)=\sqrt{x}=x^\frac{1}{2}$$

$$f'(x)=e^x$$

$$g'(x)=\frac{1}{2}x^{-\frac{1}{2}}$$

Putting it all together

Now that we have figured out these four parts, we can simply plug them into the quotient rule formula we have above.  This tells us that:

$$h'(x)=\Bigg(\frac{e^x}{\sqrt{x}}\Bigg)’=\frac{\Big(x^\frac{1}{2}\Big)(e^x)-(e^x)\Big(\frac{1}{2}x^{-\frac{1}{2}}\Big)}{\big(\sqrt{x}\big)^2}=\frac{e^x\Big(x^\frac{1}{2}-\frac{1}{2}x^{-\frac{1}{2}}\Big)}{x}$$

$$=e^x\Big(x^{-\frac{1}{2}}-\frac{1}{2}x^{-\frac{3}{2}}\Big)$$

Please don’t forget to leave a comment or email me at jakesmathlessons@gmail.com with any questions or suggestions for future lessons!  Also, I recommend going to the derivatives page to see other topics I’ve covered.  And you can see more quotient rule practice problems here.  Just send me an email if you can’t find what you’re looking for and I’ll see what I can do to help!

Also, enter your name and email in the form below and I’ll send you my calculus 1 study guide as a FREE bonus for joining my email list!