Skip to main content

Section 6.1 Prep

This preparatory section will equip you with the knowledge and skills to wield algebra with confidence and precision. Through a combination of instructional video, explanatory text, and practice questions, you will become adept at all things algebra.

Subsection 6.1.1 Prep Videos: Algebra

Watch the following video(s) to get an introduction to algebra.

Subsection 6.1.2 Prep Text: Algebra

Read the following text to learn about algebra. Don’t forget to try the checkpoint questions along the way!

Definition 6.1.1.

Algebra
Algebra is a set of tools for representing relationships between quantities as equations, and for manipulating those equations to solve for unknown quantities.
In physics, equations describe relationships between measurable quantities such as time, distance, velocity, and force. While physics helps you build these relationships, algebra allows you to rearrange them to answer specific questions.
Note that the land of algebra is vast! This section will cover a few of the most common algebra ideas that appear early on in our quest through the mechanics of the universe. More algebra topics will be covered as the need arises in later sections.
An important guiding principle in algebra is: whatever you do to one side of an equation, you must also do to the other. This preserves equality and ensures the relationship remains valid.
IMPORTANT: The solutions in this Algebra Chapter 6 show step-by-step methods to solve of unkonwn quantities.
  • The order of algebraic steps shown in the solutions may differ from your own approach, which is completely acceptable.
  • In later chapters and sections, solutions may not include every algebraic step, instead focusing on the physics and science in the solutions.

Subsubsection 6.1.2.1 Solving a Single Equation for a Single Unknown

Definition 6.1.2.
One Equation, One Unknown
A "one equation, one unknown" situation in algebra involves a single equation with one unknown quantity. The unknown quantity is typically found by rearranging the equation using the rules of algebra so that the unknown appears by itself.
Example 6.1.3.
Consider the follwoing equation:
\(v = v_0 + at \)
If \(v\text{,}\) \(v_0\text{,}\) \(a\) are known quantities, and \(t\) is the unknown quantitiy, then this is a one equation, one unknown 6.1.2 problem. By rearranging the equation, we can isolate (i.e. solve for) \(t\text{.}\)
First subtract \(v_0\) from both sides of the equation:
\((v)-v_0 = (v_0 + at)-v_0\)
which results in:
\(v-v_0 = at\)
Note that in the above step we "subtracted \(v_0\) from both sides". Another commom way to say this is: "subtract \(v_0\) to the other side", since the end result is "moving" \(v_0\) from one side to the other.
Then divide by sides by \(a\text{:}\)
\(\frac{v-v_0}{a} = \frac{at}{a}\)
which results in:
\(\frac{v-v_0}{a} = t\)
Now that \(t\) is all by itself, we are done. However, folks seem to like our unknown quantities that have been solved for to be on the left side of the quation instead of the right side. So if you want, you could also write the above solution
\(t = \frac{v-v_0}{a}\)
Checkpoint 6.1.4.
Consider the follwoing equation:
\(x = x_0 + vt + \frac{1}{2}at^2\)
Where \(x\text{,}\) \(x_0\text{,}\) \(v\text{,}\) \(t\) are known quantities, and \(a\) is the unknown quantitiy.
Solve for \(a\text{.}\)
Hint.
Start by subtracting both \(x_0\text{,}\) and \(vt\) from both sides. Then divide both sides to isolate \(a\text{.}\)
Answer.
\(a = \frac{2(x-x_0-vt)}{t^2}\)
Solution.
Our original equation is:
\(x = x_0 + vt + \frac{1}{2}at^2\)
Subtracting both \(x_0\text{,}\) and \(vt\) from both sides.:
\((x)-x_0-vt = (x_0 + vt + \frac{1}{2}at^2)-x_0-vt\)
which simplifies to:
\(x-x_0-vt = \frac{1}{2}at^2\)
Next you can divide by sides by \(\frac{1}{2}\)
\(\frac{x-x_0-vt}{\frac{1}{2}} = \frac{(\frac{1}{2}at^2)}{\frac{1}{2}}\)
which simplifies to:
\(2(x-x_0-vt) = at^2\)
Now divide both sides by \(t^2\)
\(\frac{2(x-x_0-vt)}{t^2} = \frac{at^2}{t^2}\)
which simplifies to:
\(\frac{2(x-x_0-vt)}{t^2} = a\)
So using the commom convention of our unknown on the left hand side, the answer is:
\(a= \frac{2(x-x_0-vt)}{t^2}\)

