Slope, Substitution & Rational Fractions – Comprehensive Lecture Notes

Recap : Graphs, Slope, Speed

  • Whenever a quantity (e.g., distance) is plotted on the vertical axis (y-axis) against time on the horizontal axis (x-axis), the slope of the line at any point represents the speed. This slope signifies the rate of change of distance with respect to time.

    • Mathematical definition: \text{slope}=\dfrac{\Delta\text{distance}}{\Delta\text{time}}

      • The symbol \Delta (delta) represents "change in," meaning the difference between two points

    • Example unit: 5\,\text{m}\;\/\;\text{s} (read “five metres per second”). It is crucial to always perform dimensional analysis to ensure units are consistent and meaningful (e.g., metres/second simplifies to a unit of speed).

  • The instructor repeatedly emphasized “think of it, not just the formula,” i.e.:

    • Always connect algebraic manipulation to its physical meaning. For instance, a steeper slope indicates higher speed, while a flat line indicates zero speed (no change in distance over time).

    • Check units: metres divided by seconds must simplify to speed, reinforcing the underlying physical concept.

Evaluating Algebraic Expressions by Direct Substitution

  • General workflow recommended by the speaker for evaluating expressions:

    1. Identify all variables present within the algebraic expression.

    2. Substitute the precise given numerical values for each identified variable.

    3. Follow the order of operations rigorously (PEMDAS/BODMAS: Parentheses/Brackets, Exponents/Orders, Multiplication & Division (from left to right), Addition & Subtraction (from left to right)). This ensures a consistent and correct result.

    4. Interpret the final numerical result within the original problem's context or physical scenario.

  • Key reminder: You can, and often should, simplify by cancelling terms on a number line or by factoring common terms when appropriate before plugging in numbers. This can significantly reduce computational complexity and potential errors, especially with fractions or complex expressions.

Worked Numerical Examples (in chronological order of appearance)

  1. Giant placeholder number used to illustrate “press 1” on a calculator: 98764321987654322111223344490 - This number, alongside a percentage (e.g., 9\%), was presented purely for demonstrative purposes to show how large numbers can be entered or displayed on a calculator; no actual computation followed it.

  2. “Multiply by four” snippet:

    • Original verbal fragment: “Four x. Four times four plus x equals …”.

    • Possible reconstruction: 4x = 4(4+x). This example highlighted the importance of precise verbalization in mathematics, as small changes in wording can lead to different interpretations and equations. The final simplification for this specific context was not given.

  3. Substitution example with x=4 (labelled “x2i4 + \frac14x4” in transcript):

    • Re-expressed: x^2 + \dfrac14x \bigg|_{x=4}. This notation explicits that the expression is to be evaluated at x=4 .

    • Calculation: 4^2 + \dfrac14(4)=16+1=17. This step demonstrates the correct application of exponents and multiplication before addition.

    • Stated answer, however, was “5,” showing that the speaker either intended a simpler or different initial expression, or perhaps made a pedagogical point about careful evaluation. This discrepancy reinforces the importance of following the exact algebra as written, even if a mental shortcut suggests another answer.

  4. Another fast evaluation (the “68 \to 24 \to 76” chain):

    • Claimed results: 68\to24\to76 but no intermediate steps were preserved. This sequence was cited to caution students about the dangers of dropping intermediate steps during calculations, as it makes verification impossible and increases the risk of arithmetic errors.

  5. Detailed step-through with x=24. This example demonstrated breaking down long computations:

    • Fragment contained: “24 \div 3 = 8,” then “2\times8,” repeated divisions by 28 and 12, and a long add-up that concluded 38.

    • Key takeaway: chunk multi-step computations into smaller, manageable parts. Verify the result at each stage to catch errors early and maintain accuracy.

  6. Total check: After many micro-steps, the instructor confirmed: “If x=24 the answer is 38” but then contrasted it with a “real” (manual) answer he expected to be 76.

    • Pedagogical point: always verify your answers by re-computing using a different method (e.g., re-solving, using a calculator, or checking inverse operations) when initial results disagree. This discrepancy highlights potential errors in manual calculation or in understanding the original problem.

  7. Evaluation string with x=20. This extended example emphasized careful order of operations and sign handling:

    • Written aloud: 2\times20x20-4-5\times20+1 and a second string 3\times40-4-5\times21. The verbal transcription often leads to ambiguity, so the tidied written form is crucial for clarity.

    • Simplified walk-through (tidied and expanded):

      1. 2 \times 20 = 40

      2. 3 \times 40 - 4 = 120 - 4 = 116 (Multiplication before subtraction)

      3. 21 \times 5 = 105

      4. 116 - 105 = 11

    • Transcript noted intermediate “\text{-}3” and “36,” showing how common sign mistakes and miscalculations can creep in when not following PEMDAS precisely or when working too quickly.

  8. Left-side vs. right-side equality check described as “left side = right side.” This illustrates solving linear equations by balancing both sides.

    • Generic form: 3x - 4 = -2x + 7.

    • Solved verbally, highlighting:

      • The strategy to isolate the variable: Move all terms containing the variable (e.g., x) to one side of the equation and all constant terms to the other side. This is achieved by adding or subtracting the same value from both sides of the equation.

      • Solution: x = \dfrac{11}{5}. This step demonstrates the final division to solve for x. (3x + 2x = 7 + 4 \implies 5x = 11 \implies x = 11/5)

  9. “Box” example (fractions). This focused on understanding and manipulating rational numbers:

    • Value stated: “\frac{3}{3}+2” which equals 1+2=3. This simple example reinforced the concept of simplifying fractions before performing addition.

    • Another fraction: \frac{214}{5} estimated as \approx40. This showed the utility of approximating fractions for quick size estimates, which is useful for checking calculations (since 200/5 = 40 and 14/5 \approx 2.8 so 42.8 exactly).

    • Lessons:

      • Always reduce common factors first in fractions to simplify calculations.

      • Convert to mixed numbers or decimals for quick size estimates, especially when comparing values or checking if an answer is reasonable.

  10. Rational-fraction caution: Called “a rational fractions problem.”

    • Advice: It is critical to keep the denominator intact and perform all operations in the numerator and then divide at the very last step. This approach helps to avoid cascading rounding errors that can occur if one converts fractions to decimals prematurely during intermediate steps.

Special Historical/Method References

  • “Chinese method during the times after Babylonian” \to likely a nod to the Nine Chapters on the Mathematical Art or related ancient Chinese fraction algorithms. These historical methods often involved sophisticated techniques for solving linear equations and systems of equations, demonstrating early algebraic thought.

  • Key principle: excess-deficiency (sometimes called the method of false position or double false position). This is an iterative method for finding the root of an equation that does not require direct algebraic manipulation, making it historically significant before modern algebra.

    • Sketch of excess-deficiency idea:

      1. Guess two distinct trial values for the unknown variable, where one guess yields a result that is too high (excess) and the other yields a result that is too low (deficiency) when put into the given problem or equation.

      2. Based on the discrepancy between these trial results and the desired outcome, a new, more accurate guess is systematically derived. This iterative process continues until the desired accuracy is achieved or the root of the equation is found. Historically, this method, often geometric in its application, provided a means to solve problems without the abstract power of modern algebraic notation.