Why does the constant of integration move?

322 Views Asked by At

I'm trying to make sense of a solution to a separation of variables question. Namely where it goes from:

$$y = \exp(-\cos x + C)$$

To:

$$y = A\cdot \exp(-\cos x)$$

I understand the constant of integration can be quite flexible (oxymoron) in its undefined state but I'm trying to track down an explanation for this particular "identity". This isn't one of the standard exponential identities.

3

There are 3 best solutions below

2
On BEST ANSWER

This is because of the addition exponent rule in disguise, with base $b$ and exponents $d$ and $c$:

$$b^{d+c} = b^d \cdot b^c$$

In this case:

$$\exp(-\cos x + C) = e^{-\cos x + C} = e^{-\cos x}\cdot e^C$$

And by renaming $e^C$ to $A$, since both are just constants, we get:

$$A \cdot e^{-\cos x} = A\cdot\exp(-\cos x)$$

0
On

We get $$e^{C-\cos(x)}=e^C\cdot e^{-\cos(x)}$$

0
On

One has $$ e^{-\cos x+C}=e^{C}\cdot e^{-\cos x}=A\cdot e^{-\cos x} $$ with $$ A=e^{C}. $$