Algebra and little number theory

Algebra Level 4

If f : Q Q f:Q\rightarrow Q satisfies

1) f ( 1 ) = 2 f\left( 1 \right) =2

2) For all x , y Q f ( x y ) = f ( x ) f ( y ) f ( x + y ) + 1 x,y\in Q\quad f\left( xy \right) =f\left( x \right) f\left( y \right) -f\left( x+y \right) +1

Find f ( 566 ) f\left( 566 \right) for f ( x ) f\left( x \right) .Now let answer as z z .

Then find z z M o d Mod 6 6 .

Now let answer be c c .

Then enter answer as c 4 { c }^{ 4 } .


The answer is 81.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

To prove that f ( x ) = x + 1 f(x) = x+1 __(1) for all rational numbers , we start to prove for the basic step that f ( x ) = x + 1 f(x) = x+1 satisfies for all natural numbers, then integers, then positive rational numbers. After that, we combine both negative integers, and positive rational numbers to get all negative rational numbers.

It's easy to prove that (1) is true for all positive integers.

Prove for all integers

Plugging x , y 0 x,y \rightarrow 0 to (1) we get f ( 0 ) = f ( 0 ) 2 f ( 0 ) + 1 f(0) = f(0)^{2} - f(0) + 1

which gives f ( 0 ) = 1 f(0) = 1

Plugging x 1 , y 1 x\rightarrow 1,y \rightarrow -1 to (1) we get f ( 1 ) = f ( 1 ) f ( 1 ) f ( 0 ) + 1 f(-1) = f(1)f(-1) - f(0) + 1

f ( 1 ) = 2 f ( 1 ) f(-1) = 2f(-1)

Which gives f ( 1 ) = 0 f(-1) = 0

Note: m , n m,n are natural numbers.

Plugging x 1 , y n x \rightarrow -1, y \rightarrow n to (1)

f ( n ) = f ( n 1 ) + 1 f(-n) = -f(n-1) + 1

If n = 1 n = 1 gives f ( 1 ) = 0 f(-1) = 0 which is the same to f ( n ) = n + 1 f(-n) = -n+1 .

Therefore, we proved that f ( x ) = x + 1 f(x) = x+1 for all integers x x . (A)

Prove for all rational numbers (quite hard though)

Plugging x n , y 1 n x\rightarrow n, y\rightarrow \displaystyle \frac{1}{n} to (1)

f ( 1 ) = f ( n ) f ( 1 n ) f ( n + 1 n + 1 ) f(1) = f(n)f(\frac{1}{n}) - f(n+\frac{1}{n} + 1) (2)

Plugging x = 1 , y = m + 1 n x = 1, y = m+\displaystyle \frac{1}{n} we get

f ( m + 1 n ) = 2 f ( m + 1 n ) f ( m + 1 n + 1 ) + 1 f(m+\frac{1}{n}) = 2f(m+\frac{1}{n}) - f(m+\frac{1}{n} + 1) + 1

Which is

f ( m + 1 n + 1 ) = f ( m + 1 n ) + 1 f(m+\frac{1}{n} + 1) = f(m+\frac{1}{n}) + 1 (3)

By induction on m m , we get that f ( m + 1 n + 1 ) = m + f ( 1 n + 1 ) f(m+\frac{1}{n}+1) = m+f(\frac{1}{n} + 1) .

Which can be reduced to f ( m + 1 n ) = m + f ( 1 n ) f(m+\frac{1}{n}) = m+f(\frac{1}{n})

Plugging m n m\rightarrow n from (3) into (2) we get

1 = ( n + 1 ) f ( 1 n ) ( n + 1 + f ( 1 n ) ) + 1 1 = (n+1)f(\frac{1}{n}) - (n+1+f(\frac{1}{n}))+1

Which gives f ( 1 n ) = n + 1 n = 1 n + 1 f(\frac{1}{n}) = \frac{n+1}{n} = \frac{1}{n} + 1

Plugging x = m , y = 1 n x = m, y = \frac{1}{n} we get

f ( m n ) = f ( m ) f ( 1 n ) f ( m + 1 n ) + 1 f(\frac{m}{n}) = f(m)f(\frac{1}{n}) - f(m+\frac{1}{n}) + 1

f ( m n ) = ( m + 1 ) ( 1 n + 1 ) ( m + 1 n + 1 ) + 1 f(\frac{m}{n}) = (m+1)(\frac{1}{n} + 1) - (m+\frac{1}{n}+1)+1

Which simplifies to f ( m n ) = m n + 1 f(\frac{m}{n}) = \frac{m}{n} + 1

Therefore, f ( x ) = x + 1 f(x) = x+1 for all positive rational numbers. (B)

Prove for negative rational numbers

Note: q q is rational numbers.

Plugging x 1 , y q x \rightarrow -1, y \rightarrow q we get

f ( q ) = f ( q ) f ( 1 ) f ( q 1 ) + 1 f(-q) = f(q)f(-1) - f(q-1) + 1

Combine both (A) and (B) we get

f ( q ) = q + 1 f(-q) = -q + 1

Therefore, f ( x ) = x + 1 f(x) = x+1 for all rational numbers. ~~~

My fingers hurt. XD

Nice proof, but for this question you only need to prove that it's true for positive integers :P

Ariel Gershon - 6 years, 8 months ago
Patrick Corn
Aug 15, 2014

Plugging in y = 1 y = 1 to condition 2, we see that f ( x + 1 ) = f ( x ) + 1 f(x+1) = f(x) + 1 for all x x . From condition 1, this implies that f ( x ) = x + 1 f(x) = x+1 for all positive integers x x . So f ( 566 ) = 567 f(566) = 567 , which is 3 3 mod 6 6 , so the answer is 81 \fbox{81} .

How can we prove that f ( x ) = x + 1 f(x) = x + 1 for all rational numbers as the question says?

Samuraiwarm Tsunayoshi - 6 years, 10 months ago

Log in to reply

I'm not sure; the question didn't actually require us to investigate f ( x ) f(x) for rational x x .

Patrick Corn - 6 years, 10 months ago

Log in to reply

Yeah, but nevermind, I just wrote a proof for all rational numbers. :3

Samuraiwarm Tsunayoshi - 6 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...