wu :: forums
« wu :: forums - Find a Function »

Welcome, Guest. Please Login or Register.
Jan 6th, 2025, 9:30pm

RIDDLES SITE WRITE MATH! Home Home Help Help Search Search Members Members Login Login Register Register
   wu :: forums
   riddles
   medium
(Moderators: towr, ThudnBlunder, Icarus, Grimbal, william wu, Eigenray, SMQ)
   Find a Function
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: Find a Function  (Read 630 times)
ThudnBlunder
wu::riddles Moderator
Uberpuzzler
*****




The dewdrop slides into the shining Sea

   


Gender: male
Posts: 4489
Find a Function  
« on: Nov 4th, 2003, 10:44am »
Quote Quote Modify Modify

Find a function F: N+ -> N+ such that
 
(i) if x < y then F(x) < F(y)
 
(ii) F(yF(x)) = x2F(xy)
« Last Edit: Feb 29th, 2004, 4:44am by ThudnBlunder » IP Logged

THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: Find a Function  
« Reply #1 on: Nov 4th, 2003, 11:33am »
Quote Quote Modify Modify

::quite a usefull function for making lenses and mirrors for telescopes..:: Tongue
IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
ThudnBlunder
wu::riddles Moderator
Uberpuzzler
*****




The dewdrop slides into the shining Sea

   


Gender: male
Posts: 4489
Re: Find a Function  
« Reply #2 on: Nov 4th, 2003, 9:48pm »
Quote Quote Modify Modify

:Don't see how it concerns my refractor telescope. Or my contact lenses. Tongue
IP Logged

THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: Find a Function  
« Reply #3 on: Nov 5th, 2003, 12:58am »
Quote Quote Modify Modify

I don't know about the first (because the term doesn't ring a bell), but it does concern the second.. (though that get's a lot more complecated by other considerations as well)
IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
Eigenray
wu::riddles Moderator
Uberpuzzler
*****






   


Gender: male
Posts: 1948
Re: Find a Function  
« Reply #4 on: Nov 5th, 2003, 2:33am »
Quote Quote Modify Modify

If F is a polynomial, condition (i) is extraneous (there is still a unique solution without it), so should we be looking for non-polynomial solutions?
IP Logged
Dudidu
Full Member
***





   


Posts: 227
Re: Find a Function  
« Reply #5 on: Nov 5th, 2003, 3:17am »
Quote Quote Modify Modify

Can anyone tell me what is wrong with this solution (if it is wrong) Huh:
F(n) = n2.
Quote:
function F: N+ -> N+
The suggested F fulfills this condition.
Quote:
if x < y then F(x) < F(y)
The suggested F fulfills this condition since 2 is strictly monotonically increasing when n[in]N+.
Quote:
F(yF(x)) = x2F(xy)
The suggested F fulfills this condition since F(yF(x)) = F (yx2) = y2x4 and x2F(xy) = x2x2y2 = y2x4.
IP Logged
ThudnBlunder
wu::riddles Moderator
Uberpuzzler
*****




The dewdrop slides into the shining Sea

   


Gender: male
Posts: 4489
Re: Find a Function  
« Reply #6 on: Nov 5th, 2003, 3:26am »
Quote Quote Modify Modify

Quote:
Can anyone tell me what is wrong with this solution

I don't see a solution. Only an answer.   Cheesy
 
on Nov 5th, 2003, 2:33am, Eigenray wrote:
If F is a polynomial, condition (i) is extraneous

Condition (i) is used in condition (ii) to arrive at a solution.
 
 
« Last Edit: Nov 5th, 2003, 3:30am by ThudnBlunder » IP Logged

THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
Eigenray
wu::riddles Moderator
Uberpuzzler
*****






   


Gender: male
Posts: 1948
Re: Find a Function  
« Reply #7 on: Nov 5th, 2003, 8:15am »
Quote Quote Modify Modify

on Nov 5th, 2003, 3:26am, THUDandBLUNDER wrote:
Condition (i) is used in condition (ii) to arrive at a solution.

 
I don't believe there are any polynomials F : N+ -> N+ that satisfy (ii) but not (i).  Since you bothered to include (i) as a condition, it suggests to me that there are nonpolynomial solutions to (ii), but not (i), which should be excluded from the nonpolynomial solutions to (ii) that we should perhaps be trying to find, if that was your intention when asking this question.  Or, more likely, including (i) makes the solution unique.
 
Is F(x)=x2 the only solution?  So far I've figured out that you must have F(2k) = 4k, so it seems likely.
 
Edit: What I mean is that since the problem asked for a solution, (i) is irrelevent, unless we're looking for all solutions.
« Last Edit: Nov 5th, 2003, 6:59pm by Eigenray » IP Logged
Icarus
wu::riddles Moderator
Uberpuzzler
*****



Boldly going where even angels fear to tread.

   


Gender: male
Posts: 4863
Re: Find a Function  
« Reply #8 on: Nov 5th, 2003, 10:06am »
Quote Quote Modify Modify

Functional equations such as (ii) often have a finite number (usually 1) of continuous solutions, but also have an infinite number of discontinuous ones. Whether this is the case for (ii) itself, I don't know. But in order for the solution to be unique, you generally have to give a second condition, such as "F is continuous" or "F is a polynomial" or "F is strictly increasing".  
 
I do not see why either of the first two would be preferable to the third in the statement of the problem. In particular, "F is a polynomial" gives a considerable amount of additional information which I doubt is needed to obtain uniqueness - thereby weakening the final result.
IP Logged

"Pi goes on and on and on ...
And e is just as cursed.
I wonder: Which is larger
When their digits are reversed? " - Anonymous
ThudnBlunder
wu::riddles Moderator
Uberpuzzler
*****




The dewdrop slides into the shining Sea

   


Gender: male
Posts: 4489
Re: Find a Function  
« Reply #9 on: Nov 6th, 2003, 3:32am »
Quote Quote Modify Modify

Quote:
But in order for the solution to be unique, you generally have to give a second condition, such as "F is continuous" or "F is a polynomial" or "F is strictly increasing".  

Or, as in this case, "F is one-to-one".
IP Logged

THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
Icarus
wu::riddles Moderator
Uberpuzzler
*****



Boldly going where even angels fear to tread.

   


Gender: male
Posts: 4863
Re: Find a Function  
« Reply #10 on: Nov 6th, 2003, 9:57am »
Quote Quote Modify Modify

on Nov 4th, 2003, 10:44am, THUDandBLUNDER wrote:
i) if x < y then F(x) < F(y)

 
This would be "F is strictly increasing" - much stronger than "one-to-one".
IP Logged

