How do I determine whether the function is even, odd, or neither. How do I describe the symmetry?

ex 1) f(t)= t&2 +2t -3

1 answer

Even: Replace t to -t, and if the resulting function is still the same, that is, f(-t) = f(t), then it is even. And the graph is symmetric about the y-axis.

Odd: Replace t to -t, and if the resulting function is the negative of the original function, that is, f(-t) = -f(t), then it is odd. And the graph is symmetric about the origin.

Neither: If resulting function is neither f(x) or -f(x), then it is neither.

Solving,
f(t)= t^2 + 2t - 3

Replace t with -t:
f(-t)= (-t)^2 + 2(-t) -3
f(-t) = t^2 - 2t - 3

Therefore, it is neither.

Hope this helps~ `u`