Practice

#6 Functional Equations on Integers

Log in to track solved progress and bookmarks.
Filter: Reset
#6.1
#6.1

Linear Recurrence

Induction Grade 10 Grade 11 ★★☆☆☆

Let \(f:\mathbb Z\to\mathbb Z\), \(f(0)=-1\), and \(f(n+1)=f(n)+4\). Find \(f(n)\).

Details
Problem: ALG-B3-M06-P001
Difficulty: Level 2 of 5
Tag: Induction
Grade: Grade 10, Grade 11
#6.2
#6.2

Two Parity Classes

Parity Grade 10 Grade 11 ★★☆☆☆

Let \(f(n+2)=f(n)+6\), \(f(0)=2\), and \(f(1)=5\). Find \(f(n)\) for all \(n\in\mathbb Z\).

Details
Problem: ALG-B3-M06-P002
Difficulty: Level 2 of 5
Tag: Parity
Grade: Grade 10, Grade 11
#6.3
#6.3

Shifted Sum on Natural Numbers

Integer Domain Grade 10 Grade 11 ★★☆☆☆

A function \(f:\mathbb N\to\mathbb Z\) satisfies \(f(m+n)=f(m)+f(n)+1\) and \(f(1)=4\). Find \(f(n)\).

Details
Problem: ALG-B3-M06-P003
Difficulty: Level 2 of 5
Tag: Integer Domain
Grade: Grade 10, Grade 11
#6.4
#6.4

Cyclic Recurrence

Recursion Grade 10 Grade 11 ★★☆☆☆

Let \(f\) be defined on residues modulo \(7\) and suppose \(f(x+1)\equiv f(x)+1\pmod 7\). Prove that \(f(x)\equiv x+c\pmod 7\) for some \(c\).

Details
Problem: ALG-B3-M06-P004
Difficulty: Level 2 of 5
Tag: Recursion
Grade: Grade 10, Grade 11
#6.5
#6.5

Second Differences

Recursion Grade 10 Grade 11 ★★☆☆☆

Let \(f:\mathbb Z\to\mathbb Z\), \(f(0)=0\), \(f(1)=2\), and \(f(n+2)-2f(n+1)+f(n)=0\) for all \(n\). Find \(f(n)\).

Details
Problem: ALG-B3-M06-P005
Difficulty: Level 2 of 5
Tag: Recursion
Grade: Grade 10, Grade 11
#6.6
#6.6

Cauchy on the Integers

Additive Grade 10 Grade 11 ★★★☆☆

Find all \(f:\mathbb Z\to\mathbb Z\) such that \(f(m+n)=f(m)+f(n)\) and \(f(1)=-3\).

Details
Problem: ALG-B3-M06-P006
Difficulty: Level 3 of 5
Tag: Additive
Grade: Grade 10, Grade 11
#6.7
#6.7

A Square Correction

Integer Domain Grade 10 Grade 11 ★★★☆☆

Find all \(f:\mathbb Z\to\mathbb Z\) such that \(f(m+n)=f(m)+f(n)+2mn\).

Details
Problem: ALG-B3-M06-P007
Difficulty: Level 3 of 5
Tag: Integer Domain
Grade: Grade 10, Grade 11
#6.8
#6.8

A Binomial Correction

Binomial coefficients Grade 10 Grade 11 ★★★☆☆

Find all \(f:\mathbb Z\to\mathbb Z\) such that \(f(m+n)=f(m)+f(n)+mn\).

Details
Problem: ALG-B3-M06-P008
Difficulty: Level 3 of 5
Tag: Binomial coefficients
Grade: Grade 10, Grade 11
#6.9
#6.9

The Midpoint Equation on Integers

Parity Grade 10 Grade 11 ★★★☆☆

Find all \(f:\mathbb Z\to\mathbb Z\) such that \(f(m+n)+f(m-n)=2f(m)\) for all \(m,n\).

Details
Problem: ALG-B3-M06-P009
Difficulty: Level 3 of 5
Tag: Parity
Grade: Grade 10, Grade 11
#6.10
#6.10

Alternating Parity

Parity Grade 10 Grade 11 ★★★☆☆

Prove that there is no \(f:\mathbb Z\to\mathbb Z\) such that \(f(n+1)-f(n)=2n+1\) and all values \(f(n)\) have the same parity.

Details
Problem: ALG-B3-M06-P010
Difficulty: Level 3 of 5
Tag: Parity
Grade: Grade 10, Grade 11
#6.11
#6.11

Quadratic Equation on Integers

