Scientific Notation and Foundational Math Skills - Notes
Scientific Notation
Definition and Purpose: Shorthand for writing numbers, showing scale and significant digits.
Structure: Single non-zero digit, decimal, significant figures, multiplied by 10^n.
Example: 0.0062 = 6.2 \times 10^{-3} (negative exponent for numbers smaller than 1).
Example: 1,234,500 = 1.2345 \times 10^{6} (positive exponent for numbers greater than 1).
Key rules: Numbers >1 \rightarrow positive exponent; numbers <1 \rightarrow negative exponent. The significand contains all significant digits.
Unit Check and Dimensional Analysis
Purpose: Verify equations by checking unit consistency.
Notation: Time: t, Length: l, Mass: m.
Example Check (Equation 1): d^3 = 2 a x^2
Left side units (if d is velocity): \left(\frac{l}{t}\right)^3 = \frac{l^3}{t^3}.
Right side units (a = \frac{l}{t^2}, x = l): \frac{l}{t^2} \cdot l^2 = \frac{l^3}{t^2}.
Conclusion: Inconsistent units (\frac{l^3}{t^3} \neq \frac{l^3}{t^2}) means the equation is dimensionally wrong.
Practical Implication: Unit consistency is crucial for physical plausibility and catching errors.
Quick Math Review: Exponents, Fractions, and Basic Identities
Exponents:
Multiplication: x^m \cdot x^n = x^{m+n}
Division: \dfrac{x^m}{x^n} = x^{m-n}
Zeroth power: x^0 = 1
Fractions:
Multiplication: \dfrac{a}{b} \cdot \dfrac{c}{d} = \dfrac{ac}{bd}
Division: \dfrac{a}{b} \div \dfrac{c}{d} = \dfrac{a}{b} \cdot \dfrac{d}{c} = \dfrac{ad}{bc}
Common Pitfall (Addition/Subtraction): Requires a common denominator. Example: \dfrac{1}{2} + \dfrac{5}{7} = \dfrac{7}{14} + \dfrac{10}{14} = \dfrac{17}{14}.
Quadratic Equations: General form a x^2 + b x + c = 0, solved by x = \dfrac{-b \pm \sqrt{b^2 - 4 a c}}{2 a}.
Logarithms and Their Properties
Types: Common (log, base 10), Natural (ln, base e).
y = 10^x \iff x = \log y
y = e^x \iff x = \ln y
Key constant: e \approx 2.3026.
Rules:
Product: \log( a b ) = \log a + \log b
Quotient: \log\left(\dfrac{a}{c}\right) = \log a - \log c
Power: \log(a^n) = n \log a
Practical Note: Logs simplify multiplicative relationships into additive ones, useful for modeling growth/decay.
Algebraic Techniques and Problem-Solving Strategy
Re-arranging Equations: Perform the same operation on both sides to isolate the target variable.
General Approach: Identify variable, isolate using inverse operations, check solution.
Connections to Course Context and Real-World Relevance
These foundational math and notation skills are essential for all future topics in physics, chemistry, and engineering.
They ensure accurate measurements, prevent errors, and help model real-world phenomena.