Drawing the contour with a branch cut

In summary, the branch points and poles cannot be included in the contour for the inverse Laplace transform, so the contour would need to include only the vertical line and the funny-shaped contour.
  • #1
spacetimedude
88
1
I am trying to determine the contour required in solving part b. The branch points (poles) are at s=0 and s= -a and in between these two values, there is a branch cut.

I know that the branch cut cannot be included in the contour so does this mean the poles also cannot be in the contour? Would it be the one shown in the second image?

Thank you.

EDIT: Got branch points and poles mixed up. Reattempting now.
EDIT2: Hmm, are the branch points the same as poles in this case? Clarification would be appreciated.

Screenshot 2017-12-06 22.27.53.png
export.png
 

Attachments

  • Screenshot 2017-12-06 22.27.53.png
    Screenshot 2017-12-06 22.27.53.png
    21.1 KB · Views: 1,084
  • export.png
    export.png
    3.7 KB · Views: 932
Last edited:
Physics news on Phys.org
  • #2
spacetimedude said:
I am trying to determine the contour required in solving part b. The branch points (poles) are at s=0 and s= -a and in between these two values, there is a branch cut.

I know that the branch cut cannot be included in the contour so does this mean the poles also cannot be in the contour? Would it be the one shown in the second image?

Thank you.

EDIT: Got branch points and poles mixed up. Reattempting now.
EDIT2: Hmm, are the branch points the same as poles in this case? Clarification would be appreciated.

View attachment 216246 View attachment 216247

The idea behind contour integrals is that you have some contour that you want to integrate over, [itex]\mathcal{C}_0[/itex], which is typically not a closed curved. Then you add a bunch of other contours: [itex]\mathcal{C}_1, \mathcal{C}_2, ...[/itex] such that
  • If you connect them, then the add up to a closed curve, [itex]\mathcal{C} = \mathcal{C}_0 + \mathcal{C}_1 + ...[/itex]
  • The closed curve [itex]\mathcal{C}[/itex] encloses no singularities (so the integral over it is zero).
  • The new contours [itex]\mathcal{C}_1, \mathcal{C}_2, ...[/itex] are easy (or at least possible) to do.
Then you can compute the original integral by:

[itex]\int_{\mathcal{C}_0} ds + \int_{\mathcal{C}_1} ds + \int_{\mathcal{C}_2} + ... = \int_{\mathcal{C}} ds = 0[/itex]

In your case, you have [itex]\mathcal{C}_0[/itex] is the vertical line on the right side of your drawing, and [itex]\mathcal{C}_1[/itex] is that funny shape with two bumps. The problem with your drawing is that it's not clear how you should compute the integral around the funny-shaped contour.
 
  • Like
Likes Delta2
  • #3
spacetimedude said:
EDIT2: Hmm, are the branch points the same as poles in this case? Clarification would be appreciated.

View attachment 216246 View attachment 216247

Branch points refer to singular points of multivalued functions, poles are singular points of single-valued functions. Also, the contour for an inverse Laplace transform is just the Bromwich contour: a straight line from ##\gamma-i\infty## to ##\gamma+i\infty## such that ##\gamma## is to the right of all the singular points of the integrand so say ##\gamma=1## for example.

Did you try to just numerically integrate it to get a ball-park of what's going on? Note in the definition below, we need dz=i along that path so I canceled i in the denominator.

Code:
g[(x_)?NumericQ, (a_)?NumericQ] :=
 (1/(2*Pi))*NIntegrate[Exp[x*z]/Sqrt[z*(z + 1)] /. z -> 1 + I*y, {y, -a, a}];

And after you do that and get a sense of what happens as x gets large, can you explain why it tends to that value? What about just computing what the actual inverse transform is and then taking the limit of that as x goes to infinity?
 

1. What is "Drawing the contour with a branch cut"?

"Drawing the contour with a branch cut" is a technique used in mathematics and physics to simplify complex integrals by choosing an appropriate contour that encircles a branch cut of the function being integrated. This allows for the integration to be performed in a more straightforward manner.

2. How does "Drawing the contour with a branch cut" work?

The contour chosen for "Drawing the contour with a branch cut" typically starts and ends at the same point, but is deformed to avoid the branch cut of the function. This allows for the integral to be broken down into simpler integrals that can be evaluated more easily.

3. When is "Drawing the contour with a branch cut" used?

"Drawing the contour with a branch cut" is commonly used in complex analysis, particularly in the context of contour integration. It is also used in other areas of mathematics and physics where complex integrals need to be evaluated.

4. What are the benefits of using "Drawing the contour with a branch cut"?

Using "Drawing the contour with a branch cut" can simplify complex integrals and make them easier to evaluate. It also allows for the use of standard integration techniques, such as the residue theorem, to be applied to complex functions.

5. Are there any limitations to "Drawing the contour with a branch cut"?

One limitation of "Drawing the contour with a branch cut" is that it may not always be possible to find a contour that avoids all branch cuts of the function being integrated. In these cases, alternative techniques may need to be used. Additionally, this technique may not always be the most efficient method for evaluating complex integrals.

Similar threads

Replies
1
Views
2K
Replies
3
Views
3K
Replies
5
Views
3K
Replies
1
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus
Replies
9
Views
12K
Replies
2
Views
5K
Replies
2
Views
6K
  • Calculus and Beyond Homework Help
Replies
12
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Back
Top