Find the value of q where parabolas $f(x)=2x^2+qx+1$ and $g(x)=-x^2+2x-2$ don't intersect.
How should I approach this? All I know is that the discriminant is supposed to be less than zero.
Find the value of q where parabolas $f(x)=2x^2+qx+1$ and $g(x)=-x^2+2x-2$ don't intersect.
How should I approach this? All I know is that the discriminant is supposed to be less than zero.
Let a point of intersection be $(a,b)$. Then $$f(a)=g(a) \implies 2a^2+aq+1=-a^2+2a-2 \implies 3a^2+(q-2)a+3=0.$$ Can you continue from here?