Induction Grade 10 Grade 11 ★★★★☆

Let \(f:\mathbb Z\to\mathbb Z\), \(f(0)=0\), \(f(1)=1\), and \(f(m+n)+f(m-n)=2f(m)+2f(n)\). Prove that \(f(n)=n^2\).

Details
Problem: ALG-B3-M06-P011
Difficulty: Level 4 of 5
Tag: Induction
Grade: Grade 10, Grade 11
#6.12
#6.12

A Derivative on Natural Numbers

Divisibility Grade 10 Grade 11 ★★★★☆

Let \(f:\mathbb N\to\mathbb Z_{\ge0}\), \(f(mn)=mf(n)+nf(m)\), and \(f(p)=p\) for every prime \(p\). Find \(f(n)\).

Details
Problem: ALG-B3-M06-P012
Difficulty: Level 4 of 5
Tag: Divisibility
Grade: Grade 10, Grade 11
#6.13
#6.13

Additivity Modulo a Prime

Additive Grade 10 Grade 11 ★★★★☆

Let \(p\) be prime, \(f:\mathbb Z/p\mathbb Z\to\mathbb Z/p\mathbb Z\), and \(f(x+y)=f(x)+f(y)\). Prove that \(f(x)=ax\) for some residue \(a\).

Details
Problem: ALG-B3-M06-P013
Difficulty: Level 4 of 5
Tag: Additive
Grade: Grade 10, Grade 11
#6.14
#6.14

A Preimage on Integers

Additive Grade 10 Grade 11 ★★★★★

Find all \(f:\mathbb Z\to\mathbb Z\) such that \(f(n+f(m))=f(n)+m\) for all integers \(m,n\).

Details
Problem: ALG-B3-M06-P014
Difficulty: Level 5 of 5
Tag: Additive
Grade: Grade 10, Grade 11
#6.15
#6.15

Shift and Involution

Integer Domain Grade 10 Grade 11 ★★★★★

Find all \(f:\mathbb Z\to\mathbb Z\) such that \(f(m+n)=f(m)+f(n)+2\) and \(f(f(n))=n\).

Details
Problem: ALG-B3-M06-P015
Difficulty: Level 5 of 5
Tag: Integer Domain
Grade: Grade 10, Grade 11
#6.16
#6.16

Involution Modulo a Prime

Composition Grade 10 Grade 11 ★★★★★

Let \(p\) be an odd prime, \(f:\mathbb Z/p\mathbb Z\to\mathbb Z/p\mathbb Z\), \(f(x+y)=f(x)+f(y)\), and \(f(f(x))=x\). Find \(f\).

Details
Problem: ALG-B3-M06-P016
Difficulty: Level 5 of 5
Tag: Composition
Grade: Grade 10, Grade 11
#6.17
#6.17

Square Recurrence

Recursion Grade 10 Grade 11 ★★★★★

Let \(f:\mathbb Z\to\mathbb Z\), \(f(0)=0\), and \(f(n+1)-f(n)=2n+1\). Find \(f(n)\).

Details
Problem: ALG-B3-M06-P017
Difficulty: Level 5 of 5
Tag: Recursion
Grade: Grade 10, Grade 11
#6.18
#6.18

Arguments of the Same Parity

Parity Grade 10 Grade 11 ★★★★★

Find all \(f:\mathbb Z\to\mathbb Z\) such that \(f(m+n)-f(m-n)=4mn\) for all \(m,n\).

Details
Problem: ALG-B3-M06-P018
Difficulty: Level 5 of 5
Tag: Parity
Grade: Grade 10, Grade 11
#6.19
#6.19

Step Three

Recursion Grade 10 Grade 11 ★★★★★

Let \(f:\mathbb Z\to\mathbb Z\), \(f(0)=0\), \(f(1)=1\), \(f(2)=4\), and \(f(n+3)-f(n)=6n+9\). Find \(f(n)\).

Details
Problem: ALG-B3-M06-P019
Difficulty: Level 5 of 5
Tag: Recursion
Grade: Grade 10, Grade 11
#6.20
#6.20

A Functional Equation Modulo a Prime

Additive Grade 10 Grade 11 ★★★★★

Let \(p\) be an odd prime and let \(f:\mathbb Z/p\mathbb Z\to\mathbb Z/p\mathbb Z\) satisfy \(f(x+f(y))=f(x)+y\) for all residues \(x,y\). Find \(f\).

Details
Problem: ALG-B3-M06-P020
Difficulty: Level 5 of 5
Tag: Additive
Grade: Grade 10, Grade 11