Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

How to find the particular integral?

Writer Sophia Terry
$\begingroup$

The question is to find the particular integral of the expression $$ (D^3+1)y = cos(2x-1) $$I’m not sure how to go about it. How do I find the PI for this expression?

$\endgroup$ 1

2 Answers

$\begingroup$

$\require{extpfeil}\Newextarrow{\xRightarrow}{5,5}{0x21D2}$This is an interesting differential equation because it yields some really nice graphs when some initial $y(0),y'(0),y''(0)$ are sampled.

As for the solution, first solve the homogenous problem:$$y''' + y = 0 \xRightarrow{y = e^\lambda} \lambda^3 e^\lambda + e^\lambda = 0 \Rightarrow \lambda = \begin{cases} -1, \\ \dfrac{1}{2} + \dfrac{i\sqrt{3}}{2}, \\ \dfrac{1}{2} - \dfrac{i\sqrt{3}}{2}.\end{cases}$$

Thus, the general solution is:\begin{align*} y_g(x) &= c_1e^{-x} + c_2 e^{x\left(\frac{1}{2} + \frac{i\sqrt{3}}{2}\right)} + c_3 e^{x\left(\frac{1}{2} - \frac{i\sqrt{3}}{2}\right)} \\ &= c_1 e^{-x} + c_2 e^{x/2}\sin\left(\frac{\sqrt{3}}{2}x\right) + c_3e^{x/2} \cos\left(\frac{\sqrt{3}}{2}x\right). \end{align*}

For the particular solution (aka your particular integral), based on the expression of the given differential, as Ninad Munshi mentioned in the comments, one can "guess" the expression:

$$y_p(x) = PI = A\cos(2x-1) + B\sin(2x-1).$$Substitute then in the initial expression and calculate the values of $A$ and $B$.

Finally, the interesting part that I promised:

$\qquad \qquad \qquad \qquad$enter image description here

$\qquad \qquad \qquad \qquad$enter image description here

$\endgroup$ $\begingroup$

For the particular integral it's more simple to change the variable first $u=2x-1$$$(8D^3+1)y = \cos(u)$$$$y_p= \dfrac {\cos(u)}{(8D^3+1)} $$$$y_p= \dfrac {\cos(u)}{(-8D+1)} $$$$y_p= \dfrac {8D+1}{(-64D^2+1)} \cos u $$$$y_p= \dfrac {8D+1}{65} \cos u $$$$y_p= \dfrac {-8 \sin u}{65} +\dfrac {\cos u }{65}$$Unsubstitute $u=2x-1$$$\boxed {y_p= \dfrac {-8 \sin (2x-1)}{65} +\dfrac {\cos (2x-1) }{65}}$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy