Is Completing the Square Necessary If I Know the Quadratic Formula?

  • Thread starter Stratosphere
  • Start date
  • Tags
    Square
In summary, Completing the Square is a useful algebraic technique that can be used in various situations, such as simplifying integrals and finding roots of quadratic equations. It is not a wasted effort to learn this method, as it can provide a more convenient and straightforward approach in certain cases. The quadratic formula is derived from completing the square and there is also a version used by programmers. It also has a geometric interpretation and can be applied to other mathematical concepts, such as inverse Laplace transforms.
  • #1
Stratosphere
373
0
Would completing the square be necessary to learn if I already know the quadratic formula? It seems to be a wasted amount of effort to learn completing the square when I already know the formula, or are there things that I need to know the squaring method for that the formula won’t work for?
 
Mathematics news on Phys.org
  • #2
You could have learned completing the square in the time it took you to type that message. Nothing in mathematics is a wasted effort. Your perspective seems to be a bit strange. The process of completing the square would not exist independently of other algebraic techniques if it was redundant.
 
  • #3
In general its more convenient to write things like

[tex] x^{2} + 8x + 22 [/tex]

as

[tex] (x+4)^{2} +6 [/tex]

which is done by completing the square, rather than finding out the values of x.

The quadratic formula would give you [tex] \frac{-8 \pm \sqrt{8^{2} - 4(1)(22)}}{2(1)} [/tex] which gives non-real answers.

With certain integrals that have fractions with polynomials in them, completing the square might be easier (especially if the values for x are decimals rather than whole numbers or as i n the example above).
 
  • #4
Also note that in protonchain's example, the geometric properties of the graph become immediately obvious in the completed version: the minimum/vertex of the function trivially occurs at x = -4 with value 6. The graph is simply the graph of y = x2 shifted to the left 4 units and up 6 units. The basic analysis of other quadratic forms benefit from factoring this way as well (conics). There are no square root extractions to worry about and no need to worry about complex numbers, just straightforward elementary arithmetic.
 
  • #5
Ok thanks for the help.
 
  • #6
The idea behind completing the square can be used in more general circumstances. For example, you can "complete the square" with matrices and vectors such as x*Mx + b*x where M is symmetric positive definite. This comes up in places like gaussian correlation, where M is the correlation matrix, and the expression is in an exponent to be integrated.
 
  • #7
An important fact here is to separate out the roots. Putting the equation in the form X^2+BX+C = (X-a)(X-b) = X^2-(a+b)X +ab.

Thus, it turns out that B^2-4C = (a-b)^2. And thus [tex]-B+\sqrt {(a-b)^2 }[/tex] allows us to separate out the roots. This method seems to ignores the question of completing the square.
 
  • #8
The quadratic formula comes from completing the square, so in essence it's the same thing. For basic problems where you have to solve for some unknown it is a matter of preference, although as others have pointed out, one might be more benefitial in other circumstances.
 
  • #9
By the way, there are two quadratic formulas. One is used by mathematicians and is most commonly found in textbooks as the quadratic formula. But there's another equivalent one that programmers use because it behaves better when doing numerical calculations in floating point. I only mention this to argue that you shouldn't be content to stop learning, even when you think you know something.
 
  • #10
Do you realize that Completing the Square has a geometric interpretation? This really IS "Completing The Square".
 
  • #11
Completing_the_square_307.PNG
 
  • #12
Inverse Laplace transforms come to mind/
 

1. What is "Completing the Square"?

"Completing the Square" is a method used in algebra to solve quadratic equations. It involves manipulating the equation to create a perfect square trinomial, which can then be easily solved using the square root property.

2. When is "Completing the Square" used?

"Completing the Square" is typically used when solving quadratic equations that cannot be easily factored or when the quadratic equation has a leading coefficient that is not 1. It can also be used to find the maximum or minimum value of a quadratic function.

3. How do you complete the square?

To complete the square, follow these steps:

  1. Make sure the quadratic equation is in the form ax^2 + bx + c = 0, with a leading coefficient of 1.
  2. Move the constant term (c) to the right side of the equation.
  3. Take half of the coefficient of the x-term (b) and square it.
  4. Add the squared term from step 3 to both sides of the equation.
  5. Factor the perfect square trinomial on the left side and simplify the right side.
  6. Take the square root of both sides to solve for x.

4. Why is "Completing the Square" useful?

"Completing the Square" is useful because it provides an alternative method for solving quadratic equations when factoring is not possible. It also allows for finding the exact solutions to quadratic equations, rather than just approximate solutions.

5. Are there any other applications of "Completing the Square"?

Yes, "Completing the Square" can also be used to convert a quadratic function from standard form to vertex form. This allows for easily identifying the vertex and axis of symmetry of the parabola represented by the function.

Similar threads

Replies
19
Views
2K
  • Precalculus Mathematics Homework Help
Replies
11
Views
490
  • General Math
Replies
13
Views
1K
Replies
9
Views
804
Replies
7
Views
1K
Replies
33
Views
2K
Replies
3
Views
1K
Replies
1
Views
1K
Replies
1
Views
755
Replies
3
Views
933
Back
Top