Proof involving limit of a general case

Click For Summary

Homework Help Overview

The discussion revolves around proving the limit of the sequence defined by (an+b)/(cn+d) as n approaches infinity, specifically showing that it converges to a/c under certain conditions involving real numbers a, b, c, and d. Participants explore the implications of the assumptions that c and cn+d are non-zero for all natural numbers n.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss various approaches to determine the natural number N in relation to ε, working backwards from the limit condition. There is exploration of the Triangle Inequality and its implications on the reasoning. Some participants question the validity of certain steps and the necessity of absolute value bars in their derivations.

Discussion Status

The discussion is active with participants sharing their reasoning and questioning each other's approaches. Some guidance has been offered regarding the manipulation of inequalities and the treatment of absolute values, but there is no explicit consensus on the final proof structure yet.

Contextual Notes

Participants are navigating the complexities of limits and inequalities, with some expressing uncertainty about the appropriateness of using limit concepts in their proofs. There is also a mention of specific numerical examples to clarify reasoning, indicating a mix of theoretical and practical approaches to the problem.

Heute
Messages
24
Reaction score
0

Homework Statement



Let a,b,c,d be real numbers. Assume that both c and cn+d are not equal to zero for all natural numbers n.

Prove that for every positive real number [itex]\epsilon[/itex] there exits some natural number N so that n > N [itex]\Rightarrow[/itex] |(an+c)/(cn+d) - (a/c)| < [itex]\epsilon[/itex]

In other words, prove that the limit as n approaches infinity of the sequence defined by (an+b)/(cn+d) is a/c

Homework Equations


The Attempt at a Solution



I started by trying to figure out what N was in terms of [itex]\epsilon[/itex] by working backwards from where I want to be:

|(an+b)/(cn+d)-(a/c)| < [itex]\epsilon[/itex]

We can simplify what's in the absolute value brackets to get:

