M BUZZ CRAZE NEWS
// general

How would I find the average value of a function over a given interval?

By Emma Martinez
$\begingroup$

How would I find the average value of this function? $$f(x)=\sin(nx),\ 0\le x\le \frac{\pi}{n}$$ Where n is a positive integer. I am not sure how I would solve this thank you.

$\endgroup$ 1

2 Answers

$\begingroup$

Here, the average value $\overline{y}$ is \begin{align} \overline{y}&=\frac{1}{\pi/n}\int_0^{\pi/n}\sin(nx)\;dx\\[4pt] &=\frac{1}{\pi}\int_0^{ \pi/n}\sin (nx)\,ndx\\[4pt] &=\frac{1}{\pi}\int_0^{\pi}\sin t\;dt\qquad\qquad\text{being }t=nx\\ &=\color{blue}{\frac{2}{\pi}} \end{align}

$\endgroup$ 2 $\begingroup$

The area under sine curve $ y = \sin x $ in the interval is 2 for interval $ 0<x<\pi $and average vale $2/\pi$, the way question is asked average value is independent of $n$.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy