Finding factors s.t. f(x) > g(x)

20 Views Asked by At

I am looking forward for an answer to the following question: I have a function $f(x) = 1 - e^{-(x / \lambda)^k}$ . I want to find $\lambda'$ and $k'$ in $g(x)$ such that $g(x) < f(x) \in \mathbb{N}$. The constraint being that $k' \geq k$ and $\lambda' \leq \lambda$. I am strugguling on finding the minimum values of $\lambda'$ and $k'$ such that we always have $f(x) > g(x)$.

Anyone could lend me a hand on that? Many thanks.