Find a particular solution that satisfies the intial condition

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
1 replies · 4K views
Ki-nana18
Messages
90
Reaction score
0

Homework Statement


2xy'-ln x2=0 y(1)=2


Homework Equations





The Attempt at a Solution


2x(dy/dx)-ln x2=0

I think I'm suppose to separate variables and then integrate next but I'm not sure.
 
on Phys.org
Yes, this is a separable differential equation.

You should use the fact that ln(x2) = 2ln(x).

2x*dy/dx = 2 ln(x)
[tex]\Rightarrow~dy~=~ \frac{ln(x)}{x}dx[/tex]

Now integrate both sides. Don't forget the constant of integration, which you will determine from your initial condition, y(1) = 2.