QuickMath Download on App Store Download on Google Play
Welcome to Quickmath Solvers! Download on App Store Download on Google Play
Solve an equation, inequality or a system.

Example: 2x-1=y,2y+3=x

To see your tutorial, please scroll down

Different methods for solving quadratic equations

6.5  Equations of the Form ax^2 + bx + c = 0

  By a quadratic equation in the single variable x, we mean any equation that can be transformed through elementary transformations to an equation of the form

  ax^2 + bx + c = 0,  a!=0

  When the equation is written in the above form we will say that it is in standard form.

  The first type of quadratic equation that we will consider is an equation of the form

  ax^2+c=0

  We first solve for x^2 to obtain

  x^2=-c/a

  Next we solve for x by taking the square root to obtain

  x=+-root((-c)/(a))

  The solution set is therefore {root((-c/a)),-root((-c/a))}.

Example 1.  Solve 9x^2-25=0

  9x^2-25=0

  x^2=25/9

  x=+-root(25/9)

  x=+-(5/3)

  The solution set is {5/3,-5/3}.

Let’s see how our quadratic equation solver solves this and similar problems. Click on "Solve Similar" button to see more examples. 

6.6  Solution of ax^2 + bx + c = 0 by Factoring

  We recall from Chapter 1 the important fact that if A and B are real numbers and

  AB=0

  then

  A=0  or  B=0

  This property is the key to solving quadratic equations by the method of factoring. It is important to note that the above reasoning applies only when the right-hand side is zero; no other real number will do.

Example 1.  Solve the equation x^2-4x-5=0.

  x^2-4x-5=0

  (x-5)(x+1)=0

  Therefore,

  x-5=0  or x+1=0

  so the solution set is {5,-1}

Example 2  Solve the equation 2x^2-5x=3.

  We add -3 to both sides to obtain 0 on the right-hand side.

  2x^2-5x=3

  2x^2-5x-3=0

  (2x+1)(x-3)=0

  Therefore,

  2x+1=0  or  x-3=0

  so the solution set is

  {-1/2,3}

  More generally if

  AB...C=0

  then

  A=0, B=0,...  or C=0

  Consequently this method of solution will apply to any degree equation as long as we are able to factor the equation into linear terms. For example, if we have

  x(x-3)(x+1)=0

  then

  x=0x-3=0, or x+1=0

  and hence the solution set is 

  {0,3,-1}

Let’s see how our math solver solves this and similar problems. Click on "Solve Similar" button to see more examples. 

6.7  Completing the Square

  As we have seen, quadratic equations of the form

  x^2=a

  where amay be solved by the method of extraction of roots. In fact, since every real number a has two square roots (either real or imaginary) we have two solutions. These are given by is any real number, 

  x=root(a)  or  x=-root(a)

  For example , from the equation

  x^2=25

  we have

  x=root(25)=5  or  x=-root(25)=-5

  From the equation

  x^2=-9

  we have

  x=root(-9)=3root(-1)=3i  or  x=-root(-9)=-3i

  Equations of the form

  (x-a)^2=b

  can be solved by the same method. For example

  (x-3)^2=25

  implies that

  x-3=5  or  x-3=-5

  from which we obtain

  x=8  or  x=-2

  In order to write x^2+-2ax+b=0 in the form

  (x+-a)^2=k

  we note that

  (x+-a)^2=x^2+-2ax+a^2

  Hence, in order to obtain a perfect square on the left-hand side when the first two terms x^2+-2ax are given, we must add a^2, which is the square of half the coefficient of the x term, to both sides of the equation. This method is called the method of completing the square. Note that to complete the square the coefficient of x^2 must be 1.

Example 1.  Solve the equation x^2-10x-24=0by completing the square. We first add 24 to both sides to obtain 

  x^2-10x+25=24+25

  namely,

  (x-5)^2=49

  We now extract the square roots to obtain

  x-5=root(47)=7  or  x-5=-root(49)=-7

  thus,

  x=12  or  x=-2

  Therefore, the solution set is {12, -2}.

Example 2.   Solve 4x^2+4x-3=0.

  we add 3 to both sides and then divide by 4 to obtain

  x^2+x=3/4

  Adding (1/2)^2=1/4to both sides we obtain

  x^2+x+1/4=3/4+1/4

  or

  (x+1/2)^2=1

  Extracting roots we obtain

  x+1/2=1  or  x+1/2=-1.

  Thus the solution set is {1/2, 3/2}.

  The method of completing the square has other applications.

