Show that ##(x-a)(x-b)=b^2## has real roots- Quadratics

  • Thread starter Thread starter chwala
  • Start date Start date
  • Tags Tags
    Roots
AI Thread Summary
The discussion focuses on proving that the equation (x-a)(x-b) = b^2 has real roots by analyzing its discriminant. It establishes that the discriminant must be non-negative for real roots, leading to the conclusion that (a-b)² + 4b² ≥ 0 holds true for any real values of a and b. Participants suggest alternative methods for proof, including rearranging the equation and applying discriminant conditions. A geometric interpretation is also mentioned, highlighting that the parabola represented by (x-a)(x-b) remains upright and intersects the x-axis at two points even when shifted downwards. The proof is deemed complete, affirming the existence of real roots under the given conditions.
chwala
Gold Member
Messages
2,825
Reaction score
413
Homework Statement
Show that ##(x-a)(x-b)=b^2## has real roots
Relevant Equations
discriminant
If we have a quadratic equation, ##px^2+qx+d## then it follows that for real roots; The discriminant
## D= q^2-4pd≥0## therefore on expanding ##(x-a)(x-b)=b^2## we get,
##x^2-bx-ax+ab-b^2=0##
##a^2+2ab+b^2-4ab+4b^2≥0##
##a^2-2ab+b^2+4b^2≥0##,
##(a-b)^2+4b^2≥0##
since, ##(a-b)^2 ≥0## and ##4b^2≥0## is true for any value of ##a,b ∈ℝ## then our proof is complete. Thanks guys Bingo!:cool:
Is there another way of proving this?
 
Last edited:
Physics news on Phys.org
First, please differentiate between the coefficients ##A, B, C## of the general equation ##Ax^2+Bx+C=0## and those (##a,b,c##) of yours.
Rearrange your equation and apply the real condition for the discriminant and see where that leads you.
 
  • Like
Likes PeroK
Another approach. There's an obvious value of ##x## such that ##y=(x-a)(x-b)-b^2## has a point lying below the x axis. It also has a positive ##x^2,## coefficient, so just intersect the x-axis in two places.

For your method, do you know how to actually prove the last line is true? It's not a super tricky inequality, but I think requires justification.
 
  • Like
Likes chwala and PeroK
Office_Shredder said:
Another approach. There's an obvious value of ##x## such that ##y=(x-a)(x-b)-b^2## has a point lying below the x axis. It also has a positive ##x^2,## coefficient, so just intersect the x-axis in two places.

For your method, do you know how to actually prove the last line is true? It's not a super tricky inequality, but I think requires justification.
Yes. I don't want to give it away for the OP @chwala to see how it is, but the discriminant (##\mathscr{D} = B^2-4AC##) came as a sum of two squares in the end and therefore has to be greater than or equal to 0.
 
  • Like
Likes chwala
brotherbobby said:
First, please differentiate between the coefficients ##A, B, C## of the general equation ##Ax^2+Bx+C=0## and those (##a,b,c##) of yours.
Rearrange your equation and apply the real condition for the discriminant and see where that leads you.
I will look into this later...
 
If we have a quadratic equation, ##px^2+qx+d## then it follows that for real roots; The discriminant
## D= q^2-4pd≥0## therefore on expanding ##(x-a)(x-b)=b^2## we get,
##x^2-bx-ax+ab-b^2=0##
##a^2+2ab+b^2-4ab+4b^2≥0##
##a^2-2ab+b^2+4b^2≥0##,
##(a-b)^2+4b^2≥0##
since, ##(a-b)^2 ≥0## and ##4b^2≥0## is true for any value of ##a,b ∈ℝ## then our proof is complete. Thanks guys Bingo!:cool:
 
  • Like
Likes brotherbobby
There is a simple ‘geometrical’ view which shows the proposition is obviously true. It may be equivalent to what @Office_Shredder said in Post #3.

y = (x-a)(x-b) is an ‘upright’ parabola with real roots (x=a and x=b). So its vertex is always below the x-axis.

Shifting the parabola in the downwards (-y direction) by an amount S (S≥0) gives a new parabola, y = (x-a)(x-b) – S.

This new parabola must also have real roots because the (downwards-shifted, upright) parabola must still intersect the x-axis at two points.

That means (x-a)(x-b) = S always has real roots (provided S≥0).
 
  • Like
Likes chwala
Back
Top