Integration with constant in function

41 Views Asked by At

By right: $$\int\sin\left(\frac\pi2+v\right)\,dv=-\cos\left(\frac\pi2+v\right)+K$$ But when I put this into a computer algebra system, I got back $\sin v$. Why?

3

There are 3 best solutions below

1
On BEST ANSWER

Because $-\cos(x + \frac{\pi}{2}) = \sin x$.

0
On

Either

(1) use a substitution $t = \frac{\pi}{2} + v$, or

(2) expand $\sin( \frac{\pi}{2} + v) = \sin \frac{\pi}{2} \cos v + \cos \frac{\pi}{2}\sin v=\cos v$.

0
On

Using Addition Formula for Sine, $$\sin \left(\frac{\pi}{2} + v\right) = \cos v.$$

Then $$\int \sin \left(\frac{\pi}{2} + v\right) \text{ } dv = \int \cos v \text{ }dv = \sin v + C.$$