How To Integrate 5/(x^2+36)

by Andrew McMorgan 28 views

What's up, math heads! Today, we're diving deep into the awesome world of calculus to tackle a definite integral that might look a little intimidating at first glance, but trust me, guys, it's totally manageable once you know the tricks. We're going to break down how to integrate 5x2+62dx\int \frac{5}{x^2+6^2} d x. This bad boy is a classic example that pops up in many calculus courses, and understanding it is key to unlocking more complex integration techniques. So, grab your notebooks, maybe a coffee, and let's get this integration party started!

Unpacking the Integral: The Foundation

Alright, let's get down to business with our integral: 5x2+62dx\int \frac{5}{x^2+6^2} d x. First off, notice that the constant '5' in the numerator can be pulled right out of the integral. This is a fundamental rule in integration – constants can be factored out. So, our integral becomes 51x2+62dx5 \int \frac{1}{x^2+6^2} d x. See? Already looking a bit cleaner. Now, the core of our problem lies in integrating 1x2+62\frac{1}{x^2+6^2}. This form is a dead giveaway for a specific integration technique: trigonometric substitution, or sometimes referred to as trig substitution. The reason this form screams trig substitution is because of the x2+a2x^2 + a^2 pattern, where 'a' is a constant. In our case, a=6a=6. This pattern is directly related to the Pythagorean identity in trigonometry: tan2(θ)+1=sec2(θ)\tan^2(\theta) + 1 = \sec^2(\theta). By making a clever substitution involving the tangent function, we can transform the denominator into something much easier to integrate.

The Power of Trigonometric Substitution

So, here's the magic move, guys: we're going to use a substitution. For integrals of the form 1x2+a2dx\int \frac{1}{x^2+a^2} d x, the standard substitution is x=atan(θ)x = a \tan(\theta). In our specific problem, a=6a=6, so our substitution will be x=6tan(θ)x = 6 \tan(\theta). Now, this is super important: when you make a substitution, you must also find the differential dxdx in terms of dθd\theta. To do this, we differentiate both sides of our substitution x=6tan(θ)x = 6 \tan(\theta) with respect to θ\theta. The derivative of xx with respect to θ\theta is dxdθ\frac{dx}{d\theta}. The derivative of 6tan(θ)6 \tan(\theta) is 6sec2(θ)6 \sec^2(\theta). So, we have dxdθ=6sec2(θ)\frac{dx}{d\theta} = 6 \sec^2(\theta). Rearranging this to solve for dxdx, we get dx=6sec2(θ)dθdx = 6 \sec^2(\theta) d\theta. This dxdx term is crucial for replacing the dxdx in our original integral.

Transforming the Integral

Now, let's plug our substitution into the integral 51x2+62dx5 \int \frac{1}{x^2+6^2} d x. We have x=6tan(θ)x = 6 \tan(\theta) and dx=6sec2(θ)dθdx = 6 \sec^2(\theta) d\theta. Let's substitute these into the denominator first: x2+62=(6tan(θ))2+62=36tan2(θ)+36x^2 + 6^2 = (6 \tan(\theta))^2 + 6^2 = 36 \tan^2(\theta) + 36. We can factor out a 36 from this expression: 36(tan2(θ)+1)36(\tan^2(\theta) + 1). And here's where that Pythagorean identity comes into play, my friends! Remember that tan2(θ)+1=sec2(θ)\tan^2(\theta) + 1 = \sec^2(\theta). So, our denominator simplifies beautifully to 36sec2(θ)36 \sec^2(\theta).

Now, let's put it all together. Our integral 51x2+62dx5 \int \frac{1}{x^2+6^2} d x becomes:

5136sec2(θ)(6sec2(θ)dθ)5 \int \frac{1}{36 \sec^2(\theta)} (6 \sec^2(\theta) d\theta)

Look at that! The sec2(θ)\sec^2(\theta) terms in the numerator and denominator cancel each other out. Also, the '6' in the numerator of dxdx and the '36' in the denominator cancel down to 16\frac{1}{6}. So, the integral simplifies to:

