Skip to main content
Logo image

Section 5.5 Inverse Variation

Subsection 5.5.1 Inverse Variation

How long does it take to travel a distance of 600 miles? The answer depends on your average speed. If you are on a bicycle trip, your average speed might be 15 miles per hour. In that case, your traveling time will be
T=DR=60015=40 hours
(Of course, you will have to add time for rest stops; the 40 hours are just your travel time.)
If you are driving your car, you might average 50 miles per hour. Your travel time is then
T=DR=60050=12 hours
If you take a commercial air flight, the plane’s speed might be 400 miles per hour, and the flight time would be
T=DR=600400=1.5 hours
You can see that for higher average speeds, the travel time is shorter. In other words, the time needed for a 600-mile journey is a decreasing function of average speed. In fact, a formula for the function is
T=f(R)=600R
This function is an example of inverse variation. A table of values and a graph of the function are shown below.
R T
10 60
15 40
20 30
50 12
200 3
400 1.5
graph of time vs average speed

Inverse Variation.

y varies inversely with x if
y=kxx0
where k is a positive constant.

Caution 5.5.1.

Inverse variation describes a decreasing function, but not every decreasing function represents inverse variation. People sometimes mistakenly use the phrase varies inversely to describe any decreasing function, but if y varies inversely with x, the variables must satisfy an equation of the form y=kx, or xy=k.
To decide whether two variables truly vary inversely, we can check whether their product is constant. For instance, in the preceding travel-time example, we see from the table that RT=600.
R 10 15 20 50 200 400
T 60 40 30 12 3 1.5
RT 600 600 600 600 600 600

Checkpoint 5.5.2. QuickCheck 1.

How can you test whether a table for y=f(x) represents inverse variation?
  1. Check whether xy is a constant.
  2. Check whether the function is decreasing.
  3. Check whether y is the reciprocal of x.
  4. Check whether y/x is a constant.

Subsection 5.5.2 Finding a Formula for Inverse Variation

If we know that two variables vary inversely and we can find one pair of corresponding values for the variables, we can determine k, the constant of variation.

Example 5.5.3.

The amount of current, I, that flows through a circuit varies inversely with the resistance, R, on the circuit. An iron with a resistance of 12 ohms draws 10 amps of current.
  1. Write a formula that gives current as a function of the resistance.  [TK]
  2. Complete the table and graph your function in a suitable window.
    R 1 2 10 20
    I 0000 0000 0000 0000
  3. How much current is drawn by a light bulb with a resistance of 533.3 ohms?
  4. What is the resistance of a toaster that draws 12.5 amps of current?

Solution.

  1. Because I varies inversely with R, we know that I=kR. To find the constant k, we substitute 10 for I and 12 for R.
    10=k12Solve for k.k=1012=120
    So the formula is I=120R.
  2. We use the formula to complete the table.
    R 1 2 10 20
    I 120 60 12 6
    A graph of I as a function of R is shown below.
    current vs resistance
  3. We substitute 533.3 for R in the formula.
    I=120533.3=0.225
    The light bulb draws 0.225 amps of current.
  4. We substitute 12.5 for I in the formula and solve for R.
    12.5=120RSolve for R.R=12012.5=9.6
    The toaster has a resistance of 9.6 ohms.

Checkpoint 5.5.4. Practice 1.

Delbert’s officemates want to buy a $120 gold watch for a colleague who is retiring. The cost per person is inversely proportional to the number of people who contribute.
  1. Express the cost per person, C, as a function of the number of people, p, who contribute.
  2. Sketch the function for 0p20.  [TK]  
Solution.
  1. C=120p
  2. reciprocal

Subsection 5.5.3 Inverse Variation with a Power

We can also define inverse variation with a power of the variable.

Inverse Variation with a Power.

y varies inversely with xn if
y=kxnx0
where k and n are positive constants.
We may also say that y is inversely proportional to xn.

Example 5.5.5.

The intensity of electromagnetic radiation, such as light or radio waves, varies inversely with the square of the distance from its source. Radio station KPCC broadcasts a signal that is measured at 0.016 watt per square meter by a receiver 1 kilometer away.
  1. Write a formula that gives signal strength as a function of distance.
  2. If you live 5 kilometers from the station, what is the strength of the signal you will receive?
  3. Graph your function in the window
    Xmin=0Xmax=6Ymin=0Ymax=0.02

