mjolnir80
- 54
- 0
where does b2 - 4*a*c come from? (for second degree functions)
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.
x^2 + 1 = 0 certainly has roots, they are just complex*. Also as already pointed out if b^2 - 4ac=0 we will only have one root x=\frac{-b}{2a} meaning that our parabola touches the real line with its apex at the root.
* The roots are x=\pm i where i=\sqrt{-1}
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?