Subsubsection 6.1.2.2 Quadratic Equations

Definition 6.1.5.
Quadratic Equation
A quadratic equation is a special case of a "one equation, one unknown" situation. The standard form used to represent a quadratic equation is:
\(ax^2 + bx + c = 0 \)
where \(a\text{,}\) \(b\text{,}\) and \(c\) are known quantities; \(x\) is the unknown quantitiy, and \(a \neq 0\text{.}\)
Definition 6.1.6.
Quadratic Formula
The quadratic formula is a general method for solving a quadratic equation (Definition 6.1.5). Given the coefficients \(a\text{,}\) \(b\text{,}\) and \(c\) from the standard form \(ax^2 + bx + c = 0\text{,}\) the solution(s) for \(x\) are given by:
\(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \)
Because of the \(\pm\) symbol, the formula can produce up to two distinct solutions.
Example 6.1.7.
Consider the follwoing equation:
\(-x_0 = vt + \frac{1}{2}at^2\)
If \(x_0\text{,}\) \(v\text{,}\) \(a\) are known quantities, and \(t\) is the unknown quantitiy, then this is a one equation, one unknown 6.1.2 problem. More specifically, this is a quadratic equation 6.1.5 problem. We can use the quadratic formula 6.1.6 to isolate (i.e. solve for) \(t\text{.}\)
Note that the above equation is not in the standard form of a quadratic equation, so we will need to rearrange it before we can apply the quadratic formula.
First add \(x_0\) from both sides of the equation:
\((-x_0)+x_0 = (vt + \frac{1}{2}at^2)+x_0\)
which results in:
\(0 = x_0 + vt + \frac{1}{2}at^2\)
Note that in the above step we "subtracted \(x_0\) from both sides". Another commom way to say this is: "subtract \(x_0\) to the other side", since the end result is "moving" \(x_0\) from one side to the other.
Consider the standard form of a quadratic equation: \(ax^2 + bx + c = 0 \text{.}\) While we don’t have to rewrite our equation in the standard form to use the quadratic formula, it can be helpful to identify the values of \(a\text{,}\) \(b\text{,}\) and \(c\) by comparing our equation to the standard form. Doing this gives:\(\frac{1}{2}at^2 + vt + x_0 = 0\)
Now it is a bit easier to directly identify the values of \(a\text{,}\) \(b\text{,}\) and \(c\text{:}\)
\(a = \frac{1}{2}a\)
\(b = v\)
\(c = x_0\)
Now we can use the quadratic formula to solve for \(t\text{.}\) The quadratic formula is: \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \text{.}\) Substituting in our values of \(a\text{,}\) \(b\text{,}\) and \(c\) gives:
\(t = \frac{-v \pm \sqrt{v^2 - 4(\frac{1}{2}a)(x_0)}}{2(\frac{1}{2}a)}\)
which simplifies to:
\(t = \frac{-v \pm \sqrt{v^2 - 2ax_0}}{a}\)
The above solution gives two possible values for \(t\text{,}\) one using the plus sign, and one using the minus sign. So the above equation for \(t\) is the answer. However, to be more explicit in this example, we can write out the two possible values for \(t\) as:
\(t_1 = \frac{-v + \sqrt{v^2 - 2ax_0}}{a}\)
\(t_2 = \frac{-v - \sqrt{v^2 - 2ax_0}}{a}\)
Notice that the solution written as \(t = \frac{-v \pm \sqrt{v^2 - 2ax_0}}{a}\) does not use subscripts. In this case, the \(\pm\) symbol already indicates that two possible values for \(t\) exist: one obtained using the plus sign and one obtained using the minus sign.
When these two solutions are written as separate equations, it becomes useful to distinguish between them using subscripts: \(t_1\) and \(t_2\text{.}\) This is a common convention in mathematics and science. In general, unique quantities should be represented by unique symbols. Using the same symbol for multiple values can create ambiguity and make equations more difficult to interpret. By writing the solutions as \(t_1\) and \(t_2\text{,}\) we clearly indicate that they represent two distinct values of time. Also note that "1" and "2" subscritps are arbitrary labels, you could have used \(t_3\) and \(t_4\text{,}\) or \(t_{\text{☺}}\) and \(t_{\text{☹}}\) as long as you are consistent in your labeling.
Checkpoint 6.1.8.
Consider the follwoing equation:
\(x = x_0 - vt - \frac{1}{2}at^2\)
Where \(x\text{,}\) \(x_0\text{,}\) \(v\text{,}\) \(a\) are known quantities, and \(t\) is the unknown quantitiy.
Solve for \(t\text{.}\)
Hint.
HINT 1: Start by subtracting both \(x\) from both sides. Then consider \(x_0 - x\) as a single term, so that your equation now looks like the standard quadratic form.
HINT 2: In the standard form of a quadratic equation, \(ax^2 + bx + c = 0 \)
\(a = -\frac{1}{2}a\text{,}\) \(b = -v\text{,}\) and \(c = (x_0 - x)\text{.}\)
Answer.
\(t = \frac{-v \pm \sqrt{v^2 + 2a(x_0-x)}}{a}\)
Solution.
Our original equation is:
\(x = x_0 - vt - \frac{1}{2}at^2\)
Subtracting both \(x\) from both sides.:
\((x)-x = (x_0 - vt - \frac{1}{2}at^2)-x\)
which simplifies to:
\(0 = x_0 - x - vt - \frac{1}{2}at^2\)
Rewrite the above in the standard form of a quadratic equation: \(ax^2 + bx + c = 0 \text{.}\) Doing this gives:\(-\frac{1}{2}at^2 - vt + (x_0 - x) = 0\)
Now it is a bit easier to directly identify the values of \(a\text{,}\) \(b\text{,}\) and \(c\text{:}\)
\(a = -\frac{1}{2}a\)
\(b = -v\)
\(c = (x_0 - x)\)
Now apply the quadratic formula to solve for \(t\text{.}\) The quadratic formula is: \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \text{.}\) Substituting in our values of \(a\text{,}\) \(b\text{,}\) and \(c\) gives:
\(t = \frac{-(-v) \pm \sqrt{(-v)^2 - 4(-\frac{1}{2}a)(x_0 - x)}}{2(-\frac{1}{2}a)}\)
which simplifies to:
\(t = \frac{-v \pm \sqrt{v^2 + 2 a (x_0-x)}}{a}\)

