Tuesday, July 16, 2019

quadratics - Intuitive meaning behind the Discriminant

While I was applying the quadratic formula, it just suddenly dawned to me that the quadratic formula was basically finding the vertex and adding or subtracting (the plusminus) half the distance between the roots. b2a represents the vertex and the ±2a represents half the distance between the roots. I understand why b2a is the xcoor of the vertex, it intuitively makes sense. But why does the 2a equal half the distance between the roots? i know how to prove it but I dont why it intuitively works.
Edit: I understand why the 2a is half the distance from the vertex but why is the discriminant B^2 - 4ac. I know thats what happens when you complete the square but when you use algebra you often lose the intuitive sense of what's happening.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...