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

  • Thread starter gimpy
  • Start date
  • Tags
    Function
In summary, LoneWolf suggests that the function f(x) can be written as f(x)=E(x)+O(x) where E and O are even and odd functions, respectively. This gives two equations and two unknowns E and O, which can be solved for to give the answer. However, this does not prove that the function f(x) can only be written that way.
  • #1
gimpy
28
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
  • #2
Try considering the function [tex]E(x) = 1/2[F(x) + F(-x)][/tex] and consider what [tex]O(x)[/tex] could be.
 
  • #3
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.
 
  • #4
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]
 
  • #5
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.
 
  • #6
cool, thanks guys, i didn't understand what i was trying to prove.

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

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

What does the statement "prove any function f(x) can be written uniquely as f(x) = E(x) + O(x)" mean?

The statement means that any function f(x) can be expressed as the sum of two parts, E(x) and O(x), where E(x) represents the even part of the function and O(x) represents the odd part of the function. This decomposition is unique, meaning that there is only one way to express f(x) in this form.

What is the even part of a function?

The even part of a function, denoted as E(x), is the part of the function that is symmetric with respect to the y-axis. In other words, if you reflect the graph of the function over the y-axis, the resulting graph will be identical to the original graph. The even part of a function is also called the "cosine part" because it can be represented using only even powers of cosine.

What is the odd part of a function?

The odd part of a function, denoted as O(x), is the part of the function that is symmetric with respect to the origin. In other words, if you rotate the graph of the function by 180 degrees around the origin, the resulting graph will be identical to the original graph. The odd part of a function is also called the "sine part" because it can be represented using only odd powers of sine.

How can you prove that any function can be written uniquely as f(x) = E(x) + O(x)?

This can be proven using the Fourier series expansion, which states that any periodic function can be expressed as an infinite sum of sines and cosines. By extending this concept to non-periodic functions, we can express any function as a sum of even and odd parts. The uniqueness of this decomposition can be shown using mathematical induction.

What are the applications of expressing a function in the form of f(x) = E(x) + O(x)?

This decomposition can be useful in solving differential equations and evaluating integrals, as it allows us to simplify the calculations by breaking down the function into its even and odd parts. It is also helpful in understanding the behavior and properties of a function, such as its symmetry and periodicity. Additionally, this concept is used in signal processing and image analysis to separate the even and odd components of a signal or image.

Back
Top