Comprehensive Study Notes: Algebra II For Dummies

Foundational Algebraic Properties and Notation
  • Algebraic Characterization: Any level of algebra can be characterized by three primary actions: simplify, solve, and communicate.

  • Terminology Definitions:     * Binomial: An expression with two terms.     * Coefficient: The multiplier or factor of a variable.     * Constant: A number that does not change in value.     * Expression: A combination of numbers and variables grouped together (not an equation or inequality).     * Factor (noun): Something multiplying something else.     * Factor (verb): To change the format of several terms added together into a product.     * Linear: An expression where the highest power of any variable term is one (11).     * Monomial: An expression with only one term.     * Polynomial: An expression with several terms.     * Quadratic: An expression where the highest power of any variable term is two (22).     * Simplify: To change an expression into an equivalent form that is combined, reduced, or factored.     * Solve: To find the value(s) of the variable that make a statement true.     * Term: A grouping of constants and variables connected by multiplication or division and separated from others by addition or subtraction.     * Variable: A symbol (usually a letter) that represents many choices for its value.

Core Properties of Algebra
  • Commutative Property: Applies to addition and multiplication; the order of values does not change the result.     * Addition: a+b=b+aa + b = b + a     * Multiplication: a×b=b×aa \times b = b \times a

  • Associative Property: Applies to addition and multiplication; grouping does not change the result.     * Addition: a+(b+c)=(a+b)+ca + (b + c) = (a + b) + c     * Multiplication: a(b×c)=(a×b)ca(b \times c) = (a \times b)c

  • Distributive Property: States that multiplying each term in a parenthesis by an outside coefficient does not change the value.     * Over Addition: a(b+c)=a×b+a×ca(b + c) = a \times b + a \times c     * Over Subtraction: a(bc)=a×ba×ca(b - c) = a \times b - a \times c

  • Identities:     * Additive Identity: Zero (00). Adding zero does not change the number (a+0=aa + 0 = a).     * Multiplicative Identity: One (11). Multiplying by one does not change the identity (a×1=aa \times 1 = a).

  • Inverses:     * Additive Inverse: Two numbers whose sum is zero (a+(a)=0a + (-a) = 0).     * Multiplicative Inverse: Two numbers whose product is one (a×1a=1a \times \frac{1}{a} = 1).

Exponents and Radicals
  • Multiplying and Dividing:     * an×am=an+ma^n \times a^m = a^{n+m}     * anam=anm\frac{a^n}{a^m} = a^{n-m}

  • Roots represented as Exponents:     * xn=x1/n\sqrt[n]{x} = x^{1/n}     * xmn=xm/n\sqrt[n]{x^m} = x^{m/n}

  • Raising a Power to a Power: (am)n=am×n(a^m)^n = a^{m \times n}

  • Negative Exponents: Indicates the variable belongs in the denominator (an=1ana^{-n} = \frac{1}{a^n}).

Linear Equations and Inequalities
  • Standard Form of Linear Equations: ax+b=cax + b = c. These feature variables to the first degree and typically yield one solution.

  • Solving Inequalities: Basic rules of equations apply, with one critical distinction: Reverse the sign when multiplying or dividing by a negative number.

  • Interval Notation Rules:     * Smaller numbers always appear to the left of the comma.     * Brackets [][ \, ] indicate "or equal to" (inclusive).     * Parentheses ()( \, ) indicate not inclusive.     * Infinity (positive ++\infty or negative -\infty) always uses a parenthesis.

  • Absolute Value Equations: To solve ax+b=c|ax + b| = c, you must solve two equations: ax+b=cax + b = c AND ax+b=cax + b = -c.

  • Absolute Value Inequalities:     * If |ax + b| < c, solve -c < ax + b < c (sandwiching).     * If |ax + b| > c, solve ax + b > c OR ax + b < -c (moving in opposite directions).

Quadratic Equations
  • The Quadratic Formula: For an equation ax2+bx+c=0ax^2 + bx + c = 0, the solutions are found via:     * x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

  • Completing the Square: A method to form a perfect square trinomial, useful for defining conic sections.     1. Divide everything by the coefficient of the squared term (aa).     2. Move the constant to the other side.     3. Add (b2)2(\frac{b}{2})^2 to both sides.     4. Factor the trinomial into a binomial squared.     5. Take the square root of both sides.

  • Factoring binomials:     * Difference of Squares: x2a2=(xa)(x+a)x^2 - a^2 = (x - a)(x + a).     * Sum/Difference of Cubes:         * a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)         * a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)

Functions
  • Definitions: A function has exactly one output value for every input value.     * Vertical Line Test: Used to determine if a graph is a function (the line must cross the graph no more than once).     * Horizontal Line Test: Used to determine if a function is One-to-One (every output has exactly one input). Only one-to-one functions have inverses.

  • Even and Odd Functions:     * Even: f(x)=f(x)f(-x) = f(x). Graph is symmetric with respect to the Y-axis.     * Odd: f(x)=f(x)f(-x) = -f(x). Graph is symmetric with respect to the origin.

  • Domain and Range:     * Domain: All acceptable input values (xx).     * Range: All resulting output values (yy).

  • Composition: Using one function as input for another ((fg)(x)=f(g(x))(f \circ g)(x) = f(g(x))).

  • Inverses: To find the inverse f1(x)f^{-1}(x), swap xx and yy and solve for yy.

