Solving u_x=(sin(x))*(u) in Fourier space

  • #1
Does anyone know if it is possible to solve an equation of the type
u_x=(sin(x))*(u)
on a periodic domain using the fft.

I have tried methods using convolutions but have had no success

thanks in advance
 
  • #2
Does anyone know if it is possible to solve an equation of the type
u_x=(sin(x))*(u)
on a periodic domain using the fft.
What does u_x mean in the context of your problem? It could possibly mean the partial derivative of u with respect to x, or it could mean the x-component of a vector u.

Also, what are you trying to solve for?
vector_problems said:
I have tried methods using convolutions but have had no success

thanks in advance
 
  • #3
sorry, should have been more clear. u_x is the partial derivative of u w.r.t. x and i am trying to solve for u,

du/dx=(sin(x))*(u)
 
  • #4
Is u a function of any variables other than x? If so, your equation is an ordinary differential equation, and one that is separable and easy to solve analytically.
 
  • #5
You have ux=sin(x)*u

Can't you rewrite it as: y'=y*sin(x)? Solve it as ODE and instead of writing the constant, just assume it's a function of the other variables.
 

Suggested for: Solving u_x=(sin(x))*(u) in Fourier space

Replies
4
Views
885
Replies
7
Views
2K
Replies
5
Views
1K
Replies
1
Views
1K
Replies
2
Views
1K
Replies
3
Views
958
Back
Top