0

Today I learned some concepts of increasing and decreasing functions, but some is so vague, so I have many questions. Here I can have a list of questions:

  1. Functions f(x) is decreasing on an interval (a,b) then f'(x)<0 on (a,b) yes? But what if f'(x)<0. Is a function f(x)decreasing if $f'(x)<0$ on an interval (a,b)
  2. Functions f(x)>f(b) in the interval (a,b). so is f decreasing on (a,b).
  3. Monotonic functions are flat. If it is a random function f(x), if f(a)=f(b), then is f(x) monotonic on the interval (a,b)?

Thanks

J. W. Tanner
  • 63,683
  • 4
  • 43
  • 88

2 Answers2

0
  1. If a function is decreasing it means its slope is negative, i.e., $f^\prime (x) < 0$.

  2. No. $f(x) > f(b)$ does not mean that $f(x)$ is decreasing. It could go up and down (so long as it is always greater than $f(b)$.

  3. No. Monotonic means that the function is either always increasing or always decreasing.