How to solve this functional eq?

Find all f:RRf: \mathbb{R} \to \mathbb{R} such that x,yR\forall x, \forall y \in \mathbb{R}: f(x)+f(2yx)=2f(y)f(x)+f(2y-x)=2f(y)

#Algebra

Note by Inquisitor Math
5 months, 1 week ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

By rewriting this a bit... f(y+yx)=f(y)+f(y)f(x) f\left(y+y-x\right) = f\left(y\right) + f\left(y\right) -f\left(x\right) ...you can see, that it looks like a group homomorphism on (R,+)\left( \mathbb{ R },+ \right)

ff being a homomorphism implies a,bR:f(a+b)=f(a)+f(b)\forall a,b\in \mathbb{ R }:f\left( a+b \right) =f\left( a \right) +f\left( b \right) and therefore ff will satisfy your equation. So we know, that at least every group homomorphism f:(R,+)(R,+)f:\left( \mathbb{ R },+ \right) \rightarrow \left( \mathbb{ R },+ \right) will satisfy this equation

CodeCrafter 1 - 5 months, 1 week ago

Log in to reply

First of all, I’m greatful that you have come to rescue! I very much appreciate your help!

I’m new to these stuff about group homomorphism. Rather than asking about that, does the result above f(a+b)=f(a)+f(b)f(a+b)=f(a)+f(b) imply that f(x)=cxf(x)=cx? Well it sure doesn’t seem like it since we do not know f(0)=0f(0)=0. Could you explain in a milder way for me to understand?

By the way, I was wondering about what is the function that could be symmetrical to every point on itself? And I was expecting this could prove it is the line itself!

Inquisitor Math - 5 months, 1 week ago

Log in to reply

A group homomorphism f:(R,+)(R,+)f:\left( \mathbb{ R },+ \right) \rightarrow \left( \mathbb{ R },+ \right) has always the property f(0)=0f\left( 0 \right)=0 because f(0)=f(0+0)=f(0)+f(0)=2f(0)f\left( 0 \right)=f\left( 0 + 0\right)=f\left( 0 \right)+f\left( 0 \right)=2 f\left( 0 \right) and this only holds true iff f(0)=0f\left( 0 \right)=0. Because every homomorphism ff per definition satisfy x,yR:f(a+b)=f(a)+f(b)\forall x,y\in \mathbb{ R }:f\left( a+b \right) =f\left( a \right) +f\left( b \right) , we can conclude that your equation will be satisfied too: f(2yx)=f(2y)+f(x)=f(y+y)+f(x)=f(y)+f(y)+f(x)=2f(y)f(x)f\left(2y-x\right)=f\left(2y\right)+f\left(-x\right)=f\left(y+y\right)+f\left(-x\right)=f\left(y\right)+f\left(y\right)+f\left(-x\right)=2f\left(y\right)-f\left(x\right) (f(x)=f(x)f\left(-x\right)=-f\left(x\right) is proven in Algebra with the knowledge about group axioms by the use of additive inverse elements) I currently don't know whether there are functions out there that satisfy your equation but are not homomorphisms. (what I said in my first comment was: If ff is a homomorphism then ff will satisfy your equation, so no information given, when ff is not a homomorphism)

It is easy to check that f(x)=cxf\left(x\right)=cx is a group homomorphism and therefore will satisfy your equation. For f:(Q,+)(R,+)f:\left( \mathbb{ Q },+ \right) \rightarrow \left( \mathbb{ R },+ \right) there are no other homomorphisms, but when talking about (R,+)\left(\mathbb{R},+\right) things get weird. Unfortunately, I can't tell you anything about those nonlinear solutions (LINK) because I am just taking my first algebra lecture.

And last but not least here is another thing I noticed: When setting x=0x=0 we will get yR:f(y)=f(0)+f(2y)2\forall y\in \mathbb{ R }:f\left( y \right) =\frac { f\left( 0 \right) +f\left( 2y \right) }{ 2 } and when setting y=0y=0 we will get xR:f(x)=2f(0)f(x)\forall x\in \mathbb{ R }:f\left( x \right) =2f\left( 0 \right) -f\left( -x \right) . So we have to recoursive formulas for ff

CodeCrafter 1 - 5 months, 1 week ago

Log in to reply

@CodeCrafter 1 Thx a lot! I was confused but now I get it!

Inquisitor Math - 5 months, 1 week ago

As CodeCrafter has said, this does reduce to f(a+b)=f(a)+f(b)f(a+b) = f(a) + f(b) (Cauchy's Functional Equation). However, the way that I found that out is that the function is actually a slightly altered form, Jensen's Functional Equation. This functional equation is as follows:

f(x)+f(y)=2(x+y2)f(x) + f(y) = 2\left(\frac{x+y}{2}\right)

The process on how to transform Jensen's Functional Equation to Cauchy's Functional Equation over the reals is left as an exercise.

From there, we can "solve" Cauchy's Functional Equation over R\mathbb R, and that is also left as an (instructive) exercise.

Elijah L - 5 months, 1 week ago

Log in to reply

Oh that’s also helpful too! By the way there is an error on the eq.

Inquisitor Math - 5 months, 1 week ago

Can you check out my discussion here

Inquisitor Math - 5 months, 1 week ago
×

Problem Loading...

Note Loading...

Set Loading...