A quadratic equation is an equation that can be written as Ax2 + Bx + C = 0 where A≠0. This form is called the standard form.
There are four ways to solve a quadratic equation.
Works well when the quadratic can easily be factored.
Some of you were taught the trial and error method of factoring. Others of you were taught the AC Method of Factoring. The AC Method is explained elsewhere if you want to review or learn it.
The idea behind factoring is to place the equation into standard form, and then factor the left hand side into two factors (x-a) and (x-b). The solutions to the equation are then x=a and x=b. The factors will of course vary if A≠1. Factoring works because there is a rule which says if the product of two factors is zero, then one of the factors must be zero.
Works well when there is no linear term, that is, when B=0.
The extraction of roots is called the square root principle by your text. The goal here is to get the squared variable term by itself on one side and a non-negative constant on the other side.
The square root of both sides is then taken. Remember that the square root of x2 is the absolute value of x. When you solve an equation involving an absolute value, you will get a plus and minus in the solution. Too often, we bypass the step with the absolute value in it and go straight to the plus/minus phase. This is okay, as long as we remember the reason.
Works well when the leading coefficient A is 1 and B is even.
Works well when the moon is aligned with Jupiter. Not actually, just seeing if anyone bothers to read these notes.
The quadratic formula is a catch-all that can be used to solve any quadratic equation. The equation must first of all be written in standard form, and then the coefficients plugged into the formula. The formula was derived in class by completing the square on a generic quadratic equation.
if ax2 + bx + c = 0 and a ≠ 0, then x = ( -b +/- sqrt (b2 - 4ac ) ) / ( 2a )
If the solutions from the quadratic formula are rational (no radicals), then the equation could have been solved by factoring.
The discriminant is the radicand from the radical in the quadratic formula. Depending on what type of number the discriminant is, we can tell what type and how many solutions there will be.
Discriminant | Number and Type of Solutions |
---|---|
negative | 2 complex solutions involving i. Equation can not be factored over the reals because there are no real solutions. |
zero | 1 real, rational zero. Called a double or repeated root. Equation could be factored. |
positive and a perfect square | 2 real, rational zeros. Equation could be factored. |
positive, but not a perfect square | 2 real, irrational zeros. Equation could no be factored. |
Try factoring. Be sure to check for a greatest common factor first.
Fractions are indeed your friends. Sometimes. When you need to give a solution, they are preferred over decimals. If you have the choice as to working with decimals or working with fractions, always choose the fraction if the decimals do not terminate. However, if you have the option, and you do with equations, of not working with either one - take it!
There are two possible values which have the same absolute value. Remember, the absolute value is a piece-wisely defined function. Therefore, when solving an equation containing an absolute value you must create two equations, one for each piece.
Also note the restrictions when you break the equation up into its two parts. It is possible to get extraneous solutions (see problem 102). If you don't want to take the time to keep track of the restrictions, then 1) don't be surprised when you miss the problem on the exam or 2) check all of your solutions back into the original equation.
The height, s, in feet of a freely falling body (near the surface of the earth), after t seconds, can be modeled by the function given.
s(t) = -16 t2 + v0t + s0
v0 = initial velocity and s0 = initial height
The -16 is valid for the earth's surface and will change depending on the celestial body exerting the gravitational pull. For those interested, the quadratic coefficient will always be one-half the acceleration due to gravity (-32 ft/s/s on the earth). The rest of the equation is valid no matter what body you're on.