Proving an Increasing Sequence (a question about the answer)

In summary, the professor is asking to prove that the sequence {a(n)} is increasing, where a(n+1) is defined as the square root of (a(n) + 2). To prove this, the professor uses induction and the fact that all a(n) are non-negative as they are defined as the square root of their predecessor. They start off by assuming that a(n) is non-negative for some n and then prove it using the induction method.
  • #1
student34
639
21

Homework Statement



Question from my professor: "Consider the sequence {a(n)} (from n=1 to ∞) defined inductively by a(1) = 0, and a(n+1) = √(a(n) + 2) for n ≥ 1. Prove that {a(n)} (from n=1 to ∞) is increasing".

Here's the first part of the answer from my professor: "Consider a(n+1)^2 − (a(n))^2 = a(n) + 2 − (a(n))^2 = −(a(n)^2 − a(n) −2) = −(a(n) − 2)(a(n) + 1). Note that a(n) ≥ 0 for all n. For a(n) ∈ [−1,2] we see that −(a(n) −2)(a(n) + 1) ≥ 0. The initial element a(1) = 0 belongs to the interval [0,2]".

How does he know that a(n) ≥ 0 for all n? Is this a given of some sort?
 
Last edited:
Physics news on Phys.org
  • #2
All a(n) are defined as the square root of their predecessor, and the square root is always non-negative.

If you want to be completely rigorous, you can prove it inductively: assume that a(k) ≥ 0 for all k ≤ n. Then in particular a(n) ≥ 0, therefore a(n) + 2 ≥ 2 (> 0), so a(n + 1) is the square root of a non-negative number which is itself non-negative. And the base step -- a(1) ≥ 0 -- is trivial.
 
  • #3
CompuChip said:
All a(n) are defined as the square root of their predecessor, and the square root is always non-negative.

If you want to be completely rigorous, you can prove it inductively: assume that a(k) ≥ 0 for all k ≤ n. Then in particular a(n) ≥ 0, therefore a(n) + 2 ≥ 2 (> 0), so a(n + 1) is the square root of a non-negative number which is itself non-negative. And the base step -- a(1) ≥ 0 -- is trivial.

Why did you start off with this, a(k) ≥ 0 for all k ≤ n? I generally understand induction, but this use of k is unfamiliar to me.
 
  • #4
Actually "assume that a(n) ≥ 0 for some n" is enough.
 
  • #5
CompuChip said:
Actually "assume that a(n) ≥ 0 for some n" is enough.

Thank-you very much for helping me
 

What is an increasing sequence?

An increasing sequence is a sequence of numbers where each subsequent number is larger than the previous one. In other words, the sequence is constantly increasing in value.

How do you prove that a sequence is increasing?

To prove that a sequence is increasing, you need to show that each subsequent term is greater than the previous one. This can be done by comparing the terms in the sequence, using mathematical operations, or by using induction.

What is the difference between a strictly increasing sequence and a non-strictly increasing sequence?

A strictly increasing sequence only contains numbers that are strictly larger than the previous one, while a non-strictly increasing sequence can contain numbers that are equal to the previous one.

Can a sequence be both increasing and decreasing?

No, a sequence cannot be both increasing and decreasing. A sequence is considered to be increasing if each subsequent term is greater than the previous one, while a decreasing sequence has each subsequent term smaller than the previous one.

What is the importance of proving an increasing sequence?

Proving an increasing sequence is important because it allows us to understand and analyze the behavior of a sequence. It also helps us make predictions about the future terms in the sequence, which can be useful in many scientific and mathematical contexts.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
251
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
616
  • Calculus and Beyond Homework Help
Replies
4
Views
301
  • Calculus and Beyond Homework Help
Replies
1
Views
501
  • Calculus and Beyond Homework Help
Replies
1
Views
510
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
Replies
1
Views
570
  • Calculus and Beyond Homework Help
Replies
1
Views
573
  • Calculus and Beyond Homework Help
Replies
3
Views
808
Back
Top