Fiveable

🔟Elementary Algebra Unit 8 Review

QR code for Elementary Algebra practice questions

8.9 Use Direct and Inverse Variation

8.9 Use Direct and Inverse Variation

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔟Elementary Algebra
Unit & Topic Study Guides

Direct and Inverse Variation

Direct and inverse variation describe how two quantities are connected. In direct variation, both quantities move in the same direction. In inverse variation, they move in opposite directions. These patterns show up constantly in science, finance, and everyday problem-solving, and they tie directly into the rational expressions you've been working with in this unit.

Direct and Inverse Variation

Direct variation problem solving, 5.1 – Direct Variation – Mr. Orr is a Geek.com

Direct variation problem solving

Direct variation means two quantities xx and yy are related by the equation:

y=kxy = kx

Here, kk is a non-zero constant called the constant of variation (or constant of proportionality). The key idea: when xx doubles, yy doubles. When xx triples, yy triples. They scale together.

You can spot direct variation by checking whether the ratio yx\frac{y}{x} stays the same for every pair of values. If it does, you have direct variation, and that constant ratio is kk.

How to solve a direct variation problem:

  1. Write the equation y=kxy = kx
  2. Substitute a known pair of xx and yy values to solve for kk
  3. Rewrite the equation with your value of kk
  4. Substitute the new xx (or yy) to find the unknown quantity

Example: The cost of apples (yy) varies directly with the number of pounds purchased (xx). If 3 pounds cost $6, find the cost of 5 pounds.

  1. Start with y=kxy = kx
  2. Plug in y=6y = 6 and x=3x = 3: 6=k(3)6 = k(3), so k=2k = 2
  3. The equation is y=2xy = 2x
  4. For 5 pounds: y=2(5)=10y = 2(5) = 10. The cost is $10.

Since y=kxy = kx is a linear equation with no added constant, the graph of a direct variation is always a straight line passing through the origin (0,0)(0, 0). The slope of that line is kk.

Direct variation problem solving, Variation - The Bearded Math Man

Applications of inverse variation

Inverse variation means two quantities xx and yy are related by the equation:

y=kxy = \frac{k}{x}

This time, as one quantity increases, the other decreases. You can spot inverse variation by checking whether the product xyxy stays the same for every pair of values. If it does, that constant product is kk.

How to solve an inverse variation problem:

  1. Write the equation y=kxy = \frac{k}{x}
  2. Substitute a known pair of xx and yy values to solve for kk
  3. Rewrite the equation with your value of kk
  4. Substitute the new xx (or yy) to find the unknown quantity

Example 1: The time to fill a pool (yy) is inversely proportional to the number of hoses used (xx). If it takes 6 hours with 2 hoses, how long with 3 hoses?

  1. Start with y=kxy = \frac{k}{x}
  2. Plug in y=6y = 6 and x=2x = 2: 6=k26 = \frac{k}{2}, so k=12k = 12
  3. The equation is y=12xy = \frac{12}{x}
  4. For 3 hoses: y=123=4y = \frac{12}{3} = 4. It takes 4 hours.

Example 2: Light intensity (yy) is inversely proportional to the square of the distance (xx) from the source: y=kx2y = \frac{k}{x^2}. If the intensity is 100 lux at 2 meters, find the intensity at 4 meters.

  1. Start with y=kx2y = \frac{k}{x^2}
  2. Plug in: 100=k22=k4100 = \frac{k}{2^2} = \frac{k}{4}, so k=400k = 400
  3. The equation is y=400x2y = \frac{400}{x^2}
  4. At 4 meters: y=40016=25y = \frac{400}{16} = 25 lux

Note that Example 2 is technically an inverse square variation, not a simple inverse variation. Your course may or may not cover this distinction, but the solving process is the same.

Direct vs inverse relationships

Being able to tell these apart is half the battle. Here's a quick comparison:

Direct VariationInverse Variation
Equationy=kxy = kxy=kxy = \frac{k}{x}
What stays constantThe ratio yx=k\frac{y}{x} = kThe product xy=kxy = k
When xx increasesyy increasesyy decreases
Graph shapeStraight line through the originHyperbola (curve)

Recognizing direct variation in context:

  • Distance traveled varies directly with time at constant speed. If a car travels 120 miles in 2 hours, then k=60k = 60 mph, and in 3 hours it travels 60×3=18060 \times 3 = 180 miles.
  • Pay varies directly with hours worked at a constant rate. If someone earns $75 for 5 hours, then k=15k = 15 dollars/hour, and 8 hours earns 15×8=12015 \times 8 = 120 dollars.

Recognizing inverse variation in context:

  • Days to complete a project varies inversely with the number of workers. If 6 workers finish in 10 days, then k=60k = 60, and 4 workers would take 604=15\frac{60}{4} = 15 days.
  • Boyle's Law: gas pressure varies inversely with volume at constant temperature. If pressure is 2 atm at 5 liters, then k=10k = 10, and at 2 liters the pressure is 102=5\frac{10}{2} = 5 atm.

A practical tip: ask yourself, "If I increase one quantity, does the other go up or down?" Same direction means direct. Opposite directions means inverse.

Graphical representation and analysis

The graph of direct variation (y=kxy = kx) is a straight line through the origin. If k>0k > 0, the line rises from left to right. If k<0k < 0, it falls. The steeper the line, the larger the absolute value of kk.

The graph of inverse variation (y=kxy = \frac{k}{x}) is a hyperbola. The curve approaches both axes but never touches them (the axes are asymptotes). For positive kk, the curve sits in the first and third quadrants. As xx gets very large, yy gets closer and closer to zero, but never reaches it.

When you're given a graph on a test, check two things:

  • Does it pass through the origin? If yes, it could be direct variation.
  • Does it curve toward the axes without crossing them? That's the signature shape of inverse variation.

You can also use graphs to estimate unknown values by reading coordinates off the curve or line, then verify with the equation.