Skip to main content
Logo image

Mathematics in Trades and Life

Section 2.6 Linear Expressions

We have been solving problems involving ratios, also called proportions. These model situations where the ratio/proportion between items never changes. We also call these linear equations.

Subsection 2.6.1 Solving Linear Equations

Before reading farther solve the equation \(5x-7=12\text{.}\) What steps did you use? Why do they work? Example 2.6.1 is an example of solving another linear equation.

Example 2.6.1.

Solve \(-8x-3=5\text{.}\)
Solution.
\begin{align*} -8x-3 & = 5.\\ -8x-3+3 & =5+3.\\ -8x & = 8.\\ \frac{-8x}{-8} & = \frac{8}{-8}.\\ x & = -1. \end{align*}
Note we added three because it eliminates the -3 (undoes subtraction of 3). We divided by negative eight because it eliminates the -8 (undoes the multiplication by -8).

Checkpoint 2.6.2.

What is the solution to \({4}x+{2}={14}\text{.}\) \(x=\)
Answer.
\(3\)
Solution.
\begin{equation*} \begin{aligned} {4}x+{2} \amp = {14}\\ {4}x \amp = {14}-{2}\\ x \amp = \frac{{14}-{2}}{{4}}\\ x \amp = {3}. \end{aligned} \end{equation*}
Some linear equations need one more technique. What would you need to solve \(17-4y = 14-y\text{?}\) Example 2.6.3 is an example of solving a similar linear equation.

Example 2.6.3.

Solve \(17-4y = 5+2y\text{.}\)
Solution.
\begin{align*} 17-4y & = 5+2y.\\ -5+17-4y & = -5+5+2y.\\ 12-4y & = 2y.\\ 12-4y+4y & = 2y+4y.\\ 12 & = (2+4)y.\\ 12 & = 6y.\\ \frac{12}{6} & = \frac{6y}{6}.\\ 2 & = y. \end{align*}
Notice we had to combine like terms (factor and add).

Checkpoint 2.6.4.

What is the solution to \({10}x+{8}={5}x+{18}\text{.}\) \(x=\)
Answer.
\(2\)
Solution.
\begin{equation*} \begin{aligned} {10}x+{8} \amp ={5}x+{18}\\ {10}x-{5}x \amp = {18}-{8}\\ ({10}-{5})x \amp = {18}-{8}\\ x \amp = \frac{{18}-{8}}{{10}-{5}}\\ x \amp = {2}. \end{aligned} \end{equation*}
Another linear equation is \(\frac{x}{3}+\frac{x}{4}=\frac{7}{12}\text{.}\) How would you solve it?
We can solve this the same as in Example 2.6.3 but there is another technique as well. It is shown in Example 2.6.5.

Example 2.6.5.

Solve \(\frac{x}{5}+\frac{2x}{7}=\frac{34}{35}\)
Solution.
\begin{align*} \frac{x}{5}+\frac{2x}{7} & = \frac{34}{35}.\\ 5 \cdot \left(\frac{x}{5}+\frac{2x}{7}\right) & = 5 \cdot \frac{34}{35}.\\ \frac{5x}{5}+\frac{10x}{7} & = 5 \cdot \frac{34}{35}.\\ x+\frac{10x}{7} & = \frac{34}{7}.\\ 7 \cdot \left(x+\frac{10x}{7}\right) & = 7 \cdot \frac{34}{7}.\\ 7x+\frac{7 \cdot 10x}{7} & = 7 \cdot \frac{34}{7}.\\ 7x+10x & = 34.\\ (7+10)x & = 34.\\ 17x & = 34.\\ \frac{17x}{17} & = \frac{34}{17}.\\ x & = 2. \end{align*}
This is referred to as clearing denominators. We are once again eliminating division by multiplying. Always remember to distribute. Note, we could multiply once if we figured out the correct number, but there are no prizes for doing this fast, so you can do this either way.

