I am attempting to an equation to determine the lowest value of $\lambda$ for which $f(x) = \lambda \sin ( \pi x)$ and $y = x$ intersect outside of 0 on the interval $[0,1]$ for some numerical analysis I am doing. Would anyone be able to show me how to write such a function? Thank you very much for your help
update: Thanks for the reply! I'm just trying to find this value for a paper I am writing. So solving the taylor series centered at $\pi$ should give me what I want? That is, $\frac{x}{\pi} = \sin( \pi) + \pi \cos (x- \pi) + \pi^2 \sin(x-pi)/2$ should give me what I want?