Integral of cos(w*x) dx
The solution
The answer (Indefinite)
[src]
/ //sin(w*x) \
| ||-------- for w != 0|
| cos(w*x) dx = C + |< w |
| || |
/ \\ x otherwise /
$$\int \cos{\left(w x \right)}\, dx = C + \begin{cases} \frac{\sin{\left(w x \right)}}{w} & \text{for}\: w \neq 0 \\x & \text{otherwise} \end{cases}$$
/sin(w)
|------ for And(w > -oo, w < oo, w != 0)
< w
|
\ 1 otherwise
$$\begin{cases} \frac{\sin{\left(w \right)}}{w} & \text{for}\: w > -\infty \wedge w < \infty \wedge w \neq 0 \\1 & \text{otherwise} \end{cases}$$
=
/sin(w)
|------ for And(w > -oo, w < oo, w != 0)
< w
|
\ 1 otherwise
$$\begin{cases} \frac{\sin{\left(w \right)}}{w} & \text{for}\: w > -\infty \wedge w < \infty \wedge w \neq 0 \\1 & \text{otherwise} \end{cases}$$
Use the examples entering the upper and lower limits of integration.