4. Plot the graph of h on [-10,10] to verify your conjecture. What do you observe?
The graph suggests that the function has no oscillations at all. Further investigations will verify that this is indeed the case.
Input :=
h[x_] = f[x] + g[x];
Plot[h[x], {x, -10, 10}]
Output =
-Graphics-