Studying for an Integration Bee

Hello friends! My university's math club is holding an integration bee in March, and I'm excited to participate in my first one!

I was sifting through their Facebook page for posts about last year's integration bee. The integration techniques they said all participants should know were:

  • Polynomial / trig / inverse trig / exponential / rational / radical functions
  • U-substitution
  • Integration by parts
  • Partial fractions
  • Powers of trig functions
  • Trig substitution
  • Note: All integrals are single-variable.

They also take pics of a few integrals from the bee:

0dx(x+1x)2\displaystyle \int_0^{\infty} \frac{dx}{\left(x + \frac 1x\right)^2}

and the winning integral (which I believe is adapted from an integral from MIT's 2012 bee):

12lnx22x+x2 dx\int_1^2 \frac{\ln x}{2 - 2x + x^2} \ dx

As a restraint, I scored a 5 on my AP Calculus BC exam last year. And so I ask: how can I study for an integration bee? And not only that, but what are some essential tricks/shortcuts/strategies/generalizations I can learn?

So far in my studying, I've derived three generalizations:

xnex dx=n!ex(xnn!xn1(n1)!+xn2(n2)!xn3(n3)!++1)+C\int x^ne^x \ dx = n!e^x \left( \frac{x^n}{n!} - \frac{x^{n - 1}}{(n - 1)!} + \frac{x^{n - 2}}{(n - 2)!} - \frac{x^{n - 3}}{(n - 3)!} + \cdots + 1\right) + C

1(x+a)(x+b) dx=1ablnx+bx+a+C,a>b\begin{aligned} \int \frac{1}{(x + a)(x + b)} \ dx = \frac{1}{a - b} \ln \left| \frac{x + b}{x + a} \right| + C, & & a > b \end{aligned}

1xa+x dx=1a1ln(1+1xa1)+C\int \frac{1}{x^a + x} \ dx = -\frac{1}{a - 1}\ln \left(1 + \frac{1}{x^{a-1}}\right) + C

Thanks, everyone! Any and every piece of advice is appreciated! :)

#Calculus

Note by Zach Abueg
3 years, 9 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Remember the change of variable trick. It can come up and be very sneaky. Here's a classic example:

0π211+tan2017(x)  dx\displaystyle \int_0^{\frac{\pi}{2}} \dfrac{1}{1+\tan^{2017} (x)} \; \mathrm{d}x

I won't tell you how to solve, but I can give you a hint if your require it.

Sharky Kesa - 3 years, 9 months ago

Log in to reply

Seeing a large power like that, my first instinct is to generalize, so we must have