Subsubsection 6.1.2.3 Connecting Equations (System of Equations & Substitution)

Definition 6.1.9.
System of Equations
A system of equations is a collection of two or more equations that describe the same physical situation. The equations are connected through one or more shared quantities.
Remark 6.1.10.
In general, solving for \(N\) unknown quantities requires at least \(N\) independent equations. For example, if there are two unknown quantities, you will typically need two independent equations to determine their values.
This is a useful rule of thumb in physics. When a problem contains more unknown quantities than equations, additional information is usually needed before a solution can be found.
Definition 6.1.11.
Substitution
Substitution is a method for connecting equations by replacing a quantity in one equation with an equivalent expression from another equation. This allows multiple equations to be combined into a single equation.
Remark 6.1.12.
Substitution is one of several methods that can be used to solve a system of equations. Other common methods include elimination, graphing, and matrix methods found in linear algebra. In this text, substitution will be the primary method used in order to keep the focus on the physics and science of the problems, rather than the algebraic methods.
Example 6.1.13.
Consider the following two equations:
\(v = v_0 + at\)
\(x = x_0 + vt\)
These equations form a System of Equations 6.1.9 because they share the quantity \(v\text{.}\)
Let’s let \(v_0\text{,}\) \(a\text{,}\) \(t\text{,}\) \(x_0\) be known quantities, and \(x\text{,}\) \(v\) be the unknown quantities. Note that with this information, we have two independent equations and two unknown quantities, so we can solve for both \(x\) and \(v\text{.}\)
Suppose we would like to solve for \(x\) such that it does not contain the quantity \(v\text{.}\) We can use Substitution 6.1.11.
The first equation tells us that:
\(v = v_0 + at\)
Therefore, wherever we see \(v\) in the second equation, we can replace it with \((v_0 + at)\text{:}\)
\(x = x_0 + (v_0 + at)t\)
Distributing \(t\) gives:
\(x = x_0 + v_0 t + at^2\)
The two original equations have now been combined into a single equation that no longer contains the quantity \(v\text{.}\)
Checkpoint 6.1.14.
Consider the following equations:
\(v - v_0 = at\)
\(K = \frac{1}{2}mv^2\)
Where \(m\text{,}\) \(v_0\text{,}\) \(a\text{,}\) and \(t\) are known quantities.
Use substitution to write an equation for \(K\) that does not contain \(v\text{.}\)
Hint.
The first equation does not already give an expression for \(v\text{.}\) Solve the first equation for \(v\) and substitute that expression anywhere \(v\) appears in the second equation.
Answer.
\(K = \frac{1}{2}m(v_0 + at)^2\)
Solution.
Our original equations are:
\(v - v_0 = at\)
\(K = \frac{1}{2}mv^2\)
Solving the first equation for \(v\) gives:
\(v = v_0 + at\)
Substituting this expression for \(v\) into the kinetic energy equation gives:
\(K = \frac{1}{2}m(v_0 + at)^2\)
This equation contains only the quantities \(m\text{,}\) \(v_0\text{,}\) \(a\text{,}\) and \(t\text{.}\) The quantity \(v\) has been eliminated through substitution.
Note that you can expand the square in the above equation to get:
\(K = \frac{1}{2}m(v_0^2 + 2v_0at + a^2t^2)\)
You can also then distribute the \(\frac{1}{2}m\) to get:
\(K = \frac{1}{2}mv_0^2 + mv_0at + \frac{1}{2}ma^2t^2\)
In general you can leave the answer in either form depending on the context. Asking your instructor or TA for their preference is a good idea, but also consider which form is more useful for you in the context of the problem you are solving.

