Quaratic Equation (roots and coefficients)

  • Thread starter Thread starter ritwik06
  • Start date Start date
  • Tags Tags
    Coefficients
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
ritwik06
Messages
577
Reaction score
0

Homework Statement


[tex]f(x)=x^{2}+ax+b[/tex]
If v is one root of the quadratic then [tex]v^{2}-2[/tex] is the second root. Find all possible ordered pairs (a,b). Universal set is the set of real numbers.


The Attempt at a Solution


[tex]-a=v^{2}+v-2[/tex]
[tex]0=v^{2}+v+a-2[/tex]
By putting discriminant >=0
I get:
1-4(a-2)>=0

But in the case of product of roots I get a cubic!

Please help me with this. How can I get th exact ordered pairs??
 
Physics news on Phys.org
I think what you need to do here is to look at the graph of f(x) = x^2 + ax + b.
The graph is a parabola that opens upward. The x-intercepts (roots) are the solutions of x^2 + ax + b = 0, and are x = (-a [tex]\pm[/tex] sqrt(a^2 - 4b)) / 2.

For there to be two distinct solutions, what has to be true about the discriminant? From that you get a set of ordered pairs (a, b). That's what this problem seems to be asking for.
 
Mark44 said:
I think what you need to do here is to look at the graph of f(x) = x^2 + ax + b.
The graph is a parabola that opens upward. The x-intercepts (roots) are the solutions of x^2 + ax + b = 0, and are x = (-a [tex]\pm[/tex] sqrt(a^2 - 4b)) / 2.

For there to be two distinct solutions, what has to be true about the discriminant? From that you get a set of ordered pairs (a, b). That's what this problem seems to be asking for.

The answer to that is that the discriminant need to be positive. It gives me a relation between a and b, not the ordered pairs!
 


Mark44 said:
Isn't this a description of the set of ordered pairs?
{(a, b): <the relation you found goes here>}

Nope! I also thought that but the answer given at the back of my book lists the exact ordered pairs!
 
By completing the square, we can rewrite f(x) = x^2 +ax + a^2/4 + b - a^2/4.
Or, f(x) = (x + a/2)^2 + b - a^2/4.

This parabola opens up and has a vertex somewhere along the line x = -a/2.

We can choose a = -2 to put the vertex on the line x = -1, and if we choose b with care, we can run the parabola through (0,0) and (-2, 0). That way, we can let v = 0, so v^2 = 0, and v^2 - 2 = 0. We will have found a and b so that v is a root and v^2 - 2 is a root.

I've given you a; all you have to do is to find b.