Question regarding certain standard integrals.

Salt
Messages
15
Reaction score
0

Homework Statement



OK, this is something that stumped me.

Homework Equations



\int_{}^{}{\frac{dZ}{ A^{2}-Z^{2}}} = - \int_{}^{}{\frac{dZ}{ Z^{2}-A^{2} }}

Right?

\int_{}^{}{\frac{dZ}{ A^{2}-Z^{2} }}=\; \frac{1}{2A}\ln \left\{ \frac{A+Z}{A-Z} \right\}+\mbox{C}

\int_{}^{}{\frac{dZ}{ Z^{2}-A^{2} }}=\; \frac{1}{2A}\ln \left\{ \frac{Z-A}{Z+A} \right\}+\mbox{C}

The Attempt at a Solution



But I don't see how,

\frac{1}{2A}\ln \left\{ \frac{A+Z}{A-Z} \right\}+\mbox{C} = - \frac{1}{2A}\ln \left\{ \frac{Z-A}{Z+A} \right\}+\mbox{C}

It should be,

\frac{1}{2A}\ln \left\{ \frac{A+Z}{A-Z} \right\}+\mbox{C} = - \frac{1}{2A}\ln \left\{ \frac{A-Z}{A+Z} \right\}+\mbox{C}

No?

I derived both (OK one of them; the other I just read from the textbook), the integrations "check out", but I don't understand why!? Why the term inside "ln" is "multiplied by -1"?
 
Physics news on Phys.org
Well, the integral actually comes out as the logarithm of the absolute value of something. So regardless of whether it is Z-A or A-Z, the two values will give the same answer; i.e. it doesn't matter which way around they are. (Remember there is no ln(-1).)
 
Are you forgetting the absolute value?
\int \frac{1}{z}dz= ln|z|+ C
NOT ln z+ C unless you are sure z is positive.
 
Nytik said:
Well, the integral actually comes out as the logarithm of the absolute value of something. So regardless of whether it is Z-A or A-Z, the two values will give the same answer; i.e. it doesn't matter which way around they are. (Remember there is no ln(-1).)

HallsofIvy said:
Are you forgetting the absolute value?
\int \frac{1}{z}dz= ln|z|+ C
NOT ln z+ C unless you are sure z is positive.

Oh ... that would explain it.

My textbook didn't put the absolute value brackets**. -_-

Thanks.

**Ya, it's not the best book, quite a few obvious typos, but it's easy enough to read. Should really get a more rigorous and accurate "second opinion" ...
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top