How to prove if f(x) is infinitely differentiable

  • Thread starter Thread starter j-lee00
  • Start date Start date
  • Tags Tags
    Differentiable
j-lee00
Messages
93
Reaction score
0
Say I have the function

f(x) = x^5ln(x)

I can differentiate f(x) say 6 times and I'm left with just ln(x). But this is not a proof!

How do I go about proving it?

Could I use the Taylor expansion?
 
Physics news on Phys.org
In general, I'm not sure what the best way to prove infinitive differentiability is, but in this case: taylor expansion would work very well (because there is such a nice clean answer).
 
If f(x) and g(x) are differentiable n times, then f(x)g(x) is differentiable n times (proof by induction). So if f(x) and g(x) are differentiable infinitely many times, so is f(x)g(x).
 
Office_Shredder said:
If f(x) and g(x) are differentiable n times, then f(x)g(x) is differentiable n times (proof by induction). So if f(x) and g(x) are differentiable infinitely many times, so is f(x)g(x).

Say f(x)=x^5 and g(x)=ln(x) but f(x) is not infinitely differentiable ?
 
x^5 is infinitely differentiable. Why? Also, if I ask you for the nth derivative of some function h(x), for any value of n, and you can give it to me, would you agree that h(x) is infinitely differentiable?
 
Tedjn said:
x^5 is infinitely differentiable. Why? Also, if I ask you for the nth derivative of some function h(x), for any value of n, and you can give it to me, would you agree that h(x) is infinitely differentiable?

So if the derivative = 0, then it is still differentiable?
 
Yes. To see this, just apply the definition of derivative to f(x) = 0.
 
I'm wondering if i can go about saying that the taylor expansion of x^5 * ln(x) is equal to the taylor expansion of x^5 multiply the taylor expansion of ln(x). Since ln(x) is infinitely differentiable, x^5 * ln(x) is also infinitely differentiable..
 
The taylor series is unique for a given function so if you find a series which fits the taylor series form, then it is the taylor series of that function. The problem with x5*ln(x) is that ln(x) doesn't have a taylor series expansion about 0.
 
  • #10
j-lee00 said:
Say I have the function

f(x) = x^5ln(x)

I can differentiate f(x) say 6 times and I'm left with just ln(x). But this is not a proof!

How do I go about proving it?

Could I use the Taylor expansion?

If you differentiate f 6 times you are not left with \ln(x).
 
  • #11
Wizlem said:
The taylor series is unique for a given function so if you find a series which fits the taylor series form, then it is the taylor series of that function. The problem with x5*ln(x) is that ln(x) doesn't have a taylor series expansion about 0.

Simply out of curousity.. Where can i find the proof for the uniqueness of taylor series of function?
 
  • #12
icystrike said:
Simply out of curousity.. Where can i find the proof for the uniqueness of taylor series of function?
Well, there's not really anything to prove: the Taylor series is defined as some special power series, namely whose coefficients a_n are explicitly prescribed: some constant times the n-th derivative. Otherwisre see here.

Interesting (in complex analysis): two convergent power series which coincide on an infinite set with 0 as accumulation point, must be equal. See e.g. Serge Lang's book, p.62.
 
Last edited:
  • #13
Using power series is a weak way to do this. For example, you could expand ln(x) as a power series around x=1, and x5 as a power series around x=1, but when you multiply them you get a power series with a radius of convergence of 1 (because that's the radius of convergence of ln(x)). So how do I know that the function is infinitely differentiable at x=7?
 
  • #14
Here's what I would do:

1. Every polynomial of degree n can be differentiated (n+1) times before vanishing (it is n+1 times differentiable).
2. Thus, an infinite order polynomial is infinitely differentiable.
3. The power series expansion of ln x is of infinite degree. This expansion absorbs the x^5 term, merely creating another infinite degree expansion with each term 5 degrees higher. This combined expansion is infinitely differentiable.

I don't know what rigor my proof lacks, but that's my take if it's at all valuable.

NVM: I ignored radius of convergence as pointed out by the previous poster. HOWEVER, can one use analytic continuation to "cover" the entire domain of the function?
 
  • #15
Jilvin said:
Here's what I would do:

1. Every polynomial of degree n can be differentiated (n+1) times before vanishing (it is n+1 times differentiable).
A polynomial is infinitely differentiable - every derivative after the n+1st is zero, but that is immaterial.
2. Thus, an infinite order polynomial is infinitely differentiable.
There is no such thing as an infinite order polynomial.
3. The power series expansion of ln x is of infinite degree. This expansion absorbs the x^5 term, merely creating another infinite degree expansion with each term 5 degrees higher. This combined expansion is infinitely differentiable.
This is correct heuristically, and may be all the OP needs. But I would expect that the statements made in (1) and (2) would still run afoul of his/her professor's grading. The correct terms must be used. Even so, it is possible to show that the function is infinitely differentiable without resorting to power series.
 
  • #16
Multiplying two infinitely differentiable functions gives an infinitely differentiable function (the details for why are sketched above). This doesn't need to be more complicated than it is
 
Back
Top