0
$\begingroup$

If we are given

$$\int \cos \theta (\sin 3\theta + \sin \theta) e^{\sin \theta} d\theta = \\ (A \sin^3 \theta + B \cos^2 \theta + C \sin \theta + D \cos \theta + E) e^{\sin \theta} + F$$

Then how can we find value of $A$,$B$,$C$,$D$ ?

In my book it is written as

Put $\sin \theta=t$ and differentiate with respect to $t$.

But I could not understand it .

1 Answers 1

3

You have:

$$\int \cos{\theta} \cdot (\sin(3\theta)+\sin{\theta})\cdot e^{\sin{\theta}} ~d\theta$$

Note that $\sin(3\theta)=3\sin{\theta}\cos^2{\theta}-\sin^3{\theta}$.

Due to the identity:

$$\cos^2{\theta}+\sin^2{\theta} \equiv 1$$

We can obtain an expression for $\sin{3\theta}$ in terms of $\sin{\theta}$ by rearranging the above identity.

$$\sin(3\theta)=3\sin{\theta}(1-\sin^2{\theta})-\sin^3{\theta}=3\sin\theta-3\sin^3{\theta}-\sin^3{\theta}=3\sin{\theta}-4\sin^3{\theta}$$

Hence, we will now substitute this into our integral.

$$\int \cos{\theta} \cdot (4\sin{\theta}-4\sin^3{\theta})\cdot e^{\sin{\theta}} ~d\theta=4 \int \cos{\theta} \cdot (\sin{\theta}-\sin^3{\theta})\cdot e^{\sin{\theta}} ~d\theta \tag{1}$$

As your book has stated, substituting $\sin{\theta}=t$ is useful. To do so, we must also obtain an expression with $d\theta$ in order to change the variable the integration it is respect to.

To do so is simple, differentiate your substitution with respect to $\theta$. $$\color{blue}{t=\sin{\theta}}$$ $$\frac{dt}{d\theta}=\cos{\theta}$$ $$\color{red}{dt=\cos{\theta}~d\theta}$$

Now we can substitute on equation $(1)$!

$$4 \int \color{red}{\cos{\theta}} \cdot \color{blue}{(\sin{\theta}-\sin^3{\theta})\cdot e^{\sin{\theta}}} ~\color{red}{d\theta} =4 \int (t-t^3)e^t ~dt$$

We integrate by parts 3 times to obtain:

$$4 \int (t-t^3)e^t ~dt=-4e^t(t^3-3t^2+5t-5)+C$$

We now substitute back for $t=\sin{\theta}$.

$$-4e^t(t^3-3t^2+5t-5)+C=-4e^{\sin{\theta}}(\sin^3{\theta}-3\sin^2{\theta}+5\sin{\theta}-5)+C$$

We can rearrange this solution into your form to find the coefficients $A,B,C,D,E$.

Reminder:

$$\sin^2{\theta}+\cos^2{\theta} \equiv 1$$

Hence, we can replace the $\sin^2{\theta}$ in terms of $\cos^2{\theta}$ since that is the form of your equation of undetermined coefficients.

$$=-4e^{\sin{\theta}}(\sin^3{\theta}-3(1-\cos^2{\theta})+5\sin{\theta}-5)+C$$ $$=-4e^{\sin{\theta}}(\sin^3{\theta}+3\cos^2{\theta}+5\sin{\theta}-8)+C$$ $$=e^{\sin{\theta}}(-4\sin^3{\theta}-12\cos^2{\theta}-20\sin{\theta}+32)+C$$

Hence, you have your solution for the coefficients: $A=-4$, $B=-12$, $C=-20$, $D=0$, $E=32$ and obviously $F=C$.

If you have any further questions or doubts, do not hesitate to ask.

  • 0
    But from this how can we find value of A,B,C,D2017-01-06
  • 1
    Ok, I will add that as an explanation to my answer.2017-01-06
  • 1
    Thanks a lot @projectilemotion2017-01-06