mjolnir80
- 54
- 0
where does b2 - 4*a*c come from? (for second degree functions)
The discussion centers around the expression b² - 4ac, which arises in the context of solving quadratic equations. Participants explore its derivation, implications for the nature of solutions, and its relationship to polynomial definitions and properties.
There is no consensus on the inclusion of degenerate cases in the definition of polynomials, and participants express differing views on the implications of b² - 4ac for real versus complex solutions.
Some participants highlight limitations in the definitions used, particularly regarding the treatment of polynomials of varying degrees and the conditions under which the quadratic formula is applicable.
mjolnir80 said:where does b2 - 4*a*c come from? (for second degree functions)
maze said:If it is zero, there might be a solution or there might not be.
maze said:For another example, if a=1, b=0, c=1, then the equation is x^2 + 1 = 0, which can't work (think about it). whoops again.
Consider b=0 a=0 c=1.d_leet said:No, there will be a solution.maze said:If it is zero, there might be a solution or there might not be.
Eidos said:Nomaze said:For another example, if a=1, b=0, c=1, then the equation is x^2 + 1 = 0, which can't work (think about it). whoops again.
[tex]x^2 + 1 = 0[/tex] certainly has roots, they are just complex*. Also as already pointed out if [tex]b^2 - 4ac=0[/tex] we will only have one root [tex]x=\frac{-b}{2a}[/tex] meaning that our parabola touches the real line with its apex at the root.
* The roots are [tex]x=\pm i[/tex] where [tex]i=\sqrt{-1}[/tex]
maze said:It's kind of a trick question though, since sometimes there are no real solutions, depending on what a,b,c are. For example, if a=0, b=0, and c=1, then the equation is 1=0. whoops. For another example, if a=1, b=0, c=1, then the equation is x^2 + 1 = 0, which can't work (think about it). whoops again.
maze said:Consider b=0 a=0 c=1.
Crosson said:That is no longer a second degree polynomial.
maze said:While this is true, we are all talking about real solutions.
maze said:Eh, you can split hairs over definitions like this.Some people may define it like you have,
if a is zero then the quadratic formula, which divides by 2a, is nonsense.You also don't have to worry about piecewise definitions and can simply state it is "ax^2+bx+c for any a,b,c in R", as opposed to "ax^2+bx+c for any a in R/{0}, b,c in R"
More importantly, if you don't allow lower degree polynomials to be "in" your set of polynomials of a given degree, you can run into problems if you try to consider the polynomials as making up various function space. For example, what would be the zero element of a function space of polynomials of a certain degree?
n_bourbaki said:if a is zero then the quadratic formula, which divides by 2a, is nonsense.
n_bourbaki said:That isn't important at all. So, they're not a vector space? The set of polynomials of degree at most n is a vector space. The zero polynomial is usually taken to have degree minus infinity in order to make the multiplicative property of degree work nicely.
maze said:If you define it without including degenerate cases, then all polynomials of a given degree becomes a rather useless set, wouldn't you say?