Notes on Complex Numbers, Conjugates, Radical Simplification, Quadratic Factoring, and Completing the Square

Complex numbers and conjugates

  • Conjugate notation: z with a bar over it denotes the conjugate. It does not mean z is repeated; symbol # context determines meaning. When you see \overline{z} or z̄, it signals we are talking about a conjugate.
  • If a complex number is written as z = a + bi, its conjugate is z̄ = a - bi.
  • Examples:
    • If z = -7 - 4i, then the conjugate is z̄ = -7 + 4i.
    • If z = 6 + 2i, then the conjugate is z̄ = 6 - 2i.
  • Conjugates and solving: conjugates are useful for simplifying expressions and solving equations.
  • Important identities:
    • If z = a + bi, then z z̄ = (a + bi)(a - bi) = a^2 + b^2, a real number. In particular, the cross terms cancel when you multiply a + bi by its conjugate.
    • i^2 = -1, so imaginary unit behavior is essential in these manipulations.
  • Graphical note: complex numbers live on a separate plane (the complex plane) with real axis and imaginary axis; real numbers lie on the real axis, while imaginary numbers lie on the vertical axis. Graphs can still inform intuition but are conceptually on two planes.

Multiplying conjugates and rationalizing

  • Multiplying a complex number by its conjugate typically eliminates the imaginary part and yields a real number.
  • Example (product of conjugates):
    • For z = -2 - 7i, the conjugate is z̄ = -2 + 7i. Their product is
      (27i)(2+7i)=(2)2(7i)2=449(1)=4+49=53.(-2-7i)(-2+7i) = (-2)^2 - (7i)^2 = 4 - 49(-1) = 4 + 49 = 53.
    • Note: the middle terms cancel when multiplying a + bi by a - bi.
  • Another example:
    • For 5 + 2i, its conjugate is 5 - 2i. The product is
      (5+2i)(52i)=25(2i)2=25(4)=29.(5+2i)(5-2i) = 25 - (2i)^2 = 25 - (-4) = 29.
  • Practical use: multiplying a fraction by the conjugate of the denominator is a common method to remove i from the denominator (rationalize the denominator).
  • When distributing (FOIL) with conjugates, the imaginary parts cancel, leaving a real result.

The role of the imaginary unit and its algebra

  • i is the imaginary unit with property i2=1.i^2 = -1.
  • When simplifying expressions with radicals or square roots that involve i, the order of operations matters. In particular, when a negative sign sits under a radical, extract the i first:
    • \u221a{-m} = i \u221a{m} ext{ for } m>0.
  • Practice: simplify radicals with negative signs by factoring out i first, then simplify the remaining real radical.
  • Examples:

4=\u00a0 (Note: the printed example below shows the concept)

  • isqrt{-4} = 2i.

sqrt{9} = 3.

  • a l\sqrt{8} = 2\sqrt{2} i.
    • Key takeaway: always remove the imaginary unit (extract the i) first when simplifying radicals with negative signs under the radical; do not try to handle the negative sign later, or you may get the wrong answer.

Radical simplification and combining like terms

  • When simplifying expressions with radicals, group square roots and try to factor perfect squares beneath the radical sign.
  • Examples:
    • <br/>2˘21a8=22˘21a2.<br /> \u221a{8} = 2\u221a{2}.
    • Then, if you have terms like i2+3i2,i\sqrt{2} + 3i\sqrt{2}, they are like terms and can be added: i2+3i2=4i2.i\sqrt{2} + 3i\sqrt{2} = 4i\sqrt{2}.
  • When multiplying radicals, remember that \sqrt{a} \sqrt{b} = \sqrt{ab} if both are nonnegative under the radical; and if you have matching radicals, you can simplify by factoring perfect squares.
  • Example in context: using conjugates to simplify a fraction and then simplifying the remaining radicals in the numerator and denominator, keeping track of i factors and real parts.

Factoring quadratics and approaches

  • Factoring can be done in several ways: trial and error, product-sum method, factoring by grouping, or slide-and-divide. Different instructors prefer different techniques.
  • The presenter favors trial and error (check-and-guess) for some problems and notes there may be multiple correct approaches.
  • Conceptual takeaway: factoring helps identify x-intercepts of graphs and the number of real solutions; the number of real x-intercepts equals the number of real solutions to the equation, which corresponds to the number of distinct roots of the quadratic.
  • Heuristic notes:
    • If a quadratic is written as two terms on the left and one on the right, moving to one side and factoring can reveal two real solutions (two x-intercepts) if the discriminant is positive.
    • Signs of the factors determine the sign of the middle term when expanded; negative signs in both factors lead to negative middle terms.
  • Practical workflow described: choose factors for the leading term first (e.g., 2 and 3 if the leading coefficient is 6), then adjust to match the middle term (e.g., achieving a middle term of -17 through the right arrangement). Different methods can reach the same factorization.
  • Note on problem output conventions: some platforms require answers to be separated by a comma; others allow a plus sign; always follow the prompt/box instructions.

