Anki Deck Changes

Commit: 6e460a22 - Add note on constant coefficients + geo series

Author: Jonas B <65017752+Scr1pting@users.noreply.github.com>

Date: 2026-01-23T20:54:06+01:00

Changes: 1 note(s) changed (0 added, 1 modified, 0 deleted)

Note 1: ETH::A&D

Deck: ETH::A&D
Note Type: Horvath Classic
GUID: m{e.+pS,Zn
modified

Before

Front

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation::Sums
How can you find the upper bound of a geometric series like \(T = 7^1, 7^2, \ldots, 7^n\)?

Back

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation::Sums
How can you find the upper bound of a geometric series like \(T = 7^1, 7^2, \ldots, 7^n\)?

Use the multiply-subract trick.
  1. Mutliply the series by its base: \(7T\)
  2. Subtract: \(7T - T = 7^{n+1} - 7^1\) (middle terms cancel)
  3. Factor: \(T(7-1) = 7^{n+1} - 7^1\)
  4. Divide: \(T = \frac{7^{n+1} - 7^1}{6}\)

After

Front

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation::Sums
How can you find the upper bound of a geometric series like \(T = 7^1, 7^2, \ldots, 7^n\)?

Back

ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation::Sums
How can you find the upper bound of a geometric series like \(T = 7^1, 7^2, \ldots, 7^n\)?

Use the multiply-subract trick.
  1. Mutliply the series by its base: \(7T\)
  2. Subtract: \(7T - T = 7^{n+1} - 7^1\) (middle terms cancel)
  3. Factor: \(T(7-1) = 7^{n+1} - 7^1\)
  4. Divide: \(T = \frac{7^{n+1} - 7^1}{6}\)
This trick works even if every term has a constant coefficient.
Field-by-field Comparison
Field Before After
Back Use the multiply-subract trick.<br><ol><li>Mutliply the series by its base:&nbsp;\(7T\)</li><li>Subtract:&nbsp;\(7T - T = 7^{n+1} - 7^1\)&nbsp;(middle terms cancel)</li><li>Factor:&nbsp;\(T(7-1) = 7^{n+1} - 7^1\)</li><li>Divide:&nbsp;\(T = \frac{7^{n+1} - 7^1}{6}\)</li></ol> Use the multiply-subract trick.<br><ol><li>Mutliply the series by its base:&nbsp;\(7T\)</li><li>Subtract:&nbsp;\(7T - T = 7^{n+1} - 7^1\)&nbsp;(middle terms cancel)</li><li>Factor:&nbsp;\(T(7-1) = 7^{n+1} - 7^1\)</li><li>Divide:&nbsp;\(T = \frac{7^{n+1} - 7^1}{6}\)</li></ol><div>This trick works even if every term has a constant coefficient.</div>
Tags: ETH::1._Semester::A&D::02._Asymptotic_Notation::3._O-Notation::Sums
↑ Top