math


SUBMITTED BY: amirmahmood786

DATE: March 23, 2016, 6:29 p.m.

FORMAT: Text only

SIZE: 6.2 kB

HITS: 1662

  1. i love math
  2. Understanding Algebra: Why do we factor equations?
  3. Home/Math/Understanding Algebra: Why do we factor equations?
  4. What's algebra about? When learning about variables (x, y, z), they seem to "hide" a number:
  5. \displaystyle{x + 3 = 5}
  6. What number could be hiding inside of x? 2, in this case.
  7. It seems that arithmetic still works, even when we don't have the exact numbers up front. Later on, we might arrange these "hidden numbers" in complex ways:
  8. \displaystyle{x^2 + x = 6}
  9. Whoa -- a bit harder to solve, but it's possible. Today let's figure out how factoring works and why it's useful.
  10. Polynomials
  11. When we write a polynomial like "x^2 + x = 6", we can think at a higher level.
  12. We have an unknown number, x, which interacts with itself (x * x = x^2). We add in the original number (+ x) and the result is 6.
  13. x^2, x and 6 are all "numbers", but now we're keeping track of how they're made:
  14. x^2 is a component interacting with itself
  15. x is a component on its own
  16. 6 is the desired state we want the entire system to become
  17. After the interactions are finished, we should get 6. What number could be hiding inside of x to make this true?
  18. Hrm -- this is tricky. So let's fight with a trick of our own: we can make a different system to track the error in our original one (this is mind-bending, so hang on).
  19. Our original system is x^2 + x. The desired state is 6. A new system:
  20. \displaystyle{x^2 + x - 6}
  21. will track the difference between the original system and the desired state. When are we happiest? When there's no difference:
  22. \displaystyle{x^2 + x - 6 = 0}
  23. Ah! that's why we're so interested in setting polynomials to zero! If we have a system and the desired state, we can make a new equation to track the difference -- and try make it zero. (This is deeper than just "subtract 6 from both sides" -- we're trying to describe the error!)
  24. But... how do we actually get the error to zero? It's still a jumble of components: x^2, x and 6 are flying everywhere.
  25. Factor That Mamma Jamma
  26. Factoring the rescue. My intuition: factoring lets us re-arrange a complex system (x^2 + x - 6) as a bunch of linked, smaller systems.
  27. Imagine taking a pile of sticks (our messy, disorganized system) and standing them up so they support each other, like a teepee:
  28. /\
  29. (That's a 2-d example, with two sticks).
  30. Remove any stick and the entire structure collapses. If we can rewrite our system:
  31. \displaystyle{x^2 + x - 6 = 0}
  32. as a series of multiplications:
  33. \displaystyle{Component \ A \cdot Component \ B = 0}
  34. we've put the sticks in a "teepee". If Component A or Component B becomes 0, the structure collapses, and we get 0 as a result.
  35. Neat! That is why factoring rocks: we re-arrange our error-system into a fragile teepee, so we can break it. We'll find what obliterates our errors and puts our system in the ideal state.
  36. Remember: We're breaking the error in the system, not the system itself.
  37. Onto The Factoring
  38. Learning to "factor an equation" is the process of arranging your teepee. In this case:
  39. \begin{align*}
  40. x^2 + x - 6 &= (x + 3)(x -2) \\
  41. &= Component \ A \cdot Component \ B
  42. \end{align*}
  43. If x = -3 then Component A falls down. If x = 2, Component B falls down. Either value causes the error to collapse, which means our original system (x^2 + x, the one we almost forgot about!) meets our requirements:
  44. When x = -3, the error collapses, and we get (-3)2 + -3 = 6
  45. When x = 2, the error collapses, and we get 22 + 2 = 6
  46. Putting It All Together
  47. I've wondered about the real purpose of factoring for a long, long time. In algebra class, equations are conveniently set to zero, and we're not sure why. Here's what happens in the real world:
  48. Define the model: Write how your system behaves (x^2 + x)
  49. Define the desired state: What should it equal? (6)
  50. Define the error: The error is its own system: Error = actual - desired (i.e., x^2 + x - 6)
  51. Factor the error: Rewrite the error as interlocking components: (x + 3)(x - 2)
  52. Reduce the error to zero: Zero out one component or the other (x = -3, or x = 2).
  53. When error = 0, our system must be in the desired state. We're done!
  54. Algebra is pretty darn useful:
  55. Our system is a trajectory, the "desired state" is the target. What trajectory hits the target?
  56. Our system is our widget sales, the "desired state" is our revenue target. What amount of earnings hits the goal?
  57. Our system is the probability of our game winning, the "desired state" is a 50-50 (fair) outcome. What settings make it a fair game?
  58. The idea of "matching a system to its desired state" is just one interpretation of why factoring is useful. If you have more, I'd like to hear them!
  59. Appendix
  60. A cheatsheet for the process:
  61. Some more food for thought:
  62. Multiplication is often seen as AND. Component A must be there AND Component B must be there. If either condition is false, the system breaks.
  63. The Fundamental Theorem of Algebra proves you have as many "components" as the highest polynomial. If your highest term is x^4, then you can factor into 4 interlocked components (discussion for another day). But this should make sense: if you rewrite an "x^4 system" into multiplications, shouldn't there be 4 individual "x components" being multiplied? If there were 3, you could never get to x^4, and if there were 5, you'd overshoot and get an x^5 term.
  64. Do you have a real-world system in a "teepee" arrangement, where a single failing component collapses the entire structure?
  65. The quadratic formula can "autobreak" any system with x^2, x and constant components. There's formulas for complex systems (with x^3, x^4, or even some x^5 components) but they start to get a bit crazy.
  66. Is there any way to prevent a system from having these weak points? (Unfactorable? Non-zeroable?). Don't forget, we thought systems like x^2 + 1 were "non-zeroable" until imaginary numbers came along.
  67. Happy math.
  68. Other Posts In This Series
  69. Understand Ratios with "Oomph" and "Often"
  70. Mental Math Shortcuts
  71. How to Develop a Sense of Scale
  72. A Quick Intuition For Parametric Equations
  73. Understanding Algebra: Why do we factor equations?

comments powered by Disqus