Subsubsection 6.1.2.4 Covariational Reasoning

Definition 6.1.15.
Covariational Reasoning
Covariational reasoning is the process of understanding how changes in one or more quantities affect changes in another quantity. Rather than solving for a specific numerical answer, covariational reasoning focuses on identifying patterns and trends within an equation.
Example 6.1.16.
Consider the equation:
\(F = ma\)
Suppose \(m\) remains constant while \(a\) is doubled. We can use Covariational Reasoning 6.1.15 to determine how \(F\) changes.
Since \(m\) remains constant, we can focus only on the relationship between \(F\) and \(a\text{:}\)
\(F \propto a\)
Next, write down how the changing quantity is changing:
\(a_f = 2a_i\)
This equation tells us that the final \(a\) is twice the initial \(a\text{.}\)
Recall that our proportional relationship is:
\(F \propto a\)
Since \(a_f = 2a_i\text{,}\) the quantity \(a\) changes by a factor of \(2\text{.}\) In the proportional relationship, we can think of replacing \(a\) with this factor:
\(F \propto 2\)
which tells us that the force must also change by a factor of \(2\text{.}\) Therefore we can write:
\(F \rightarrow 2F\)
or,
\(F_f = 2F_i\)
Therefore, doubling \(a\) results in doubling \(F\text{.}\)
Remark 6.1.17.
A useful strategy for covariational reasoning is:
  1. Identify the relevant proportional relationship.
  2. Write how the changing quantity changes using initial and final values.
  3. Apply the same factor(s) to the dependent quantity according to the proportional relationship.
