Rearranging equations

Rearranging equations involves taking an equation and changing its form to get one of the variables on its own.

The key thing to remember when rearranging equations is that whatever you do to one side of the equation, you have to do to the other side as well. This keeps the equation balanced.

The easiest way to rearrange equations is to think about what happens to the variable you are trying to find, and then tell that story in reverse.

Rearranging simple linear equations

Let’s try some examples

Example: Make x the subject of the equation y = 2x + 3.

Example: Make V the subject of the equation P = IV.

Example: Make q the subject of the equation V = \frac{E}{2q}.

What if the term we want is on both sides?

TODO

flashcards

QuestionAnswer
What is the key rule when rearranging equations?Whatever you do to one side of the equation, you must do to the other side to keep it balanced.
What method is recommended for rearranging equations?Think about what happens to the variable you are trying to find, and then tell that story in reverse.
How do you make x the subject of y = 2x + 3?x = \frac{y - 3}{2}
How do you make V the subject of P = IV?V = \frac{P}{I}
How do you make v the subject of E = \frac{1}{2}mv^2?v = \sqrt{\frac{2E}{m}}
How do you make q the subject of V = \frac{E}{2q}?q = \frac{E}{2V}