In Depth Notes on Quantitative Methods (QMS260s) - Unit 2: Algebra
EXPONENTS
- Definition of Exponents: Exponents are a shorthand way of expressing repeated multiplication of a number by itself.
- Example: 7×7×7×7×7×7=76 (read as "7 to the power 6")
- Basics:
- If a is the base and n is the exponent, then:
- an=a×a×…×a (n times)
- Special cases:
- a0=1 (for any non-zero a)
- a−n=an1 (for any positive integer n)
- Examples:
- 50=1,
- b⋅b⋅b⋯=b7
- 43=64 and 1251=5−3
- 23=2221=2
RULES OF EXPONENTS
- Basic Rules:
- Product Rule: am×an=am+n
- Quotient Rule: anam=am−n
- Power of a Power Rule: (am)n=amn
- Power of a Product Rule: (ab)m=am⋅bm
- Power of a Quotient Rule: (ba)m=bmam
ORDER OF OPERATIONS
- To solve mathematical expressions, follow these steps:
- Evaluate expressions inside parentheses.
- Compute exponents and roots next.
- Perform multiplication and division from left to right.
- Lastly, perform addition and subtraction from left to right.
ALGEBRAIC EXPRESSIONS
- Definitions:
- Variable: A symbol that represents an unknown value (e.g., x, y).
- Term: A number or a product of numbers and variables (e.g., 3x).
- Expression: A combination of terms (e.g., 3x+27y−5).
- Constant Term: A term with a fixed value (e.g., -7 in 3xy+12x−7).
- Coefficient: The numerical factor multiplied by variables (e.g., 3 in 3xy).
- Degree of Expression:
- The degree is the highest exponent of any variable in the expression.
- Examples:
- 3x+7 (1st-degree)
- 9x2−4x+1 (2nd-degree)
- 10y3+4y2−y+8 (3rd-degree)
- Equations:
- An equation asserts the equality of two expressions (indicated by =).
- Solving the equation: Finding the value of the variable that makes the equation true.
- Example: Solve 2x+4=7x−1 to get x=1.
- Simultaneous Equations: Set of equations that need to be solved together. Example:
- 3x+2y=12
- 6x−y=5
- Formula: A mathematical representation using variables, e.g., perimeter of a rectangle P=2(L+W).
- To find P given L and W, substitute their values.
SOLVING LINEAR EQUATIONS
- Steps:
- Move like terms to one side of the equation.
- Perform the same operations on both sides to isolate the variable (e.g., 7x+3=2x+18 results in x=3).
SIMULTANEOUS LINEAR EQUATIONS - ELIMINATION METHOD
- Steps:
- Adjust coefficients of one variable in both equations to match.
- Eliminate one variable by adding or subtracting equations.
- Solve the resulting equation for one variable.
- Substitute to find the second variable.
- Check solutions by substituting back into the original equations.
SIMULTANEOUS EQUATIONS - SUBSTITUTION METHOD
- Example: Solve equations such as:
- x+y=7
- 3x−y=8
- Steps:
- Express one variable in terms of the other (e.g., x=7−y).
- Substitute into the other equation to solve for the remaining variable.
ARITHMETIC AND GEOMETRIC SEQUENCES
- Definitions:
- Arithmetic Sequence: Sequence where the difference between consecutive terms is constant.
- Formula: Tn=a+(n−1)d where a is the first term and d is the common difference.
- Geometric Sequence: Sequence where each term is found by multiplying the previous term by a constant.
- Formula: Tn=a⋅r(n−1) where r is the common ratio.
APPLICATIONS
- Practical examples of equations in real life, such as determining costs or analyzing data patterns.
- Example of identifying costs via linear equations: x+3x=3000 leads to identifying individual costs.