Is There an Exact Solution for the Differential Equation y'= 2 + (1+sin(t))y/5?

  • Thread starter Thread starter kochibacha
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
kochibacha
Messages
14
Reaction score
0
it's linear ordinary differential equation and when i tried to solve the integrating factor cannot be put in an elementary form. The text i that i got this equation tell me to plot y versus t for several constant C so there must be the exact solution
 
on Phys.org
The point of an integrating factor, [itex]\alpha[/itex], is that it allows us the write the parts including y as a single derivative: [itex](\alpha y)'= \alpha y'+ \alpha' y[/itex] and here we want that to equal [itex]y'- (1+ sin(t))y[/itex]. That is, we want [itex]\alpha'= d\alpha/dt= -1 - sin(t)[/itex] which is "separable".
 
HallsofIvy said:
The point of an integrating factor, [itex]\alpha[/itex], is that it allows us the write the parts including y as a single derivative: [itex](\alpha y)'= \alpha y'+ \alpha' y[/itex] and here we want that to equal [itex]y'- (1+ sin(t))y[/itex]. That is, we want [itex]\alpha'= d\alpha/dt= -1 - sin(t)[/itex] which is "separable".
I should have said
[tex]\frac{d\alpha}{dt}= (-1- sin(t))\alpha[/tex]