Dif. eq. problem - dont know why it is wrong

  • Thread starter Thread starter UrbanXrisis
  • Start date Start date
UrbanXrisis
Messages
1,192
Reaction score
1
dif. eq. problem -- don't know why it is wrong

Solve for y: x \frac{dy}{dx} + 6y=5x

with y(1)=2

\frac{dy}{dx} =5 - 6\frac{y}{x}
\frac{6y}{x} \frac{dy}{dx} =5
3y^2=\frac{5}{2}x^2 +C
y= \sqrt{\frac{5x^2}{6}+\frac{C}{3}}

solve for when y(1)=2

4=\frac{5}{6}+\frac{C}{3}
C=\frac{19}{2}

so..

y= \sqrt{\frac{5x^2}{6}+\frac{19}{6}}

what did i do wrong? because this is not the answer
 
Last edited:
Physics news on Phys.org
y/x does not equal (dy)/(dx), You need to divide by x and then find an integrating factor.
 
sorry, that was typo! could you check it now?
 
It looks even worse, you somehow make addition into multiplaication. I already told you what you need to do. You need to divide everything by x to get the y' by itself and then find an integrating factor, you should know how to do that if you're being given this kind of problem because it certainly isn't separable,
 
oh thanks. by the way, when I am given a dif. eq. and they ask me "What are the constant solutions of this equation? "

what exactly are do they want me to find?
 
As said before, you're taking the wrong approach.

You need to divide it by x to get it into standard form or whatever it's called, and then get an integrating factor.

I get an answer of y = 5x/7 +c/x6
 
Last edited:
UrbanXrisis said:
oh thanks. by the way, when I am given a dif. eq. and they ask me "What are the constant solutions of this equation? "

what exactly are do they want me to find?

Umm... I think they might mean for you to find the solutions that are just a constant function ie. y=c c is just some constant.
 
ek said:
As said before, you're taking the wrong approach.

You need to divide it by x to get it into standard form or whatever it's called, and then get an integrating factor.

I get an answer of y = 5x/7 +c

You forgot to divide c by x6
 
d_leet said:
You forgot to divide c by x6

Ya. Actually I forgot to put in period and added it in haphazardly without thinking. I'm quite absent minded some times. I'll edit my post. I edited my last post.
 
Last edited:
  • #10
hmmm

x\frac{dy}{dx}+6y=5x\frac{dy}{dx}+\frac{6}{x}y=\frac{5}

then your integrating factor is

e^{6\int\frac{dx}{x}}=x^6

multiply through by integrating factor

x^6\frac{dy}{dx}+6x^5y=5x^6

then integrate both sides

x^6y=\frac{5x^7}{7}+C

Divide through by x^6

y=\frac{5x}{7}+Cx^{-6}

do you see where your mistake is?

now solve for C

y(1)=2

2=\frac{5}{7}1+C

2-\frac{5}{7}=C

\frac{9}{7}=C

so the specific solution is

y=\frac{5x}{7}+\frac{9}{7}x^{-6}
 
Last edited:
  • #11
Valhalla said:
hmmm

x\frac{dy}{dx}+6y=5

The term on the right hand side should be 5x not 5 so your answer is wrong as well.
 
  • #12
d_leet said:
The term on the right hand side should be 5x not 5 so your answer is wrong as well.

shizer your right

fixed
 
Last edited:
Back
Top