2

let $f(k)$ be a function determined as the average value of $h(x) = sin(x-k)$ on the interval $[0,\pi]$. Show that $f$ is a continuous function of $k$ and determine the maximum and minimum values of $f$.

Ahmed Ali
  • 1,116
  • 3
  • 13
  • 29
breaane
  • 23

1 Answers1

1

So $$f(k)=\frac{1}{\pi}\int_0^{\pi} {\sin(x-k) dx}$$ Therefore $$f(k)=\frac{1}{\pi}\left(\cos(k)-\cos(\pi-k)\right)=\frac{2\cos k}{\pi}$$ Hint from here: 1) Differentiability implies continuiuty and 2) Set derivative to 0 for min and max (or just use common sense about what the cosine function does).