Fiveable

📏Honors Pre-Calculus Unit 3 Review

QR code for Honors Pre-Calculus practice questions

3.9 Modeling Using Variation

3.9 Modeling Using Variation

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Modeling Using Variation

Variation describes how variables change relative to each other, and it gives you a way to build equations that model real-world relationships. Whether it's the cost of gas, the time to finish a job, or the behavior of a gas under pressure, variation lets you translate a verbal description into a formula you can actually solve.

The process always follows the same core steps: identify the type of variation, write the general equation, use known values to find the constant kk, then use your equation to answer new questions.

Pep mascot
more resources to help you study

Direct Variation in Real-World Problems

Direct variation means one variable is a constant multiple of another. The formula is:

y=kxy = kx

where kk is the constant of variation (sometimes called the constant of proportionality).

How to recognize direct variation:

  • On a graph, it's a straight line that passes through the origin (0,0)(0, 0). The slope of that line is kk.
  • In a table, divide each yy value by its corresponding xx value. If you get the same ratio every time, it's direct variation.

Solving a direct variation problem step-by-step:

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

Example: The cost of gas is directly proportional to the number of gallons purchased. If 5 gallons costs $15, what does 12 gallons cost?

  1. y=kxy = kx
  2. 15=k(5)15 = k(5), so k=3k = 3
  3. The equation is y=3xy = 3x
  4. For 12 gallons: y=3(12)=36y = 3(12) = 36. The cost is $36.

Direct variation always produces a linear relationship, and the graph will always pass through the origin. If the line doesn't pass through (0,0)(0, 0), the relationship is linear but not direct variation.

Direct variation in real-world problems, Variation | College Algebra

Inverse Relationships and Complex Scenarios

Inverse variation means that as one variable increases, the other decreases so that their product stays constant. The formula is:

y=kxy = \frac{k}{x} (equivalently, xy=kxy = k)

How to recognize inverse variation:

  • On a graph, it produces a hyperbola with asymptotes along the xx- and yy-axes. The curve approaches but never touches either axis.
  • In a table, multiply each xx value by its corresponding yy value. If you get the same product every time, it's inverse variation.

Solving an inverse variation problem step-by-step:

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

Example: The time to paint a fence is inversely proportional to the number of painters. If 4 painters finish in 6 hours, how long would it take 3 painters?

  1. xy=kxy = k
  2. (4)(6)=24(4)(6) = 24, so k=24k = 24
  3. The equation is xy=24xy = 24
  4. For 3 painters: (3)(y)=24(3)(y) = 24, so y=8y = 8 hours.

Notice the answer makes intuitive sense: fewer painters means more time.

Direct variation in real-world problems, 5.1 – Direct Variation – Mr. Orr is a Geek.com

Joint Variation with Multiple Variables

Joint variation involves more than two variables. The most common forms are:

  • Direct joint variation: z=kxyz = kxy, where zz varies directly with both xx and yy
  • Inverse joint variation: z=kxyz = \frac{k}{xy}, where zz varies inversely with both xx and yy

Combined variation mixes direct and inverse in the same equation. For instance:

z=kxyz = \frac{kx}{y}

This says zz varies directly with xx and inversely with yy. The key skill here is translating the verbal description into the correct formula before you start solving.

Solving a combined variation problem step-by-step:

Example: The volume of a gas varies directly with temperature and inversely with pressure. At 300 K and 1 atm, the volume is 500 mL. Find the volume at 400 K and 2 atm.

  1. Write the equation from the description: V=kTPV = \frac{kT}{P}
  2. Substitute known values: 500=k(300)1500 = \frac{k(300)}{1}, so k=53k = \frac{5}{3}
  3. Rewrite: V=53TPV = \frac{\frac{5}{3}T}{P}
  4. Substitute new values: V=53(400)2=200032=10003333.3V = \frac{\frac{5}{3}(400)}{2} = \frac{\frac{2000}{3}}{2} = \frac{1000}{3} \approx 333.3 mL

The volume decreased because the pressure doubled (inverse effect) while the temperature only increased by a factor of 43\frac{4}{3} (direct effect). The inverse relationship "won out."

Mathematical Modeling and Variation

When you encounter a variation problem on an exam, the process is consistent regardless of type:

  1. Translate the word problem into a variation equation. Watch for key phrases: "directly proportional" means multiply, "inversely proportional" means divide, and "jointly" means multiple variables are involved.
  2. Find kk using the given set of values.
  3. Apply the equation to the new scenario.

A common mistake is setting up the equation with the wrong type of variation. Read carefully: "y varies directly as the square of x" means y=kx2y = kx^2, not y=kxy = kx. Variation can involve powers and roots, so pay close attention to the exact wording.