Prove any function f(x) can be written uniquely as f(x) = E(x) + O(x)

  • Context: Graduate 
  • Thread starter Thread starter gimpy
  • Start date Start date
  • Tags Tags
    Function
Click For Summary

Discussion Overview

The discussion revolves around the proof that any function f(x) can be expressed uniquely as the sum of an even function E(x) and an odd function O(x). The participants explore the definitions and properties of even and odd functions, as well as the conditions under which this representation holds true.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant expresses confusion about how to prove that any function f(x) can be written as f(x) = E(x) + O(x), given the definitions of E and O.
  • Another participant suggests defining E(x) and O(x) in terms of f(x) and f(-x) to facilitate the proof.
  • A later reply points out that certain functions, like ln(x) or x!, cannot be expressed as the sum of an even and an odd function due to their domain restrictions.
  • Participants discuss the implications of assuming f(x) can be expressed in the required form and how to derive properties of E and O from f(x) and f(-x).
  • One participant clarifies that the uniqueness of the representation is still in question and seeks further confirmation on this aspect.

Areas of Agreement / Disagreement

Participants generally agree on the approach to define E(x) and O(x) based on f(x) and f(-x), but there is disagreement regarding the uniqueness of the representation and the conditions under which it holds true. The discussion remains unresolved on the uniqueness aspect.

Contextual Notes

Limitations include the assumption that f(x) is defined for all real numbers, which may not hold for all functions. The discussion also highlights the need to clarify the uniqueness of the decomposition into even and odd functions.

gimpy
Messages
28
Reaction score
0
Ok I am taking an analysis course and I am having trouble with one of these proofs.

Prove any function f(x) can be written uniquely as f(x) = E(x) + O(x) when E is and even function and O is an odd function.

So to try and prove it i did this:
f(-x) = E(-x) + O(-x)
E(-x) = E(x) since E is an even function
O(-x) = -O(x) since O is an odd function
therefore
E(-x) + O(-x) = E(x) + (-O(x)) = E(x) - O(x)

Im sure that is right i just don't see how this could be a proof that any function f(x) can be written uniquely as f(x) = E(x) + O(x) when E is and even function and O is an odd function.

So i did some more calculations:
Suppose E and O are are both even functions, then:
f(-x) = E(-x) + O(-x) = E(x) + O(x)
Suppose E and O are both odd functions, then:
f(-x) = E(-x) + O(-x) = -E(x) + (-O(x)) = -E(x) - O(x) = -(O(x) + E(x))
and finally suppose E is odd and O is even:
f(-x) = E(-x) + O(-x) = -E(x) + O(x)


Am on on the right track of did i completely miss something?

Thanks
 
Last edited:
Physics news on Phys.org
Try considering the function [tex]E(x) = 1/2[F(x) + F(-x)][/tex] and consider what [tex]O(x)[/tex] could be.
 
Originally posted by Lonewolf
Try considering the function [tex]E(x) = 1/2[F(x) + F(-x)][/tex] and consider what [tex]O(x)[/tex] could be.


Ok so
[tex]E(x) = 1/2[F(x) + F(-x)][/tex]
[tex]O(x) = 1/2[F(x) - F(-x)][/tex]

then
[tex]F(x) = E(x) + O(x)[/tex]
[tex]= 1/2[F(x) + F(-x)] + 1/2[F(x) - F(-x)][/tex]
[tex]= 1/2[F(x) + F(-x) + F(x) - F(-x)][/tex]
[tex]= 1/2[2F(x)][/tex]
[tex]= F(x)[/tex]

Ok this is what i have worked out so far. But i still don't see how it solves my problem. I must be missing something.
 
Well, there are functions that can't be written that way. For example [tex]\ln(x)[/tex] or [tex]x![/tex] cannot be written as the sum of an even function and an odd function because neither of them is defined when [tex]x<0[/tex].

A good tactic for situations like this can be to attempt to find problems with the statement.

Let's assume - for now - that a function [tex]f[/tex] can be written as:
[tex]f(x)=E(x)+O(x)[/tex]
where [tex]E[/tex] and [tex]O[/tex] are even and odd respectively. Since we're dealing with even and odd, the natural inclination is to look at [tex]f(-x)[/tex]. Clearly
[tex]f(-x)=E(-x)+O(-x)[/tex]
Now, using the properties of odd and even we get:
[tex]f(-x)=E(x)-O(x)[/tex]
This gives us two equations, and two unknowns [tex]E[/tex] and [tex]O[/tex].
Solving for [tex]E[/tex] and [tex]O[/tex] will give the answer.
If you need an even stronger hint, try writing [tex]f(x)+f(-x)[/tex] in terms of [tex]E(x)[/tex] and [tex]O(x)[/tex]
 
First state the "theorem" clearly:

Any function, f, defined for all real numbers, can be written f(x)= E(x)+ O(x) where E is even and O is odd. If f is not defined for all real numbers, this may not be true.

The problem with your "proof" is that you start by assuming that f(x)= E(x)+ O(x) which is what you are asked to prove.

What LoneWolf suggested was that you define E(x)= (f(x)+ f(-x))/2 and O(x)= (f(x)- f(-x))/2. You showed in your response to that that
f(x)= E(x)+ O(x). The part you are "missing" is that

E(-x)= (f(-x)+ f(-(-x))/2= (f(-x)+ f(x))/2= E(x) and
O(-x)= (f(-x)- f(-(-x))/2= (f(-x)- f(x))/2= -(f(x)- f(-x))/2= -O(x) so that these are even and odd functions.
 
cool, thanks guys, i didn't understand what i was trying to prove.

Ok but does this proove that it is unique?
 
Last edited:

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 36 ·
2
Replies
36
Views
7K