Solving Quadratic Equations: Square Root Property, Completing the Square, and Quadratic Formula

Solving Quadratic Equations: Advanced Techniques and Considerations

1. The Square Root Property

Application Criteria
  • The square root property is applied when an equation has the structure (Xk)2=C(X - k)^2 = C, where XX is the variable, kk is a constant, and CC is a constant on the other side.
  • This means a linear form (Xk)(X-k) is being squared.
Steps for Application
  1. Take the square root of both sides of the equation.
  2. Crucially, add a ±\pm (plus or minus) sign in front of the constant term on the side where the square root was taken. For example, if you have (X3)2=K(X-3)^2 = K, you would take extsquarerootof(X3)2ext{square root of } (X-3)^2 and extsquarerootofKext{square root of } K, resulting in X3=extplusminussquarerootofKX-3 = ext{plus minus square root of } K.
  3. The square root and the square operation cancel each other out on the side with the squared linear term.
Handling Complex Numbers
  • If the term inside the square root is negative, the result will involve an imaginary number ii, where i=extsquarerootof1i = ext{square root of } -1.
  • For example, if you are left with 2\sqrt{-2} inside the square root, it can be written as 2×(1)=2×1=2i\sqrt{2 \times (-1)} = \sqrt{2} \times \sqrt{-1} = \sqrt{2}i.
  • The speaker mentioned an example where the solution yielded complex roots: 3+22i3 + 2\sqrt{2}i and 322i3 - 2\sqrt{2}i. This suggests a scenario where (x3)2=8(x-3)^2 = -8 might have been the underlying equation, leading to x3=±8=±4×(2)=±22ix-3 = \pm\sqrt{-8} = \pm\sqrt{4 \times (-2)} = \pm 2\sqrt{2}i, and thus x=3±22ix = 3 \pm 2\sqrt{2}i.
Theory of Complex Roots
  • In polynomial discussions (specifically for polynomials with real coefficients), complex roots always occur in conjugate pairs.
  • If a+bia + bi is a root, then abia - bi must also be a root.
  • This is not the case for real roots. Real roots can appear individually (e.g., x=3x=3 or x=1x=-1).
  • This theory applies to single-variable functions, such as quadratic equations like ax2+bx+c=0ax^2 + bx + c = 0.

2. Completing the Square Method

General Procedure

This method transforms a quadratic equation into the form suitable for applying the square root property.

  1. Ensure Coefficient of x2x^2 is One (1): This is a critical first step. If the equation is ax2+bx+c=0ax^2 + bx + c = 0 and a1a \ne 1, divide the entire equation by aa to make the coefficient of x2x^2 equal to 11. x2+(b/a)x+(c/a)=0x^2 + (b/a)x + (c/a) = 0.
    • Reasoning: Both factoring and completing the square require the coefficient of x2x^2 to be 11 for direct application. If not, the structure (x+b/2)2(x + b/2)^2 won't accurately represent the x2x^2 and bxbx terms. (This constraint does not apply to the quadratic formula).
  2. Isolate x2x^2 and bxbx terms: Move the constant term to the right side of the equation.
  3. Calculate and Add/Subtract (b/2)2(b/2)^2: Identify the coefficient of the xx term (which is bb if coefficient of x2x^2 is 11). Calculate (b/2)2(b/2)^2 and add it to both sides of the equation.
  4. Form a Perfect Square: The left side of the equation (with x2+bx+(b/2)2x^2 + bx + (b/2)^2) can now be factored into a perfect square: (x+b/2)2(x + b/2)^2.
    • Sign Convention: The sign inside the parenthesis (e.g., x+b/2x + b/2 or xb/2x - b/2) is determined by the sign of the original bb term. If bb is positive, it's (x+b/2)2(x+b/2)^2; if bb is negative, it's (xb/2)2(x-b/2)^2.
    • Verification: To check this, expand (x+b/2)2(x + b/2)^2 by FOILing (x+b/2)(x+b/2)(x + b/2)(x + b/2). This yields x2+(b/2)x+(b/2)x+(b/2)2=x2+bx+(b/2)2x^2 + (b/2)x + (b/2)x + (b/2)^2 = x^2 + bx + (b/2)^2.
  5. Simplify and Apply Square Root Property: The equation is now in the form (x+b/2)2=K(x + b/2)^2 = K (where KK is the combined constants on the right side). Apply the square root property by taking the square root of both sides and adding ±\pm to the right side.
  6. Solve for xx: Isolate xx to find the solutions.
