Skip to main content

Business Calculus with Excel

Section 5.2 Related Rates

As we have seen, dydx is the instantaneous rate of change of y with respect to x. In Chapter 4 we learned techniques for finding dydx when y is defined as a function of x. In the last section we learned how to use implicit differentiation to find dydx when we were given an equation in x and y. In this section we want find dydx when x and y are both described in terms of another variable. As with the section on related rates, we will start with an example where we can solve the problem by eliminating the extra variable before differentiating, and then look at how to solve with related rates.

Example 5.2.1. Change in revenue with respect to expense, doable two ways.

We can buy widgets wholesale for $10 a widget. In the. retail market, the demand price of widgets is $20 minus 0.1 times the quantity to be sold. Find the derivative of revenue with respect to expense.
Solution 1. Solution A
The revenue and cost functions for widgets depend on the quantity q. The formulas for revenue and cost are:
Revenue=q(200.1q)=20q0.1q2Cost=10q.
We can solve the second equation for quantity and substitute back into the first equation. This now gives us the revenue function in terms of cost (c).
Quantity=0.1cRevenue=2c0.001c2.
It is straightforward to take the derivative:
dRevenuedCost=20.002Cost.
Note that the derivative is positive for cost between $0 and $1000. This implies that the revenue is rising until the cost is $1000. After we hit a cost of $1000, the derivative becomes negative. This indicates that the revenue will actually decrease.
Solution 2. Solution B
The alternative method is to differentiate the equations for revenue (r) and cost (c) with respect to quantity (q), and find the two derivatives drdq and dcdq, then treat them as fractions. The derivative we want is the quotient of these fractions.
The revenue and cost functions for widgets are the same as above.
Revenue=20q0.1q2Cost=10q
We now differentiate:
drdq=200.2qdcdq=10
We divide these derivatives to get the desired derivative.
change in revenuechange in cost:drdc=drdq/dcdq=(200.2q)/10.
Substituting q=0.1c gives the same solution we had from the first method.
When using the method of related rates, we act as if the derivatives are fractions that we can multiply or divide to obtain the appropriate fraction. We want to use a bit of caution with that approach, because it does not work with higher order derivatives, or with derivatives of functions of several variables. However, for derivatives of one variable the intuition works. Once again, if we zoom in far enough, the curve will look like a straight line and the derivative is the quotient of rise over run.
For the first example we could use both methods. We either use algebra to eliminate the extra variable, or find two rates of change and combine them to find the rate we are interested in. For some problems we will only have one choice, either because the algebra is too hard, or because we have been given partial information and the algebraic method is impossible.

Example 5.2.2. Change in revenue with respect to expense, q elimination hard.

