Respuesta :
We want to find a solution to the initial value problem:
[tex]y'' + 18x = 0 \qquad,\qquad y(0) = 5 \qquad,\qquad y'(0)=1.[/tex]
We can start by integrating the equation once:
[tex]\dfrac{\textrm{d}^2 y}{\textrm{d}x^2} + 18 x = 0 \iff \dfrac{\textrm{d}^2 y}{\textrm{d}x^2} = -18 x \iff\\\\\iff \dfrac{\textrm{d}y}{\textrm{d}x} = -18\displaystyle\int x\textrm{ d}x \iff \dfrac{\textrm{d}y}{\textrm{d}x}=-18\dfrac{x^2}{2} + C \iff\\\\\iff \dfrac{\textrm{d}y}{\textrm{d}x} = -9x^2 + C.[/tex]
Using the initial condition [tex]y'(0) = 1[/tex], we can determine the integration constant [tex]C[/tex]:
[tex]\dfrac{\textrm{d}y}{\textrm{d}x}\Big\vert_{x= 0} = 1 \iff -9 \times 0^2 + C = 1 \iff C = 1.[/tex]
Therefore, we have:
[tex]\dfrac{\textrm{d}y}{\textrm{d}x} = -9x^2 + 1[/tex]
We can now integrate again:
[tex]y(x) = \displaystyle\int\dfrac{\textrm{d}y}{\textrm{d}x}\textrm{ d}x = \int\left(-9x^2+1\right)\textrm{d}x = -9\int x^2\textrm{ d}x + \int\textrm{d}x =\\\\= -9\dfrac{x^3}{3} + x + K = -3x^3 + x + K.[/tex]
The integration constant [tex]K[/tex] is determined by using [tex]y(0) = 5[/tex]:
[tex]y(0) = 5 \iff -3 \times 0^3 + 0 + K = 5 \iff K = 5.[/tex]
Finally, the solution is:
[tex]\boxed{y(x) = -3x^3 + x + 5}.[/tex]
By separation of variables, the solution is given by:
[tex]y(x) = -3x^3 + x + 5[/tex]
The differential equation is:
[tex]y^{\prime\prime}(x) + 18x = 0[/tex]
[tex]y^{\prime\prime}(x) = -18x[/tex]
Applying separation of variables:
[tex]\int y^{\prime\prime}(x) = -\int 18x dx[/tex]
[tex]y^{\prime}(x) = -9x^2 + K[/tex]
Since [tex]y^{\prime}(0) = 1, K = 1[/tex]
Thus:
[tex]y^{\prime}(x) = -9x^2 + 1[/tex]
To find y, another separation of variables is appled:
[tex]\int y^{\prime}(x) = \int(-9x^2 + 1)dx[/tex]
[tex]y(x) = -3x^3 + x + K[/tex]
Since y(0) = 5, K = 5, thus, the solution is:
[tex]y(x) = -3x^3 + x + 5[/tex]
A similar problem is given at https://brainly.com/question/13244107