Quaratic Equation (roots and coefficients)

  • Thread starter Thread starter ritwik06
  • Start date Start date
  • Tags Tags
    Coefficients
AI Thread Summary
The discussion revolves around finding ordered pairs (a, b) for the quadratic equation f(x) = x^2 + ax + b, given that one root is v and the second root is v^2 - 2. The user attempts to derive a relationship between a and b using the discriminant condition for distinct roots, leading to a cubic equation complication. It is emphasized that the discriminant must be positive for two distinct solutions, which provides a relation but not specific pairs. The conversation highlights the need to complete the square to find exact pairs, suggesting that choosing specific values for a and b can yield roots that satisfy the given conditions. Ultimately, the focus is on determining b once a is established.
ritwik06
Messages
577
Reaction score
0

Homework Statement


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


The Attempt at a Solution


-a=v^{2}+v-2
0=v^{2}+v+a-2
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 \pm 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 \pm 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!
 
Isn't this a description of the set of ordered pairs?
{(a, b): <the relation you found goes here>}
 


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.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top