Subject Areas
  Basics
  Algebra
  Geometry
  Statistics
  Trigonometry
  Calculus
Tools / Misc
  GED
  Graphing
  Math Tools

scrnGC2: Calc Input
scrnGC3: f(x) Plot Input
scrnGC4: g(x) Plot Input
The inputs above will be hidden when the program finally gets launched. Currently, I am not hiding them even when you close the calculator. The purpose of the inputs is to help in debugging. This allows you to enter simple code on the calculator screen but the program translates the input to javascript math. Give it a try and see if you notice any obvious problems or have suggestions for improvements.
Solving Quadratic Equations Help
Valid HTML 4.0 Transitional

Quadratic equations can be solved in 4 different ways:

Graphing
Factoring
Completing the Square
Quadratic Formula

It does not matter which method you use but you should end up with the same answer. 

Factoring is generally the easiest.

The quadratic formula can always be used if you can't find the answer any other way.

The following example illustrates the steps to follow when solving by each method.

Solve:                f(x) = x2 - 2x - 8
Graphing:

1.  Plot the function.  A graphing calculator
     works well for this. However, setting up
     an x, y table and plotting those points can
     also produce reasonable results.

2.  The solutions are the points at which the
     graph crosses the x-axis, or where y = 0. 

3.  The answer for this problem is:
     x = -2  and  x = 4.

Factoring:

1.  Break the function down as the product of
     two binomials.

2.  Set the factored function equal to zero.

3.  Use the Zero Product Property to solve for x.

 

1.  f(x) = x2 - 2x - 8 = (x - 4) (x + 2)

 
2.  (x - 4) (x + 2) = 0

3.   (x - 4) = 0     x = 4
      (x + 2) = 0    x = -2

Completing the Square:

1.  Set the function equal to zero.

2.  Move the constant term to the right hand
     side of the equation.

3.  Square x plus 1/2 of the x coefficient to
     make the left hand side a perfect square
     but remember to also add the square of
     1/2 of the x coefficient to the right hand
     side of the equation to maintain equality.

4.  Take the square root of both sides of
     the equation.

5.  Solve for x.

 

1.  x2 - 2x - 8 = 0

2.  x2 - 2x = 8

 
3.  (x - 1)2 = 8 + 1 = 9 

 

 

4.  x - 1 = ± 3 

 
5.  x = 1 ± 3      x = 4  and    x = -2.

Quadratic Formula:

1.  Set the function equal to zero.

2.  Identify a, b and c.

     Where: ax2 + bx + c = 0.

3.  Plug a, b and c into the Quadratic Formula:

               

     Note:  If the discriminant, b2 - 4ac, is:

                positive    2 real roots
                zero         1 real root
                negative    2 imaginary roots

4.  Solve for x.

 

1.  x2 - 2x - 8 = 0

2.  a = 1, b = -2, c = -8

 

3.  

 

4.  x = 1 ± 3      x = 4  and    x = -2.



© 2002- John Schlecht. All rights reserved.