So the equation becomes u' + (1/x)u = x

masterchiefo
Messages
211
Reaction score
2

Homework Statement


equation (1) y' + (ylny)/x = xy

we set y(x)= eu(x)
Equation (1 ) proposed becomes an equation
1st order linear differential type : equation (2) u ' + p( x) u = q ( x)

a) Find the equation ( 2) using the change of variable proposed above.

Homework Equations

The Attempt at a Solution


equation (1) y' + (ylny)/x = xy
y' + (eu(x)ln eu(x))/x = x*eu(x)

y' + (eu(x)ln eu(x)) = x2*eu(x)

pretty much after that, I have no idea how to proceed, please help :)
 
Physics news on Phys.org
I think they want you to say what p(x) and q(x) are.

Your second line in section 3 is correct, but your 3rd is not. Go back to the second line and continue substituting ##e^{u(x)}## for ##y##, by differentiating it wrt ##x## and replacing y' by that. Then do what's necessary to make that equation have the same form as (2).
 
  • Like
Likes masterchiefo
andrewkirk said:
I think they want you to say what p(x) and q(x) are.

Your second line in section 3 is correct, but your 3rd is not. Go back to the second line and continue substituting ##e^{u(x)}## for ##y##, by differentiating it wrt ##x## and replacing y' by that. Then do what's necessary to make that equation have the same form as (2).
eu(x)' + (eu(x))ln eu(x))/x = x*eu(x)
(eu(x))' + ((u(x))*eu(x))/x = x*eu(x)

Like that ?
 
Last edited:
No. The division by x in the 2nd term on the LHS has disappeared. Why? If you want to multiply everything by x, you need to multiply all other terms by x.

Also, what do you mean by eu(x)'? What you have written is ambiguous. If you mean e[u(x)'] then that's incorrect. Alternatively, if you mean [eu(x)]' then that's correct, but you need to take the next step of performing the differentiation (wrt x).
 
  • Like
Likes masterchiefo
andrewkirk said:
No. The division by x in the 2nd term on the LHS has disappeared. Why? If you want to multiply everything by x, you need to multiply all other terms by x.

Also, what do you mean by eu(x)'? What you have written is ambiguous. If you mean e[u(x)'] then that's incorrect. Alternatively, if you mean [eu(x)]' then that's correct, but you need to take the next step of performing the differentiation (wrt x).
I am not sure how to do the differentiation (wrt x).

and I fixed the mistake in my last reply, sorry.
 
The first term is ##(e^{u(x)})'## which means ##\frac{d}{dx}e^{u(x)}##. To perform the differentiation, use the chain rule.
 
andrewkirk said:
The first term is ##(e^{u(x)})'## which means ##\frac{d}{dx}e^{u(x)}##. To perform the differentiation, use the chain rule.
I need to use the chain rule only for (d/x)*eu(x)?
 
Where else would you use it? That's the only differentiation you need to do, because that's the only prime (') in the equation. Prime after a term means differentiate that term.
 
  • Like
Likes masterchiefo
andrewkirk said:
The first term is ##(e^{u(x)})'## which means ##\frac{d}{dx}e^{u(x)}##. To perform the differentiation, use the chain rule.
it gives me that
eu(x)*(d/x)*(u(x))
 
  • #10
andrewkirk said:
Where else would you use it? That's the only differentiation you need to do, because that's the only prime (') in the equation. Prime after a term means differentiate that term.
eu(x)*(d/x)*(u(x)) + ((u(x)*eu(x)))/x = x*eu(x)

(d/x)*(u(x)) + (((u(x)*eu(x)))/x )/eu(x)= (x*eu(x))/eu(x)

(d/x)*(u(x)) + u(x)*/x= x

P(x) = 1/x
Q(x)=x
 
Back
Top