0

Consider the quadratic equation $x^2+bx+c=0$, where $b$ and $c$ are $Uni∼[0,1]$. Let $p(b)$ represent the probability that the given equation has a real solution for a fixed value of$ b$.

What is $p(1/2)$?

What is the probability that$ x^2+bx+c=0$ has a real solution ?

$p(1/2)$ = prob $x^2+bx+c=0$ has a real solution)

now $x^2+bx+c=0$ has a real solution if discriminant $≥0$ i.e., $1−16c≥0$ which

is same as $c≤1/16$. since $C∼UNI[0,1]$ the $p(c)≤1/16=1/16$

Is this correct and how to do the second part?

1 Answers1

3

$x^2+bx+c=0$ has a real solution if and only if

$$b^2-4c\le0$$

i.e. $c\le\frac{b^2}{4}$.

Note that when $b\in[0,1]$, $\frac{b^2}{4}\in[0,1]$. For a fixed $b$, the probability that the quadratic equation has a real solution is $\frac{b^2}{4}$.

So if $b,c\sim\text{uni}[0,1]$, the probability that the equation has a real solution is

$$\int_0^1\frac{b^2}{4}db=\frac{1}{12}$$

CY Aries
  • 23,393