Algebraic Illusion

Algebra Level 5

Let f f be an injective function such that f ( n ) = 2 f ( m ) f(n)=2f(m) for every pair of real numbers ( m , n ) (m, n) satisfying the equation m 2 + 2 m n 1 = 0 m^2+\frac{2m}{n}-1=0 Also, f ( 0.06258 ) = 1 16 f(0.06258)=\frac{1}{16} What is the value of 100 f 1 ( 1 ) \lfloor 100f^{-1}(1) \rfloor ?


The answer is 155.

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.

1 solution

Atomsky Jahid
Dec 18, 2016

The before-edit approach \textbf{The before-edit approach}

From the equation, 2 m n = 1 m 2 \frac{2m}{n}=1-m^2 or, n = 2 m 1 m 2 n=\frac{2m}{1-m^2} So, f ( 2 m 1 m 2 ) = 2 f ( m ) f(\frac{2m}{1-m^2})=2f(m) Hence, f f is the arctangent function [ 2 t a n 1 x = t a n 1 2 x 1 x 2 2tan^{-1}x=tan^{-1}\frac{2x}{1-x^2} ].

Therefore, f 1 ( 1 ) = t a n ( 1 ) f^{-1}(1)=tan(1) which implies the the answer is 100 t a n ( 1 ) = 155 \lfloor 100tan(1) \rfloor = \boxed{155} .

The after-edit approach \textbf{The after-edit approach}

We are trying to find such p p which satisfies f ( p ) = 1 f(p)=1 . Let, x 0 = 0.06258 x_0=0.06258 and, x i + 1 = 2 x i 1 x i 2 x_{i+1}=\frac{2x_i}{1-x_{i}^{2}}

Hence, f ( x i + 1 ) = 2 f ( x i ) f(x_{i+1})=2f(x_i) because f ( 2 x i 1 x i 2 ) = 2 f ( x i ) f(\frac{2x_i}{1-x_{i}^{2}})=2f(x_i)

Using this recursive equation, we get f ( x 4 ) = 2 f ( x 3 ) = 4 f ( x 2 ) = 8 f ( x 1 ) = 16 f ( x 0 ) = 1 f(x_4)=2f(x_3)=4f(x_2)=8f(x_1)=16f(x_0)=1

So, p = x 4 = f 1 ( 1 ) 1.557 p=x_4=f^{-1}(1) \approx 1.557


P . S . P.S.

The condition f ( 1 ) = π 4 f(1)=\frac{\pi}{4} was later changed into f ( 0.06258 ) = 1 16 f(0.06258)=\frac{1}{16} because the functional equation doesn't necessarily lead to inverse tangent function.

First I have tried tan(1) in degrees and then in radian.

Kushal Bose - 4 years, 5 months ago

Log in to reply

I thought beforehand about that. People will more likely fall in this trap because most calculators have degrees as the default input.

Atomsky Jahid - 4 years, 5 months ago

Very Sneaky! f(1) = pi/4 should've been a dead give away. By the way, I had some strange things happen when I tried some iterative techniques in Matlab. For instance, repeatedly substituting 2m/(1-m^2) into itself jumps around back and forth (starting the iteration at pi/4), but the function value should be repeatedly doubling. I'm not sure why that seems to be happening.

James Wilson - 3 years, 9 months ago

Log in to reply

This problem is not well-written. We're actually finding p p such that f ( p ) = 1 f(p)=1 .

We can go two ways. (1) f ( n ) = 2 f ( m ) f(n)=2f(m) (2) f ( m ) = 1 2 f ( n ) f(m)=\frac{1}{2}f(n)

However, the values that this function would produce from f ( 1 ) = π 4 f(1)=\frac{\pi}{4} can be written as 2 k π 2^k \pi . If we want to equate it to 1 1 , we will get k 1.65 k \approx -1.65 . If k k doesn't turn out to be an integer, then we cannot get there. I'll probably change the condition f ( 1 ) = π 4 f(1)=\frac{\pi}{4} to accommodate for a more useful condition.

By the way, I am interested in knowing your iterative method in detail.

Atomsky Jahid - 3 years, 9 months ago

Log in to reply

Here is some Matlab code I just wrote.for i = 1:12 x = pi/4; for n = 1:10000 i x = 2 x/(1-x^2); end x end As you can see, x jumps around, but f(x (n+1)) = 2*f(x n) with x_0 = pi/4. So the function values are doubling each time but x goes back and forth.

James Wilson - 3 years, 9 months ago

How about starting the iteration with f ( 0.06258 ) = 1 16 f(0.06258)=\frac{1}{16} and f ( 2 m 1 m 2 ) = 2 f ( m ) f(\frac{2m}{1-m^2})=2f(m) ?

Atomsky Jahid - 3 years, 9 months ago

Log in to reply

That seems to jump around as well, indicating that the function is extremely wavy with tall waves. I'm confused as to why that happens.

James Wilson - 3 years, 9 months ago

How can we ensure that no other function satisfies this functional equation?

Manuel Kahayon - 4 years, 5 months ago

Log in to reply

Actually, I couldn't ensure that. So, I changed the condition f ( 1 ) = π 4 f(1)=\frac{\pi}{4} to f ( 0.06258 ) = 1 16 f(0.06258)=\frac{1}{16} .

Atomsky Jahid - 3 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...