"Pi goes on and on and on ...
And e is just as cursed.
I wonder: Which is larger
When their digits are reversed? " - Anonymous
ThudnBlunder
wu::riddles Moderator
Uberpuzzler
*****




The dewdrop slides into the shining Sea

   


Gender: male
Posts: 4489
Re: Find a Function  
« Reply #11 on: Feb 29th, 2004, 5:07am »
Quote Quote Modify Modify

Solution:
We have the conditions  
(i) If x < y then F(x) < F(y)  
(ii) F(yF(x)) = x2F(xy)  
 
(i) implies that F is one-to-one.
 
Putting x = 1 in (ii) we get
F(yF(1)) = F(y)
If F(1) > 1 then condition 1 is violated.  
So F(1) = 1
 
Now putting y = 1 in (ii) we get
(iii) F(F(x)) = x2F(x)
 
By applying condition (ii) twice we get
F(F(x)F(y)) = y2F(yF(x)) = y2x2F(xy) = (xy)2F(xy)
 
Hence
(iv) F(F(x)F(y)) = (xy)2F(xy)
 
In (iv) replacing xy with x and 1 with y we get
F(F(xy)) is also equal to (xy)2F(xy)
 
But since F is one-to-one we have that
(v) F(x)F(y) = F(xy)
 
Hence
(a) F(F(x)) = x2F(x)
(b) F(x)F(y) = F(xy)
 
Now suppose F(x) > x2 for some x
Then  
F(F(x)) > F(x2) = F(x)F(x)
That is
x2F(x) > F(x)F(x)
which means
x2 > F(x)
which contradicts F(x) > x2
 
A similar contradiction arises by assuming F(x) < x2
Therefore we must have that
F(x) = x2 for all x

 
« Last Edit: Feb 29th, 2004, 9:03am by ThudnBlunder » IP Logged

THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
MatrixFrog
Newbie
*





   
WWW

Gender: male
Posts: 1
Re: Find a Function  
« Reply #12 on: Mar 26th, 2004, 8:13pm »
Quote Quote Modify Modify

on Nov 4th, 2003, 9:48pm, THUDandBLUNDER wrote:
:Don't see how it concerns my refractor telescope. Or my contact lenses. Tongue

 
y=x2 is an equation for a parabola. there is a particular point for every parabola, called the "focus"... if you put a light source at the focus of a parabolic mirror, every ray of light will end up reflecting off the parabola and moving parallel to the axis of symmetry... http://www.cut-the-knot.org/Curriculum/Geometry/ParabolaMirror.shtml
 
i meant to hide this, but my coding was a failure... sorry
IP Logged
ThudnBlunder
wu::riddles Moderator
Uberpuzzler
*****




The dewdrop slides into the shining Sea

   


Gender: male
Posts: 4489
Re: Find a Function  
« Reply #13 on: Mar 26th, 2004, 11:01pm »
Quote Quote Modify Modify

Quote:
y=x2 is an equation for a parabola. there is a particular point for every parabola, called the "focus"... if you put a light source at the focus of a parabolic mirror, every ray of light will end up reflecting off the parabola and moving parallel to the axis of symmetry...

I mentioned refractor telescopes, not parabolic reflectors.
IP Logged

THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
Icarus
wu::riddles Moderator
Uberpuzzler
*****



Boldly going where even angels fear to tread.

   


Gender: male
Posts: 4863
Re: Find a Function  
« Reply #14 on: Mar 27th, 2004, 6:47am »
Quote Quote Modify Modify

I believe parabolic surfaces are preferable for lenses as well as for mirrors. The reason we usually use spherical surfaces is that they are much easier to produce. But with any spherical lens or mirror, you get "spherical aberation" - the failure of light to focus on a single point, causing the image to be slightly blurry.
IP Logged

"Pi goes on and on and on ...
And e is just as cursed.
I wonder: Which is larger
When their digits are reversed? " - Anonymous
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board