516dθ5 \int \frac{1}{6} d\theta

We can pull the constant 16\frac{1}{6} out of the integral as well, giving us:

561dθ\frac{5}{6} \int 1 d\theta

This is now an incredibly simple integral to solve. The integral of 1 with respect to θ\theta is just θ\theta. So, we get:

56θ+C\frac{5}{6} \theta + C

Where 'C' is our constant of integration. We're almost done, guys, but we're not quite finished. We need to express our answer back in terms of xx, not θ\theta.

Back-Substitution: The Final Step

To get our answer back in terms of xx, we need to use our original substitution: x=6tan(θ)x = 6 \tan(\theta). We need to solve this for θ\theta. First, divide both sides by 6: x6=tan(θ)\frac{x}{6} = \tan(\theta). Now, to isolate θ\theta, we take the inverse tangent (or arctangent) of both sides: θ=arctan(x6)\theta = \arctan(\frac{x}{6}).

Now, we substitute this expression for θ\theta back into our result 56θ+C\frac{5}{6} \theta + C. This gives us our final answer:

56arctan(x6)+C\frac{5}{6} \arctan(\frac{x}{6}) + C

And there you have it! We successfully integrated 5x2+62dx\int \frac{5}{x^2+6^2} d x. This method of trigonometric substitution is super powerful and is the key to solving many integrals that involve expressions like x2+a2x^2+a^2, x2a2x^2-a^2, or a2x2a^2-x^2 under the square root or in the denominator. Remember the pattern, nail the substitution, and don't forget to convert dxdx and then convert back! Keep practicing, and you'll be integrating like a pro in no time. Calculus is all about building these foundational skills, and this integral is a fantastic stepping stone. Awesome job, everyone!

Alternative Approach: Recognizing the Standard Form

Before we wrap this up, let's talk about a shortcut, or rather, a way to recognize this integral immediately if you've done your homework! You guys know that the derivative of arctan(u)\arctan(u) is 11+u2dudx\frac{1}{1+u^2} \frac{du}{dx}. A related standard integral form that you should totally memorize is:

1x2+a2dx=1aarctan(xa)+C\int \frac{1}{x^2+a^2} d x = \frac{1}{a} \arctan(\frac{x}{a}) + C

See how this relates to our problem? We started with 5x2+62dx\int \frac{5}{x^2+6^2} d x. We pulled out the constant 5, leaving us with 51x2+62dx5 \int \frac{1}{x^2+6^2} d x. Now, compare 1x2+62\frac{1}{x^2+6^2} to the standard form 1x2+a2\frac{1}{x^2+a^2}. It's a perfect match with a=6a=6!

So, using the standard formula directly, the integral 1x2+62dx\int \frac{1}{x^2+6^2} d x is equal to 16arctan(x6)+C\frac{1}{6} \arctan(\frac{x}{6}) + C. Since we had that '5' factored out at the beginning, we just multiply this result by 5.

5×(16arctan(x6)+C)5 \times \left( \frac{1}{6} \arctan(\frac{x}{6}) + C \right)

This gives us:

56arctan(x6)+5C\frac{5}{6} \arctan(\frac{x}{6}) + 5C

Now, a common convention in calculus is that if 'C' is an arbitrary constant, then '5C' is also just an arbitrary constant. So, we usually just rename 5C5C back to CC to keep things simple and elegant.

56arctan(x6)+C\frac{5}{6} \arctan(\frac{x}{6}) + C

This is the exact same result we got using the more involved trigonometric substitution method! Recognizing these standard integral forms can save you a ton of time and effort on exams and in your problem-solving. It's like having a cheat sheet built into your brain! While understanding the derivation through trig substitution is super important for building a strong calculus foundation, knowing and applying these standard forms is a mark of a seasoned calculus student. So, definitely commit these standard forms to memory, especially the arctangent one, as it appears frequently in calculus problems. It's all about building that mental toolkit, guys!

Why This Matters: Applications in Real Life

So, you might be asking yourselves,