Real Roots of the Quadratic Equation for all Alpha Values

AI Thread Summary
The discussion focuses on demonstrating that the quadratic equation x² + (3α - 2)x + α(α - 1) has real roots for all real values of α by applying the discriminant condition. Participants suggest using the discriminant b² - 4ac to ensure it is non-negative and discuss how to derive conditions for α. They also explore related quadratic equations, such as x² - x + 1, to show that it maintains the same sign for all x, emphasizing the importance of understanding graph behavior and the discriminant's implications. The conversation highlights the necessity of mastering graph sketching and calculus concepts for deeper mathematical analysis. Overall, the thread provides insights into quadratic equations and their properties through collaborative problem-solving.
crays
Messages
160
Reaction score
0
Show that the equation x2 + (3\alpha - 2)x + \alpha(\alpha - 1) = 0 has real roots for all values of α \in IR.

How do i do this? Do i just use the
b2 + 4ac \geq 0 ?
 
Physics news on Phys.org
Yes that should be correct.
 
But i can't factorize it out. i get 5\alpha<sup>2</sup> - 2\alpha+ 4 \geq0 <br /> <br /> Do i use the formula? and write \alpharanges that will satisfy it?<br /> <br /> <br /> here's another question, show that x<sup>2</sup> - x + 1 has the same sign for all values of x.<br /> How do i <b>show</b>?<br /> <br /> Just x<sup>2</sup> - x \geq0 will do ?
 
you can show that by drawing the graph for the function f(x) = x^2 - x + 1 and check that the function never crosses the x-axis.
 
How do i draw a graph without knowing its roots?
 
crays said:
How do i draw a graph without knowing its roots?

so you don't know how to draw graphs using differential calculus?

otherwise, just find the roots to x^2 - x + 1 , (it is very simple) - if you want.
 
Sorry for the late reply. Yes i don't know how to do so.
But X^2 + x - 1, i use the formula to find the roots? then just draw the graph?
 
crays said:
Sorry for the late reply. Yes i don't know how to do so.
But X^2 + x - 1, i use the formula to find the roots? then just draw the graph?

x^2-x+1
you could just use the disciminant or find the minimum point or putting it in the completing the square form.
 
Which question are you doing now? For the first one, just apply the discriminant condition and you'll get a quadratic equation in terms of \alpha. From there, you should use the discriminant condition again for the alpha quadratic to see if the quadratic equation for alpha can ever be negative.

The second question is answered much the same. You have x^2 - x +1. What condition must the discriminant satisfy such that f(x) does not cross the x-axis? Check also that the graph is above the x-axis to begin with.
 
  • #10
so do i just write x^2 - x >= 0 ? In that condition, it will never touches. I still don't get how should i draw a graph. If i use completing the square, i found (x - 1/2)^2 + 1 + 1/4

ps. I got it already, thanks guys.
 
  • #11
Where did x^2 - x come from? The discriminant is b^2 - 4ac. There should be no x in the discriminant, only numbers. As for graph sketching, note that the graph is either a u-shape or n-shape depending on the sign of the coefficient of the x^2 term. That should help you visualise if the f(x) is always positive or negative.
 
  • #12
Erm with the discriminant i found -3. So i write -3 < 0 ?
 
  • #13
What does that tell you about f(x)? More specifically what does that tell you about how the graph of f(x) should look like?
 
  • #14
it means the value is below -3? the graph should looks like a U right ?
 
  • #15
Yes and you also need to add in what the discriminant tells you.
 
  • #16
thanks. Mind if i ask another question?
Determine the condition to be satisfied by k such that the expression 2x^2 + 6x + 1 + k(x^2 + 2) is positive for all x .
Do i use discriminant for this?
 
  • #17
Note that

2x^2&gt;0
kx^2&gt;0,\ k \geq 0

and so on. You could also use the derative.
 
  • #18
crays said:
thanks. Mind if i ask another question?
Determine the condition to be satisfied by k such that the expression 2x^2 + 6x + 1 + k(x^2 + 2) is positive for all x .
Do i use discriminant for this?
Yes you can discriminant for this. I assume the reason why you didn't use calculus is because you haven't learned that yet.
 
  • #19
erm, is differentiation and integration called calculus?
I tried using the discriminant for it. But the value is off too.
 
  • #20
crays said:
erm, is differentiation and integration called calculus?
I tried using the discriminant for it. But the value is off too.
I don't know what you mean by 'off'. Can you post your working here?
 
  • #21
Working :
2x2 + 6x + 1 + k(x2 + 2) > 0
(2 + k)x2 + 6x + 2k + 1 > 0

b2 - 4ac > 0 [is positive for all x]

36 - 4(2 + k)(2k + 1) > 0
2k2 - 5k + 7 > 0

(2k - 7)(k + 1) > 0
k > 7/2 or k > -1.

Answer is
K > 1
 
  • #22
What is the condition the discriminant has to satisfy in order for the quadratic to not cross the axis?
 
  • #23
not cross the axis would be ... less than 0. <0.
 
  • #24
Well, so what did you do in your working with respect to this?
 
Back
Top