Main Menu

search

You are here

Algebra

[last updated: 2021-04-08]
go to: ...
-----

  • Algebra is easy once you know the tricks.

  • Some Basics:
    • The First Trick:
      Algebra uses letters instead of numbers:

      • x, or y, or z, or E, or I - these letters all represent numbers.
        These letters represent numbers that are values or measurements of some real world parameter.
      • So x and y might be coordinates on a graph, describing a position in space.
        E and I might be volts and amps in an electronic circuit.

      • The letters are often said to represent variables.

      --------------------------------------------------

    • Trick #2:
      Algebra uses Equations:
      Equations are also sometimes called "formulas" or "expressions".

      • Equations are things that have an equal sign:
            =

        The total of everything on the left side of the equal sign is equal to (is the same number as)
            the total of everything on the right side of the equal sign.

        Example equations:

          E   =   I   x   R

          E   =   I   *   R

          E   =   I   R


        These 3 equations are 3 different ways that can be used to say the same thing:

          E   is equal to   I   times (multiplied by)   R

      --------------------------------------------------

    • Trick #3:
      Rules of Equality:

      • These are kind of obvious and intuitive, but they're important, so we'll be explicit:

      • If:     a   =   b

        then:     b   =   a
        -----

        • Trick #3a:
          Replace or "Plug in" an equal value for a variable:

        • If:     a   =   b

          and:     b   =   c


          then: you can take the   c   from the second equation, where   b = c,
          and you can "plug in" the   c   into the first equation in place of the   b.


          This results in:     a   =   c

        • This is an important rule - you will use it often to solve complicated problems.

    --------------------------------------------------

  • A Little Deeper:
    Algebra is used to solve Story Problems:

    • These are stories, that is, words that describe some situation, that have numbers in them,
      and we're asked to find some other number - the unknown value or variable.
    • That is, we're asked to Find an Equation
      that will calculate the unknown that we want.

    • Trick #4:
      to Solve Story Problems: 1: Start with What you Want:
      You Want to Find the Unknown Variable.
      More precisely: You Want an EQUATION that will Calculate the unknown variable.
      More specifically: You want an Equation that has the unknown variable on the left side of the equals sign, alone, by itself,
      and nothing but known variables on the right side of the equals sign.


      First decide the letter you will use to represent the unknown variable.

      • Here's a simple story problem:
          You have an electronic circuit, with a power supply that puts out 15 vdc. You have it connected to a resistor that is 1000 ohms. How much current flows in the resistor?
      • So what do you want?
        "How much current flows..."
      • The current flow is the unknown variable.
        Let's choose to use the letter   I   to represent the current flow.
        This is arbitrary. We could choose any letter. However "I" is often used to represent current, so we'll stick with that common convention.

      • So now we know what we want:
        we want an equation that has our unknown   I   on the left side,
        and whatever else on the right side:

          I   =   ...


        This will let us calculate the value of our unknown variable   I,   and solve the problem.

      --------------------------------------------------

    • Trick #5:
      to Solve Story Problems: 2: List What you Have - what you're Given:
      Decide the letters you will use to represent the known variables.

      • In the problem above, the known variables, the numbers that we're Given are:
        15 vdc, and 1000 ohms

        These are the known variables.

      • Let's decide to use   E   and   R  to represent the vdc and ohms.
        This gives us:
            E   =   15 vdc  
            and:
            R   =   1000 ohms  

      --------------------------------------------------

    • Trick #6:
      to Solve Story Problems: 3: Find Whatever Else You Need:

      • This is where it gets squishy
        because what you need for one problem will not be the same as what you need to solve a different problem.
      • Start by looking at what you have:   E   &   R
        Now look at what you want:   I


        Now search your memory or notes to find some formula/equation/rule that has all those things.

      • This example is an easy problem to solve for someone with knowledge of basic electronics,
        because we know Ohm's Law:     E = I * R   has everything we need.
          Other problems will not be as easy. You may need to find more than one rule/law to solve the problem.
      • Now we have everything we need to solve the problem:
          E   =   I   *   R       - This is Ohm's Law. We know it's true.
          E   =   15 vdc       - This is a "given", a known variable.
          R   =   1000 ohms       - This is a "given", a known variable.


        Now we just need to convert what we have
        into what we want:   I   =   ...

    --------------------------------------------------

  • Even Deeper:
    Juggling:
    • Juggling is what you do to move things around in your equations so they are in the form you want.
      In the example, what we HAVE is:   E = I * R.
      We see that   I,   the unknown variable we're trying to solve for, is on the right side of the equation.

      But what we WANT, is   I,   by itself, on the Left side of the equation.
      So we juggle things around.

    • Trick #7:
      You can do anything you want to the equation, As long as you Preserve Equality:
      This means: The left side of the equation is always equal to the right side of the equation.

      • So back to the example:
        We start with:   E = I * R, where I is on the right side, but we want it on the left side.
        Remember from Trick #3 above:
          if:   a   =   b     then:   b   =   a,

        so we can switch around Ohm's law, and write it as:   I * R = E

      • So now   I   is on the left side where we want it, and Equality is Preserved, the left side is still equal to the right side,

      • but now we have to somehow move   R   to the right side.

      --------------------------------------------------

    • Trick #8:
      Equality is Preserved, if you: Do the same thing to both sides of the equation.

      • Multiply or Divide   Both Sides by the same thing:
        • Remember what we're trying to do:
          We have an equation, and Just Looking at the Left Side, we have:   I   *   R


          But we don't want the   R   there.
          We need   I,   our unknown variable, to be alone, by itself on the left side.
          So how can we get rid of the   R   ?


          If we divide by   R,   we'll get:   (I * R) / R = I,   because   R / R = 1   and can be cancelled/ignored.
          This is the result we want, with our unknown   I   on the left side, by itself.

          But now to preserve equality, we must do the same things to both sides of the equation.
          If we divide the left side by   R,   we must also divide the right side by   R  

        • In this example, we'll Divide:
          Start with our equation:   I * R   =   E
          If you divide both sides of the equation by   R,   you get:
          (I * R) / R   =   E / R
        • This can be written as:   I * (R / R)   =   E / R
          which is:   I * 1   =   E / R
          which is:   I   =   E / R

        • And this is the solution to the problem:
          We have an equation with the unknown variable   I   on the left side by itself,
          and known variables   E   and   R   on the right side,
          so we have everything we need to calculate the value of   I:
            I   =   E   /   R
            E   =   15 vdc
            R   =   1000 ohms


            I   =   0.015 amps

      --------------------------------------------------

    • Trick #9:
      Using Parentheses and Brackets:

      • Parentheses, Brackets, and Braces are always used in pairs, two of the same kind.
        A pair of parentheses   ( )   is equivalent to a pair of brackets   [ ],   which is equivalent to a pair of braces   { } .
        The choice of which to use is arbitrary and personal preference, though parentheses are the most common.

      • Parentheses are sometimes used when they're not really needed, just for clarity, for example in a long and complicated expression.

      • However parentheses MUST be used:
          if the proper calculation of the formula requires operations to be performed contrary to the default priority order.

      • For example: If you have an equation like: a = 4 + 2 * 3
        How do you know whether to perform the addition first, or the multiplication?
          If you perform the + first, the answer is 18
          But if you perform the * first, the answer is 10.
          So it matters.

      • The default priority/order of mathematical operations
          tells you which mathematical operation to perform first, second, etc.

        The default priority order is (partly):

          Multiplication and Division first, then addition and subtraction.
          So the correct calculation is:
          a = 4 + 2 * 3 = 4 + 6 = 10
          So the correct answer is 10.

      • The full priority order is:
          Parenthesis,
          Exponents,
          Multiplication and Division (from left to right),
          and Addition and Subtraction (from left to right).


          P   E   M   D   A   S
          Or if you like mnemonics:
          "Please Excuse My Dear Aunt Sally"

        --------------------------------------------------

      • But, sometimes it's good to use parentheses even if you don't need them:
        • In the example formula:
          a = 4 + 2 * 3
          The proper order of operation is clearly defined by the default priority rule,
          Do the multiplication first, then the addition.
        • Yet it's still a little confusing, especially to beginning algebra students.
          So this might be a time when you could use parentheses, even though they're not strictly required:
            write the equation as:
            a = 4 + (2 * 3)
        • The answer is the same, especially considering the first priority, which is calculate inside parentheses first,
          but it surely is less confusing.

        • Another example:
          When we were juggling things above, we divided the left side of the equation by   R:
            E * R / R
            The rule of calculation in algebra is: if you have a series of numbers, with multiplication and division operations between then,
            that is you have No addition or subtraction operations,
            then you do the multiplications and divisions from left to right.

        --------------------------------------------------

      --------------------------------------------------

    • powers and exponents
    • units

    .

    .

    .

    eof