I'm doing the exercises related to finding monotonicity/extreme values.
I have given function: $f(x) = -3x + \ln x$
Domain of $f$: $D_{f} = (0, \infty)$
Derivative: $f'(x) = -3 + \frac{1}{x}$
Domain of the derivative (teacher requires this): $D_{f'} = (-\infty,0)\cup(0,\infty)$
Now, how can I combine both domains? I need to write the mutual part of both domains. How to do it in a good math-fashioned style without "syntax mistakes"?
Something like that should do the job?
$\begin{cases} D_{f} = (0, \infty) \\ D_{f'} = (-\infty,0)\cup(0,\infty) \\ \end{cases}$
$\Rightarrow D_{f} \cap D_{f'} = (0, \infty)$
Is this correct?
I am asking this because if the solution(s) of $f'(x) = 0$ don't belong to the domain of $D_{f'}$, then I do not take them into account.
Thanks.
f:(0,oo) -> R, x -> -3x + ln x.
f':(0,oo) -> R, x -> -1 + 1/x.
g:R\{0} -> R, x -> -1 + 1/x.
g and f' are different because they are defined on different domains.
The domain of f' cannot have points outside the domain of f
because f'(x) cannot be calculated when f(x) is not defined.
However, as you were considering, g restriced to (0,oo) = f'.
The teacher is wrong.
As f'(-1) is not defined, -1 cannot be in domain f'.
g is not f'.