0

I'm trying to find:

$$\int_0^{1} \sin 2\pi x \; dx =$$

My friend says the result should be zero. Is there any graphical way to prove it.

Gin99
  • 207

1 Answers1

1

Have you tried graphing the function?

picture

Intuitively, what should the answer be? Because the area from $0$ to $0.5$ and the area from $0.5$ to $1$ effectively cancel each other out, the answer is $0$.

The difference between your answer and your friend's answer may be due to rounding errors.

As @marwalix pointed out, $\int_0^1 \sin(2\pi x)dx=(\frac{1}{2\pi})(\cos(0)−\cos(2\pi))$. Note that $(\cos(0)−\cos(2\pi)) = (1 - 1) = 0$. Then, since we are multiplying by $0$, the answer is also exactly $0$.