Checkpoint 6.1.18.
Consider the equation for the area of a circle:
\(A=\pi r^2\)
If the radius \(r\) is doubled, by what factor does the area \(A\) change?
Hint.
Note that \(\pi\) is a constant. So the proportional relationship is:
\(A \propto r^2\)
Answer.
The area \(A\) increases by a factor of \(4\text{.}\)
Solution.
The area of a circle is given by:
\(A=\pi r^2\)
Since \(\pi\) is a constant, we can focus on the relationship between \(A\) and \(r\text{:}\)
\(A \propto r^2\)
We are told that the radius is doubled, so:
\(r_f = 2r_i\)
This tells us that \(r\) changes by a factor of \(2\text{.}\) Looking at the proportional relationship \(A \propto r^2\text{,}\) we replace \(r\) with this factor:
\(A \propto (2)^2\)
which simplifies to:
\(A \propto 4\)
Therefore, the area changes by a factor of four:
\(A_f = 4A_i\)
Another way to say this is that doubling the radius \(r\) causes the area \(A\) to increase by a factor of \(4\text{.}\)

Subsubsection 6.1.2.5 A Parting Word

NEW ACHIEVEMENT! You’ve completed the Prep Section for Algebra. Reward: None, but you can now move on to the next section of the text.

Subsection 6.1.3 Prep Questions: Algebra

Subsubsection 6.1.3.1 One Equation, One Unknown

Checkpoint 6.1.19.
    Solve for \(x\text{:}\)
    \(3x^2 + 5x = x\)
  • \(x = 0\) and \(x = -\frac{4}{3}\)
  • Correct!
  • \(x = 0\)
  • Try again. While \(x = 0\) is one solution, there is another solution as well. Try factoring the equation to find the other solution.
  • \(x = -\frac{4}{3}\)
  • Try again. While \(x = -\frac{4}{3}\) is one solution, there is another solution as well. Try factoring the equation to find the other solution.
  • \(x = 0\) and \(x = -\frac{5}{3}\)
  • Try again. While \(x = 0\) is one solution, the other solution is incorrect.
Checkpoint 6.1.20.
    Solve for \(y\text{:}\)
    \(\frac{1}{3}y + \frac{1}{2}=-2y-6\)
  • \(y = -\frac{39}{14}\)
  • Correct!
  • \(y = -\frac{33}{14}\)
  • Try again. You might have made a mistake when combining \(\frac{1}{2}\) and \(-6\text{.}\)
  • \(y = \frac{33}{10}\)
  • Try again. You might have made a mistake when combining \(\frac{1}{2}\) and \(-6\text{,}\) and also combining \(\frac{1}{3}y\) and \(-2y\text{.}\)
  • \(y = -\frac{39}{10}\)
  • Try again. You might have made a mistake when combining \(\frac{1}{3}y\) and \(-2y\text{.}\)

Subsubsection 6.1.3.2 Quadratic Equations

Checkpoint 6.1.21.
    Solve for \(x\text{:}\)
    \(14x^2+6x=8\)
  • \(x = -1\) or \(x = \frac{4}{7}\)
  • Correct!
  • \(x = 0\) or \(x = -\frac{3}{7}\)
  • Try again. You might have forgot to move the 8 to the other side of the equation and instead solved \(14x^2+6x=0\text{.}\)
  • \(x = \frac{-3 \pm \mathrm{i} \sqrt{103}}{14}\)
  • Try again. You might have "added" 8 to the other side instead of subtracting it, esentually solving \(14x^2+6x+8=0\) instead.
  • \(x = 1\) or \(x = -\frac{4}{7}\)
  • Try again. You might have used \(+b\) instead of \(-b\) in the quadratic formula.
Checkpoint 6.1.22.
    Solve for \(x\text{:}\)
    \(2x^2-10x=48\)
  • \(x=-3\) or \(x=8\)
  • Correct!
  • \(x=0\) or \(x=5\)
  • Try again. You might have forgotten to move the \(48\) to the other side of the equation and instead solved \(2x^2-10x=0\text{.}\)
  • \(x=\frac{5 \pm \mathrm{i}\sqrt{71}}{2}\)
  • Try again. You might have "added" \(48\) to the other side instead of subtracting it, essentially solving \(2x^2-10x+48=0\) instead.
  • \(x=3\) or \(x=-8\)
  • Try again. You might have used \(+b\) instead of \(-b\) in the quadratic formula.

