I'm glad I could help! Let me know if you have any other questions.

Click For Summary

Homework Help Overview

The discussion revolves around proving a limit involving sequences, specifically showing that if the limits of two sequences \(x_n\) and \(y_n\) converge to \(x\) and \(y\) respectively, then the limit of the expression \((x_n/5 + 10y_n)\) converges to \((x/5 + 10y)\). The subject area is mathematical analysis, focusing on limits and rigorous proofs.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the need to find an appropriate \(n_0\) such that the difference between the limit expression and the target limit is less than a given \(\epsilon\). There are attempts to manipulate inequalities and clarify the definitions of convergence. Some participants question the correctness of expressions used in the proof and suggest splitting terms to facilitate the proof.

Discussion Status

The discussion is ongoing, with participants providing guidance on how to approach the proof and clarifying definitions related to limits. There is a focus on ensuring that the inequalities derived from the definitions of convergence are correctly applied to establish the desired result.

Contextual Notes

Participants are working under the constraints of a homework assignment, which necessitates a rigorous proof without providing complete solutions. There is an emphasis on understanding the definitions and ensuring that all steps in the reasoning are justified.

bugatti79
Messages
786
Reaction score
4
If lim x_n=x n to infinity and lim y_n=y n to infinity
prove rigorously

lim n to infinity (x_n/5+10y_n)=x/5+10y.

My attempt

let ε>0. Must find [itex]n_0 \in \mathbb{N}[/itex] such that

[itex]||(x_n/5+10y_n)-(x/5+10y)||<ε[/itex] for all [itex]n>n_0[/itex]

