Grad School Struggles: Finding a Formula and Proving it with Induction

In summary, the author is having trouble with two easy problems and is stumped. He has finished most of the homework, but is struggling on two easy problems. He thinks that a proof by contradiction might be easiest, but is open to other ideas.
  • #1
Shackleford
1,656
2
I started graduate school this week after getting my BS in May of 2012. I'm having to review a lot of material. Heh. I've finished most of the homework, but I'm a bit stumped on two easy problems.

2. Find a formula for k=1 to n ∑ k(k+1). Prove that your formula is correct using mathematical induction.

The induction proof is no problem; I just haven't been able to find a formula. The nth partial sums are like 2, 8, 12, 20, 40, etc.

6. If |x - y| < ε for all ε > 0, then x=y.

I've played with the Alternate Triangle Inequality a bit and a Theorem from the book:

Theorem x ≤ y + ε, for all ε > 0, then x ≤ y

|x| - |y| < |x - y| < ε

|x| < |y| < ε
 
Physics news on Phys.org
  • #2
Shackleford said:
The induction proof is no problem; I just haven't been able to find a formula.
I've been trying for ten minutes now, and I still don't see it. If I don't see it within the next few minutes, I think someone else will have to take this one. (Ignore what I wrote here before I edited. The tip I gave you was useless).

Shackleford said:
I've played with the Alternate Triangle Inequality a bit and a Theorem from the book:
No need for that sort of thing. |x-y|=0 implies x=y, so it's sufficient to prove that |x-y|=0. This reduces your problem to the following: If ##0\leq x<\varepsilon## for all ##\varepsilon>0##, then x=0.
 
Last edited:
  • #3
Fredrik said:
I've been trying for ten minutes now, and I still don't see it. If I don't see it within the next few minutes, I think someone else will have to take this one. (Ignore what I wrote here before I edited. The tip I gave you was useless).

No problem. I tried to find a formula online but couldn't. From seeing kind of similar summations, my guess is that it's maybe a quadratic.

Fredrik said:
No need for that sort of thing. |x-y|=0 implies x=y, so it's sufficient to prove that |x-y|=0. This reduces your problem to the following: If ##0\leq x<\varepsilon## for all ##\varepsilon>0##, then x=0.

Eh. I'm not quite sure how that leads to me to show that x=y. I'm not yet used to working full-time and then going home to do homeWORK. :zzz:
 
  • #4
Shackleford said:
Eh. I'm not quite sure how that leads to me to show that x=y. I'm not yet used to working full-time and then going home to do homeWORK. :zzz:
The absolute value is defined by
$$|x|=\begin{cases}x & \text{if }x\geq 0\\ -x & \text{if }x<0\end{cases}$$ It follows from this definition that 0 is the only real number with absolute value 0.
 
  • #5
##\sum k(k+1)=\sum k^2+\sum k##
 
  • #6
Fredrik said:
The absolute value is defined by
$$|x|=\begin{cases}x & \text{if }x\geq 0\\ -x & \text{if }x<0\end{cases}$$ It follows from this definition that 0 is the only real number with absolute value 0.

I guess it seems (but I know that you're not***) like you're using the conclusion in the proof. However, it seems that a proof by contradiction might be easiest. If x ≠ y, then it would imply that there's some ε > 0 such that |x - y| > ε.

I'm simply trying to start and use the given relation. Is your approach akin to

0 ≤ |x - y| < ε for all ε > 0

and inferring that |x - y| = 0?
 
Last edited:
  • #7
gopher_p said:
##\sum k(k+1)=\sum k^2+\sum k##

I think he wants a formula involving n such as

1 + 2 + ... + n = (1/2)n(n+1)
 
  • #8
Shackleford said:
I think he wants a formula involving n such as

1 + 2 + ... + n = (1/2)n(n+1)

I understand that. Do you think you could maybe use the known formulas for ##\sum\limits_{k=1}^nk## and ##\sum\limits_{k=1}^nk^2## along with the hint I gave to find a formula for ##\sum\limits_{k=1}^nk(k+1)##?
 
  • #9
gopher_p said:
I understand that. Do you think you could maybe use the known formulas for ##\sum\limits_{k=1}^nk## and ##\sum\limits_{k=1}^nk^2## along with the hint I gave to find a formula for ##\sum\limits_{k=1}^nk(k+1)##?

Ah. Yes. Let me look into that.

=(1/6)n(n+1)(2n+4)
 
  • #10
Shackleford said:
I guess it seems (but I know that you're not***) like you're using the conclusion in the proof.
For all x>0, we have |x|=x>0. For all x<0, we have |x|=-x>0. These results (which follow from the definition of the absolute value...and what I'm saying in the next paragraph) rule out the possibility that a non-zero real number could have absolute value 0.

The result that -x is positive when x is negative isn't entirely trivial. It follows from the axiom (that's part of the definition of real numbers) that says that you can add any real number to both sides of any inequality. So if ##x<0##, we have ##x+(-x)<0+(-x)## and therefore ##0=x+(-x)<0+(-x)=-x##.

Shackleford said:
However, it seems that a proof by contradiction might be easiest. If x ≠ y, then it would imply that there's some ε > 0 such that |x - y| > ε.
That works, but I prefer to ignore x and y solve the simpler problem: If ##0\leq x<\varepsilon## for all ##\varepsilon>0##, then what is x? (Proof by contradiction sounds like a good idea. If x≠0, then...).
 
Last edited:
  • #11
Hint:

$$\sum_{i=1}^{n} i = \frac{n(n+1)}{2}$$

You can show this by induction. Similarly by induction and the above formula you can show:

$$\sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}$$
 
  • #12
gopher_p and Zondrina, thank you for the hint. I successfully worked the problem; I knew that I was missing something simple. I'm slowly getting back into things.
 

1. What is the purpose of "Grad School Struggles: Finding a Formula and Proving it with Induction"?

The purpose of "Grad School Struggles: Finding a Formula and Proving it with Induction" is to provide guidance and strategies for students who are struggling in graduate school and to help them succeed in their academic pursuits.

2. What does the term "induction" refer to in this context?

In this context, "induction" refers to the process of using specific examples or observations to draw general conclusions or theories.

3. How can finding a formula help with graduate school struggles?

Finding a formula can help with graduate school struggles by providing a structured and systematic approach to problem-solving and studying. It can also help students develop critical thinking skills and improve their overall understanding of complex concepts.

4. What are some common struggles that graduate students face?

Some common struggles that graduate students may face include managing heavy workloads, balancing academic and personal commitments, dealing with imposter syndrome, and maintaining mental and emotional well-being.

5. How can the strategies discussed in this article be applied to other areas of study?

The strategies discussed in this article, such as developing a formula and using induction, can be applied to other areas of study beyond the specific examples given. These techniques can be useful in various fields where problem-solving and critical thinking skills are required, such as mathematics, science, engineering, and even in everyday life.

Similar threads

  • Calculus and Beyond Homework Help
Replies
10
Views
764
  • STEM Academic Advising
Replies
28
Views
2K
  • STEM Career Guidance
Replies
5
Views
867
  • STEM Academic Advising
Replies
24
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
930
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
  • Math Proof Training and Practice
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
21
Views
3K
Back
Top