This is how our quadratic equation step by step solver solves the problem above. You can see similar problems solved by clicking on 'Solve similar' button.

Example 3.  Write x^2+y^2-4x+6y-3=0 in the form (x+-h)^2+(y+-k)^2=r^2

  We group the x terms and the y terms obtaining quadratic expressions in x and y. We then complete the square in each expression.

  x^2+y^2-4x+6y-3=0

  x^2-4x+y^2+6y=3

  x^2-4x+4+y^2+6y+9=3+4+9

  (x-2)^2+(y+3)^2=4^2

Example 4.  Write y=x^2+2x+3 in the form y+-k=(x+-h)^2.

  y=x^2+2x+3

  y-3=x^2+2x

  y-3+1=x^2+2x+1

  y-2=(x+1)^2

6.8  The Quadratic Formula

  We can apply the methods of completing the square to the general quadratic equation

  ax^2+bx+x=0,  a!=0

  Add -c to both sides.

  ax^2+bx=-c

  Divide sides by a.

  x^2+b/ax=-c/a

  Add (b/(2a))^2=(b^2)/(4a^2) to both sides.

  x^2+b/ax+(b^2)/(4a^2)=-c/a+(b^2)/(4a^2)

  (x+b/(2a))^2=(b^2-4ac)/(4a^2)

  Take the square root.

  x+b/(2a)

  =+-root((b^2-4ac)/(4a^2)

  =+-root((b^2-4ac)/(2a))

  Thus

  x=(-b+-√(b^2-4ac))/(2a)

  This formula, called the quadratic formula, gives both solutions of the general quadratic equation expressed in terms of the coefficients a, b, and c. The symbol ± is used to condense the two equations.

  x=(-b+√(b^2-4ac))/(2a)x=(-b-√(b^2-4ac))/(2a)

  The solution set of the general quadratic equation is

  {x=(-b+√(b^2-4ac))/(2a),x=(-b-√(b^2-4ac))/(2a)}

  In considering the quadratic formula we can see that the nature of the solutions-complex, irrational, or rational-depends entirely on the term under the radical, namely,

  b^2-4ac

  This term is called the discriminant of the quadratic equation.

  1. The solutions are real if b^2-4ac>=0 and complex if b^2-4ac<0.

  2. If a, b, and c are rational and b^2-4ac>=0, then the solutions are rational if and only if b^2-4ac is a perfect square.

Example 1.  Solve the equation 3x^2 + x - 2 = 0 by the quadratic formula.

  Substitute a=3b=1,c=-2in the quadratic formula.

   x=(-b+-√(b^2-4ac))/(2a)

  =(-1+-root(1-4(3)(-2)))/(2*3)

  =(-1+-root(25))/(6)

  =(-1+-5)/(6)

  =4/6,-6/6

  
Hence the solution set is {2/3,-1}

Example 2.  Solve the equation x^2+4x+16=0.

  We have a=1b=4, and c=16.

  x=(-4+-root(16-4(1)(16)))/(2*1)

  =(-4+-root(-48))/(2)

  =(-4+-4root(3i))/(2)

  =-2+-2root(3i)

  Thus, the solution set is {-2+2root(3i),− 2-2 √3 i}.

This is how our quadratic equation step by step solver solves the problem above. You can see similar problems solved by clicking on 'Solve similar' button.

  In Chapter 3 we were able to factor some polynomials of second degree with integral coefficients. We are now in a position to consider the problem of factoring any second degree polynomial where the coefficients may now be real numbers. We must allow the use of complex numbers in the factors.

  Consider the general second degree polynomial and use the method of completing the square.

  ax^2+bx+c

  =a(x^2+b/(a)x+c/a)

  =a(x^2+b/(a)x+(b^2)/(4a^2)+c/a-(b^2)/(4a^2))

  =a[(x+b/(2a))^2-((b^2-4ac)/(4a^2))

  =a[(x+b/(2a))^2-((root(b^2-4ac))/(2a))^2

  =a[(x+b/(2a))-((root(b^2-4ac))/(2a)[(x+b/(2a))+(root(b^2-4ac))/(2a)

  =a[x-((-b+root(b^2-4ac))/(2a)[x-((-b-root(b^2-4ac))/(2a))

  If we donate (-b+root(b^2-4ac))/(2a) by r_1 and (-b-root(b^2-4ac))/(2a) by r_2, then we have

  ax^2+bx+c=a(x-r_1)(x-r_2)

  We observe that the numbers r_1, and r_2 are just the solutions of (ax^2+bx+c=0). These solutions, r_1 and r_2, are called the roots of the polynomial ax^2+bx+c. Thus, to factor ax^2+bx+c, we obtain its roots by solving the polynomial equation (ax^2+bx+c=0).

Example 3.  Factor 3x^2+2x+1.

  We find the two roots of the polynomial, that is, the solutions of the polynomial equation

  3x^2+2x+1=0

  x=(-2+-root(4-4(3)(1)))/(6)

  =(-2+-root(-8))/(6)

  =(-1+-root(2i))/3

  Since the two solutions are (-1+root(2i))/3 and (-1-root(2i))/3, we have

  3x^2+2x+1=3(x-(-1+root(2i))/(3))(x-(-1-root(2i))/(3))

  If an equation in more than one variable is a quadratic equation in one of its variables, then the equation can be solved for that variable by using the quadratic formula.

Example 4.  Solve x^2+5+2y=-7xy for x.

  x^2+5+2y=7xy

  x^2-7xy+(2y+5)=0

  As a quadratic in x we have a=1,b=7y, and c=2y+5. Therefore,

  x=(-7y+-root((7y)^2-4(1)(2y+5)))/2

   =(-7y+-root(49y^2-8y-20))/2

6.9  Problems Leading to Quadratics

  By various techniques certain types of equations lead to quadratic equations. Often these techniques produce equations that are not equivalent to the original ones. The steps in the solution of a given problem should be carefully reviewed to see if the replacement set changes at a given step. If so, we must make sure that the solutions of the final equation are solutions of the original equation.

Example 1.  Solve the equation (x+5)/(x+3)-(x+6)/x=2/3.

  Note that x!=0,3. Multiply by the L.C.D. 3x(x-3).

  3x(x+5)-3(x-3)(x+6)=2x(x-3)

  Solve the equation 

  3x(x+5)-3(x-3)(x+6)=2x(x-3)

  3x^2+15x-3x^2-9x+54=2x^2-6x

  2x^2-12x-54=0

  x^2-6x-27=0

  (x-9)(x+3)=0

  The solution set of the last equation is {9,-3}. This is also the solution set of the original equation, since the only numbers not in the replacement set of the original equation are 0 and 3, neither of which is an element of the solution set of the last equation.

Example 2.  Find all real solutions of the equation root(2x+5)=x+1.

  Square both sides.

  2x+5=(x+1)^2

  The replacement set of this equation is the set of all real numbers, while the replacement set of the original equation is not the set of all real numbers. Since the operation of squaring enlarges the replacement set, the solution set may also be enlarged. Therefore we must check the solutions that we obtain for the second equation in the original equation.

  2x+5=(x+1)^2

  2x+5=x^2+2x+1

  x^2=4

  x=+-2

  The possible solution are 2 and -2.

  root(2(2)+5)=root(9)

  =3

  (2)+1=3

  Therefore, 2 is a solution.

  root(2(-2)+5)=root(1)

  =1

  (-2)+1=-1

  Therefore, -2 is not a solution. The solution set is {2}.

Example 3.  Solve the equation (x^2-4)^2-5(x^2-4)+6=0.

  (x^2-4)^2-5(x^2-4)+6=0

  Let A=x^2-4

  A^2-5A+6=0

  Factor.

  (A-3)(A-2)=0

  A=3,  A=2

  Since A=x^2-4

  x^2-4=3  or  x^2-4=2

  both of which we now solve.

  x^2-4=3

  x^2=7

  x=+-root(7)

  x^2-4=2

  x^2=6

  x=+-root(6)

  The solution set is therefore {root(7),-root(7),root(6),-root(6)}.

Example 4.  Find all real solution of Z^(3/2)-7Z^(3/4)-8=0.

  Z^(3/2)-7Z^(3/4)-8=0

  Let B=Z^(3/4),  then B^2=Z^(3/2).

  B^2-7B-8=0

  Factor.

  (B-8)(B+8)=0

  B=8  or  B=-1

  Since B=Z^(3/4),

  Z^(3/4)=8  or  Z^(3/4)=-1

  Solving, we have

  Z^(3/4)=8

  Z=8^(3/4)

  =2^4

  =16

  Z^(3/4)=-1

  Z=(-1)^(4/3)

  =1

  The solution Z = 1, however, does not satisfy the equation Z^(3/4)=-1. In fact we could have observed that this equation has no real solution, since for negative real numbers Z,Z^(3/4) is not defined, while for non-negative Z,Z^(3/4) is non-negative. It is easy to see that Z= 16 does satisfy our original equation, and hence the solution set is {16}.

Example 5.  Solve x^2+125=0.

  Factor.

  x^2+125=0

  x^3+5^3=0

  (x+5)(x^2-5x+25)=0

  x+5=0  or  x^2-5x+25=0

  Solve.

  x+5=0

  x=-5

  x^2-5x+25=0

  x=(5+-root(25-4(1)(25)))/(2(1))

  =(5+-root(-75))/(2)

  =(5+-5root(3i))/(2)

  Hence the solution set is {-5,5/2+(5root(3)/2)i,5/2-(5root(3)/2)i}.

Example 6.  Solve root(2x+4)=root(x)-2.

  root(2x+4)=root(x)-2

  Square both sides.

  (root(2x+4))^2=(root(x)-2)^2

  2x+4=x-4root(x)+4

  x=-4root(x)

  Square both sides.

  x^2=(-4root(x))^2

  x^2=16x

  x^2-16x=0

  x(x-16)=0

  x=0  or  x=16

  Check.

  root(2(0)+4)=2

  root(0)-2=-2

  Therefore, 0 is not a solution.

  root(2(16)+4)=root(36)

  =6

  root(16)-2=4-2

  =2

  Therefore, 16 is not a solution. Since 0 and 16 are the only possible solutions, the original equation has no solution. In case an equation has no solutions we use the symbol {empty} to represent the solution set, that is, the set with no elements. The set {empty} is called the empty set.

Let’s see how our math solver solves this and similar problems. Click on "Solve Similar" button to see more examples. 

6.10  Statement Problems of the Quadratic Type

  Our method of approach will be the same as in Section 6.4, only here our equation will be one that yields a quadratic equation in a single variable.

Example 1.  Find two numbers whose sum is 8 and whose product is 12.
Step 1. Reread!

Step 2. Let x be one of the numbers.

Step 3. Since their product is 12 the other number is 12/x.

Step 4. The sum of the two numbers is 8.

Step 5. x+12/x=8

Step 6. Solve. 

  

  x^2+12=8x

  x^2-8x+12=0

  (x-6)(x-2)=0

  x=6  or  x=2

  In either case the two numbers are 6 and 2.

Example 2. If the perimeter of a rectangle is 44 ft while the area is 120 ft^2,what are its dimensions?

Step 1. Reread!

Step 2. Let x be the length of one side.

Step 3. Since 1/2 of the perimeter is 22 ft the other side is 22 - x.

      statement problem of quadratic type

Step 4. The area of the rectangle is 120 ft^2.

Step 5. x(22-x)=120

Step 6. Solve.

  22-x^2=120

  x^2-22x+120=0

  (x-10)(x+12)=0

  x=10  or  x=12

  In either case the two sides are 10 ft  and 12 ft in length.

Example 3. Within a rectangular garden 18 yards long and 10 yards wide we are to pave a border of uniform width. If we are to leave an area of 84 square yards for flowers, how wide should the walk be?

Step 1. Reread!

Step 2. Let x be the width of the walk.

Step 3. The dimensions of the inside area would be 18-2x and 10 -2x.

      statement problem of quadratic type - 1   

Step 4. The inside area is to be 84 sq. yds.

Step 5. (18-2x)(10-2x)=84

Step 6. Solve.

  180-56x+4x^2=84

  4x^2-56x+96=0

  x^2-14x+24=0

  (x-12)(x-2)=0

  x=12  or  x=2

  Clearly the width of the walk would be 2 yards and not 12 yards.

Example 4. If Joe takes 6 hours longer than his father to assemble a machine and together they can assemble it in 4 hours, how long would it take each of them working alone to assemble the machine?

Step 1. Reread!

Step 2. Let x be the number of hours it would take the father to assemble the machine.

Step 3. It would take x+6 hours for Joe to assemble the machine. Choosing one hour as our unit of time, 1/x would be the amount the father could do in one hour, while 1/4 would be the amount that they could do together in one hour.
Step 4. The amount that Joe can do in one hour plus the amount that his father can do in one hour would be equal to 1/4.

Step 5. 1/(x+6)+1/x=1/4.

Step 6. Solve. Multiply by the L.C.D. 4x(x+6).

  4x+4(x+6)=x(x+6)

  4x+4x+24=x^2+6x

  x^2-2x-24=0

  (x-6)(x+4)=0

  x=6  or  x=-4

  Clearly x = -4 is not a possibility and therefore it would take Joe 12 hours and his father 6 hours.