Example 1: x2+6x+7=0x^2 + 6x + 7 = 0
  1. Coefficient of x2x^2 is already 11.
  2. x2+6x=7x^2 + 6x = -7
  3. Here, b=6b=6. So, (b/2)2=(6/2)2=32=9(b/2)^2 = (6/2)^2 = 3^2 = 9. Add 99 to both sides: x2+6x+9=7+9x^2 + 6x + 9 = -7 + 9
  4. Form perfect square: (x+3)2=2(x + 3)^2 = 2
  5. Apply square root property: x+3=±2x + 3 = \pm\sqrt{2}
  6. Solve for xx: x=3±2x = -3 \pm\sqrt{2}
Example 2: 2x23x4=02x^2 - 3x - 4 = 0
  1. Coefficient of x2x^2 is 22, not 11. Divide the entire equation by 22:
    2x223x242=02\frac{2x^2}{2} - \frac{3x}{2} - \frac{4}{2} = \frac{0}{2}
    x232x2=0x^2 - \frac{3}{2}x - 2 = 0
  2. Move constant term: x232x=2x^2 - \frac{3}{2}x = 2
  3. Here, b=3/2b = -3/2. So, (b/2)2=(3/2/2)2=(3/4)2=9/16(b/2)^2 = (-3/2 / 2)^2 = (-3/4)^2 = 9/16. Add 9/169/16 to both sides:
    x232x+916=2+916x^2 - \frac{3}{2}x + \frac{9}{16} = 2 + \frac{9}{16}
  4. Form perfect square:
    (x34)2=3216+916\left(x - \frac{3}{4}\right)^2 = \frac{32}{16} + \frac{9}{16}
    (x34)2=4116\left(x - \frac{3}{4}\right)^2 = \frac{41}{16}
  5. Apply square root property: x34=±4116x - \frac{3}{4} = \pm\sqrt{\frac{41}{16}}
    • Splitting Square Roots: Remember that A/B=A/B\sqrt{A/B} = \sqrt{A} / \sqrt{B} for division. So, ±4116=±414\pm\frac{\sqrt{41}}{\sqrt{16}} = \pm\frac{\sqrt{41}}{4}.
      x34=±414x - \frac{3}{4} = \pm\frac{\sqrt{41}}{4}
  6. Solve for xx:
    x=34±414x = \frac{3}{4} \pm\frac{\sqrt{41}}{4}
    x=3±414x = \frac{3 \pm \sqrt{41}}{4}

3. The Quadratic Formula

Formula
  • For any quadratic equation in the standard form ax2+bx+c=0ax^2 + bx + c = 0 (where a0a \ne 0), the solutions for xx are given by:
    x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
Advantages
  • Universality: This formula works for every quadratic equation, regardless of whether it's factorable, results in real or complex roots, or if the coefficient aa is equal to 11. There is no prerequisite to manipulate the x2x^2 coefficient.
  • Often considered the most reliable and straightforward method when direct factoring is not obvious or completing the square is cumbersome.

4. Summary of Methods for Solving Quadratic Equations

There are four primary methods for solving quadratic equations:

  1. Factoring (by grouping or direct factors)

    • Process: For an equation x2+Bx+C=0x^2 + Bx + C = 0, find two numbers, aa and bb, such that their sum is BB (ad a+b=Ba+b=B) and their product is CC (ab=Cab=C). Then rewrite the equation as (x+a)(x+b)=0(x+a)(x+b)=0 and set each factor to zero to find the solutions.
      • Note: This definition assumes the simplified form with A=1A=1. If A1A \ne 1, it requires more complex factoring techniques (like grouping after splitting the middle term) or first dividing by AA.
    • Constraint: The coefficient of x2x^2 must be 11 for straightforward application.
  2. Completing the Square

    • Process: Transform the quadratic expression into a perfect square trinomial (e.g., (x±k)2(x \pm k)^2) by adding and subtracting (b/2)2(b/2)^2. Then apply the square root property.
    • Constraint: The coefficient of x2x^2 must be 11 to directly apply the (b/2)2(b/2)^2 calculation.
  3. Square Root Property

    • Process: Directly solve equations that are already in the form (X)2=K(X)^2 = K. Take the square root of both sides and remember the ±\pm sign. This is often an intermediate step for completing the square.
    • Constraint: The equation must be in a specific squared form.
  4. Quadratic Formula

    • Process: Substitute the coefficients aa, bb, and cc from ax2+bx+c=0ax^2 + bx + c = 0 into the formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
    • Advantage: This method has no constraints on the coefficient of x2x^2 (aa can be any non-zero real number). It is the most robust and universally applicable method for all quadratic equations.

Recommendation: If a problem does not explicitly state which method to use, the quadratic formula is generally the most straightforward and reliable approach due to its universal applicability. If factoring or completing the square are required, remember the crucial step of ensuring the coefficient of x2x^2 is one first (by dividing the entire equation by that coefficient).