Subsubsection 6.1.3.3 Connecting Equations

Checkpoint 6.1.23.
    Consider the system of equations:
    \(12 = 2 + 4a\)
    \(x = 8 + 8a\)
    Solve for \(a\) and \(x\text{.}\)
  • \(a = \frac{5}{2}\) and \(x = 28\)
  • Correct!
  • \(a = \frac{7}{2}\) and \(x = 36\)
  • Try again. You might have added \(2\) to both sides instead of subtracting \(2\) when solving for \(a\text{.}\)
  • \(a = 10\) and \(x = 88\)
  • Try again. You might have subtracted \(2\) correctly, but forgot to divide by \(4\) when solving for \(a\text{.}\)
  • \(a = \frac{5}{2}\) and \(x = 20\)
  • Try again. You might have found \(a\) correctly, but substituted it into \(x=8a\) instead of \(x=8+8a\text{.}\)
Checkpoint 6.1.24.
    Consider the system of equations:
    \(8=-2+at\)
    \(150=-2t+\frac12at^2\)
    Solve for \(a\) and \(t\text{.}\)
  • \(a=\frac15\) and \(t=50\)
  • Correct!
  • \(a=10\) and \(t=50\)
  • Try again. You might have found \(at=10\text{,}\) but forgot that you still needed to solve for \(a\) by dividing by \(t\text{.}\)
  • \(a=\frac15\) and \(t=30\)
  • Try again. You might have forgotten to substitute for \(a\) before solving the second equation and instead solved \(150=5t\text{.}\)
  • \(a=\frac13\) and \(t=30\)
  • Try again. You might have forgotten the \(-2t\) term when substituting into the second equation, and then used that incorrect value of \(t\) to solve for \(a\text{.}\)

Subsubsection 6.1.3.4 Covariational Reasoning

Checkpoint 6.1.25.
    Consider the equation:
    \(2x=7y^3\)
    If \(y\) is doubled while all other quantities remain constant, by what factor does \(x\) change?
  • \(x\) increases by a factor of \(8\text{.}\)
  • Correct! Since \(2\) and \(7\) are constants, \(x \propto y^3\text{.}\) Replacing \(y\) with the factor \(2\) gives \(x \propto 2^3 = 8\text{.}\)
  • \(x\) increases by a factor of \(2\text{.}\)
  • Try again. You may have forgotten that \(y\) is raised to the third power.
  • \(x\) increases by a factor of \(6\text{.}\)
  • Try again. You may have multiplied the exponent by the scaling factor (\(3\times2\)) instead of raising the scaling factor to the exponent (\(2^3\)).
  • \(x\) increases by a factor of \(14\text{.}\)
  • Try again. The constants \(2\) and \(7\) do not change. Only the quantity \(y\) is changing.
Checkpoint 6.1.26.
    Consider the equation:
    \(t = 2\sqrt{y}\)
    If \(y\) is quadrupled while all other quantities remain constant, by what factor does \(t\) change?
  • \(t\) increases by a factor of \(2\text{.}\)
  • Correct! Since \(2\) is a constant, \(t \propto \sqrt{y}\text{.}\) Replacing \(y\) with the factor \(4\) gives \(t \propto \sqrt{4}=2\text{.}\)
  • \(t\) increases by a factor of \(4\text{.}\)
  • Try again. You may have forgotten that \(y\) is inside a square root.
  • \(t\) increases by a factor of \(\sqrt{2}\text{.}\)
  • Try again. You may have mistakenly taken the square root of \(2\) instead of the scaling factor \(4\text{.}\)
  • \(t\) increases by a factor of \(8\text{.}\)
  • Try again. You may have incorrectly multiplied the constant \(2\) by the scaling factor \(4\text{.}\) The constant does not change.