BackComprehensive Study Notes for College Algebra: Numbers, Functions, Trigonometry, Induction, Binomial Theorem, and Conic Sections
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Numbers, Inequalities, and Absolute Values
Sets
Understanding sets is foundational in algebra. A set is a well-defined collection of objects, called elements. Sets can be described by listing elements or using set-builder notation.
Notation: Curly brackets are used, e.g., A = {1, 2, 3, 4}.
Set-builder notation: S = {x | A(x)} means the set of all x for which A(x) is true.
Subset: A ⊂ B if every element of A is also in B.
Intersection: A ∩ B = {x | x ∈ A and x ∈ B}.
Union: A ∪ B = {x | x ∈ A or x ∈ B}.
Empty set: ∅ is the set with no elements.
Real Numbers
The real numbers (R) include:
Natural numbers (N): {1, 2, 3, ...}
Integers (Z): {..., -3, -2, -1, 0, 1, 2, ...}
Rational numbers (Q): Numbers of the form p/q where p, q ∈ Z, q ≠ 0
Irrational numbers: Real numbers not rational, e.g., √2, π
Real numbers can be represented on the number line and ordered using <, >, ≤, ≥.
Intervals
Intervals are subsets of the real line:
Open interval: (a, b) = {x ∈ R | a < x < b}
Closed interval: [a, b] = {x ∈ R | a ≤ x ≤ b}
Half-open intervals: [a, b), (a, b]
Inequalities
Solving inequalities involves finding all real numbers that satisfy a given condition.
Example: Solve 3x + 1 > 2x:
3x + 1 > 2x ⇒ x > -1
Compound inequalities: Use logical AND/OR to combine conditions.
Express solutions: Use interval or set notation.
Absolute Values
The absolute value of a real number a is its distance from zero:
Definition: |a| = a if a ≥ 0; |a| = -a if a < 0
Key properties:
|a| ≥ 0
|a|^2 = a^2
|ab| = |a||b|
|a + b| ≤ |a| + |b| (Triangle Inequality)
|a| = √{a^2}
Solving absolute value equations/inequalities: Split into cases based on the definition.
Functions
Definition and Basics
A function f from set D to Y assigns each x ∈ D a unique f(x) ∈ Y.
Domain: Set of all possible inputs (dom(f)).
Range: Set of all possible outputs (range(f)).
Natural domain: All real numbers for which the formula makes sense.
Example: f(x) = 1/√{x-1} has domain (1, ∞).
Graphing Functions
The graph of f is the set {(x, f(x)) | x ∈ D}.
Vertical Line Test: A curve is the graph of a function if no vertical line intersects it more than once.
Piecewise functions: Defined by different formulas on different parts of the domain.
Transformations
Shifts: f(x + c) shifts left/right; f(x) + c shifts up/down.
Scaling: f(cx) compresses/stretches horizontally; c f(x) vertically.
Reflections: f(-x) reflects over y-axis; -f(x) over x-axis.
Even and Odd Functions
Even: f(-x) = f(x) (symmetric about y-axis).
Odd: f(-x) = -f(x) (symmetric about origin).
Example: f(x) = x^2 is even; f(x) = x^3 is odd.
Classification and Combination of Functions
Polynomial: p(x) = a_n x^n + ... + a_0
Rational: g(x) = p(x)/q(x) where p, q are polynomials, q(x) ≠ 0
Algebraic: Built from polynomials using roots and rational operations.
Operations: Sums, differences, products, quotients, and composition (f∘g).
Inverse Functions
One-to-one (injective): f(x_1) = f(x_2) ⇒ x_1 = x_2
Inverse: If f is one-to-one, f^{-1}(y) = x such that f(x) = y
Graph: The graph of f^{-1} is the reflection of f across y = x.
Angles and Trigonometric Functions
Radian Measure
Definition: The radian measure of an angle is the ratio of arc length s to radius r:
Conversions:
Degrees to radians: multiply by
Radians to degrees: multiply by
Arc length: (with in radians)
Area of sector:
Trigonometric Functions
Definitions (unit circle):
Special angles: Know exact values for .
Periodicity:
have period
have period
Trigonometric Identities
Pythagorean:
Quotient: ,
Sum and difference:
Double angle:
Product-to-sum and sum-to-product formulas (see notes for details).
Inverse Trigonometric Functions
arcsin: is the unique with
arccos: is the unique with
arctan: is the unique with
Domains and ranges: Know the principal values for each function.
Trigonometric Equations
General solutions use periodicity:
or
or
Polar Coordinates
Definition: A point is given by where is the distance from the origin and is the angle from the positive x-axis.
Conversion:
Common polar graphs: Circles (), lines (), spirals (), roses ( or ), cardioids ().
Symmetry tests: Replace with , , or to check for symmetry about x-axis, y-axis, or origin, respectively.
Expressing as
Let ,
Then ,
So
Mathematical Induction
Principle of Mathematical Induction
To prove a statement for all :
Show is true (base case).
Assume is true (inductive hypothesis), show is true (inductive step).
If both steps hold, is true for all .
Example: Prove for all .
Sigma Notation and Binomial Theorem
Sigma Notation
Definition:
Properties:
Linearity:
Constants:
Common Sums
Arithmetic series:
Geometric series: (if )
Factorials and Binomial Coefficients
Factorial: ,
Binomial coefficient:
Properties:
Binomial Theorem
Statement:
Pascal's Triangle: The coefficients form Pascal's triangle.
Applications: Expanding powers, finding specific coefficients, and combinatorics.
Conic Sections
Quadratic Forms and Canonical Forms
General quadratic:
Canonical forms:
Parabola:
Ellipse:
Hyperbola:
Classification
Parabola: One squared term, e.g.,
Ellipse: Both and with same sign, e.g.,
Circle: Special case of ellipse with
Hyperbola: and with opposite signs, e.g.,
Transformations
Translation: Completing the square shifts the center.
Rotation: Used to eliminate term; principal axes are found by rotating through angle where .
Summary Table: Types of Conic Sections
Equation | Type | Key Features |
|---|---|---|
Parabola | One squared term; opens right if | |
Ellipse | Both terms positive; closed curve | |
Hyperbola | One term negative; two branches | |
Circle | Special ellipse; center at origin |
Appendix: Mathematical Reasoning
Statement: An expression that is either true or false.
Theorem: A true statement proved from axioms and definitions.
Axiom: A statement assumed true without proof.
Implication: "If p then q" ()
Converse: "If q then p" ()
Contrapositive: "If not q then not p" ()
Equivalence: means both and
Proof by contradiction: Assume the opposite and show a contradiction arises.
Additional info: These notes are based on the MATH1034A Algebra manual and cover all foundational topics in college algebra, including sets, real numbers, inequalities, functions, trigonometry, induction, sigma notation, binomial theorem, and conic sections. For more detailed worked examples and exercises, refer to the original manual or a standard college algebra textbook.