I need to find the Taylor series for $f(x) = \sin x + \cos x$ centered at $0$ up to degree $3$. It's been a long time since the last time I did anything with the Taylor series.
So I was wondering if I could just add the Taylor series for $\sin x$ to the Taylor series of $\cos x$ to find the Taylor series for $\sin x + \cos x$. Any help is appreciated.
Yes, you can just add the terms of each respective Taylor series together:
$$\sin x + \cos x \approx \left(x+\frac {x^3}{3!}\right)+\left(1-\frac{x^2}{2!}\right)$$
Since the two functions have an interval of convergence of all real numbers, term-by-term addition can be applied.