Find integral of (tant)/(1+t^2)

  • Thread starter Thread starter skyturnred
  • Start date Start date
  • Tags Tags
    Integral
Click For Summary

Homework Help Overview

The discussion revolves around evaluating the integral \(\int^{x^{2}}_{0}\frac{\tan t}{1+t^{2}} dt\) and its limit as \(x\) approaches 0, specifically in the context of a limit involving \(x^{-8}\). The subject area includes calculus, particularly integral calculus and limits.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss whether the integral requires trigonometric substitution, with some expressing uncertainty about their current knowledge level. There are questions about the correct interpretation of the function involved, whether it is \(\tan t\) or \(\tan^{-1} t\). Others suggest using the Fundamental Theorem of Calculus and L'Hôpital's Rule, while some participants explore the Taylor series for tangent as a potential approach.

Discussion Status

The discussion is active, with participants offering various methods and questioning assumptions about the problem setup. Some have provided insights into using limits and derivatives, while others express concern about the complexity of the problem relative to their current understanding. There is no explicit consensus on the approach, but multiple lines of reasoning are being explored.

Contextual Notes

Participants note the challenge of the problem given their current coursework, with some expressing frustration about the expectations placed on them. There is a mention of a large number of first-year engineering students, suggesting a competitive or high-pressure environment.

skyturnred
Messages
117
Reaction score
0

Homework Statement



I am trying to do the following:

[itex]\int[/itex][itex]^{x^{2}}_{0}[/itex][itex]\frac{tant}{1+t^{2}}[/itex] dt

Homework Equations





The Attempt at a Solution



I have only learned substitution rule so far.. I am not sure if this requires trig substitution, or if we are supposed to even know it! We were definitely not taught what trig substitution specifically was, but I am not sure if we were supposed to just "pick it up."

Anyways.. Can someone give me a hint please?

Thanks so much, physics forums have been invaluable recently as I near finals!
 
Physics news on Phys.org
Just out of curiousity, is that supposed to be tant or tan-1t?
 
gb7nash said:
Just out of curiousity, is that supposed to be tant or tan-1t?

It would make sense for it to be arctant, but after double checking, it's still t. I will write the question from the beginning just in case I made a mistake.

I am supposed to solve the following:

lim x→0 x[itex]^{-8}[/itex] * [itex]\int[/itex][itex]^{x^{2}}_{0}[/itex] [itex]\frac{t}{1+t^{2}}[/itex]-[itex]\frac{tant}{1+t^{2}}[/itex] dt

So I am just isolating the integral part first, trying to solve it. I split the integral up into two parts, the integral of the first fraction minus the integral of the second fraction. The first fraction, by substitution, I got it to be [itex]\frac{1}{2}[/itex](ln|1+x[itex]^{4}[/itex]|)

The second integral, I can't solve.
 
Don't split the integrals. The way to do this is to use FTC/Leibniz Rule, L' Hopital's and the Taylor series for tangent.

Right, the answer I get is (-1/12).

Outline of method:

Treat the problem as the limit of a quotient of two functions, the numerator being that definite integral and the denominator being x^8.

Observe that this is of the indeterminate form 0/0, allowing you to use L' Hopital's Rule.

Use Fundamental Theorem of Calculus (FTC) and Chain Rule [or Leibniz Rule] to differentiate the numerator wrt x. The derivative of the denominator is elementary.

Use the Taylor series of tan(x^2) to express the numerator as a power series in terms of x. You may ignore higher order terms after a certain exponent (this should be obvious).

Group terms, cancel, simplify and take the limit, et voila!

EDIT: Waitaminute. If you've "just" learned substitution, how are you supposed to know enough to do this problem? :confused:

Further edit: You can avoid the use of Taylor series by applying L' Hopital's recursively until the denominator and numerator both become nonzero at the limit. You will find that your work is much simplified if you start with a substitution of u = x^2 right at the start and evaluate the limit as u -> 0. This makes the work easier, but is not strictly necessary.
 
Last edited:
Curious3141 said:
Don't split the integrals. The way to do this is to use FTC/Leibniz Rule, L' Hopital's and the Taylor series for tangent.

Right, the answer I get is (-1/12).

Outline of method:

Treat the problem as the limit of a quotient of two functions, the numerator being that definite integral and the denominator being x^8.

Observe that this is of the indeterminate form 0/0, allowing you to use L' Hopital's Rule.