Solution.

  1. Let I stand for the intensity of the signal in watts per square meter, and d for the distance from the station in kilometers. Then I=kd2. To find the constant k, we substitute 0.016 for I and 1 for d. Solving for k gives us
    0.016=k12k=0.016(12)=0.016
    Thus, I=0.016d2.
  2. Now we can substitute 5 for d and solve for I.
    I=0.01652=0.00064
    At a distance of 5 kilometers from the station, the signal strength is 0.00064 watt per square meter.
  3. The graph is shown below.
    inverse-square
To summarize, an inverse variation is an example of a decreasing function, but not every decreasing function describes an inverse variation.

Test for Inverse Variation.

If the product  yxn  is constant and n is positive, then y varies inversely with xn.
The graphs of some typical inverse variations are shown below. They are versions of the basic graphs you studied in Section 5.3, but restricted to positive x-values only.
inverse variation

Checkpoint 5.5.6. QuickCheck 2.

Use the table to decide whether H could vary inversely with m2.
m 0.05 0.20 0.25 0.4
H 240 15 9.6 3.75
Solution.
Yes, the product Hm2 is the constant 0.6 for all pairs (m,H) in the table.
In Section 5.4, we considered the scaling property of direct variation. If y=kx and you double the value of x, then the value of y doubles also. If y=kx2 and you double the value of x, then the value of y is multiplied by a factor of 22=4.
What happens when you double the input of an inverse variation?

Example 5.5.7.

The weight, w, of an object varies inversely with the square of its distance, d, from the center of the Earth. Thus,
w=kd2
If you double your distance from the center of the Earth, what happens to your weight? What if you triple the distance?

Solution.

Suppose you weigh W pounds at distance D from the center of the Earth. Then W=kD2. At distance 2D, your weight will be
w=k(2D)2=k4D2=14kD2=14W
Your new weight will be 14 of your old weight. By a similar calculation, you can check that by tripling the distance, your weight will be reduced to 19 of its original value.

Checkpoint 5.5.8. Practice 2.

The amount of force, F, (in pounds) needed to loosen a rusty bolt with a wrench is inversely proportional to the length, l, of the wrench. Thus,
F=kl
If you increase the length of the wrench by 50% so that the new length is 1.5l, what happens to the amount of force required to loosen the bolt?
Solution.
Fnew=23Fold

Checkpoint 5.5.9. QuickCheck 3.

Match each formula with its description below.
  1. Direct variation
  2. Direct variation with a power
  3. Inverse variation
  4. Inverse variation with a power
  1. I=50d2
  2. S=15.3h2
  3. N=2600P
  4. C=85A
Solution.
  1. iv
  2. ii
  3. iii
  4. i

Exercises 5.5.4 Problem Set 5.5

Warm Up

Exercise Group.
For Problems 1-4, choose variables and write an equation relating them. Which equations describe inverse variation?
1.
Rachel spends one-third of her income on rent.
2.
There were two candidates in the election for mayor of Centerville, Smith and Jones. A total of 4800 votes were cast (no write-in votes).
3.
Water is leaking from a 2000-gallon tank at a rate of one cup per day. (There are 16 cups in a gallon.) The amount of water left in the tank is a function of the amount leaked out.
4.
Craig is planning to tile the floor of a 250-square foot room. He is deciding what size tile to use, and how many tiles he will need.

Skills Practice

5.
Which of these graphs could describe inverse variation?
graph
6.
Which of these graphs could describe inverse variation?
graph
Exercise Group.
For Problems 7 and 8,
  1. Use the values in the table to find the constant of variation, k, and write y as a function of x.
  2. Fill in the rest of the table with the correct values.
  3. What happens to y when you double the value of x?
7.
y varies inversely with x.
x 4 20 30
y 15 6 3
8.
y varies inversely with the square of x.
x 0.2 2 4
y 80 1.25 0.8
Exercise Group.
For Problems 9–12, decide whether
  1. y varies inversely with x
  2. y varies inversely with x2
  3. y does not vary inversely with a power of x
Explain why your choice is correct. If your choice is (a) or (b), find the constant of variation, k.
9.
x 0.5 2 3 6
y 288 18 8 2
10.
x 0.5 2 4 5
y 100.0 25.0 12.5 10.0
11.
x 1 1.3 3 4
y 4.0 3.7 2.0 1.0
12.
x 0.5 2 3 5
y 180.00 11.25 5.00 1.80

Applications

