sankalpmittal
- 785
- 27
Morgoth said:Not quite right. Squaring is going to mix up everything in your mind, because even if you square -1 you will get +1, and then will you go tell that -1>0 because its square is (+1)>0?
Because that's what you do when you type me:"So b2>0 => b>0" in your previous post.b2 >0 (for b in ℝ) means that b<0 or b>0 but surely not 0.
So be careful when squaring. Another thing is that you have:
+4 > -6
squaring:
16 > 36 ?Another example:
-1 < 0
squaring:
1<0 !and one last for another reason:
let's say you have one number A and one number B, for which you know that their squares will also follow the below rule:
A2 > B2
What you can say for A and B?
the above rule tells you that:
A>B
or
A<-B
for example on this is to try find which number x is:
x2 > 2
the answer is that:
x<-√2 or x>+√2
x2<2
gives
-√2 < x < +√2
even when you have equalities it is being difficult.
If you have tha a=b then you can say that a2=b2 here without a problem (as there was with -1<0 above)
On the other hand
if you have that a2=b2 then you write that a= ±b.
Ok , I was fully messed up until I discovered the correct answer by a correct method using your logic only !
Product of two roots or c/a< 0
And mean of two roots or -b/2a>0
Now on dividing the two I get :
i.e. c/a/-b/2a <0
2c/-b < 0 because +/- gives - , its obvious !
now b has to positive ! So b>0. As c/a <0 here you can see that a<0.
ehild said:Your parabola in post #1 is not a real parabola but it has maximum at x=0. So it must be symmetric to the y axis. It would be useful to see the original picture or a better copy of the original.
If the maximum is really at x=0, what is b then?
ehild
If the maximum is really at x=0, then b>0 is what I concluded by my discovery on this aspect.