Where Does b2-4*a*c Come From: Solving Basic Second Degree Functions?

  • Context: High School 
  • Thread starter Thread starter mjolnir80
  • Start date Start date
  • Tags Tags
    Function
Click For Summary

Discussion Overview

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.

Discussion Character

  • Technical explanation
  • Debate/contested

Main Points Raised

  • Some participants explain that b² - 4ac is derived from completing the square in the quadratic equation ax² + bx + c = 0.
  • Others note that the value of b² - 4ac determines the nature of the solutions: positive indicates real solutions, negative indicates no real solutions, and zero indicates a double root.
  • A participant questions the relationship of the expression to basis functions.
  • Some argue about the definition of polynomials, particularly regarding cases where a = 0, suggesting that such cases may still be considered within the context of quadratic equations.
  • There is a contention regarding whether degenerate cases, such as constant functions, should be included in the definition of polynomials of a certain degree.
  • Participants discuss the implications of these definitions on the properties of polynomial function spaces.

Areas of Agreement / Disagreement

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.

Contextual Notes

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
Messages
54
Reaction score
0
where does b2 - 4*a*c come from? (for second degree functions)
 
Mathematics news on Phys.org
mjolnir80 said:
where does b2 - 4*a*c come from? (for second degree functions)

That is an expression which is contained in the solution of a quadratic equation (yes, a second degree equation). When we start with a*x^2 + b*x + c = 0, we can perform the process of "Completing the square" in order to find a formula for x. Some textbooks on Intermediate Algebra will show this process, both symbolically and graphically.
 
adding to what symbol said, the expression you stated is the argument of the square root function in the solution, which is why the nature of the expression determines the nature of the solutions to a quadratic equation.
 
How is it related to basis functions though?
 
The quadratic formula is derived from completing the square.

If ax2 + bx+ c= 0, subtract c from both sides to get
ax2+ bx= -c

Now, divide both sides by a:
x2+ (b/a)x= -c/a.

We can complete the square by adding (b/2a)2= b2/4a2 to both sides:

x2+ (b/a)x+ b2/4a2 = b2/4a2- c/a.

The left sides is a perfect square: (x- b/2a)2. You can multiply that out to see that.

To add the fractions on the right side, we need to get a common denominator. One denominator is 4a2 and the other is a. To get a common denominator I need to multiply numerator and denominator of the last fraction by 4a: (-c/a)(4a/4a)= -4ac/4a2

That gives, for the right side, (b2- 4ac)/4a2.

That's where the "b2- 4ac" comes from.
 
Basically the whole goal of quadratic equations is to solve the equation ax^2 + bx + c = 0 for x.

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.

The value of b^2 + 4*a*c will tell you if the equation has a real solution. If it is positive, there are real solution(s). If it is negative, there are no real solutions. If it is zero, there might be a solution or there might not be.

The way people figured all this out is through a process called completing the square, which you can read about here:
http://en.wikipedia.org/wiki/Completing_the_square
 
maze said:
If it is zero, there might be a solution or there might not be.

No, there will be a solution.
 
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.

No
[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]
 
@d_leet
d_leet said:
maze said:
If it is zero, there might be a solution or there might not be.
No, there will be a solution.
Consider b=0 a=0 c=1.

@eidos
Eidos said:
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.
No
[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]

While this is true, we are all talking about real solutions.

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.
 
Last edited:
  • #10
maze said:
Consider b=0 a=0 c=1.

That is no longer a second degree polynomial.
 
  • #11
Crosson said:
That is no longer a second degree polynomial.

Eh, you can split hairs over definitions like this.Some people may define it like you have, but it is often useful to consider a constant as a degenerate polynomial of degree 2, like where you would consider a line segment a degenerate triangle where the triangle inequality is exactly an equality, or where 2 crossing lines are considered a degenerate hyperbola, and so forth. This way of defining it can be useful since each successive set of higher degree polynomials contains the ones of smaller degree as a subset. 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?
 
Last edited:
  • #12
maze said:
While this is true, we are all talking about real solutions.

Just checking that you weren't messing about when you said that [tex]x^2 + 1 =0[/tex] 'cannot work (think about it)' :-p
 
  • #13
maze said:
Eh, you can split hairs over definitions like this.Some people may define it like you have,

Surely everybody defines it like that: the degree is the largest power of x with non-zero coefficient. I can think of nowhere that uses the notion of bx+c to be degenerate quadratic polynomial apart from this thread.

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"
if a is zero then the quadratic formula, which divides by 2a, is nonsense.

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?

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.
 
  • #14
n_bourbaki said:
if a is zero then the quadratic formula, which divides by 2a, is nonsense.

But isn't that's the point... the quadratic formula only applies if a,b,c obey certain propositions.

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.

If you define it without including degenerate cases, then all polynomials of a given degree becomes a rather useless set, wouldn't you say?

The tradeoff between the two definitions being, on one hand you will have to say "polynomials of degree at most n" whenever you want to talk about them as a vector space, vs on the other hand you will have to say "minimum degree" when you want to talk about degree norms for the space.
 
  • #15
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?

Not in the slightest. But you carry on thinking that ax+b is in the "set of degree two polynomials" if you wish - this will put you at odds with just about everyone else I imagine.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 30 ·
2
Replies
30
Views
11K