-1
$\begingroup$

How to solve the following ODE:

$xy'-y=\left(x^{2}+2x\right)\sin\left(3x\right)$.

That is: how we find a relation between $x$ and $y$ without any derivative or integral symbol in that relation.

If we use the standard formula, it might be difficult by calculating the antiderivative.

  • 0
    calculate $(y/x)'$2017-01-21
  • 1
    The solution contains the [Sine Integral](http://mathworld.wolfram.com/SineIntegral.html), a non-elementary function.2017-01-21
  • 0
    How about the solution in some relation between $x$ and $y$? It might rule out Sine integral???2017-01-21

1 Answers 1

2

We have $$y'-\frac {1}{x} y =(x+2)\sin 3x $$ This is a linear differential equation. The integrating factor is $e^{\int -\frac {1}{x} dx} = e^{-\log x} =\frac {1}{x} $.

The solution is thus $$y (\frac {1}{x}) =\int \frac {1}{x}(x+2)\sin 3x dx$$ Can you take it from here?

  • 0
    How can we move forward from here?2017-01-21
  • 1
    As in the comments you get a Sine integral (Si). Anyways integrating by parts gives us $$(x+2)\operatorname {Si}(3x) -\int \operatorname {Si}(3x) dx$$ Now use the fact $\int \operatorname {Si}(x) dx = x\operatorname {Si}(x) +\cos x $.2017-01-21