Integrating a two variable equation

Click For Summary

Homework Help Overview

The problem involves evaluating the integral \( I_{n} = \int_{0}^{\infty}(1 + x^{2})^{-n} dx \) and deducing a relationship \( I_{n} = 2n(I_{n} - I_{n + 1}) \). The original poster expresses confusion about the integration technique required, particularly in the context of handling the variable \( n \) and the two-variable nature of the integrand.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various integration techniques, including substitution and integration by parts. The original poster contemplates using a substitution \( z = 1 + x^{2} \) but struggles with the implications of the differential. Others suggest considering trigonometric substitution as an alternative approach. There is also a discussion about treating \( n \) as a constant to simplify the integration process.

Discussion Status

The discussion is ongoing, with participants exploring different methods and clarifying misunderstandings about the setup of the integral. Some guidance has been offered regarding the use of integration by parts and the importance of correctly interpreting the limits of integration. There is no explicit consensus on a single approach, but several lines of reasoning are being examined.

Contextual Notes

The original poster notes a lack of familiarity with integrating functions involving two variables and expresses uncertainty about where to find relevant resources or techniques. There is also mention of a potential typo in the limits of integration, which has been acknowledged and corrected by participants.

groditi
Messages
2
Reaction score
0

Homework Statement



This is the problem I was given:

[tex]I_{n} = \int^{0}_{\infty}(1 + x^{2})^{-n} dx[/tex]

I was told to "deduce that"

[tex]I_{n} = 2n(I_{n} - I_{n + 1})[/tex]

so I can "Hence or otherwise show that"

[tex]\int^{0}_{\infty}(1 + x^{2})^{-4} dx = \frac{5\pi}{32}[/tex]

Homework Equations



I don't even know what I am being asked to do. I have relegated myself to failing this problem. Originally, I figured I would just try to find the original function of the integrand and see if that left me somewhere that made more sense, but I can't find anything in my notes that explains how to solve this with two variables. I am not looking for an answer, but rather maybe a hint as to where I should be looking for an integration technique.

The Attempt at a Solution



The first thing that I gather is that I have to separate the parts, so I could do something like: if

[tex]z = 1 + x^{2}[/tex]

then,

[tex]dz = 2x dx[/tex]

and,

[tex]I_{n} = \int^{0}_{\infty}z(x)^{-n} dz[/tex]


That obviously looks like something that came out of the chain rule, so I first go backwards on the power using [tex]\int a^{x} = \frac{a^{x+1}}{x+1}[/tex]

which combined with the chain rule fives me,
[tex]\int z(x)^{-n} dz = \frac{z(x)^{1-n}}{1-n}[/tex]

So far, so good. I know the integral of [tex](1 + x^{2})[/tex] is [tex](x + \frac{x^{3}}{3})[/tex]

and here is where it all falls apart. I have no idea how to put those two parts together, and I don't know what to review / re-read to figure it out. Can anyone just at least tell me what kind of problem this is so I know what I am supposed to be searching for? As an econ student my calc background is very basic, we never had to deal with this sort of thing.
 
Physics news on Phys.org
groditi said:

Homework Statement



This is the problem I was given:

[tex]I_{n} = \int^{0}_{\infty}(1 + x^{2})^{-n} dx[/tex]
All of your limits of integration are upside-down. The integrals should look like this:
[tex]I_{n} = \int_0^{\infty}(1 + x^{2})^{-n} dx[/tex]

groditi said:
I was told to "deduce that"

[tex]I_{n} = 2n(I_{n} - I_{n + 1})[/tex]

so I can "Hence or otherwise show that"

[tex]\int^{0}_{\infty}(1 + x^{2})^{-4} dx = \frac{5\pi}{32}[/tex]

Homework Equations



I don't even know what I am being asked to do. I have relegated myself to failing this problem. Originally, I figured I would just try to find the original function of the integrand and see if that left me somewhere that made more sense, but I can't find anything in my notes that explains how to solve this with two variables. I am not looking for an answer, but rather maybe a hint as to where I should be looking for an integration technique.

The Attempt at a Solution



The first thing that I gather is that I have to separate the parts, so I could do something like: if

[tex]z = 1 + x^{2}[/tex]

then,

[tex]dz = 2x dx[/tex]

and,

[tex]I_{n} = \int^{0}_{\infty}z(x)^{-n} dz[/tex]
This (above) isn't right. It looks like you just replaced dx with dz, but dz = 2x dx. That 2x has to come from somewhere.

Instead of an ordinary substitution like you tried, a trig substitution might be what is called for.
groditi said:
That obviously looks like something that came out of the chain rule, so I first go backwards on the power using [tex]\int a^{x} = \frac{a^{x+1}}{x+1}[/tex]

which combined with the chain rule fives me,
[tex]\int z(x)^{-n} dz = \frac{z(x)^{1-n}}{1-n}[/tex]

So far, so good. I know the integral of [tex](1 + x^{2})[/tex] is [tex](x + \frac{x^{3}}{3})[/tex]

and here is where it all falls apart. I have no idea how to put those two parts together, and I don't know what to review / re-read to figure it out. Can anyone just at least tell me what kind of problem this is so I know what I am supposed to be searching for? As an econ student my calc background is very basic, we never had to deal with this sort of thing.
 
Try using integrating by parts with u=(1+x2)-n.


After which, you will need to use something along the lines of x= x+9-9 :wink:
 
Mark44 said:
All of your limits of integration are upside-down. The integrals should look like this:
[tex]I_{n} = \int_0^{\infty}(1 + x^{2})^{-n} dx[/tex]

This (above) isn't right. It looks like you just replaced dx with dz, but dz = 2x dx. That 2x has to come from somewhere.

Instead of an ordinary substitution like you tried, a trig substitution might be what is called for.

Yikes. That was a latex typo, my apologies. Thank you for pointing out that dx error, i was under the impression that the 2xwould come from the derivative of [tex]x^{2}[/tex]. I am learning this all from a set of notes and some videos, all by myself (no teacher or classmates) so it feels very overwhelming.

I thought about the trig substitution too. I remember that:
[tex]f(x) = tan^{-1}(x)[/tex]
and
[tex]f'(x) = \frac{1}{1+x^{2}}[/tex]but I was unable tie that part together to n part. I get that [tex]\frac{1}{(1+x^{2})^{n}}[/tex] could just be expanded to [tex](\frac{1}{(1+x^{2})})_{n} (\frac{1}{(1+x^{2})})_{n-1} \cdots (\frac{1}{(1+x^{2})})_{0}[/tex]

but that still leaves me pretty confused.

At the core of it, I recognize that my calculus is poor. In fact, I have absolutely no clue what to do with the "n" term, I've never integrated something with two variables, so I don't know the special rules or formulas it takes to combine them. Looking through the notes I have on integrals, there's nothing with more than one variable in it, so I don't know where to look for more information. is that what they call partial differential equations? If I'm beyond help on this one, how about a suggestion for a textbook?
 
Think of 'n' as a constant rather than a variable. If you try integration by parts, it works out a bit easier than the trig. substitution IMO.
 
Oftentimes, when you're asked to deduce a recurrence relation involving integrals, integration by parts, as rock.freak suggested, is a good place to start.
 

Similar threads

Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
2K
Replies
3
Views
2K
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K