In=0π211+tann(x) dxMultiplying through by cosnx=0π2cosnxcosnx+sinnx dx\begin{aligned} I_n & = \int_0^{\frac{\pi}{2}} \frac{1}{1 + \tan ^n (x)} \ dx & \small \color{#3D99F6} \text{Multiplying through by } \cos ^n x \\ & = \int_0^{\frac{\pi}{2}} \frac{\cos ^n x}{\cos ^n x + \sin ^n x} \ dx \end{aligned}

Hm.

Edit: I got it! Those limits are so sneaky! We use abf(x) dx=abf(a+bx)\displaystyle \int_a^b f(x) \ dx = \int_a^b f(a + b - x). Knowing that cos(π2x)=sinx\cos \left(\frac{\pi}{2} - x\right) = \sin x and vice versa, we see that

In=0π2cosnxcosnx+sinnx dx=0π2cosn(π2x)cosn(π2x)+sinn(π2x) dx=0π2sinnxsinnx+cosnx dx    2In=π2    In=π4A result independent of n\begin{aligned} I_n & = \int_0^{\frac{\pi}{2}} \frac{\cos ^n x}{\cos ^n x + \sin ^n x} \ dx \\ & = \int_0^{\frac{\pi}{2}} \frac{\cos ^n \left(\frac{\pi}{2} - x\right)}{\cos ^n \left(\frac{\pi}{2} - x\right) + \sin^n \left(\frac{\pi}{2} - x \right)} \ dx \\ & = \int_0^{\frac{\pi}{2}} \frac{\sin ^n x}{\sin ^n x + \cos ^n x} \ dx \\ \implies 2I_n & = \frac{\pi}{2} \\ \implies I_n & = \frac{\pi}{4} & \small \color{#3D99F6} \text{A result independent of } n \end{aligned}

Oh my! That's amazing!

Zach Abueg - 3 years, 9 months ago

As a start: Look up Integration tricks, Laplace transform, contour integration, hyperbolic trigonometric substitution, half angle tangent substitution, differentiation under the integral sign.

If you want some nefarious questions, go to the search bar, type "Brilliant integration contest", under the "Notes" tab.

Pi Han Goh - 3 years, 9 months ago

Log in to reply

Thanks, Pi! Differentiation under the integral and half-angle tangent sub do wonders. I'm worried that Laplace transform, contour integration, or hyperbolic trigonometric substitution are out of my scope right now, but I'll do my best!

Zach Abueg - 3 years, 9 months ago

Hey thanks for tagging me!

I've never actually done an integration contest, but I am pretty familiar with the math contest style integrals where the solution is usually rather straightforward if you look at the problem in a certain way.

SPOILER ALERT! Solution incoming

For example, the first integral you posted I was able to do by using some symmetry and then a trig substitution. It might not be the easiest way, but the steps weren't some crazy substitution you pull out of nowhere. They 'make sense'

First, I pulled out an x2x^{2} from the denominator;

I=0dxx2(1+1x2)2 I = \int_{0}^{\infty} \frac{dx}{x^{2}(1+\frac{1}{x^{2}})^{2}}

this leads very nicely into one of the methods mentioned in the Integration Tricks wiki Pi Han Goh mentioned. We let y=1xy=\frac{1}{x}, and so dy=1x2dxdy = -\frac{1}{x^{2}}dx. This substitution flips the bounds of integration, and gets us;

I=0dy(1+y2)2=0dy(1+y2)2 I = \int_{\infty}^{0} \frac{-dy}{(1+y^{2})^{2}} = \int_{0}^{\infty} \frac{dy}{(1+y^{2})^{2}}

My first time going through the problem, I then made the trig sub x=tan(u)x= \tan(u), since the trig identity 1+tan2(θ)=sec2(θ)1+\tan^{2}(\theta)=\sec^{2}(\theta) and the fact that dx=sec2(θ)dθdx = \sec^{2}(\theta)d \theta makes the entire expression condense very nicely into a simple trig integral.

However, on my second time looking at the problem, I noticed that our form for II in terms of yy looks extremely similar to the original form of the integral, so I revisited that expression again.

I=0dx(x+1x)2=0dx1x2(1+x2)2=0x2dx(1+x2)2 I = \int_{0}^{\infty} \frac{dx}{(x+\frac{1}{x})^{2}} = \int_{0}^{\infty} \frac{dx}{\frac{1}{x^{2}}(1+x^{2})^{2}} = \int_{0}^{\infty} \frac{x^{2}dx}{(1+x^{2})^{2}}

We now add those two integrals together;

2I=0x2+1(x2+1)2dx=0dxx2+1 2I = \int_{0}^{\infty} \frac{x^{2}+1}{(x^{2}+1)^{2}} dx = \int_{0}^{\infty} \frac{dx}{x^{2}+1}

You may be already familiar with this integral, but in case not, we use the substitution x=tan(u)x = \tan(u) to get that dx=sec2(u)dudx = \sec^{2}(u) du and that 1+x2=sec2(u)1+x^{2} = \sec^{2}(u). This means that our integral turns into;

2I=u1u2sec2(u)sec2(u)du=u1u2du=u2u1 2I = \int_{u_{1}}^{u_{2}} \frac{\sec^{2}(u)}{\sec^{2}(u)} du = \int_{u_{1}}^{u_{2}} du = u_{2}-u_{1}

Substituting back in for xx, the improper integral becomes;

2I=tan1()tan1(0)=π2I=π4 2I = \tan^{-1}(\infty)-\tan^{-1}(0) = \frac{\pi}{2} \Rightarrow I = \frac{\pi}{4}

END SOLUTION(s)

A long while back I actually posted a problem using a very similar symmetry trick, so here's a problem to replace the one I took.

I guess a general tip from me would be to go over the integration tricks wiki and understand exactly why we do these things, in particular what about the form of the integral allows these tricks to be useful. Its similar to having a toolbox, and knowing exactly what job each tool is supposed to perform.

Another helpful thing is to write your own problems using these methods. Your goal is to get really hard contest problems right, and so getting inside the head of problem writers is a great way to understand what they're trying to get you to do. I particularly like writing different versions of problems I struggle with, since this backwards thinking makes you ask yourself 'what needs to happen for this trick to be viable?'

I'm not at the IMO level, so take this with a grain of salt, but these definitely helped me out significantly in High School math contests as well as just my math/physics classes in general. We'll see how well these work in the UI Undergrad contest tomorrow ;)

Brandon Monsen - 3 years, 9 months ago

Log in to reply

Hey Brandon, thanks for your advice! And what a great realization, indeed! Reminds me of the classic IBP integral excosx dx\displaystyle \int e^x \cos x \ dx and its reappearance from solving. I love that last part of your advice and how you advise really learning how to solve integrals by creating them myself. Similar to learning a concept by teaching it! Thank you so much! By the way, how'd your contest go?

Zach Abueg - 3 years, 9 months ago

Try this one:

I=0e1ln(x) dx I = \int_{0}^{e} \sqrt{1-\ln(x)} \ dx

Brandon Monsen - 3 years, 9 months ago

Log in to reply

Will do! I have some homework to catch up on, but definitely in my free time!

Zach Abueg - 3 years, 9 months ago

Log in to reply

Hey, Brandon! Back at it, and I fumbled with this one for a while before solving it with the erf function. I saw that you posted it as a problem and your solution is great! Unfortunately, I am not at all familiar with the gamma function and its integral representations.

Zach Abueg - 3 years, 8 months ago

Log in to reply

@Zach Abueg Gaussian integral* I mean.

Zach Abueg - 3 years, 8 months ago

Log in to reply

@Zach Abueg Gamma function is something I can definitely stand to learn much better as well. I've never heard of the erf function before though. How did you end up solving it?

Brandon Monsen - 3 years, 8 months ago

Log in to reply

@Brandon Monsen The error function, erf (x)\text{erf } (x), is just a special integral, like the Gaussian integral is, to my understanding. It is defined as

erf(x)=2π0xet2 dt\text{erf}(x) = \frac{2}{\sqrt{\pi}} \int_0^x e^{-t^2} \ dt

I made the substitution u=1lnx    x=e1uu = 1 - \ln x \implies x = e^{1 - u}, solved the subbed integral by parts, and then turned the resulting integral from IBP into a form of the error function that made it easier to evaluate.

Zach Abueg - 3 years, 8 months ago

Log in to reply

@Zach Abueg ah and then I'm guessing that you used the fact that erf()=1\text{erf}(\infty)=1 when you plugged in the bounds?

Brandon Monsen - 3 years, 8 months ago

Log in to reply

@Brandon Monsen Right on.

Zach Abueg - 3 years, 8 months ago

Log in to reply

@Zach Abueg Ok I see that now. As for the contest, it was a lot harder than I thought. I haven't ever done a proof based contest before, and so having to write up a formal proof for every problem was a huge challenge for me, since my solutions on Brilliant tend to be more casual/informal. It also didn't help that there was quite a bit of number theory and probability on there :P (those are my worst two math subjects) Ended up at the average score. Hoping to bring that up for Virginia Tech Regionals and up a lot for the Putnam in December

Brandon Monsen - 3 years, 8 months ago

Log in to reply

@Brandon Monsen Ah, I see. That's certainly true about the proofs here. Occasionally we see the truly rigorous proof. I do a Logic and Proof course this spring, so we'll see how that goes. But hey, best of luck man! Counting on ya to kill it :)

Zach Abueg - 3 years, 8 months ago

With any talent or skill it takes practice and time. The best way to study IMO is to just type in integrals in the search bar and start solving and read solutions AOPS has some good marathons for easier integrals and once u master the basics move up to Hard Brilliant Integrals

D S - 3 years, 7 months ago
×

Problem Loading...

Note Loading...

Set Loading...