定積分・広義積分計算機

定積分と広義積分を手順を追って計算する

この計算機は、定積分(すなわち上下限のある積分)を、広義積分も含めて、解法手順を示しながら計算を試みます。

Enter a function:

Integrate with respect to:

Enter a lower limit:

If you need `-oo`, type -inf.

Enter an upper limit:

If you need `oo`, type inf.

Please write without any differentials such as `dx`, `dy` etc.

If the calculator did not compute something or you have identified an error, or you have a suggestion/feedback, please contact us.

Solution

Your input: calculate $$$\int_{\frac{\pi}{3}}^{\frac{5 \pi}{3}}\left( 8 \cos^{2}{\left(x \right)} \right)dx$$$

First, calculate the corresponding indefinite integral: $$$\int{8 \cos^{2}{\left(x \right)} d x}=4 x + 2 \sin{\left(2 x \right)}$$$ (for steps, see indefinite integral calculator)

According to the Fundamental Theorem of Calculus, $$$\int_a^b F(x) dx=f(b)-f(a)$$$, so just evaluate the integral at the endpoints, and that's the answer.

$$$\left(4 x + 2 \sin{\left(2 x \right)}\right)|_{\left(x=\frac{5 \pi}{3}\right)}=- \sqrt{3} + \frac{20 \pi}{3}$$$

$$$\left(4 x + 2 \sin{\left(2 x \right)}\right)|_{\left(x=\frac{\pi}{3}\right)}=\sqrt{3} + \frac{4 \pi}{3}$$$

$$$\int_{\frac{\pi}{3}}^{\frac{5 \pi}{3}}\left( 8 \cos^{2}{\left(x \right)} \right)dx=\left(4 x + 2 \sin{\left(2 x \right)}\right)|_{\left(x=\frac{5 \pi}{3}\right)}-\left(4 x + 2 \sin{\left(2 x \right)}\right)|_{\left(x=\frac{\pi}{3}\right)}=- 2 \sqrt{3} + \frac{16 \pi}{3}$$$

Answer: $$$\int_{\frac{\pi}{3}}^{\frac{5 \pi}{3}}\left( 8 \cos^{2}{\left(x \right)} \right)dx=- 2 \sqrt{3} + \frac{16 \pi}{3}\approx 13.2910592040078$$$