1
$\begingroup$

What does it mean to 'use the symmetry' in an integration problem?

I was given the following problem: $$ \int_0^{\frac{\pi}{4}} \log(1+\tan \theta) \ d\theta $$

My friend then advised me to 'use the symmetry'

  • 0
    Was my question not specific2017-01-13
  • 0
    Your friend was probably suggesting to use the $u$-substitution $u = \frac{\pi}{4} - \theta$.2017-01-13
  • 0
    Yes, he did something along those lines. But he did this instead $\theta \mapsto \frac{\pi}{4} - \theta $ What is the symmetry thing he talking about???2017-01-13
  • 0
    When he writes $\theta \mapsto \frac{\pi}{4} - \theta$, he means to replace $\theta$ with $\frac{\pi}{4} - \theta$. More precisely though, you are to use the substitution $u = \frac{\pi}{4} - \theta$. By using this substitution, the limits of integration remain unchanged.2017-01-13
  • 0
    Yup, I see that. What I'm more curious about is how he spotted that substitution and I believe the clue is in this thing about 'symmetry' and was trying to find out what it meant. @kobe2017-01-13

2 Answers 2

0

I've always used that for definite integrals we have $\int_a^b f(x)dx=\int_a^b f(b-a-x)dx$. First let your integral equal I and use mentioned fact, $$I=\int_0^{\frac{\pi}{4}} \log(1+\tan \theta) \ d\theta=\int_0^{\frac{\pi}{4}} \log(1+\tan( \frac{\pi}{4}-\theta)) \ d\theta.$$ Now use the tangent subtraction formula to get: $$\int_0^{\frac{\pi}{4}} \ln(1+\frac{\tan(\frac{\pi}{4})-\tan(\theta)}{1+\tan(\frac{\pi}{4}) \tan(\theta)} )d\theta=\int_0^{\frac{\pi}{4}}\ln(\frac{2}{\tan(\theta)+1})d\theta=I.$$ Adding the first and the last expression and using log rules one has, $$2I=\int_0^{\frac{\pi}{4}}\ln(2)d\theta=\frac{\pi \ln(2)}{4},$$ thus $$I= \frac{\pi \ln(2)}{8}.$$

Here's where you can find the tangent subtraction formula I used: http://mathworld.wolfram.com/TrigonometricAdditionFormulas.html

  • 0
    Thanks! I never knew about this $\int_a^b f(x) \ dx = \int_a^b f(b-a-x) \ dx $ is there a name for this? Also, when do you find best to use this identity??2017-01-13
  • 0
    I have never seen a name for that equality because it really is just a special case of a u-substitution, namely letting $x=b-a-u$. It's hard to say when it is "best to use this identity", just try it out on some definite integrals and see where it gets you. After you use it enough you'll start to see when it is useful. I have found it useful with integrands with trig functions and bounds with multiples of $\frac{\pi}{2}$. A fun exercise is to try evaluate the integral $\int_0^{\frac{\pi}{2}} \sin^2(x) dx$ using this method, hint: you will need $\sin^2(x)+\cos^2(x)=1$.2017-01-14
1

You can use symmetry by substituting $\frac{π}{4}-x$ for x. Then you can use property of logarithms. Everything will cancel out.

  • 0
    is that what symmetry is? subbing in $x$ for $\frac{\pi}{4} - x$?2017-01-13
  • 0
    Um, that is (b+a-x), otherwise, yep, that is it. Sometimes we call it the "King" identity, but this might just be an invention of our teacher. It's best to use when this simplifies the integrand, like this one.2017-01-14