Solve Linear ODE Using Integrating Factor

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
3 replies · 2K views
1s1
Messages
20
Reaction score
0

Homework Statement



Solve the initial value problem:
$$sin(x)y' + ycos(x) = xsin(x), y(2)= \pi/2$$


Homework Equations





The Attempt at a Solution



Recognizing it as a Linear First-Order Equation:$$\frac{dy}{dx}+y\frac{cosx}{sinx}=x$$
$$P(x)=\frac{cosx}{sinx}$$
Integrating factor: $$e^{\int \frac{cosx}{sinx}dx}=sinx$$

Multiplying the ODE by the integrating factor:
$$\frac{d}{dx}[ysinx] = xsinx$$

Integrating both sides: $$ysinx = \int xsinx dx$$
$$y=1-\frac{xcosx}{sinx}+C$$
Solving for C: $$C=1$$
$$y=2-\frac{xcosx}{sinx}$$

Apparently this solution is incorrect, but I can't figure out why?
 
on Phys.org
Thanks! When I divided through by ##sin(x)## from the step you suggested, I had forgotten to divide ##C## by ##sin(x)##. I tend to ignore the constants which is a big mistake. Thanks for the help!
 
maybe you have missed out some steps of what you did, it is not evident that you have worked out your integration factor or multiplied by it.

You don't need an integration factor and can go straight from line 1 to line 5.