The square root property and solving by isolating the square term

  • The square root property: if you isolate the perfect square term, you can take the square root of both sides to obtain ± solutions.
  • General approach: to solve an equation with a squared term, isolate that term on one side, and take the square root of both sides to obtain two potential solutions (positive and negative).
  • Example outline:
    • If you have a term like x^2 = k, then
      x=±k.x = \,\pm \,\sqrt{k}.
  • The relationship to graphing: solving these equations tells you where the graph crosses the x-axis (x-intercepts).

Completing the square

  • Purpose: convert a quadratic into a perfect square trinomial to solve or factor.
  • Key steps for a quadratic with coefficient 1 on x^2 (i.e., x^2 + bx + c):
    • Take the coefficient of x, divide by 2, and square it: \left(\frac{b}{2}\right)^2.
    • Add and subtract this value to force a perfect square trinomial on the left:
    • For example, for x^2 - 12x, the coefficient b = -12. Half of that is -6, and its square is 36. So:
      x212x+36=(x6)2.x^2 - 12x + 36 = (x - 6)^2.
  • If the leading coefficient is not 1 (ax^2 + bx + c with a ≠ 1), adjust accordingly:
    • You add \(\frac{b^2}{4a}) to both sides to create a perfect square trinomial inside the parenthesis, yielding
      a(x+b2a)2=(something on the other side).a\left(x + \frac{b}{2a}\right)^2 = \text{(something on the other side)}.
  • Example discussion from transcript:
    • To force a perfect square trinomial, you divide the linear coefficient by two, square it, and add it to both sides.
    • If the problem involves a fractional or non-unit coefficient (e.g., a coefficient of 2/3 on x), you compute the adjustment accordingly (e.g., compute (b/(2a))^2 and add that value on both sides).
  • The “magical number” in completing the square is the number you add (and then conjugate in the equation) to form the perfect square: it is (b/(2a))^2 when you have ax^2 + bx + c.
  • Resulting factorization: after completing the square, you can factor the left side as a perfect square, and then solve by taking square roots.

Quick summary of relationships

  • Conjugates provide a tool to rationalize denominators and to simplify products of complex numbers.
  • Imaginary unit i behaves under multiplication like a number with i^2 = -1; results are often real when multiplying a quantity by its conjugate.
  • When simplifying radicals involving negative signs, extract i first, then simplify the remaining real radical.
  • Completing the square is a powerful technique for solving quadratic equations, transforming a quadratic into a perfect square, and deriving vertex forms or solving for x.
  • Recognize how many real solutions a quadratic has by inspecting the discriminant (not shown explicitly in the transcript, but connected to the discussion of x-intercepts and factoring).

Quick reference formulas

  • Conjugate of z = a + bi:
    ar{z} = a - bi.
  • Product of a complex number with its conjugate:
    (a+bi)(abi)=a2+b2.(a+bi)(a-bi) = a^2 + b^2.
  • Imaginary unit:
    i2=1.i^2 = -1.
  • Rationalizing a denominator by conjugate:
    If the denominator is a+bia+bi, multiply numerator and denominator by abia-bi to obtain a real denominator:
    Na+biabiabi=N(abi)a2+b2.\frac{N}{a+bi} \cdot \frac{a-bi}{a-bi} = \frac{N(a-bi)}{a^2+b^2}.
  • Radical simplification with negative signs:
    m=im.\sqrt{-m} = i \sqrt{m}.
  • Square root property (isolating a squared term):
    If you have an equation of the form (square term)=k,\text{(square term)} = k, then
    square term±k.\text{square term} \rightarrow \pm \sqrt{k}.
  • Completing the square (unit leading coefficient):
    For x2+bx+c=0,x^2 + bx + c = 0,
    x2+bx+(b2)2=(x+b2)2,x^2 + bx + (\tfrac{b}{2})^2 = (x + \tfrac{b}{2})^2,
    and you would add subtract ( (\tfrac{b}{2})^2 ) on both sides to maintain equality.
  • Completing the square (leading coefficient a ≠ 1):
    ax2+bx+c=0a(x+b2a)2=something.ax^2 + bx + c = 0 \Rightarrow a\left(x + \tfrac{b}{2a}\right)^2 = \text{something}.