New Reply

curl F = F, solve for F (PDE)

 
Share Thread Thread Tools
Jul23-12, 04:46 AM   #1
 

curl F = F, solve for F (PDE)


I was looking through a calculus book doing some of the practice problems where I was asked to calculate the curl of a few functions. One of them got me thinking, is there a function whose curl is itself? Much like how [itex]e^{x}[/itex] is it's own derivative, is there a vector field that is it's own curl?
[tex]∇×F = F[/tex]
Are there any non-zero general solutions to this problem? This will expand to a system of 3 linear PDE's with 3 unknowns. The problem is, I'm new to PDE's and don't know how to solve them. I am familiar with ODE's to some extent, and I understand that the goal is to simplify a PDE into an ODE. So my question... how would I go about solving this problem? Do you know any good online references that would teach me? Thank you for your time.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Intel's Haswell to extend battery life, set for Taipei launch
>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
Jul23-12, 05:15 AM   #2
 
There are certainly several.

One example that I can think of off the top of my head is:
F = (0, cos(x), -sin(x))
Jul23-12, 02:22 PM   #3
 
Good, so it is solvable. Following your example...
<0, sin(x), cos(x)>
<cos(y), 0, sin(y)>
<-sin(y), 0, cos(y)>
<sin(z), cos(z), 0>
<cos(z), -sin(z), 0>

Are all solutions to my problem. Is there a general method to solve for these, a way to combine them into a single general form from which they can all be derived?
Jul31-12, 09:55 AM   #4
 
Recognitions:
Homework Helper Homework Help

curl F = F, solve for F (PDE)


This will give you three equations for three unknowns, cross differentiate to obtain three separate equations.
Aug1-12, 01:55 AM   #5
 
How do you cross differentiate something?
Aug1-12, 02:56 AM   #6
 
Use the normal formula for cross product (like say in determinant form) and then set-up three equations corresponding to each component (as pointed out by hunt_mat above).

If you know how to calculate the curl component-wise for an unspecified F, then the rest is equating each element of F to the respective element of curl(F).
Aug1-12, 08:40 AM   #7
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
[tex]\nabla f\vec{i}+ g\vec{j}+ h\vec{k}= \left(\frac{\partial h}{\partial y}- \frac{\partial g}{\partial z}\right)\vec{i}- \left(\frac{\partial h}{\partial x}- \frac{\partial f}{\partial z}\right)\vec{j}+\left(\frac{\partial g}{\partial x}- \frac{\partial f}{\partial y}\right)\vec{k}[/tex]

So [itex]\nabla \vec{F}= \vec{F}[/itex] gives the three partial differential equations
[tex]\frac{\partial h}{\partial y}- \frac{\partial g}{\partial z}= f[/tex]
[tex]\frac{\partial f}{\partial z}- \frac{\partial h}{\partial x}= g[/tex]
[tex]\frac{\partial g}{\partial x}- \frac{\partial f}{\partial y}= h[/tex]

You can reduce those to higher derivative equations in just one unknown function similarly to how you can reduce systems of numerical equations. To make it easier to see what you are doing, rewrite those in "operator form", writing "Dx" for the partial derivative with respect to x, etc.
Dyh- Dzg= f
Dzf- Dxh= g
Dxg- Dyf= h

You can treat those derivatives like numerical coefficients and multiply to get like coefficients, etc. then add or subtract to reduce. (I said like numerical coefficients. "Multiplying" on the right will be applying the derivative to that function.)
Aug3-12, 03:23 PM   #8
 
Thank you HallsofIvy. I had a hunch that you might solve for the operators and not for the components of F, but I didn't think to treat them like numbers. After a few hours of trying random things, I finally was able to get it down to 1 PDE by using matrix row operations. Thank you everyone for your posts.
New Reply
Thread Tools


Similar Threads for: curl F = F, solve for F (PDE)
Thread Forum Replies
Proof: curl curl f = grad (div (f)) - grad^2 Calculus 6
Curl div.... Calculus & Beyond Homework 3
Proving div(F X G) = G·curl(F) - F·curl(G) Calculus & Beyond Homework 7
Div and curl Calculus & Beyond Homework 5