[itex]||(x_n/5+10y_n)-(x/5+10y)||=||(x_n/5-x/5)||+||10y_n-10y|| \le ||(x_n/5-x/5||+||(10y_n-10y)||[/itex]

since [itex]x_n=x[/itex] for the limit n to infinity and similarly for y_n and given ε>0 then ε/2>0

so there exist [itex]n_1 \in N[/itex] such that [itex]||x_n/5-x/5||< ε/2[/itex] for all [itex]n \ge n_1[/itex]


and

[itex]||10y_n-10y||< ε/2[/itex] for all [itex]n \ge n_2[/itex]


Let [itex]n_0=max{n_1,n_2}[/itex], then for all [itex]n \ge n_0[/itex]

implies [itex]||(x_n/5+10y_n)||-||x/5+10y|| \le ||(x_n/5-x/5||+||(10y_n-10y)||<ε/2+ε/2=ε[/itex]...?
 
Physics news on Phys.org
bugatti79 said:
If lim x_n=x n to infinity and lim y_n=y n to infinity
prove rigorously

lim n to infinity (x_n/5+10y_n)=x/5+10y.

My attempt

let ε>0. Must find [itex]n_0 \in \mathbb{N}[/itex] such that

[itex]||(x_n/5+10y_n)-(x/5+10y)||<ε[/itex] for all [itex]n>n_0[/itex]

[itex]||(x_n/5+10y_n)-(x/5+10y)||=||(x_n/5-x/5)||+||10y_n-10y|| \le ||(x_n/5-x/5||+||(10y_n-10y)||[/itex]
The expression after the first equals is incorrect. You are basically saying that |a + b| = |a| + |b|.

[itex]||(x_n/5+10y_n)-(x/5+10y)||=||(1/5) (x_n -x) +10(y_n -y)|| \le (1/5)||x_n -x||+10||y_n -y||[/itex]

Now, you want the expression to the right of <= to be less than ε, and it's convenient to split it into ε/2 for the first part and ε/2 for the second part. What does that give you for ||xn - x|| and ||yn - y||?
bugatti79 said:
since [itex]x_n=x[/itex] for the limit n to infinity and similarly for y_n and given ε>0 then ε/2>0

so there exist [itex]n_1 \in N[/itex] such that [itex]||x_n/5-x/5||< ε/2[/itex] for all [itex]n \ge n_1[/itex]


and

[itex]||10y_n-10y||< ε/2[/itex] for all [itex]n \ge n_2[/itex]


Let [itex]n_0=max{n_1,n_2}[/itex], then for all [itex]n \ge n_0[/itex]

implies [itex]||(x_n/5+10y_n)||-||x/5+10y|| \le ||(x_n/5-x/5||+||(10y_n-10y)||<ε/2+ε/2=ε[/itex]...?
 
Mark44 said:
The expression after the first equals is incorrect. You are basically saying that |a + b| = |a| + |b|.

[itex]||(x_n/5+10y_n)-(x/5+10y)||=||(1/5) (x_n -x) +10(y_n -y)|| \le (1/5)||x_n -x||+10||y_n -y||[/itex]

Now, you want the expression to the right of <= to be less than ε, and it's convenient to split it into ε/2 for the first part and ε/2 for the second part. What does that give you for ||xn - x|| and ||yn - y||?

This gives
||x_n-x||<5ε/2 and ||y_n-y||<ε/20...?

Not sure what to do next?
 
bugatti79 said:
This gives
||x_n-x||<5ε/2 and ||y_n-y||<ε/20...?

Not sure what to do next?
All you need to do is to explain how we know that n0 can be choosen such that these two inequalities hold for all positive intergers n such that n≥n0.
 
Fredrik said:
All you need to do is to explain how we know that n0 can be choosen such that these two inequalities hold for all positive intergers n such that n≥n0.

Sorry, I don't even know how to do that...?
 
Sure you do. :smile: It follows almost immediately from the definition of [itex]x_n\to x[/itex] and [itex]y_n\to y[/itex]. If you write down the definitions, you will see it. (If not, ask again).
 
Fredrik said:
Sure you do. :smile: It follows almost immediately from the definition of [itex]x_n\to x[/itex] and [itex]y_n\to y[/itex]. If you write down the definitions, you will see it. (If not, ask again).

[tex]||x_n-x||<5ε/2[/tex] and [tex]||y_n-y||<ε/20[/tex]

The LHS of each expression above would go to 0 iff ||x_n-x||=0 as n tends to infinity and similarly for ||yn-y||=0. THis implies the LHS of each exprssion will always be less than ε/2

So adding the 2 expression together would still be less than ε and hence still holds...

Is this correct...if so I don't know how to write this mathematically
 
I don't see you using the definition of what [itex]x_n\to x[/itex] means. Can you post the definition?
 
Fredrik said:
I don't see you using the definition of what [itex]x_n\to x[/itex] means. Can you post the definition?

[itex]x_n\to x[/itex] iff ε>0, ther is [itex]n_0 \in \mathbb{N}[/itex] such that [itex]||x_n-x||<ε[/itex] for all [itex]n \ge n_0[/itex]...

I don't know how to employ this definition...

Thanks
 
  • #10
There's a "for all" missing before the ε, but apart from that it's fine. Clearly, this definition implies that there's a [itex]n_1\in\mathbb N[/itex] such that [itex]\|x_n-x\|<5\varepsilon/2[/itex] for all [itex]n\in\mathbb N[/itex] such that [itex]n\geq n_1[/itex].
 
  • #11
Fredrik said:
There's a "for all" missing before the ε, but apart from that it's fine. Clearly, this definition implies that there's a [itex]n_1\in\mathbb N[/itex] such that [itex]\|x_n-x\|<5\varepsilon/2[/itex] for all [itex]n\in\mathbb N[/itex] such that [itex]n\geq n_1[/itex].

and similarly for n2?

[itex]n_2\in\mathbb N[/itex] such that [itex]\|y_n-y\|<\varepsilon/20[/itex] for all [itex]n\in\mathbb N[/itex] such that [itex]n\geq n_2[/itex]

So this is the question completed?

Thanks in advance..!
 
  • #12
bugatti79 said:
and similarly for n2?

[itex]n_2\in\mathbb N[/itex] such that [itex]\|y_n-y\|<\varepsilon/20[/itex] for all [itex]n\in\mathbb N[/itex] such that [itex]n\geq n_2[/itex]
Right, but you still haven't explained how these two observations imply this result:
bugatti79 said:
let ε>0. Must find [itex]n_0 \in \mathbb{N}[/itex] such that

[itex]||(x_n/5+10y_n)-(x/5+10y)||<ε[/itex] for all [itex]n>n_0[/itex]
Can you find an n0 that does the job?
 
  • #13
Fredrik said:
Right, but you still haven't explained how these two observations imply this result:

Can you find an n0 that does the job?

if we let n_0={n_1,n_2}...?
 
  • #14
n0 is a number, not a set, but maybe you actually meant n0=max{n1,n2}, because that would work.

To find the proof, you do the things we have discussed, in the order we have discussed them. But when you type it up, things get clearer if you start with the things we did last.

Let [itex]\varepsilon>0[/itex] be arbitrary. Let [itex]n_1\in\mathbb N[/itex] be such that for all [itex]n\in\mathbb N[/itex], [tex]n\geq n_1\ \Rightarrow\ \|x_n-x\|<\frac{5\varepsilon}{2}.[/tex] Let [itex]n_2\in\mathbb N[/itex] be such that for all [itex]n\in\mathbb N[/itex], [tex]n\geq n_2\ \Rightarrow\ \|x_n-x\|<\frac{\varepsilon}{20}.[/tex] For all [itex]n\in\mathbb N[/itex] such that [itex]n\geq \max\{n_1,n_2\}[/itex], [tex]\left\|\left(\frac{x_n}{5} -10y_n\right)-\left(\frac{x}{5}-10y\right)\right\| \leq \frac{1}{5} \underbrace{\|x_n-x\|}_{\displaystyle<\frac{5\varepsilon}{2}} +10\underbrace{\|y_n-y\|}_{\displaystyle<\frac{\varepsilon}{20}}<\frac{\varepsilon}{2}+\frac{\varepsilon}{2}=\varepsilon.[/tex]
 
  • #15
Fredrik said:
n0 is a number, not a set, but maybe you actually meant n0=max{n1,n2}, because that would work.

To find the proof, you do the things we have discussed, in the order we have discussed them. But when you type it up, things get clearer if you start with the things we did last.

Let [itex]\varepsilon>0[/itex] be arbitrary. Let [itex]n_1\in\mathbb N[/itex] be such that for all [itex]n\in\mathbb N[/itex], [tex]n\geq n_1\ \Rightarrow\ \|x_n-x\|<\frac{5\varepsilon}{2}.[/tex] Let [itex]n_2\in\mathbb N[/itex] be such that for all [itex]n\in\mathbb N[/itex], [tex]n\geq n_2\ \Rightarrow\ \|x_n-x\|<\frac{\varepsilon}{20}.[/tex] For all [itex]n\in\mathbb N[/itex] such that [itex]n\geq \max\{n_1,n_2\}[/itex], [tex]\left\|\left(\frac{x_n}{5} -10y_n\right)-\left(\frac{x}{5}-10y\right)\right\| \leq \frac{1}{5} \underbrace{\|x_n-x\|}_{\displaystyle<\frac{5\varepsilon}{2}} +10\underbrace{\|y_n-y\|}_{\displaystyle<\frac{\varepsilon}{20}}<\frac{\varepsilon}{2}+\frac{\varepsilon}{2}=\varepsilon.[/tex]

Hi Fredrick,
I was going to reply on this thread this evening. Thanks for this excellent clarity. I will look at this and the other thread you replied to as soon as I can.

Thanks!
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
5K
Replies
7
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K