Use Fundamental Theorem of Calculus (FTC) and Chain Rule [or Leibniz Rule] to differentiate the numerator wrt x. The derivative of the denominator is elementary.

Use the Taylor series of tan(x^2) to express the numerator as a power series in terms of x. You may ignore higher order terms after a certain exponent (this should be obvious).

Group terms, cancel, simplify and take the limit, et voila!

Thank you very much! That helped me solve it!

EDIT: Waitaminute. If you've "just" learned substitution, how are you supposed to know enough to do this problem? :confused:

They've been doing that to us all year in math, mechanics, physics, etc. I think that they just have too many first year engineers (950+) and are just trying to cut down the numbers as much as possible for next year. Survival of the fittest I guess, which is why you guys are helping me more than you think you are!
 
skyturnred said:
Thank you very much! That helped me solve it!



They've been doing that to us all year in math, mechanics, physics, etc. I think that they just have too many first year engineers (950+) and are just trying to cut down the numbers as much as possible for next year. Survival of the fittest I guess, which is why you guys are helping me more than you think you are!

Hi, glad you solved it! :) Please take a look at my further edit - you can avoid Taylor series that way. Just a bit longer.
 
recognize
[tex]\lim_{x \rightarrow 0} \frac{1}{x^8} \int_0^{x^2} \frac{t-\tan(t)}{1+t^2} dt=\lim_{x \rightarrow 0} \frac{d}{d(x^8)} \int_0^{x^2} \frac{t-\tan(t)}{1+t^2} dt=\lim_{x \rightarrow 0} \frac{x^2-\tan(x^2)}{4x^6 (1+x^4)}[/tex]
which can be deduced from
[tex]\lim_{x \rightarrow 0} \frac{y-\tan(y)}{y^3}=- \frac{1}{3}[/tex]
 
Last edited:
lurflurf said:
recognize
[tex]\lim_{x \rightarrow 0} \frac{1}{x^8} \int_0^{x^2} \frac{t-\tan(t)}{1+t^2} dt=\lim_{x \rightarrow 0} \frac{d}{d(x^8)} \int_0^{x^2} \frac{t-\tan(t)}{1+t^2} dt=\lim_{x \rightarrow 0} \frac{x^2-\tan(x^2)}{4x^6 (1+x^2)}[/tex]
which can be deduced from
[tex]\lim_{x \rightarrow 0} \frac{y-\tan(y)}{y^3}=- \frac{1}{3}[/tex]

Are you sure? The reason why I ask this is because I was able to ask a few other engineers and they all seem to be getting -1/12. I didn't have time to go over their methods though.
 
lurflurf said:
recognize
[tex]\lim_{x \rightarrow 0} \frac{1}{x^8} \int_0^{x^2} \frac{t-\tan(t)}{1+t^2} dt=\lim_{x \rightarrow 0} \frac{d}{d(x^8)} \int_0^{x^2} \frac{t-\tan(t)}{1+t^2} dt=\lim_{x \rightarrow 0} \frac{x^2-\tan(x^2)}{4x^6 (1+x^2)}[/tex]

Denominator should be [itex]4x^6(1+x^4)[/itex]
 
  • #10
skyturnred said:
Are you sure? The reason why I ask this is because I was able to ask a few other engineers and they all seem to be getting -1/12. I didn't have time to go over their methods though.

The answer is (-1/12). Lurflurf is simply stating the limit in that last step as (-1/3), whereas we are calculating it (using either Taylor series or L' Hopital's Rule). There's still a factor of (1/4) to be multiplied to get the original limit, which means lurflurf's answer is still (-1/12) [i.e. 1/4*(-1/3)].
 
  • #11
thanks I fixed 1+x^2->1+x^4
it does not effect the limit though
The second limit is not equal to the first, but is related
[tex]\lim_{x \rightarrow 0} \frac{1}{x^8} \int_0^{x^2} \frac{t-\tan(t)}{1+t^2} dt==\frac{1}{4} \lim_{x \rightarrow 0} \frac{y-\tan(y)}{y^3}=- \frac{1}{4} \cdot \frac{1}{3}=- \frac{1}{12}[/tex]

[tex]\lim_{x \rightarrow 0} \frac{y-\tan(y)}{y^3}=- \frac{1}{3}[/tex]
can be found by recognizing it as a derivative of t-tan(t) or L'Hôpital's rule or series expansion or some trig identities
 
Last edited:

Similar threads

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