Files
calculus-lessons/1.5_Leibniz_Notation_and_the_Power_and_Sum-Difference_Rules.md

4.9 KiB

This is exactly how you need to approach Calculus to survive exams: stop trying to reinvent the wheel for every question and start looking for the Matrix code. You want high efficiency, especially when balancing late-night study sessions with everything else on your plate.

Here is your comprehensive, quick-hit study guide for this module, optimized for speed, accuracy, and maximizing your TI-84 Plus CE.


🚀 The Ultimate Power Rule "Cheat Sheet"

Calculus at this stage is all about pattern recognition. Here is how to instantly identify the problem type and the "cheat code" to solve it.

Problem Looks Like... Concept The "Cheat Code" (Action) Example
A standard polynomial (ax^n) Power Rule "Bring it down, knock it down." Multiply the front by the power, subtract 1 from the power. 3x^4 \rightarrow 12x^3
A variable in the denominator (\frac{C}{x^n}) Negative Exponents "Flip it up, make it negative." Rewrite it before doing any calculus. \frac{5}{x^2} \rightarrow 5x^{-2} \rightarrow -10x^{-3}
A constant number by itself (C) Constant Rule "Constants get zeroed." Any number without an x vanishes immediately. 42 \rightarrow 0
"Find the Rate of Change" First Derivative "Take the derivative." Rate of change is just the stealth word for f'(x). Pop. growth rate \rightarrow \frac{dP}{dt}
"Evaluate at $v = 50$" Instantaneous Rate "Plug and chug the derivative." Find f'(x) first, then plug in the number. Find R'(v), calculate R'(50).

🛠️ The "Algebra First" Trap (Crucial for Exams)

Professors love to hide simple Power Rule problems behind algebra. Always ask yourself: "Can I rewrite this to look like ax^n?"

  • Fractions: \frac{6800}{v} is a trap. Rewrite as 6800v^{-1}. Now the Power Rule is easy: -6800v^{-2}, which is -\frac{6800}{v^2}.
  • Roots (for future reference): \sqrt{x} is a trap. Rewrite as x^{\frac{1}{2}}. Then use the Power Rule: \frac{1}{2}x^{-\frac{1}{2}}.

📈 Decrypting Function Behavior (Increasing vs. Decreasing)

When a question asks if a function is increasing, decreasing, or neither, it's asking you to become a detective looking for positive or negative signs.

  1. Find the derivative f'(x).
  2. Look at the structure of the resulting equation.
  3. The Rule:
    • If f'(x) is always positive (> 0), the original function is always increasing. (e.g., 3x^2 + 8)
    • If f'(x) is always negative (< 0), the original function is always decreasing. (e.g., -\frac{6800}{v^2})

🤫 The Last Problem Shortcut (Factored Forms Allowed)

If Pearson allows factored forms, you don't actually need to expand (x + 7)^3 into a massive polynomial (x^3 + 21x^2 + 147x + 343) and risk a math error.

You can use a sneak peek at a future rule (The Chain Rule) disguised as a shortcut: The "Mini-Chain" Cheat Code.

If you have a function in the exact format of (x + \text{number})^n:

  1. Bring the power down to the front.
  2. Keep the inside exactly the same.
  3. Subtract 1 from the power.

Applying the Cheat Code to y = (x + 7)^3:

y' = 3(x + 7)^2

Boom. Done in 3 seconds. (Note: This specific shortcut only works perfectly when it's just a plain x inside the parentheses, not something like 2x or x^2).


🖩 TI-84 Plus CE: God-Mode Tactics

Your calculator is your fastest way to check answers and bypass manual arithmetic on exams.

1. The "nDeriv" Instant Answer (For numerical rates)

If the exam asks for the derivative at a specific number (like "find the growth rate at $t = 10$"):

  • Press [MATH] \rightarrow [8].
  • Setup: \frac{d}{dX}(\text{function})|_{X=\text{number}}
  • This gives you the exact answer instantly, bypassing manual differentiation.

2. The Y= Verification Hack (Check your algebraic derivative)

Did you manually calculate a derivative but aren't sure if it's right? Let the calculator prove it.

  • Y1: Type your manual, calculated answer (e.g., 3X² + 8).
  • Y2: Use nDeriv on the original function (e.g., nDeriv(X³ + 8X, X, X)).
  • Go to [2nd] [GRAPH] to view the TABLE.
  • If the Y1 and Y2 columns match perfectly number-for-number, your manual calculus is 100\% correct.

3. The Visual "Increasing/Decreasing" Check

If you need to know if f(x) = x^3 + 8x is always increasing:

  • Graph the derivative (3x^2 + 8) in Y1.
  • Press [GRAPH].
  • If the graph never dips below the horizontal $x$-axis, you know the slope is always positive, meaning the original function is always increasing.

With these shortcuts, you can shave minutes off each homework assignment and exam question. Are there any specific types of functions (like ones with crazy fractions or decimals) that still slow you down, or should we look at how to tackle the next module's concepts?