Conceptual Overview: Algebra acts as a system for generalizing arithmetic. It utilizes variables (letters representing numbers), formulas, and operations to analyze relationships between values and solve problems, ranging from practical business applications to theoretical puzzles.
Egyptians: Focused on linear equations. The Rhind Mathematical Papyrus (preserved in the British Museum) contains early problems where the unknown was designated by the word "aha". An example problem is x+7x=19, yielding x=1685.
Hindus (6th–7th Century A.D.): Brahmagupta provided solutions to quadratic equations and early interpretations of 0. They were among the first to treat irrational numbers as actual numbers.
Al-Khowarizmi (A.D. 825): Wrote the first algebra textbook in Baghdad.
Diophantus: Often called the "father of algebra," he was the first to use symbols systematically to abbreviate mathematical thoughts.
Number Sets:
Natural Numbers (Counting Numbers): Start at 1 and increase by ones (1,2,3,4,…).
Whole Numbers: Natural numbers plus zero (0,1,2,3,…).
Integers: Positive and negative whole numbers and zero (…,−3,−2,−1,0,1,2,3,…).
Rational Numbers: Any number that can be expressed as a fraction qp where p and q are integers and q=0. Their decimal forms either terminate (e.g., 3.4) or repeat (e.g., 0.164164…).
Irrational Numbers: Numbers that cannot be written as fractions; their decimals are non-repeating and non-terminating (e.g., π, 2).
Real Numbers: The set containing all rational and irrational numbers.
Prime Numbers: Whole numbers greater than 1 divisible only by 1 and themselves. The only even prime is 2.
Composite Numbers: Numbers that are not prime and can be divided by at least one number other than 1 and itself.
Algebraic Terminology:
Expression: A combination of values and operations (e.g., 2x2+4x).
Term: Groups of factors connected by multiplication/division but separated by addition/subtraction (e.g., 3xy+5x−6 has three terms).
Equation: Uses an equal sign (=) to show a relationship of equality between two expressions.
Variable: A letter (typically from the end of the alphabet like x,y,z) representing an unknown number.
Constant: A value that never changes in an equation; often represented by the first letters of the alphabet (a,b,c).
Coefficient: A number written in front of a variable (e.g., in 3x, 3 is the coefficient).
Basic Operations and Properties
Types of Operations:
Binary Operations: Involve two numbers (Addition, Subtraction, Multiplication, Division).
Non-Binary Operations: Require only one number (Square roots, Absolute value, Factorials).
Special Operations:
Absolute Value (∣a∣): Represents the undirected distance from zero. ∣a∣=a if a≥0; ∣a∣=−a if a<0.
Factorial (n!): The product of n and every positive integer smaller than it (n!=n(n−1)(n−2)…3⋅2⋅1). By definition, 0!=1.
Greatest Integer Function: Changes a non-integer real number to the greatest integer it exceeds (rounding up).
Rules for Signed Numbers:
Addition (Same Signs): Find the sum and keep the sign. (+a)+(+b)=+(a+b); (−a)+(−b)=−(a+b).
Addition (Different Signs): Find the difference of the absolute values; the sign is determined by the number farther from zero.
Subtraction: Change the minus to plus and change the sign of the following number. (+a)−(−b)=(+a)+(+b).
Multiplication/Division: Like signs yield positive results; different signs yield negative results.
Even-Odd Rule: In a string of multiplication/division, an even number of negatives results in a positive; an odd number results in a negative.
Algebraic Properties:
Commutative Property: The order of numbers does not affect the result in addition or multiplication (a+b=b+a; a⋅b=b⋅a). It does not apply to subtraction or division.
Associative Property: The grouping of numbers does not affect the result (a+(b+c)=(a+b)+c; a(bc)=(ab)c). It does not apply to subtraction or division.
Operations with Zero:
0+a=a; a−0=a; 0−a=−a.
a⋅0=0.
0÷a=0.
Division by Zero: Numbers cannot be divided by zero; the result is undefined.
Working with Fractions, Decimals, and Exponents
Fraction Types:
Proper Fractions: Numerator is smaller than the denominator (value <1).
Improper Fractions: Numerator is larger than the denominator (value >1).
Mixed Numbers: Consist of a whole number and a proper fraction.
Operations on Fractions:
Reduction: A fraction is in lowest terms if the numerator and denominator are Relatively Prime (GCF is 1).
Common Denominators: Required for adding/subtracting. To find the Least Common Denominator (LCD), check multiples of the largest denominator until the smaller denominator divides in evenly.
Multiplication: Multiply numerators together and denominators together. Change mixed numbers to improper fractions first.
Division: Multiply the first fraction by the reciprocal (flip) of the second fraction.
Rounding Numbers: Determine the target place; look one digit to the right. If it is ≥5, increase the target digit by 1. Else, leave it.
Decimal to Fraction Conversion:
Terminating: Put digits over a power of 10 matching the number of places (e.g., 0.36=10036).
Repeating: Put repeating digits over a denominator of as many nines as there are repeating digits (e.g., 0.126126⋯=999126).
Laws of Exponents:
Multiplication: Same bases, add exponents (xa⋅xb=xa+b).
Division: Same bases, subtract exponents (xa÷xb=xa−b).
Power of Zero: x0=1 (provided x=0).
Negative Exponents: x−a=xa1.
Power of a Power: (xn)m=xnm.
Fractional Exponents: na=a1/n; nam=am/n.
Scientific Notation: Written as N×10a, where 1≤N<10 and a is an integer. Positive a moved the decimal left; negative a moved it right.
The Principles of Factoring and Distribution
Distribution Rules:
Basic: a(b+c)=ab+ac.
Polynomial x Polynomial: Multiply each term in the first factor by each term in the second factor.
FOIL Method (First, Outer, Inner, Last): Specific to binomial multiplication (a+b)(c+d).
Special Products:
Perfectly Squared Binomial: (a+b)2=a2+2ab+b2.
Sum and Difference Product: (a+b)(a−b)=a2−b2.
Sum/Difference of Two Cubes:
a3−b3=(a−b)(a2+ab+b2).
a3+b3=(a+b)(a2−ab+b2).
Factoring Techniques:
Greatest Common Factor (GCF): The largest value that divides all terms (ab+ac+ad=a(b+c+d)).
Factoring by Grouping: Used for four or more terms; group into equal sets and pull out common binomial factors.
unFOIL: Systematic guessing and checking for trinomials in form ax2+bx+c.
Remainder Theorem: The remainder from dividing a polynomial P(x) by x+a is P(−a).
Synthetic Division: A shortcut for polynomial division using only coefficients and the opposite of the constant in a linear divisor.
Rational Root Theorem: Possible rational solutions are ±factors of the lead coefficientfactors of the constant.
Solving Equations and Inequalities
Linear Equations: Standard form is ax+b=c. Variables are raised to the first power. Solve by reversing the order of operations: subtract/add first, then multiply/divide.
Quadratic Equations: Standard form is ax2+bx+c=0.
Methods: Square-root rule (if b=0), factoring (using the Multiplication Property of Zero), or the Quadratic Formula.
Multiplication Property of Zero (MPZ): If pq=0, then p=0 or q=0.
Quadratic Formula: x=2a−b±b2−4ac.
Cubic and Higher-Degree Equations: Max number of solutions is equal to the degree. Methods include finding integer factors, GCF extraction, grouping, or synthetic division.
Quadratic-Like Equations: Equations in form ax2n+bxn+c=0. Use substitution (e.g., q=xn) to reduce to quadratic form.
Radical Equations: Isolate the radical and raise both sides to the power of the root. Check for Extraneous Solutions (answers that solve the derived equation but not the original).
Inequalities:
Notation: <,>,≤,≥. In interval notation, () indicates non-inclusive limits, and [] indicates inclusive limits.
Rule of Negatives: If you multiply or divide an inequality by a negative number, the direction of the symbol must be reversed.
Quadratic Inequalities: Move all terms to one side, factor, find "critical numbers" where the expression equals 0, and test the signs in intervals on a number line.
Rational Inequalities: Critical numbers include those making the numerator zero AND those making the denominator zero (denominator zeros are always non-inclusive).
Absolute-Value Inequalities:
∣ax+b∣>c is equivalent to ax+b>c OR ax+b<−c.
∣ax+b∣<c is equivalent to −c<ax+b<c.
Applications and Geometry Formulas
Measurement Conversions:
12inches=1foot.
3feet=1yard.
5,280feet=1mile.
Geometry Formulas:
Perimeter: Square (P=4s); Rectangle (P=2l+2w); Triangle (P=s1+s2+s3); Circle Circumference (C=2πr=πd).
Area: Square (A=s2); Rectangle (A=lw); Triangle (A=21bh); Heron’s Formula for any triangle (A=s(s−a)(s−b)(s−c) where s is semi-perimeter); Circle (A=πr2).
Pythagorean Theorem: In any right triangle, a2+b2=c2, where c is the hypotenuse.
Story Problem Types:
Distance: d=rt (Distance = rate × time).
Mixture: Strength × Quantity + Strength × Quantity = Final Strength × Total Quantity.
Interest:
Simple Interest: I=Prt.
Compound Interest: A=P(1+nr)nt.
Taxes/Discounts:
Total Price = Price×(1+tax rate).
Discounted Price = Original Price×(1−discount rate).
Probability and Counting:
Permutations: Order matters. P(n,r)=(n−r)!n!.
Combinations: Order does not matter. C(n,r)=r!(n−r)!n!.
Graphing and Coordinate Geometry
Coordinate Plane: Divided by two axes (x-axis and y-axis) into four numbered quadrants (I, II, III, IV counterclockwise from upper right). The Origin is (0,0).
Points: Represented as Ordered Pairs(x,y).
Lines:
Intercepts: x-intercept where y=0; y-intercept where x=0.
Slope (m): A measure of steepness. m=x2−x1y2−y1.
Horizontal Lines: y=c (slope =0).
Vertical Lines: x=c (slope is undefined).
Slope-Intercept Form: y=mx+b (where m is slope and b is y-intercept).
Parallel Lines: Slopes are equal (m1=m2).
Perpendicular Lines: Slopes are negative reciprocals (m1=−m21).
Intersections: Found by substitution or graphing to find where coordinates satisfy both equations.
Parabolas: Graphs of quadratic equations. The Vertex is the extreme point.
Multiplying x2 by a number >1 makes it steeper; proper fractions make it flatter.
y=x2+k moves vertex up/down.
y=(x−h)2 moves vertex right (h>0).
The Part of Tens
Famous Equations:
Relativity: E=mc2 (Energy, mass, speed of light).
The Value of e: Euler's number (≈2.718). Formula: (1+x1)x as x→∞.
Newton's Gravity: F=Gd2m1m2.
Euler’s Identity: eiπ+1=0.
Fermat’s Last Theorem: an+bn=cn has no integer solutions for n>2.
Ways to Avoid Pitfalls:
Middle Terms: Don't forget 2ab in (a+b)2.
Radicals: You cannot split a+b.
Exponents: Never multiply bases together (e.g., 23⋅24=27, not 47).