Expand Expression for Small Values Of …

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Expression
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Saladsamurai
Messages
3,009
Reaction score
7
I am working through a problem from a Fluid Dynamics course and I have gotten to a point on a problem where it says to "… expand the resulting expression for small values of a2/(bz) and for small z/b … "

I am not so sure how to interpret this? The expression that I am supposed to expand is:

[tex]F(z) = \frac{m}{2\pi}\ln\left [ \frac{(z+b)(z+a^2/b)}{(z-b)(z-a^2/b)}\right ] - \frac{mi}{2}[/tex]

where i is the imaginary number.

Also: do you think it is supposed to say "expand for small z/b" ? Or should it be for small "b/z" ?

I cannot seem to see where any (z/b)'s would come from?
 
Last edited:
Physics news on Phys.org
Saladsamurai said:
I am working through a problem from a Fluid Dynamics course and I have gotten to a point on a problem where it says to "… expand the resulting expression for small values of a2/bz and for small z/b … "
I'm going to interpret your ambiguous expression a2/bz to mean a2/(bz).

When they say "small z/b" what that means to me is that z << b. Possibly you've seen that notation before. If not, it means that z is very much smaller than b, which would make z/b a very small number. This means you can replace z + b with b, and z - b with -b.

When they say small values of a2/(bz), I interpret this to mean that a2/b << z. This means you can replace z + a2/b with z, and z - a2/b with z as well.

If I'm on the right track here, the log expression simplifies to ln[bz/(-bz)], or ln(-1) assuming that neither b nor z is zero. Since you're working with complex numbers, ln(-1) is defined, one value of which is i(pi), if I'm remembering my complex analysis correctly.

Hope that helps.
Saladsamurai said:
I am not so sure how to interpret this? The expression that I am supposed to expand is:

[tex]F(z) = \frac{m}{2\pi}\ln\left [ \frac{(z+b)(z+a^2/b)}{(z-b)(z-a^2/b)}\right ] - \frac{mi}{2}[/tex]

where i is the imaginary number.

Also: do you think it is supposed to say "expand for small z/b" ? Or should it be for small "b/z" ?

I cannot seem to see where any (z/b)'s would come from?
 
The first thing I would do is divide every term by the reciprocal, [itex]bz/a^2[/itex], the separate the (b/z) terms- that will, of course have (b/z) to negative powers.
 
Mark44 said:
I'm going to interpret your ambiguous expression a2/bz to mean a2/(bz).

Yes, this is correct. (Edited.)

HallsofIvy said:
The first thing I would do is divide every term by the reciprocal, [itex]bz/a^2[/itex], the separate the (b/z) terms- that will, of course have (b/z) to negative powers.

Before I saw this post divided everything by z and ended up with the following:

Screenshot2011-04-20at15428PM.png


I am just not sure when I am supposed to use the small z/b and small a^2/(bz) assumptions? I am pretty sure the "expand the resulting expression for small values ..." part of the problem statement means to use a Series expansion of the log term.