Proving that an integral is a pure imaginary

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
JPaquim
Messages
33
Reaction score
0

Homework Statement



Show that [itex]\int_{\gamma}\ f^*(z)\ f'(z)\ dz[/itex] is a pure imaginary for any piecewise smooth closed curve [itex]\gamma[/itex] and any [itex]C^1[/itex] function [itex]f[/itex] whose domain contains an open set containing the image of [itex]\gamma[/itex]


2. The attempt at a solution

I have tried to approach it from some different angles. I've tried to Taylor expand everything, to see if some interesting things would happen, but I found none. I've also tried to expand it as such:

[itex]\int_{\gamma}\ f^*(z)\ f'(z)\ dz = \int_{\gamma}\ [(u - iv)(\frac{\partial u}{\partial x} + i\frac{\partial v}{\partial x})](dx + idy) =[/itex]

[itex]\int_{\gamma}\ (u\frac{\partial u}{\partial x}+v\frac{\partial v}{\partial x})dx+(u\frac{\partial u}{\partial y} + v\frac{\partial v}{\partial y})dy + i\int_{\gamma}\ (u\frac{\partial v}{\partial x}-v\frac{\partial u}{\partial x})dx+(u\frac{\partial v}{\partial y}-v\frac{\partial u}{\partial y})dy[/itex]

What can I do with this? Is this the way to go?

Cheers
 
Physics news on Phys.org
JPaquim said:

Homework Statement



Show that [itex]\int_{\gamma}\ f^*(z)\ f'(z)\ dz[/itex] is a pure imaginary for any piecewise smooth closed curve [itex]\gamma[/itex] and any [itex]C^1[/itex] function [itex]f[/itex] whose domain contains an open set containing the image of [itex]\gamma[/itex]2. The attempt at a solution

I have tried to approach it from some different angles. I've tried to Taylor expand everything, to see if some interesting things would happen, but I found none. I've also tried to expand it as such:

[itex]\int_{\gamma}\ f^*(z)\ f'(z)\ dz = \int_{\gamma}\ [(u - iv)(\frac{\partial u}{\partial x} + i\frac{\partial v}{\partial x})](dx + idy) =[/itex]

[itex]\int_{\gamma}\ (u\frac{\partial u}{\partial x}+v\frac{\partial v}{\partial x})dx+(u\frac{\partial u}{\partial y} + v\frac{\partial v}{\partial y})dy + i\int_{\gamma}\ (u\frac{\partial v}{\partial x}-v\frac{\partial u}{\partial x})dx+(u\frac{\partial v}{\partial y}-v\frac{\partial u}{\partial y})dy[/itex]

What can I do with this? Is this the way to go?

Cheers

It's a lot simpler than that. A number is pure imaginary if its complex conjugate is equal to its negative. Hint: use integration by parts. You are starting from the integral of f*df.
 
Last edited:
Dick said:
It's a lot simpler than that. A number is pure imaginary if its complex conjugate is equal to its negative. Hint: use integration by parts. You are starting from the integral of f*df.

I thought of that, but integration by parts produces [itex]-\int_\gamma\ f\cdot(f^*)'dz[/itex], but I have no guarantee that [itex]f^*[/itex] is differentiable... And even if it were, I'd still have to show that [itex]-\int_\gamma\ f\cdot(f^*)'dz = -\int_\gamma\ f\cdot(f')^*dz[/itex], which doesn't seem trivial...
 
JPaquim said:
I thought of that, but integration by parts produces [itex]-\int_\gamma\ f\cdot(f^*)'dz[/itex], but I have no guarantee that [itex]f^*[/itex] is differentiable... And even if it were, I'd still have to show that [itex]-\int_\gamma\ f\cdot(f^*)'dz = -\int_\gamma\ f\cdot(f')^*dz[/itex], which doesn't seem trivial...

Your are making this seem a LOT harder than it is. If f is differentiable then f* is differentiable. That's almost trivial. As is (f*)'=(f')*. We are just talking C^1 differentiabilty here, the existence of continuous partial derviatives, not complex differentiability. If your curve is z=γ(t) then you can express all of the derivatives as d/dt.
 
Last edited:
Dick said:
Your are making this seem a LOT harder than it is. If f is differentiable then f* is differentiable. That's almost trivial. As is (f*)'=(f')*. We are just talking C^1 differentiabilty here, the existence of continuous partial derviatives, not complex differentiability. If your curve is z=γ(t) then you can express all of the derivatives as d/dt.

Oh, that makes a lot of sense! So one gets:

[itex]\int_{\gamma}\ f^*(z)\ f'(z)\ dz = \int_a^b\ f(\gamma(t))^*\cdot f'(\gamma(t))\cdot \gamma'(t)\ dt = \int_a^b\ ((f\circ\gamma)(t))^*\cdot \frac{d}{dt}(f\circ\gamma)(t)\ dt[/itex]
[itex]= [\ |\ f(\gamma(t))\ |^2\ ]_a^b - \int_a^b\ \frac{d}{dt}((f\circ\gamma)^*)(t) \cdot (f\circ\gamma)(t)\ dt = -\int_a^b\ (f'(\gamma(t)))^* \cdot \gamma'(t) \cdot f(\gamma(t))\ dt[/itex]
[itex]= -\int_{\gamma}\ f(z)\ (f'(z))^*\ dz[/itex]
 
Last edited:
Dick said:
Right! It's actually (ff*)=|f|^2 in the difference term for the integration by parts, but that doesn't make any difference.

You're totally right, my mistake. I've already corrected it.