Blue tooth's curve and integral inequality

91 Views Asked by At

Well playing with geogebra I have discovered (maybe not) the blue tooth's curve see the picture below :

enter image description here

It's well define by the function :

$$f(x)=(π x)^{2 (1-π x)}+(π (1-x))^{2 (1-π (1-x))}$$

I want to solve the integral inequality :

$$\frac{(2 + π)}{π (1 + π)}<\int_{0}^{\frac{1}{2}}f(x)dx$$

Well for that I try Taylor series (at $x=0.5$) and Bernoulli's inequality to get a polynomials without success because it's too sharp.

I don't know what other tools I can use for .

If you have an approach or an idea it's welcome !

Thanks in advance !

1

There are 1 best solutions below

3
On BEST ANSWER

This would be a very difficult problem since

$$\frac{(2 + π)}{π (1 + π)} \approx 0.395167 \qquad \text{and} \qquad \int_{0}^{\frac{1}{2}}f(x)\,dx\approx 0.395543$$ and I do not think that any function approximations could be of any help with a so tiny difference.

Avoiding numerical integration, I built an interpolation function for the integrand and, itegrating, got the same result.

May be, you could try with spline functions.