Skip to main content

Variation

There are various equations that describe the relationship between two variables where one quantity changes proportionally to another. We refer to these relationships as variations.

Direct Variation

If xx and yy are related by an equation of the form y=kxny = kx^n then we state that the relationship is direct variation which means yy varies directly with, or is proportional to, the nnth power of xx. In these relationships, kk is called the constant of variation and it is a non-zero constant ratio where k=yxnk = \frac{y}{x^n}. This constant is what defines the relationship between the two variables.

Given a description of a direction variation problem, we can solve for an unknown by...

  1. Identifying the input and output variables.
  2. Determining the constant of variation which is either given or can be found using the ratio k=yxnk = \frac{y}{x^n}.
  3. Use the constant of variation to write an equation for the relationship.
  4. Solve for the unknown.

Example\underline{Example}

The quantity yy varies directly with the square of xx. If y=24y = 24 when x=3x = 3, find yy when xx is 44.

The input is defined by xx, the output is defined as yy, and the power of the function is 22. We still need to find the constant of variation using the ratio:

k=yxn=2432=249=83k = \frac{y}{x^n} = \frac{24}{3^2} = \frac{24}{9} = \frac{8}{3}

With all the information, we can write the equation for the relationship as y=83x2y = \frac{8}{3}x^2. We can use this equation to solve for yy when x=4x = 4 by substituting the value into the equation:

y=83(4)2=83(16)=1283y = \frac{8}{3}(4)^2 = \frac{8}{3}(16) = \frac{128}{3}

Therefore, when x=4x = 4, y=1283y = \frac{128}{3}.

Inverse Variation

If xx and yy are related by an equation of the form y=kxny = \frac{k}{x^n} then we state that the relationship is inverse variation which means yy varies inversely proportional with the nnth power of xx. The constant of variation, kk, is a non-zero constant ratio where k=xnyk = x^ny.

We can solve for an unknown in an inverse variation problem the same way we do for direct variation problems. The only difference is that the ratio we use to find the constant of variation is k=xnyk = x^ny.

Example\underline{Example}

A quantity yy varies inversely with the square of xx. If y=8y = 8 where x=3x = 3, find yy when xx is 44.

The input is defined by xx, the output is defined as yy, and the power of the function is 22. We still need to find the constant of variation using the ratio:

k=xny=32(8)=9(8)=72k = x^ny = 3^2(8) = 9(8) = 72

With all the information, we can write the equation for the relationship as y=72x2y = \frac{72}{x^2}. We can use this equation to solve for yy when x=4x = 4 by substituting the value into the equation:

y=7242=7216=92y = \frac{72}{4^2} = \frac{72}{16} = \frac{9}{2}

Therefore, when x=4x = 4, y=92y = \frac{9}{2}.

Joint Variation

The final type of variation is joint variation which occurs when a variable varies directly or inversely with multiple variables. For example, if xx varies directly with both yy and zz, then x=kyzx = kyz. This can get more general like if xx varies directly with yy and inversely with zz, we have x=kyzx = \frac{ky}{z}.

note

We only use one constant of variation in a joint variation equation.

Example\underline{Example}

A quantity xx varies directly with the square of yy and inversely with zz. If x=40x = 40 when y=4y = 4 and z=2z = 2, find xx when y=10y = 10 and z=25z = 25.

The value of xx is dependent on both yy and zz. The relationship between xx and yy is a direct variation which means x=ky2x = ky^2 and the relationship between xx and zz is an inverse variation which means x=kzx = \frac{k}{z}. Combining these two relationships, we get x=ky2zx = \frac{ky^2}{z} which only has one constant of variation because it is a joint variation.

We can use the equation x=ky2zx = \frac{ky^2}{z} to solve for kk by substituting the values of xx, yy, and zz:

40=k(4)2240=16k240=8kk=540 = \frac{k(4)^2}{2} \to 40 = \frac{16k}{2} \to 40 = 8k \to k = 5

The relationship between xx, yy, and zz is x=5y2zx = \frac{5y^2}{z}. We can use this equation to solve for xx when y=10y = 10 and z=25z = 25 by substituting the values into the equation:

x=5y2z=5(10)225=5(100)25=50025=20x = \frac{5y^2}{z} = \frac{5(10)^2}{25} = \frac{5(100)}{25} = \frac{500}{25} = 20

Therefore, when y=10y = 10 and z=25z = 25, x=20x = 20.