Use linear approximation to estimate $\tan(\frac{\pi}{4} + 0.05)$. Identify the differentials $dy$ and $dx$ in the situation.
I know that the form for linear approximation is $f'(x)*dx$. I calculated the derivative of this function to be $0$, so I am not sure what to do when it comes to identifying $dy$ and $dx$.
This
is too vague to be useful.
The definition of the derivative says that when $h$ is small, $$ \frac{f(x+h) - f(x)}{h} \approx f'(x). $$
Multiply that approximation by $h$ and rearrange to get $$ f(x+h) \approx f(x) + h \times f'(x). $$ Now cleverly choose $f$, $x$ and $h$ to get the approximation you want.
If you must use differentials (I wouldn't) then $dx$ is $h$, the small change in $x$, and $dy$ is the corresponding small change in $f(x)$.