You can get an approximation for the uncertainty in the values of cos2(x) when x has uncertainty ±Δx by plugging the extreme values of x, namely (x + Δx) and (x - Δx) into the formula to see how much the result changes. For example, suppose that the angle was 37° and the uncertainty in the angle ±0.2°. Then:
cos2(37 + 0.2) = 0.6345
cos2(37 - 0.2) = 0.6412
The difference between these extreme values is 0.007 . So the estimated uncertainty is ±0.007.
A better value can be obtained by taking the partial derivative of the given function w.r.t. the variable and multiplying by the uncertainty in that variable. If f is some function of x, i.e. y = f(x), then the uncertainty Δf(x) given uncertainty Δx in the variable x is:
[tex]\Delta f = \left| \frac{ \partial f}{\partial x}\right| \Delta x[/tex]
The absolute value is taken to make the result a magnitude (positive value).
If the function has more than one variable each with its own uncertainty, f = (A,B,C...) for A±ΔA, B±ΔB, C±ΔC,... and so on, then the total uncertainty in the result of the function is given by summing the individual uncertainties in quadrature (square root of sum of squares, like vector components):
[tex]{\Delta f}^2 = \left| \frac{ \partial f}{\partial A}\right|^2 {\Delta A}^2 + \left| \frac{ \partial f}{\partial B}\right|^2 {\Delta B}^2 + \left| \frac{ \partial f}{\partial C}\right|^2 {\Delta C}^2 ...[/tex]