MHB Proving - properties of quadratic roots

Drain Brain
Messages
143
Reaction score
0
This is one of my weakness in Math, to prove an existing fact. please Tell how to go about doing these problem.

1. Prove that when the discriminant of a quadratic equation with
real coefficients is negative, the equation has two imaginary
solutions.

2. Prove that when the discriminant of a quadratic equation with
real coefficients is zero, the equation has one real solution.

regards!:)
 
Mathematics news on Phys.org
Re: Proving

Here again, you want to look at the quadratic formula, particularly the discriminant. Answering this question will help you answer your other question. Tell me what you see when you look at the quadratic formula...
 
Re: Proving

MarkFL said:
Here again, you want to look at the quadratic formula, particularly the discriminant. Answering this question will help you answer your other question. Tell me what you see when you look at the quadratic formula...
when the $b^2-4ac<0$

the roots are

$x=\frac{-b+\sqrt{b^-4ac}i}{2a}$ and $x=\frac{-b-\sqrt{b^-4ac}i}{2a}$ they are both imaginary.

for the 2nd question

when $b^2-4ac=0$

the roots are

$x=\frac{-b}{2a}$ and $x=\frac{-b}{2a}$

root of multiplicity two(double root)
 
Your reasoning is sound, but for the imaginary case, you want to express the roots as:

$$x=\frac{-b\pm i\sqrt{4ac-b^2}}{2a}$$

Do you see how we negated the discriminant to pull $i$ out front?
 
do you mean $\sqrt{-(4ac-b^2)}=i\sqrt{4ac-b^2}$

but why do we have to negate the discriminant if it is assumed to be $b^2-4ac<0$ already?
 
Drain Brain said:
do you mean $\sqrt{-(4ac-b^2)}=i\sqrt{4ac-b^2}$

but why do we have to negate the discriminant if it is assumed to be $b^2-4ac<0$ already?

We want what's under the radical to be positive, so if it is initially negative, we pull $i$ out, and then negate the radicand so that it is now positive.
 
MarkFL said:
We want what's under the radical to be positive, so if it is initially negative, we pull $i$ out, and then negate the radicand so that it is now positive.

Thanks! now it's clear!
 
Back
Top