Find the interval in which $f(x)$ increases and decreases.

187 Views Asked by At

Let $f(x) = 2x^3 -9x^2 + 12 x + 6$ so $f'(x) = 6x^2-18x + 12 = 6 (x-1)(x-2)$

I need the intervals in which $f(x)$ strictly increases,

$f'(x)>0$ when $x <1$ and $x>2$ and thus $f(x)$ strictly increases in these intervals and $f'(x) <0$ when $ 1 <x< 2$ so $f(x)$ strictly decreases in this interval.

My Question:

What about at points $x=1,2$

Hear me out. If $f'(x) = 0$ at points (not intervals) then $f(x)$ can still be considered strictly monotone. And it also seems reasonable (I'll add the reason below) to include the points $1,2$ in the intervals of increase (IOI, for short) and decreases (IOD).

Eg : Take $x= 1$. Let's say I include this point in both IOI and IOD. So IOI is now, $x \in (-∞, 1]$ and you can see that it doesn't contradict the definition of "strictly increasing function in interval" either. Take any $p,q \in (-∞, 1], p>q \Rightarrow f(p) > f(q)$ similarly my IOD, now would be $x\in [1,2]$ (notice I included $2$) and it still follows the definition.

But! There's always a but!

As I understand that, definition of monotonicity functions at a point, would now get in the way.

I can't include $x=1$ because there exists no $h>0$ such that taking $p,q \in (1-h,1+h) \nRightarrow f(p) > f(q)$ similarly, I can't add $x= 1$ in interval of decrease either.

If I'd have to pick, my intuition would lead me to pick the second one, but I can't see why I should reject the first one either since it actually follows the definition of strictly increasing function in interval.

Thank you for taking your time to read all of this. I'd very appreciate if someone could counter (with reasons) either of those arguments.

1

There are 1 best solutions below

0
On

Let $J$ be any (open, halfopen, closed / bounded, unbounded) interval and $g : J \to \mathbb R$ be a function. Then $g$ is strictly increasing on $J$ if for all $x,y \in J$ such that $x < y$ we have $g(x) < g(y)$. You may also define that $g$ is strictly increasing in a point $p \in J$ if there is $\varepsilon > 0$ such that $g$ is strictly increasing on $J \cap (p - \varepsilon, p + \varepsilon)$.

You have a function $f : \mathbb R \to \mathbb R$ and ask for the (maximal) intervals $J$ on which $f$ strictly increases or decreases.

If you interpret this in the sense that $f \mid_J$ has this property, then you get the result which you call reasonable. I share this point of view.

However, you could also interpret the question in the sense that $f$ should strictly increase or decrease in all points of $J$ which gives your "but".

There is no contradiction, but only different interpretations, and you have to decide which you prefer.