0

Consider the expression

$$ (1-\lambda)(\lambda^2 - 2\lambda + 1 - \rho) - 0.5( 0.5 - 0.5\lambda - 0.5\rho) = 0 $$

We seek the entire range of values of $\rho$ such that $\lambda \geq 0$ in the above expression. Note that the constraints on $\rho$ is $-1 \leq \rho \leq 1$.

I plugged in the lower bound for $\lambda$, i.e., $\lambda = 0$ and obtained $\rho = 1$. So this gives us an upper bound. How do we get a lower bound?

1 Answers1

1

Hint: Set $\mu=1-\lambda$.

In this way, your expression becomes:

$$\mu(\mu^2-\rho)-\tfrac14(\mu-\rho)=0 \tag{1}$$

with the new question: with constraint (1) for which value of $\rho \in (-1,1)$ do we have $\mu<1$ ?

(1) can be written:

$$\rho=\underbrace{\dfrac{\mu(\mu^2-\tfrac14)}{\mu-\tfrac14}}_{f(\mu)}\tag{2}$$

Now, conclude from the graphical representation of $f$:

enter image description here

Jean Marie
  • 81,803
  • Sorry. For some reason I missed the notification for this answer. I don't actually see it in my list of notifications currently either. Do you now why that is? I only have 1 notification from the past 24 hours and that was for a separate question. – student010101 Apr 15 '21 at 18:01
  • I'm not sure if I'm interpreting this graph correctly, but doesn't this suggest the entire range of $\rho$ is valid? – student010101 Apr 15 '21 at 18:05
  • Your first comment : I don't know. I hadn't been faced yet to such a lack of notification. 2) Your second comment : Yes, I have an identical conclusion.
  • – Jean Marie Apr 15 '21 at 19:24