So I have this function
$f(t)=\log(t^2+5t)$
And I want to find the domain.
Now I am taking into consideration $t^2+5$ which I know needs to be greater than $0$ and $t$ that needs to be greater than $0$. And until here im good.
On the answers sheet it says that $t>0$ and that's fine.
But then it says that $t+5>0$ when $t<-5$. And that for me doesn't make any sense whatsover. I take a number that is smaller than $t$ since that's what $t<-5$ implies. E.g $-7$. Then $-7+5$ is NOT a positive number and is not greater than $0$.
I thought that t+5>0 when t>-5. Then the domain would be from (-5,0) and from (0 to inifity).
I have no idea what I am not understanding , I have dyscalulia and any simple help would be great . Thanks!
The answer that the professor told me is (−∞, −5) ∪ (0, +∞).

If you want to find the domain of $f(t) = \log(t^2+5)$, the part $t^2+5$ needs to be bigger than zero, that's correct.
But for any number that you fill in for $t$, a positive number will be the outcome, because it is squared. ($5^2=25, (-5)^2=25$).
If you do $t^2+5$, still all values are positive, because any positive number$+5$ will be positive.
So the domain should be $<-\infty,\infty>$.
EDIT
The new equation is $f(t) = \log(t^2+5t)$.
Than for every $t$: $t^2+5t>0$. If you set $t^2+5t=0$ to find the intersection points, than $t(t+5)=0$ and you know that $t=0$ and $t=-5$.
If you fill in any point lower, in between and above those points, you can see how the equation works.
So pick for example $t=-6$, $t=-3$, $t=3$ and fill in.
$t=-6$ --> $(-6)^2+5\times -6 = 6$ which is bigger than zero so the formula works here.
$t=-3$ --> $(-3)^2+5\times -3 = -6$ which isn't bigger than zero so the formula doesn't work.
$t=3$ --> $(3)^2+5\times 3 = 24$ which is bigger than zero so the formula works here.
And than you know, that the domain is $(-\infty, -5)\cup(0, +\infty).$