Use Square Roots to Solve Quadratic Equations

Key Questions

  • If the question is about using the square root directly against the equation, the answer is definitely NO.

    However, with certain transformation of a given equation into a different but equivalent form it is possible. Here is the idea.

    Assume, for example, the same equation as analyzed in the previous answer:
    x^2+x=63x2+x=63

    If we could transform it to something like y^2=by2=b then the square root of both sides would deliver a solution.
    So, let's transform our equation to this form.
    Expression x^2+xx2+x is not a square of anything, but x^2+x+1/4x2+x+14 is a square of x+1/2x+12 because
    (x+1/2)^2=x^2+2*x*1/2+1/4=x^2+x+1/4(x+12)2=x2+2x12+14=x2+x+14

    Therefore, it is reasonable to transform the original equation into
    (x+1/2)^2-1/4=63(x+12)214=63 or
    (x+1/2)^2=253/4(x+12)2=2534
    From the last equation, which is absolutely equivalent to the original one, using the operation of the square root, we derive two linear equations:
    x+1/2=sqrt(253)/2x+12=2532 and x+1/2=-sqrt(253)/2x+12=2532

    So, two solutions are:
    x=(-1+sqrt(253))/2x=1+2532 and x=(-1-sqrt(253))/2x=12532

    The above method is pretty universal and handy if you don't remember a formula for solutions of a quadratic equation. Let me illustrate this with another example.
    -3x^2+2x+8=03x2+2x+8=0

    Step 1. Divide everything by -33 to have x^2x2 with a multiplier 11:
    x^2-2/3x-8/3=0x223x83=0

    Step 2. Since a coefficient at xx is -2/323, use (x-1/3)^2(x13)2 in a transformed equation:
    (x-1/3)^2-1/9-8/3=0(x13)21983=0 or
    (x-1/3)^2=25/9(x13)2=259

    Step 3. Use square root:
    x-1/3=5/3x13=53 and x-1/3=-5/3x13=53

    Step 4. Solutions:
    x=6/3=2x=63=2 and x=-4/3x=43

  • Let us solve the following quadratic equation.

    x^2-6x+7=0x26x+7=0

    by adding 2,

    x^2-6x+9=2x26x+9=2

    by completing the square,

    (x-3)^2=2(x3)2=2

    by taking the square-root,

    x-3=pm sqrt{2}x3=±2

    by adding 3,

    x=3 pm sqrt{2}x=3±2


    I hope that this was helpful.

Questions