Functions $f$, $g$, and $h$ are defined as follows: \begin{align} f&: \mathbb{R} \to \mathbb{R}, &f(x) &= x^2 - 10x + 9 \\ g&: \mathbb{R} \to \mathbb{R}, &g(x) &= x^4 - 10x^2 + 9 \\ f&: \mathbb{R} \to \mathbb{R}, &f(x) &= x^3 - 4x \end{align}
For each of these functions:
a) Determine intersection points between the graph of the function and coordinate axes.
b) Sketch the graph of the function. Is the graph symmetric about some straight line or at some point?
c) Determine whether the function is even, odd, or neither even nor odd.
a) For $f$, we have $f(x) = x^2 - 10x + 9$. By setting $f(x) = 0$ and solving for $x$ we get $x = 1$ and $x = 9$. So the intersection points are $(1, 0)$ and $(9, 0)$?
For $g$, we have $g(x) = x^4 − 10x^2 + 9$. For $h$, we have $h(x) = x^3 − 4x$.
I know we've to set them equal to $0$ and solve for $x$ to find intersection points, but I have trouble completing the square and would need your help.
Not there yet with b).
I know that odd means $f(-x) = -f(x)$, and even means $f(-x) = f(x)$, for all $x$. Not quite sure what it means for it to be neither.
$g$ is $f(x^2)$, so the intersection points of $g$ with the $x$ axis are the square roots of the intersection points of $f$ with the $x$ axis.
For $h$ it's clear that $h(0)=0$ so you have one intersection point. Then you can write $h(x)=x(x^2-4)$ and you might be able to guess the other two intersection points.
Most functions aren't either odd or even. For example $\sin(x)$ is odd, and $\cos(x)$ is even, but any sum of $\sin$ and $\cos$ is neither even nor odd.