Potential Function for a gradient field.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Ted123
Messages
428
Reaction score
0

Homework Statement



[PLAIN]http://img576.imageshack.us/img576/4968/vec0.jpg

The Attempt at a Solution



(i) is not irrotational and (ii) is - I wish it was the other way round!

Can anyone help my construct a potential function [itex]\phi (x,y,z)[/itex] for (ii)?
 
Last edited by a moderator:
Physics news on Phys.org
It's a lot easier than it looks. Integrate F1 dx to get started. You'll find the part of the potential function you get explains the three hardest parts in that expression. Then try F2 dy. The answer is built to look intimidating.
 
To integrate
[tex]\int \frac{yz dx}{\sqrt{x^2y^2z^2+ 1}}[/tex]
let [itex]xyz= tan(\theta)[/itex]. Then [itex]yzdx= sec^2(\theta)[/itex], [itex]\sqrt{x^2y^2z^2+ 1}= \sqrt{tan^2(\theta)+ 1}= sec(\theta)[/itex] and the integral becomes
[tex]\int sec(\theta)d\theta)= \int \frac{d\theta}{cos(\theta)}[/tex]
[tex]= \int \frac{cos(\theta)d\theta)}{cos^2(\theta)}= \int \frac{cos(\theta)d\theta}{1- sin^2(\theta)}[/tex]
and now you can let [itex]u= sin(\theta)[/itex]. Don't forget that the "constant of integration" may be a function of y and z.
 
HallsofIvy said:
To integrate
[tex]\int \frac{yz dx}{\sqrt{x^2y^2z^2+ 1}}[/tex]
let [itex]xyz= tan(\theta)[/itex]. Then [itex]yzdx= sec^2(\theta)[/itex], [itex]\sqrt{x^2y^2z^2+ 1}= \sqrt{tan^2(\theta)+ 1}= sec(\theta)[/itex] and the integral becomes
[tex]\int sec(\theta)d\theta)= \int \frac{d\theta}{cos(\theta)}[/tex]
[tex]= \int \frac{cos(\theta)d\theta)}{cos^2(\theta)}= \int \frac{cos(\theta)d\theta}{1- sin^2(\theta)}[/tex]
and now you can let [itex]u= sin(\theta)[/itex]. Don't forget that the "constant of integration" may be a function of y and z.

So I get [itex]\displaystyle \phi (x,y,z) = \int \frac{1}{1-u^2}\;du = \text{sinh}^{-1} (xyz) + f(y,z)[/itex]

Hence [itex]\displaystyle \frac{\partial}{\partial y} \bigg\{ \text{sinh}^{-1} (xyz)\bigg\} + \frac{\partial f(y,z)}{\partial y} = \frac{xz}{\sqrt{x^2y^2z^2 + 1}} + \frac{2yz^2}{y^2z^2 + 1}[/itex]

[itex]\displaystyle \frac{xz}{\sqrt{x^2y^2z^2 + 1}} + \frac{\partial f(y,z)}{\partial y} = \frac{xz}{\sqrt{x^2y^2z^2 + 1}} + \frac{2yz^2}{y^2z^2 + 1}[/itex]

[itex]\displaystyle \frac{\partial f(y,z)}{\partial y} = \frac{2yz^2}{y^2z^2 + 1}[/itex]

[itex]\displaystyle f(y,z) = \int \frac{2yz^2}{y^2z^2 + 1}\;dy = \ln (y^2z^2 + 1) + g(z)[/itex]

So [itex]\phi (x,y,z) = \text{sinh}^{-1} (xyz) + \ln (y^2z^2 + 1) + g(z)[/itex]

[itex]\displaystyle \frac{\partial}{\partial z} \bigg\{ \text{sinh}^{-1} (xyz) + \ln (y^2z^2 + 1) + g(z) \bigg \} = \frac{xy}{\sqrt{x^2y^2z^2 + 1}} + \frac{2y^2z}{y^2z^2 + 1} + \frac{1}{z^2 +1}[/itex]

[itex]\displaystyle \frac{xy}{\sqrt{x^2y^2z^2 + 1}} + \frac{2y^2z}{y^2z^2 + 1} + g'(z) = \frac{xy}{\sqrt{x^2y^2z^2 + 1}} + \frac{2y^2z}{y^2z^2 + 1} + \frac{1}{z^2 +1}[/itex]

[itex]\displaystyle g'(z) = \frac{1}{z^2 +1}[/itex]

[itex]\displaystyle g(z) = \int \frac{1}{z^2 +1}\;dz = \tan^{-1} (z) + c[/itex]

So [itex]\phi (x,y,z) = \text{sinh}^{-1} (xyz) + \ln (y^2 z^2 + 1) + \tan ^{-1} (z) + c\;\;\;\;\;\text{(}c\;\text{constant)}[/itex]
 
Last edited: