Hy everyone, Im stuck on this assigment now :/
so the function is $f(x) = \ln(x - x^2 +12)$ and I need to get the domain of that function.
I know that $x - x^2 + 12 > 0$, because of $\ln$. then I seperated $x$'s on left and number on right
$x - x^2 > -12$ and I know that I can also write it as $x(1-x) > -12$
How do I get domain out of this :/ ?
So your problem is solving a second degree inequality.
Write it with a positive main coefficient (it is not a "must", but it is quite a "should"): $$x^2-x-12<0$$ Note that the RHS is $0$. Find the roots and factor the polynomial: $$(x+3)(x-4)<0$$ Now this product is negative only when the two factors have different signs. This is when $x$ is in the interval $(-3,4)$.