Convergence of tan(1/n) using Direct Comparison Test

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 3K views
whatlifeforme
Messages
218
Reaction score
0

Homework Statement


Use any test to determine whether the series converges.

Homework Equations


[itex]\displaystyle \sum^{∞}_{n=1} tan(1/n)[/itex]

The Attempt at a Solution


Direct Comparison Test

tan(1/n) > 1/n

By integral test: 1/n diverges thus, by dct, tan(1/n) diverges.
 
on Phys.org
looks good to me. They might want some more detail in your working, i.e. what is the range of values that 1/n can take. And why is tan(1/n) > 1/n for these range of values?
 
whatlifeforme said:

Homework Statement


Use any test to determine whether the series converges.


Homework Equations


[itex]\displaystyle \sum^{∞}_{n=1} tan(1/n)[/itex]


The Attempt at a Solution


Direct Comparison Test

tan(1/n) > 1/n

By integral test: 1/n diverges thus, by dct, tan(1/n) diverges.

Yes, comparison test is what you want here. You may want to note that you need sufficiently large n for it to hold.
 
whatlifeforme said:

Homework Statement


Use any test to determine whether the series converges.


Homework Equations


[itex]\displaystyle \sum^{∞}_{n=1} tan(1/n)[/itex]


The Attempt at a Solution


Direct Comparison Test

tan(1/n) > 1/n

As others have noted, you need to say why this is true.

By integral test: 1/n diverges thus, by dct, tan(1/n) diverges.

It isn't 1/n that diverges, it is ##\sum 1/n## that diverges. Same for tan(1/n).
 
Zondrina said:
Yes, comparison test is what you want here. You may want to note that you need sufficiently large n for it to hold.

i thought it held only for sufficiently small n. it holds starting at n=1
 
I think you are right that it holds, starting at n=1. But think about what would happen if you started at smaller n, for example starting at n=0.0001, would it still hold then?

Edit: and think about if it started at n=1000, would it hold? This should suggest whether it holds for sufficiently small or sufficiently large n.

Edit again: hint: look at the graph of tan(x), where might there be problems for the equation tan(x)>x ? And then think about how this applies to n (which is 1/x)
 
Last edited:
BruceW said:
I think you are right that it holds, starting at n=1. But think about what would happen if you started at smaller n, for example starting at n=0.0001, would it still hold then?
Why would you want to check n = 0.0001? n is an index on a summation, typically limited to integer values.
BruceW said:
Edit: and think about if it started at n=1000, would it hold? This should suggest whether it holds for sufficiently small or sufficiently large n.

Edit again: hint: look at the graph of tan(x), where might there be problems for the equation tan(x)>x ? And then think about how this applies to n (which is 1/x)
 
Mark44 said:
Why would you want to check n = 0.0001? n is an index on a summation, typically limited to integer values.

exactly.
 
It it doesn't seem that hard to show that [itex]\tan \frac{1}{n} > \frac{1}{n}[/itex] for all positive n. Since [itex]\frac{1}{n} \leq 1[/itex], it suffices to show that [itex]\tan x \geq x[/itex] for [itex]0 \leq x \leq 1[/itex] . Just let [itex]f(x) = \tan x - x[/itex] and find [itex]f'(x) = \sec^2 x -1 \geq 0[/itex]. Since [itex]f[/itex] is zero at x=0 and increasing, it must be positive on [itex][0,1][/itex] as it is continous. If [itex]\tan x - x[/itex] is positive, then [itex]\tan x \geq x[/itex] and we are done.
 
@HS-Scientist: yeah, don't give the game away though... (p.s. is this a British expression, or does this make sense to Americans, too?)

Mark44 said:
Why would you want to check n = 0.0001? n is an index on a summation, typically limited to integer values.
It doesn't have to be integer though. The point is that whatlifeforme was saying that n needs to be sufficiently small, but actually it holds for n sufficiently large. Although I admit, checking particular values of n is not very helpful. It is better to look at the graph.