Proof involving limit of a general case

In summary, the problem is asking to prove that for any positive real number \epsilon, there exists a natural number N such that if n > N, then the absolute value of the sequence defined by (an+b)/(cn+d) is less than \epsilon, or in other words, the limit as n approaches infinity of the sequence is a/c. This can be done by choosing a value N greater than |bc-ad|/c^(2)\epsilon-(d/c) and showing that for any n > N, the absolute value of the sequence is less than \epsilon. This can be accomplished by manipulating the given inequality and using the fact that n is greater than d/c.
  • #1
Heute
25
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
  • #2
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]...
 
  • #3
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.
 
  • #4
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?
 
  • #5
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.
 
  • #6
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.
 
  • #7
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|?
 
  • #8
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.
 
  • #9
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!
 

FAQ: Proof involving limit of a general case

What is a limit in mathematics?

A limit in mathematics is the value that a function or sequence approaches as the input or index approaches a certain value. It is used to describe the behavior of a function or sequence near a certain point or as the input/index goes to infinity.

What is a general case in proof involving limits?

A general case in proof involving limits refers to the use of variables instead of specific numbers in order to prove a mathematical statement. It allows for a proof to be applicable to a wide range of cases rather than just one specific case.

How do you prove a limit in a general case?

To prove a limit in a general case, you must use the definition of a limit and show that for any value of the variable approaching a certain value, the function gets arbitrarily close to the limit value. This can be done through algebraic manipulation and logical reasoning.

What is the importance of proof involving limits in mathematics?

Proof involving limits is important in mathematics because it allows for the establishment of the behavior of a function or sequence near a certain point or as the input/index goes to infinity. It is also used to validate mathematical statements and theories, and is essential in many branches of mathematics such as calculus and analysis.

What are some common techniques used in proving limits in a general case?

Some common techniques used in proving limits in a general case include algebraic manipulation, substitution, using the Squeeze Theorem, and using the definition of a limit. Other techniques may also be used depending on the specific function or sequence being evaluated.

Back
Top