13.
The marketing department for a paper company is testing wrapping paper rolls in various dimensions to see which shape consumers prefer. All the rolls contain the same amount of wrapping paper.
Width (feet) 2 2.5 3
Length (feet) 12 9.6 8
Length×Width 00000 00000 00000
  1. Compute the product of the length and width for each roll of wrapping paper. What is the constant of inverse proportionality?
  2. Express the length, L, of the paper as a function of the width, w, of the roll.
  3. Sketch a graph of the function by hand, and label the scales on the axes.
14.
The force of gravity on a 1-kilogram mass is inversely proportional to the square of the object’s distance from the center of the Earth. The table shows the force on the object, in newtons, at distances that are multiples of the Earth’s radius.
Distance (Earth radii) 1 2 4
Force (newtons) 9.8 2.45 0.6125
Force×distance2 00000 00000 00000
  1. Compute the products of the force and the square of the distance. What is the constant of inverse proportionality?
  2. Express the gravitational force, F, on a 1-kilogram mass as a function of its distance, r, from the Earth’s center, measured in Earth radii.
  3. Sketch a graph of the function by hand, and label the scales on the axes.
15.
Computer monitors produce a magnetic field. The effect of the field, B, on the user varies inversely with his or her distance, d, from the screen. The field from a certain color monitor was measured at 22 milligauss 4 inches from the screen.
  1. Express the field strength as a function of distance from the screen. Complete the table and graph your function in a suitable window.
    d 1 2 12 24
    B 0000 0000 0000 0000
  2. What is the field strength 10 inches from the screen?
  3. An elevated risk of cancer can result from exposure to field strengths of 4.3 milligauss. How far from the screen should the computer user sit to keep the field level below 4.3 milligauss?
  4. If you double your distance from the screen, how does the field strength change?
16.
Boyle’s law says that the pressure on a gas is inversely proportional to the volume it occupies. For example, deep-sea divers who return to the surface too rapidly get "the bends" when nitrogen bubbles in the blood expand. Suppose a submarine at a depth of 100 meters, where the pressure is 10.7 atmospheres, releases a bubble of volume 1.5 cubic centimeters.
  1. Find a formula for the volume of the bubble as a function of the pressure.
  2. What will the volume of the bubble be when it reaches the surface, where the pressure is 1 atmosphere?
  3. Graph your function.
17.
After the 2017 wildfires, California needs to replant 129,000,000 trees. The amount of time this will take is inversely proportional to the number of workers planting trees. On average, one worker can plant 2000 tree seedlings each day.
  1. How many days would it take 100 workers to plant the trees?
  2. Write a formula for the number of working days, D, it will take n workers to plant the trees.
  3. How many workers would be needed to plant the trees in 300 working days?
Exercise Group.
The functions described by a table or a graph in Problems 18–21 are examples of inverse variation.
  1. Find a formula for the function, including the constant of variation, k.
  2. Answer the question in the problem.
18.
If the price of mushrooms goes up, the amount consumers are willing to buy goes down. The graph shows the number of tons of shiitake mushrooms, m, sold in California each week as a function of their price, p. If the price of shiitake mushrooms rises to $10 per pound, how many tons will be sold?
decreasing concave up
19.
When an adult plays with a small child on a seesaw, the adult must sit closer to the pivot point to balance the seesaw. The graph shows this distance, d, as a function of the adult’s weight, w. How far from the pivot must Kareem sit if he weighs 280 pounds?
decreasing concave up
20.
The thermocline is a layer of ocean water where the temperature changes rapidly. The table shows the temperature of the water as a function of depth in the thermocline. What is the ocean temperature at a depth of 500 meters?
Depth (m) Temperature (C)
200 20
400 10
1000 4
21.
The shorter the length of a vibrating guitar string, the higher the frequency of the vibrations. The fifth string is 65 centimeters long and is tuned to A (with a frequency of 220 vibrations per second). The placement of the fret relative to the bridge changes the effective length of the guitar string. The table shows frequency as a function of effective length. How far from the bridge should the fret be placed for the note C (256 vibrations per second)?
Length (cm) Frequency
55 260
57.2 250
65 220
71.5 200
22.
The intensity of illumination, I, from a lamp varies inversely with the square of your distance, d, from the lamp.
  1. If you double your distance from a reading lamp, what happens to the illumination?
  2. If you triple the distance, what happens to the illumination?
  3. If you increase the distance by 25%, what happens to the illumination?
You have attempted 1 of 1 activities on this page.