Polynomials
  • Degree (nn): The highest power in the expression.     * Maximum x-intercepts = nn.     * Maximum turning points = n1n - 1.

  • Rational Root Theorem: Potential rational roots for a polynomial f(x)f(x) are expressed as factor of constant a0factor of lead coefficient an\frac{\text{factor of constant } a_0}{\text{factor of lead coefficient } a_n}.

  • Descartes’ Rule of Signs:     * The number of positive real roots is equal to the number of sign changes in f(x)f(x) or less by an even multiple.     * The number of negative real roots is equal to the number of sign changes in f(x)f(-x) or less by an even multiple.

  • Synthetic Division: A shorthand method of dividing polynomials by a binomial xcx - c.

Rational Functions and Limits
  • Asymptotes:     * Vertical Asymptote: Occurs where the denominator is zero (after reducing).     * Horizontal Asymptote: Based on the degrees of the numerator (nn) and denominator (mm):         * If n < m, y=0y = 0.         * If n=mn = m, y=lead coefficent of numeratorlead coefficient of denominatory = \frac{\text{lead coefficent of numerator}}{\text{lead coefficient of denominator}}.         * If n > m, no horizontal asymptote (check for oblique/slant).

  • Removable Discontinuity: A "hole" in the graph where a shared factor in the numerator and denominator can be cancelled out.

  • Limit Notation: limxaf(x)=L\lim_{{x \to a}} f(x) = L. The function approaches LL as xx approaches aa, even if f(a)f(a) is undefined.

Exponential and Logarithmic Functions
  • Exponential Form: f(x)=a×bxf(x) = a \times b^x.     * Growth: b > 1.     * Decay: 0 < b < 1.

  • Natural Base (ee): Approximately 2.7182818282.718281828. Defined as limx(1+1x)x\lim_{{x \to \infty}} (1 + \frac{1}{x})^x.

  • Compound Interest Formulas:     * Standard: A=P(1+rn)ntA = P(1 + \frac{r}{n})^{nt}     * Continuous: A=PertA = Pe^{rt}

  • Logarithmic Equivalence: y=logbx    by=xy = \log_b x \iff b^y = x.     * Properties:         * logbxy=logbx+logby\log_b xy = \log_b x + \log_b y         * logb(xy)=logbxlogby\log_b (\frac{x}{y}) = \log_b x - \log_b y         * logbxn=nlogbx\log_b x^n = n\log_b x

Conic Sections
  • Parabola: Defined by a focus and a directrix.     * Standard form (vertex at origin): y2=4axy^2 = 4ax (horizontal) or x2=4ayx^2 = 4ay (vertical).

  • Circle: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2, center (h,k)(h, k), radius rr.

  • Ellipse: (xh)2a2+(yk)2b2=1\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1. The sum of distances to two foci is constant.

  • Hyperbola: (xh)2a2(yk)2b2=1\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1 (horizontal) or the reverse for vertical. Includes diagonal asymptotes.

Matrices
  • Dimensions: Written as rows×columnsrows \times columns.

  • Multiplication: To multiply A×BA \times B, the number of columns in AA must equal the number of rows in BB. The result has dimension: (rows of AA) ×\times (columns of BB).

  • Inverse (A1A^{-1}): A square matrix that, when multiplied by the original, yields the Identity Matrix (II).     * For a 2×22 \times 2 matrix K=(aamp;b camp;d)K = \begin{pmatrix} a &amp; b \ c &amp; d \end{pmatrix}, K1=1adbc(damp;b camp;a)K^{-1} = \frac{1}{ad - bc} \begin{pmatrix} d &amp; -b \ -c &amp; a \end{pmatrix}.

Sequences and Series
  • Arithmetic Sequence: an=a1+(n1)da_n = a_1 + (n - 1)d. Common difference dd.

  • Geometric Sequence: gn=g1×rn1g_n = g_1 \times r^{n-1}. Common ratio rr.

  • Infinite Geometric Series: If |r| < 1, the sum S=g11rS_{\infty} = \frac{g_1}{1 - r}.

  • Summation Notation: k=1nak\sum_{{k=1}}^n a_k.

Sets and Counting
  • Set Operations:     * Union (ABA \cup B): All elements in either AA or BB.     * Intersection (ABA \cap B): Elements in both AA and BB.     * Complement (AA'): Elements not in AA within the Universal Set (UU).

  • Permutations (PP): Order matters. P(n,r)=n!(nr)!P(n, r) = \frac{n!}{(n - r)!}.

  • Combinations (CC): Order doesn’t matter. C(n,r)=n!r!(nr)!C(n, r) = \frac{n!}{r!(n - r)!}.