SOLUTION: 3. 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

Algebra ->  Graphs -> SOLUTION: 3. 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      Log On


   



Question 155168: 3. 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.
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

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


Where the discriminant is D=b%5E2-4ac. So the quadratic formula could also look like x+=+%28-b+%2B-+sqrt%28+D+%29%29%2F%282a%29


If D<0, then we'll be taking the square root of a negative number (which we cannot do). So this results in 2 complex solutions (ie no 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 (or no real 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 (non real), this verifies our original claim.