Solving Spivak's Problem 1.18.b: Showing x2+bx+c>0 for all x

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Spivak
Saladsamurai
Messages
3,009
Reaction score
7

Homework Statement



In problem 1.18.b of Calculus, he says:

Spivak said:
Suppose b2-4c<0. Show that there are no numbers x such that x2+bx+c=0. If fact, x2+bx+c>0 for all x. Hint: Complete the square.
.

(Bold mine). I assume that is supposed to say in fact x2+bx+c>0 ?
However, I am having trouble proving that for all choices of b and c.

If I complete the square on x2+bx+c>0 I get

x2+bx+c = (x+b/2)2 + k > 0 => k > 0.

So I have that k = c - b2/4 > 0. But I don't know that this is true for all b,c.
 
Physics news on Phys.org
You were given b^2-4c<0. So 4c-b^2>0. So c-b^2/4>0. It's not true for all b,c. But it is true for all b,c such that b^2-4c<0, isn't it?
 
Arg. Yes. I guess so. Bad wording IMO. But I should have seen that. :facepalm:
 
Saladsamurai said:
Arg. Yes. I guess so. Bad wording IMO. But I should have seen that. :facepalm:

"If fact" is bad wording. Probably distracted you enough to miss the point.
 
I have a semi-related question(s): We have shown that if b2 - 4c < 0,then x2 + bx + c > 0 for all x.

Now, if I turn around and say the "reverse": If x2 + bx + c > 0 for all x, then b2 - 4c < 0.

Question 1: Is what I have just written called the "converse" of the original statement? And I do not think that in general the converse follows ... I would have to prove it. Correct?
 
Yes, that's the converse of the original statement, and it is true that the converse does not necessarily have to be true when the original statement is true.

Here's a simple example:

If x = -2, then x2 = 4

The converse is: If x2 = 4, then x = -2, which is not true.
 
Mark44 said:
Yes, that's the converse of the original statement, and it is true that the converse does not necessarily have to be true when the original statement is true.

Here's a simple example:

If x = -2, then x2 = 4

The converse is: If x2 = 4, then x = -2, which is not true.

Thank you Mark44. Good stuff. And as it turns out, it happens to be true in this case:

Proof:

Assume x2 + bx + c > 0 for all x,

completing square:

x2 + bx + c = (x + b/2)2 + (c - b2/4) > 0

and since the term in bold must be ≥ 0 then we have b2 - 4c < 0.

Thanks Dick and Mark!
 
Back
Top