How to submit:

  • Submit before actual tutorial time for it to be graded. There are 2 ways to do this:
    1. There is a submission box on Canvas for you to submit your document. Either .docx, .pdf, or a picture of your written solutions are acceptable as long as we can read your attempts.
    2. Submit your written attempts in-person during our tutorial.
  • Official due date for submission : 18-Mar-2025, 23:59 or during tutorial itself.

Collaboration Policy:

  • You may discuss high-level ideas with your classmates or friends. You should list your collaborators if you do so.
  • Do not share your solutions.
  • ChatGPT (and other LLMs) are not allowed.
  • Your submission must be of your own write-up.

Late Policy:

  • < 1 week after submission deadline: 50% penalty
  • < 2 weeks after submission deadline: 75% penalty
  • No submissions after 2 weeks.

Overview

This tutorial gives practice questions to be discussed during the relevant tutorial in person. This particular tutorial sheet corresponds to Unit 4 and Unit 5. It is recommended to either watch the lectures or read the notes for each respective parts before attempting the tutorial sheet.

  1. Questions 1 through 5 are related to induction and recurrences.
  2. Questions 6 through 8 are related to asymptotic notation.

After week 7’s content, you should be able to attempt questions 1 through 5. After week 8’s content, you should be able to attempt questions 6 through 8.

Questions 1, 3, 6, are graded for participation.

That said, we encourage you to try all the questions, this way when you come for tutorial we can best make use of your time since you can either verify your solutions, or understand the discussions when our tutors go through the solutions.


Question 1 [Graded for Participation]

Using mathematical induction, prove that:


Question 2

Using mathematical induction, prove that:


Question 3 [Graded for Participation]

Let be a recurrence defined in the following way.

Sub-question 1

Compute the following values:

Sub-question 2

Prove via strong induction that


Question 4

Let be a recurrence defined in the following way.

Prove via strong induction that:

You may find the following facts useful:

You may alternatively use the substitution method to prove that this is .


Question 5

Let be a recurrence defined in the following way.

Prove by induction that:


Question 6 [Graded for Participation]

Let be a recurrence defined in the following way.

Sub-part 1

True or false?

(Hint: You may want to use the statement at end of question 4)

If it is true, explicitly give values and to justify that is indeed in

Sub-part 2

True or false?

(Hint: You may want to use the statement at end of question 4)

If it is true, explicitly give values and to justify that is indeed in

Sub-part 3

True or false?

Why/why not? You do not have to give a proof.

(Hint: What is the definition of ?)


Question 7

Let be functions such that and . I.e. the functions are always non-negative.

Prove that:


Question 8 (Challenging!)

Prove that:

[Hint: Assume that . What kind of contradiction will you derive?]