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
SUMMARY

The discussion centers on proving that any function f(x) can be uniquely expressed as f(x) = E(x) + O(x), where E is an even function and O is an odd function. The user initially struggles with the proof but later clarifies that E(x) can be defined as E(x) = 1/2[F(x) + F(-x)] and O(x) as O(x) = 1/2[F(x) - F(-x)]. The proof hinges on the properties of even and odd functions, leading to the conclusion that if f is defined for all real numbers, the representation is valid and unique. The user also notes that functions like ln(x) or x! cannot be expressed in this form due to their domain restrictions.

PREREQUISITES
  • Understanding of even and odd functions
  • Familiarity with function notation and properties
  • Basic knowledge of limits and continuity in real analysis
  • Experience with mathematical proofs and theorem formulation
NEXT STEPS
  • Study the properties of even and odd functions in-depth
  • Learn about the uniqueness of function representations in real analysis
  • Explore the implications of domain restrictions on function definitions
  • Investigate other function decomposition techniques in mathematical analysis
USEFUL FOR

Students in analysis courses, mathematicians interested in function properties, and educators teaching function decomposition methods.

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 E(x) = 1/2[F(x) + F(-x)] and consider what O(x) could be.
 
Originally posted by Lonewolf
Try considering the function E(x) = 1/2[F(x) + F(-x)] and consider what O(x) could be.


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

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

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 \ln(x) or x! cannot be written as the sum of an even function and an odd function because neither of them is defined when x<0.

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 f can be written as:
f(x)=E(x)+O(x)
where E and O are even and odd respectively. Since we're dealing with even and odd, the natural inclination is to look at f(-x). Clearly
f(-x)=E(-x)+O(-x)
Now, using the properties of odd and even we get:
f(-x)=E(x)-O(x)
This gives us two equations, and two unknowns E and O.
Solving for E and O will give the answer.
If you need an even stronger hint, try writing f(x)+f(-x) in terms of E(x) and O(x)
 
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 19 ·
Replies
19
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 8 ·
Replies
8
Views
859
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K