|(bc-ad)/(c^2n+cd)| < [itex]\epsilon[/itex] (that's c^2 times n - not c to the 2n power)

And from there,

|(c^2n+cd)/(bc-ad)| > 1/[itex]\epsilon[/itex]
|c^2n+cd| > |bc-ad|/[itex]\epsilon[/itex]
|c(cn+d)| > |bc-ad|/[itex]\epsilon[/itex]
|cn+d| > |bc-ad|/|c|[itex]\epsilon[/itex]
|cn|+|d| > |bc-ad|/|c|[itex]\epsilon[/itex] since |cn+d|<=|cn|+|d| by the Triangle Inequality

|cn| > |bc-ad|/|c|[itex]\epsilon[/itex]-|d|
|n| > |bc-ad|/c^2[itex]\epsilon[/itex] - |d/c|
n > |bc-ad|/c^2[itex]\epsilon[/itex] - |d/c| since n > 0

Now, to actually go about proving the initial statement, I would start with the assumption that for a given [itex]\epsilon[/itex] let N be a natural number greater than

|bc-ad|/c^2[itex]\epsilon[/itex] - |d/c|

and then work backwards from there to prove that this implies

|(bc-ad)/(c^2n+cd)| < [itex]\epsilon[/itex]

The problem is where I used the Triangle Inequality. While |cn+d| > |bc-ad|/|c|[itex]\epsilon[/itex] implies|cn|+|d| > |bc-ad|/|c|[itex]\epsilon[/itex], the converse is NOT true. I've encountered situations like this in class, but we had actual numerical values for a,b,c, and d so I could usually use some sort of property or intuition that was more obvious to me.

By the way, I'm not very familiar with using the equation editing system on this forum so I apologize for the probably tricky to read mathematical statements. If anyone has a reference as to how to display equations better, please let me know. Thanks!
 
Physics news on Phys.org
What if you also restrict n by asking [itex]n\geq -d[/itex]?

This forces n+d to be positive, and thus [itex]|n+d|=n+d[/itex]...
 
I don't think I follow you there. I tried what you said and it didn't affect my reasoning. Here:

given [itex]\epsilon[/itex] > 0, let N be a natural number greater than |bc-ad|/c^(2)[itex]\epsilon[/itex]-|d/c|

Assume n > N (and n >= -d). Then,

n > |bc-ad|/c^(2)[itex]\epsilon[/itex]-|d/c|
n + |d/c| > |bc-ad|/c^(2)[itex]\epsilon[/itex]
c^(2)n + |cd| > |bc-ad|/[itex]\epsilon[/itex]
1/(c^(2)n + |cd|) < [itex]\epsilon[/itex]/|bc-ad|
|bc-ad|/(c^(2)n + |cd|) < [itex]\epsilon[/itex]
|bc-ad|/(|c|(|c|n + |d|)) < [itex]\epsilon[/itex] (factoring out a |c|)

The problem is we need to get the denominator to |c|*|cn+d|, but the Triangle inequality suggests |cn|+|d| >= |cn+d|, and therefore 1/(|cn|+|d|) <= 1/|cn+d| meaning if we "combine" the absolute values being added in the denominator, we could get a bigger value on the right hand side of the inequality and that step cannot be justified.
 
Oh, I didn't see a c in front of the n. That might complicate things.

So you have

[tex]\frac{|bc-ad|}{c^2n + cd} < \varepsilon[/tex]

And we must make the denominator into [itex]|c^2n+cd|[/itex] somehow.

The thing is, if we take n large enough, then [itex]c^2n[/itex] (which is positive) becomes larger than [itex]|cd|[/itex] and then [itex]|c^2n+cd|=c^2n+cd[/itex]. Thus

[tex]\frac{|bc-ad|}{c^2n+cd}=\frac{|bc-ad|}{|c^2n+cd|}<\varepsilon[/tex]

Do you see what I'm trying to do?
 
I'm afraid I really do not see what you're doing there. I understand that as n becomes very large, cd becomes negligible by comparison - but I'm not sure if that's the direction you're going or - if it is - that using a concept about limits in proving a limit is a "fair move."

For what it's worth, the first inequality you wrote should have cd in absolute value bars.

I've got a feeling my issue is that I need a different value for N - something that still makes the limit true but doesn't involve the Triangle Inequality in its derivation.
 
Heute said:
I'm afraid I really do not see what you're doing there. I understand that as n becomes very large, cd becomes negligible by comparison - but I'm not sure if that's the direction you're going or - if it is - that using a concept about limits in proving a limit is a "fair move."

I'm not using a limit concept. I'm using Archimedes' axiom that arbitrary large natural numbers exist. Hence, I can take n larger enough.

For what it's worth, the first inequality you wrote should have cd in absolute value bars.

I know, but those absolute value bars are avoidable. You don't need them.
 
I know, but those absolute value bars are avoidable. You don't need them.

I don't know why this is true.

The thing is, if we take n large enough, then c2n (which is positive) becomes larger than |cd| and then |c2n+cd|=c2n+cd

Erm, so let me try and put this in concrete terms. Suppose c = -2 and d = 3. If n were large enough eventually

|4n-6| = 4n-6

Ok - let n = 100, and we have |394|= 394

I see what you mean. But part of my process for proving the limit includes establishing a minimum value N so that n > N implies |bc-ad|/|c^(2)n+cd| < [itex]\epsilon[/itex]. So then is the right idea to specify that n > [ N = |bc-ad|/|c^(2)[itex]\epsilon[/itex]| ] AND c^(2)n > |cd|?
 
Heute said:
I don't know why this is true.

Well, if you start with

n > |bc-ad|/c^(2)ϵ-(d/c)

instead of

n > |bc-ad|/c^(2)ϵ-|d/c|

then you'll obtain a version without absolute value signs.

So then is the right idea to specify that n > [ N = |bc-ad|/|c^(2)[itex]\epsilon[/itex]| ] AND c^(2)n > |cd|?

Yes, that is what I'm meaning.
 
Ok, that helps a lot. Let me see if I can pull all of this together into a proof now.

Given some [itex]\epsilon[/itex] > 0, let N be any natural number greater than |bc-ad|/c^(2)[itex]\epsilon[/itex] - (d/c) so that N is also greater than d/c

Now assume that n > N. Then,

n > |bc-ad|/c^(2)[itex]\epsilon[/itex]-(d/c)
n + (d/c) > |bc-ad|/c^(2)[itex]\epsilon[/itex]
c^(2)n + cd > |bc - ad|/[itex]\epsilon[/itex]
(c^(2)n + cd) / |bc - ad| > 1/[itex]\epsilon[/itex]
|bc - ad|/(c^(2)n + cd) < [itex]\epsilon[/itex]

Since N > d/c, n > d/c. Therefore (c^(2)n + cd) > 0, therefore (c^(2)n + cd) = |c^(2)n + cd| giving us

|bc - ad|/|c^(2)n + cd| < [itex]\epsilon[/itex]

which can be reconfigured to give us what we need.


correct me if I'm wrong, but I think that's solid. Thanks much!
 
  • #10
I think that's ok!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
6
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K