Why Does the Quadratic Formula Give Unexpected Graph Results?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Firepanda
Messages
425
Reaction score
0
Applying it to

-x2 - bx +c = 0

I would have thought it to be

(b +- (b2+4c)0.5) /-2

= (-b +- (b2+4c)0.5) /2


But

Anytime I try and graph a function like it the roots are

(b +- (b2+4c)0.5) /2

I can't see why this is?

Thanks
 
Physics news on Phys.org
Firepanda said:
Applying it to

-x2 - bx +c = 0

I would have thought it to be

(b +- (b2+4c)0.5) /-2

= (-b +- (b2+4c)0.5) /2
Yes, the roots of the equation above are x = (-b +- (b2+4c)0.5) /2.
Firepanda said:
But

Anytime I try and graph a function like it the roots are

(b +- (b2+4c)0.5) /2

I can't see why this is?

Thanks
I can't either, but I suspect you're doing some unconscious sign-changing of the coefficients when you enter the function into whatever graphing utility you're using.

Regarding your first equation, why don't you multiply both sides by -1 to get x^2 + bx - c = 0? The solutions would be the same.