Two numbers$\ p$ and$\ q$ are both chosen randomly (and independently of each other) from the interval$\ [-2, 2]$. Find the probability that$\ 4x^2+4px+1-q^2=0$ has imaginary roots.
How do you solve this problem? Given that we're trying to find out when the quadratic has imaginary roots I suppose we use the discriminant. Which, $\ b^2-4ac=(4p)^2-4(4)(1-q^2)$. It can then be factored out to$\ 4^2(p^2-(1-q^2)=4^2(p^2-(1-q)(1+q))$
I'm not even sure if I'm on the right track here. The answer given to us was $\ \frac{\pi}{16}$ and I'm still at a lost on how to get there. An explanation would be appreciated.
If there are two imaginary roots to a quadratic equation, then the discriminant is negative.
$$b^2-4ac=16p^2-16+16q^2=16(p^2-1+q^2)<0$$ $$p^2+q^2<1$$
The probability is the ratio between the area inside the circle defined by $p^2+q^2=1$ and the area of the rectangle which holds all possible values of $p,q$. The circle is a circle of radius 1, and therefore has an area of $\pi$. The rectangle is a square of side length 4, and therefore has an area of 16. The ratio is therefore $\frac{\pi}{16}$