Subsection 2.6.2 Solving with Multiple Variables

When we are using models (also called formulas) they often include more than one variable (also known as named constants). The process for solving such models is the same.

Example 2.6.6.

Solve the equation \(V=IR\) for \(R\text{.}\) Note, this formula is explained in Example 1.3.1.
Solution.
\begin{align*} V & = IR.\\ \frac{V}{I} & = \frac{IR}{I} & \text{divide to undo multiplication}.\\ \frac{V}{I} & = R. \end{align*}

Example 2.6.7.

Solve the lift equation \(L=\frac{1}{2}\rho S C_L v^2\) for \(S\text{.}\)
Solution.
\begin{align*} L \amp = \frac{1}{2}\rho S C_L v^2.\\ 2L \amp = 2\frac{1}{2}\rho S C_L v^2.\\ 2L \amp = \rho S C_L v^2.\\ \frac{2L}{\rho} \amp = \frac{\rho S C_L v^2}{\rho}.\\ \frac{2L}{\rho} \amp = S C_L v^2.\\ \frac{2L}{\rho C_L} \amp = \frac{S C_L v^2}{C_L}.\\ \frac{2L}{\rho C_L} \amp = S v^2.\\ \frac{2L}{\rho C_L v^2} \amp = \frac{S v^2}{v^2}.\\ \frac{2L}{\rho C_L v^2} \amp = S. \end{align*}

Example 2.6.8.

Solve the lift equation \(L=\frac{1}{2}\rho S C_L v^2\) for \(S\) when \(L=255\bar{0}\text{,}\) \(\rho=0.002378\text{,}\) and \(C_L=1.430\text{.}\)
Solution.
Because we know some of the values, we can first insert them before solving.
\begin{align*} 255\bar{0} \amp = \frac{1}{2}(0.002378)S(1.430)v^2.\\ 255\bar{0} \amp = 0.001700 S v^2.\\ \frac{255\bar{0}}{0.001700} \amp = \frac{0.001700 S v^2}{0.001700}.\\ 150\bar{0}000 \amp = S v^2.\\ \frac{150\bar{0}000}{v^2} \amp = \frac{S v^2}{v^2}.\\ \frac{150\bar{0}000}{v^2} \amp = S. \end{align*}

Checkpoint 2.6.9.

Solve the lift equation \(L=\frac{1}{2}\rho S C_L v^2\) for \(\rho\text{.}\)

Subsection 2.6.3 Identifying Linear Expressions

All of the equations with which we just worked are linear. What do you use to identify linear expressions or linear equations? Table 2.6.10 shows examples of linear expressions and non-linear expressions.
Table 2.6.10. Linear and Non-linear
Linear Non-linear
\(5x+3\) \(5x^2-x+3\)
\(y=11-\frac{7}{13}x\) \(y=\frac{17}{x}\)
\(7x-9y=8\) \(3-2xy=12\)
Some equations that may not appear to be linear can be solved using the same methods.

Example 2.6.11.

Solve \(\frac{11}{x}+2 = \frac{18}{x}-5\text{.}\)
Solution.
\begin{align*} \frac{11}{x}+2 & = \frac{18}{x}-5.\\ x \cdot \left(\frac{11}{x}+2\right) & = x \cdot \left(\frac{18}{x}-5\right).\\ 11+2x & = 18-5x.\\ -11+11+2x & = -11+18-5x.\\ 2x & = 7-5x.\\ 2x+5x & = 7-5x+5x.\\ 7x & = 7.\\ \frac{7x}{7} & = \frac{7}{7}.\\ x & = 1. \end{align*}

Exercises 2.6.4 Exercises

1. Solve.

2. Solve.

3. Solve.

4. Solve.

5. Solve.

6. Solve.

7. Solve.

8. Solve.

9. Solve.

10. Solve.

11. Solve.

12. Solve.

13. Solve.

14. Solve.

15. Solve.