The cost (c(q)) and revenue (r(q)) equations for gizmos are both given in terms of quantity (q)
r(q)=30q0.1q20.001q3c(q)=500+10q0.01q2
Find the derivative of revenue with respect to cost (i.e. drdc when q=50.
Solution.
Since the cost is quadratic in quantity, solving for revenue as a function of cost involves more work than we need for this problem. The appropriate derivatives are:
drdq=300.2q0.003q2dcdq=100.02q.
When q=50, we have
drdq=300.2500.003502=12.5dcdq=100.0250=9.
We divide these derivatives to get the desired derivative.
drdc=drdq/dcdq=12.591.389.
This means that when Quantity=50, there is an increase of $1.39 for every dollar increase in cost of investment.

Example 5.2.3. Change in revenue with respect to expense, long variable names.

We have the following cost and revenue information for whatchamacallits:
Revenue=50Quantity0.01Quantity2dCostdQuantity=15.
Find the derivative of revenue with respect to cost when Quantity=100.
Solution.
In this example we do not have a formula that lets us solve for revenue as a function of cost, so we must use the method of related rates. The other derivatives is:
dRevenuedQuantity=500.02Quantity.
When Quantity=100, we have dRevenuedQuantity=500.02100=48. Thus
dRevenuedCost=dRevenuedQuantity/dCostdQuantity=4815=3.2.
Related rates are also useful when we are looking at a two-step process and we are interested in the rate of the combined process.

Example 5.2.4. Composition of functions.

We are producing widgets (w). The manufacturing process turns goop (g) into sludge (s) and sludge into widgets. The yield equations in the appropriate units are:
widgets(sludge)=4sludge0.1sludge2,
or in shorthand notation: w(s)=4s0.1s2, and
sludge(goop)=3goop+.1goop2,
or in shorthand notation: s(g)=3g+.1g2.
Find the derivative of widgets with respect to goop when g=10.
Solution.
We note that when g=10, we have s=310+.1102=40. In this example we will take the derivatives of our equation. We will then multiply them to get the derivative we want.
d widgetsd sludge=dwds=40.02sd sludged goop=dsdg=3+.2g.
When g=10, dwds=(40.0240)=3.2, and dsdg=3+0.210=5. We need to multiply the derivatives to cancel the ds.
dwdg=dwdsdsdg=(3.2)(5)=16.
Thus the rate of widget production is increasing by 16 units per increase in on unit of goop at that point.
We often run into situations where several quantities are related by some constraint or equation. In such situations we will want to know the rate at which quantities are changing with time. The technique of related rates gives us a way to move from one rate with respect to time to another. Recall the Cobb-Douglas equation from the last section:
Y=ALαKβ,
where Y, L, and K represent total production, labor, and capital, respectively. If we know the rate of investment in capital equipment, we will be interested in the rate of change of labor with respect to time. An interesting question is to ask for the rate of change of capital with respect to labor, or how increasing or reducing capital investment will raise or lower labor costs.

Example 5.2.5. Cobb-Douglas.

A gizmo manufacturer has a production function given by
Y=50L0.75K0.25.
The manufacturer currently uses 16 units of labor and 81 units of capital. The total production is constant but the manufacturer is investing in automation. The derivative of capital with respect to time is 2. How fast is the amount of labor needed changing?
Solution.
We are going to assume that both labor and capital are functions of time and the Y is a constant. We start by implicitly differentiating our equation with respect to time.
ddt(Y=50L0.75K0.25)0=50(0.75L0.25dLdtK.25+L.75.25K0.75dKdt).
We now substitute in for the values of K, L, and dKdt, which were given.
0=50(0.75160.25d Ld t810.25+160.75.25810.752)0=3/41/2dLdt3+81/41/272dLdt=32/2430.1317.
If capital is increasing at a rate of 2 per unit of time, then labor is decreasing at a rate of 0.1317 per unit of time.

Summary.

The related rates technique is an application of the chain rule. We use this technique when we have either three variables. We may want the rate of change of one variable with respect to a second, and those variables may be connected through equations using a third variable. We may also want to relate the rate of change of two variables with respect to time. We take advantage of the fact that we can think of a derivative as a fraction of two small values. We either want to multiply or divide theses fractions to obtain the desired derivative.

Reading Questions Reading Check

1. Reading check, Related Rates.

This question checks your reading comprehension of the material is section 5.2, Related Rates, of Business Calculus with Excel. Based on your reading, select all statements that are correct. There may be more than one correct answer. The statements may appear in what seems to be a random order.
  1. Related rates are useful when we are looking at a two-step process and we are interested in the rate of the combined process.
  2. Related rates are useful when we are looking at a two variables related by some constraint or equation and both are varying with time.
  3. Related rates and implicit differentiation are interchangeable methods.
  4. When using the method of related rates, we act as if the derivatives are fractions that we can multiply or divide to obtain the appropriate fraction.
  5. We always can use algebra to reduce to two variables, so we do not really need related rates.
  6. The related rates technique is an application of the chain rule.
  7. None of the above

Exercises Exercises: Related Rates Problems

1.

Let y=3x+5 and z=4y+7. Find dzdx when x=2 by solving for z as a function of x and taking the derivative, and also by finding dzdy and dydx and using related rates to apply the chain rule.
Solution.
  • z=4y+7=4(3x+5)+7=12x+27dzdx=12
  • z=4y+7y=3x+5dzdy=4dydx=3dzdx=dzdydydx=43=12

2.

Let y=x23x+5 and z=y2y+6. Find dz/dx when x=1 by solving for z as a function of x and taking the derivative, and also by finding dzdy and dydx and using related rates to apply the chain rule.

3.

Let y=10001.06x and z=200y+3. Find dzdx when x=5.
Solution.
First find the derivative
dzdx=dzdydydx=(200)(10001.06xln(1.06))=200,000ln(1.06)1.06x.
Next plug in our value of x:
When x=5,dzdx=200,000ln(1.06)1.065.

4.

Let y=2001.08x+500x and z=y2+y. Find dzdx when x=3.

5.

Let y=3x+5 and z=4x+7. Find dzdy when x=2 by solving for z as a function of y and taking the derivative, and also by finding dzdx anddydx and using related rates to apply the chain rule.
Solution.
  • If y=3x+5 then x=y53. Hence z=4x+7=43(y5)+7=43y+13, so dzdy=43.
  • dzdx=4,dydx=3,dzdy=dz/dxdy/dx=43

6.

Let y=x23x+5 and z=x2+4x+5. Find dzdy when x=3.

7.

Let y=10001.05x and z=100(1+.5x). Find dzdy when x=10.
Solution.
First find the derivative:
dzdy=dz/dxdy/dx=5010001.05xln(1.05).
Next plug in our value of x:
When x=10,dzdy=5010001.0510ln(1.05).

8.

Let y=1001.08x and z=1001.02x. Find dzdy when x=10.

9.

Let y=x23x+5 and dzdy=3. Find dzdx when x=7.
Solution.
We want to find dzdx. We know dzdy and we can compute dydx, hence we compute:
dydx=2x3, hence at x=7 we have dydx=11dzdx=dzdydydx=(3)(11)=33

10.

Let y=500.96x and dzdy=5. Find dzdx when x=4.

11.

Let y=x25x+7 and dzdx=8. Find dzdy when x=7.
Solution.
We want to find dzdy. We know dzdx and we can compute dydx, hence we compute:
dydx=2x5, hence at x=7 we have dydx=9dzdy=dz/dxdy/dx=89

12.

Let z=x23x+5 and dydx=3. Find dy/dz when x=7.

13.

The revenue and expense equations for gizmos are
Revenue=30Quantity0.1Quantity2expense=500+10Quantity
Find the derivative of revenue with respect to expense when Quantity=100.
Solution.
If R=Revenue=30q0.1q2, then dRdq=300.2q.
If E=expense=500+10q, then dEdq=10.
Combining the two rates we get
dRdE=dR/dqdE/dq=300.2q10.
Hence at q=100 we have that
dRdE=300.2(100)10=1010=1.

14.

The revenue and expense equations for widgets are
Revenue=200Quantity0.1Quantity2+.005Quantity3expense=1000+20Quantity.
Find the derivative of revenue with respect to expense when Quantity=50.

15.

The production of gadgets is a two step process:
productA=50RawMaterial+.01RawMaterial2gadgets=4productA0.0001productA2.
Find the derivative of gadgets with respect to RawMaterial when productA=20.
Solution.
Let’s simplify the notation and write the two equations as
p=50r+0.01r2g=4p0.0001p2.
We want to find dgdr when p=20.
What do we have?
dpdr=50+0.02rdgdp=40.0002pThen dgdr=dgdpdpdr=(40.0002p)(50+0.02r).
We know p=20 (given), but we need r to plug into the second part of the equation. The only function that tells us anything about r is p=50r+0.01r2. If p=20 this means 20=50r+0.01r2. So 0.01r2+50r20=0.
By the quadratic equation we have r=50±25004(0.01)(20)0.02.
Using Wolfram Alpha we have that r=0.4. Then
dgdr=(40.004)(50+0.008)199.83gadgetsraw material.

16.

The production of whatchamacallits is a three step process:
productA=10RawMaterial7productB=15productA20whatchamacallits=6productB5.
Find the derivative of whatchamacallits with respect to RawMaterial when productA=15.

Exercise Group.

Find the indicated derivative for the production function.
17.
Our production function is 960=5L0.25K0.75. Find dLdt if L=81, K=256, dKdt=5.
Solution.
Take the derivative with respect to t:
ddt960=5ddt[L0.25K0.75]0=5[ddt(L0.25)K0.75+L0.25ddt(K0.75)]0=[ddt(L0.25)K0.75+L0.25ddt(K0.75)]0=[0.25L0.75dLdtK0.75+L0.250.75K(0.25)dKdt].
Solve for dLdt:
0.25L0.75dLdtK0.75=L0.250.75K0.25dKdtdLdt=L0.250.75K0.250.25L0.75K0.75dKdt=3LKdKdt.
If L=81, K=256, dKdt=5, then we have dLdt=38125654.75.
18.
Our production function is 4000=4L.25K.75. Find dKdt if L=1000, K=1000, dLdt=10.
You have attempted of activities on this page.