How Do You Estimate a Value for 1/tan(1/1000) Without a Calculator?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
14 replies · 4K views
TsAmE
Messages
129
Reaction score
0

Homework Statement



Determine how large the number a has to be so that:

[tex]\int_{a}^{\infty} \frac{1}{1 + x^{2}} dx < 0.001[/tex]

Homework Equations



None.

The Attempt at a Solution



I tried to evaluate the left hand side and got a final answer of:

[tex]a > \frac{\pi}{2} - \frac{1}{1000}[/tex]

but the correct answer was 1000:confused:

I think these 2 steps in my working out might be the problem:

from [tex]tan(arctan(a)) > \frac{\pi}{2} - \frac{1}{1000}[/tex] to:

[tex]arctan(a) > \frac{\pi}{2} - \frac{1}{1000}[/tex]

[tex]a > \frac{\pi}{2} - \frac{1}{1000}[/tex]
 
Last edited:
Physics news on Phys.org
Why did you write tan(arctan(a))? Since the indefinite integral is just arctan(x), and arctan(x) ->pi/2 as x->infinity, you should just write pi/2-arctan(a)<.001, or arctan(a)>pi/2-.001. Do you know how to solve this?
 
The last 3 lines do not continue from each other at all. Firstly, how did you get tan(arctan(a))? How does this continue on to get just arctan(a) and then simply a?
 
Sorry I made a mistake in the post. I have corrected the question.
 
My last post was ambiguous. I meant I had corrected the mistake when I typed the question. Could someone please check my working?
 
Perform the integral to obtain:
[tex] \int_{a}^{\infty}\frac{dx}{1+x^{2}}=\tan^{-1}(\infty )-\tan^{-1}a=\frac{\pi}{2}-\tan^{-1}a<0.001[/tex]
Then re-arrange to obtain:
[tex] \tan^{-1}a>\frac{\pi}{2}-0.001[/tex]
Take tan to obtain the answer...
 
TsAmE said:
My last post was ambiguous. I meant I had corrected the mistake when I typed the question. Could someone please check my working?

I don't see any change in your original post. Your last 3 lines of working are still wrong.
hunt_mat has given the answer.
 
Mentallic said:
I don't see any change in your original post. Your last 3 lines of working are still wrong.
hunt_mat has given the answer.

I reached the same answer as hunt as in:

arctan of [tex]> \frac{\pi}{2} - \frac{1}{1000}[/tex]

and tried solving for a only to get:

[tex]a > \frac{\pi}{2} - \frac{1}{1000}[/tex]

I don't see how I can get an answer of 1000 when there is a pi/2 - 0.001

My latex code is giving me problems when I try to edit it so that's probably why you didnt see my correction.
 
Last edited:
So take tan of what I wrote down:
[tex] a>\tan\Bigg(\frac{\pi}{2}-\frac{1}{1000}\Bigg) =\frac{1}{\tan (1/1000)}\approx 1000[/tex]
That is how you finish off the calculation.
 
hunt_mat said:
So take tan of what I wrote down:
[tex] a>\tan\Bigg(\frac{\pi}{2}-\frac{1}{1000}\Bigg) =\frac{1}{\tan (1/1000)}\approx 1000[/tex]
That is how you finish off the calculation.

With respect to the inequality why is a > and not < ? Do you swap the sign around when you use the inverse trig function?

Also [tex]a>\tan\Bigg(\frac{\pi}{2}-\frac{1}{1000}\Bigg) =[/tex] 0.0274... on my calculator as opposed to 1000?:confused:
 
You use:
[tex] \tan x=\frac{\sin x}{\cos x}[/tex]
And then you note:
[tex] \sin\Bigg(\frac{\pi}{2}-\frac{1}{1000}\Bigg) =\cos\Bigg(\frac{1}{1000}\Bigg)[/tex]
and
[tex] \cos\Bigg(\frac{\pi}{2}-\frac{1}{1000}\Bigg) =\sin\Bigg(\frac{1}{1000}\Bigg)[/tex]
So you get the same as before, for small x, we have the following:
[tex] \tan x\approx x[/tex]
Regarding the inequality, tan x is an increasing function, so the inequality remains the same, regarding your calculator, I think you may have entered the sum incorrectly.
 
TsAmE said:
With respect to the inequality why is a > and not < ? Do you swap the sign around when you use the inverse trig function?
I don't understand why you think it would be < ?
You already had [itex]arctan(a)>\pi/2-0.001[/itex] so why would it suddenly change sign?

TsAmE said:
Also [tex]a>\tan\Bigg(\frac{\pi}{2}-\frac{1}{1000}\Bigg) =[/tex] 0.0274... on my calculator as opposed to 1000?:confused:

Your calculator is set in degrees and you want radians.
 
Thanks I now see where I went wrong. One last thing I want to know is how would you know that [tex]\frac{1}{\tan (1/1000)}\approx 1000[/tex] without using a calculator, cause I am not allowed to use calculators in my tests.
 
Use a Maclaurin series to show that:
[tex] \tan x =x+o(x),\quad \sin x=x+o(x),\quad\cos x=1-\frac{x^{2}}{2}+o(x^{2})[/tex]
 
TsAmE said:
Thanks I now see where I went wrong. One last thing I want to know is how would you know that [tex]\frac{1}{\tan (1/1000)}\approx 1000[/tex] without using a calculator, cause I am not allowed to use calculators in my tests.

For small x, [itex]x\approx tan(x)[/itex] so [tex]\frac{1}{tan(1/1000)}\approx \frac{1}{1/1000}=1000[/tex]