I currently have increments of 0.1 from 1 to 20 for x values. I have produced graphs for sin and cos but I am now looking into the effects of multiplying them with numbers in front. Would anyone be able to explain the effects of multiplying $cos$ and $sin$ with a number using the example below?
$$ 1 \cos(x) + 2 \;\sin(3x) + 4 \;\cos(5x) $$
I understand for example how I would plot $ \cos(3x) $ but I am unsure how to plot
$$ 4\; \cos(5x)$$
What does the 4 before \cos mean?
