On one of my piecewise questions I've split a graph into an exponential function, a cosine function and a parabolic function. I've done fine for exponential and parabola but I'm totally stuck on cosine and I have no idea what I'm doing... Please help!

One issue is that the curve you have sketched has a continuous derivative, which rounds things off at the joints. The part you have labeled exp fits $y=2^x$ perfectly, but that is growing rapidly at $x=2$ and doesn't blend with the cos piece. If we let there be corners at $x=2,5$ it is not so hard to find a piecewise graph. $$y=\begin {cases} 2^x&-2 \le x \le 2\\\frac 52 +\frac 32 \cos \frac {x-2}\pi x& 2\lt x \le 5\\2+(x-6)^2&5\lt x \le 7 \end {cases}$$ If you want things to blend smoothly, you need more freedom in the function.