SOLUTION: What type of solution do you get for quadratic equations where D<0? Give reasons for your answer. Also provide an example of such a quadratic equation and find the solution of th

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: What type of solution do you get for quadratic equations where D<0? Give reasons for your answer. Also provide an example of such a quadratic equation and find the solution of th      Log On


   



Question 149395: What type of solution do you get for quadratic equations where D<0? Give reasons for your answer. Also provide an example of such a quadratic equation and find the solution of the equation.
Found 2 solutions by stanbon, jim_thompson5910:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What type of solution do you get for quadratic equations where D<0? Give reasons for your answer. Also provide an example of such a quadratic equation and find the solution of the equation.
----------------
By "D" I assume mean the discriminant, b^2-4ac.
If D<0 the quadratic equation will produce two
solutions that are both complex numbers because
you will be taking the square root of a negative
in the process.
---------------------------
Example:
y = x^2-x+4
D = b^2-4ac = 1-4*1*4 = -15
---------
Solutions:
x = [1 +- sqrt(-15)]/2
x = [1 + isqrt(15)]/2 or x = [1- i sqrt(15)]/2
==========================
Cheers,
Stan H.

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
If D%3C0, then the quadratic will have two complex (ie non real) solutions.

For example, let's find the discriminant for y=x%5E2%2B2x%2B5


From x%5E2%2B2x%2B5 we can see that a=1, b=2, and c=5


D=b%5E2-4ac Start with the discriminant formula


D=%282%29%5E2-4%281%29%285%29 Plug in a=1, b=2, and c=5


D=4-4%281%29%285%29 Square 2 to get 4


D=4-20 Multiply 4%281%29%285%29 to get %284%29%285%29=20


D=-16 Subtract 20 from 4 to get -16


Since the discriminant is less than zero, this means that there are two complex solutions


Now let's use the quadratic formula to find the solutions of y=x%5E2%2B2x%2B5


x+=+%28-b+%2B-+sqrt%28+b%5E2-4ac+%29%29%2F%282a%29 Start with the quadratic formula


x+=+%28-%282%29+%2B-+sqrt%28+%282%29%5E2-4%281%29%285%29+%29%29%2F%282%281%29%29 Plug in a=1, b=2, and c=5


x+=+%28-2+%2B-+sqrt%28+4-4%281%29%285%29+%29%29%2F%282%281%29%29 Square 2 to get 4.


x+=+%28-2+%2B-+sqrt%28+4-20+%29%29%2F%282%281%29%29 Multiply 4%281%29%285%29 to get 20


x+=+%28-2+%2B-+sqrt%28+-16+%29%29%2F%282%281%29%29 Subtract 20 from 4 to get -16


x+=+%28-2+%2B-+sqrt%28+-16+%29%29%2F%282%29 Multiply 2 and 1 to get 2.


x+=+%28-2+%2B-+4%2Ai%29%2F%282%29 Take the square root of -16 to get 4%2Ai.


x+=+%28-2+%2B+4%2Ai%29%2F%282%29 or x+=+%28-2+-+4%2Ai%29%2F%282%29 Break up the expression.


x+=+%28-2%29%2F%282%29+%2B+%284%2Ai%29%2F%282%29 or x+=++%28-2%29%2F%282%29+-+%284%2Ai%29%2F%282%29 Break up the fraction for each case.


x+=+-1%2B2%2Ai or x+=++-1-2%2Ai Reduce.


So our answers are x+=+-1%2B2%2Ai or x+=+-1-2%2Ai


Since our answers are complex, this verifies our original claim.