The derivative by definition of (x^3)*sin(1/x)

In summary, the function is differentiable at all points in its domain, but the derivative is not continuous everywhere.
  • #1
icantadd
114
0

Homework Statement


define h(x) = (x^3)*sin(1/x) , x not= 0, and h(0) = 0. Show h is differentiable everywhere, h' is continuous everywhere but fails to have a derivative at exactly one point. You can use rules for differentiating, products, sums, and quotients learned in calculus...


Homework Equations


f : D -> R has a derivative at some x0 in D that is also an accumulation point of D iff lim t->0 (f(x0 + t) - f(x0))/t exists iff lim x -> x0 (f(x0) - f(x) )/(x-x0) exists

sinA - sinB = 2sin(1/2(A-B))cos(1/2(A+B))


The Attempt at a Solution


To show that a function is differentiable at all points in its domain, must show the limit (f(x0+t) - f(x0))/t exists as t gets small. I suppose there is a trick with differentiability I am missing. For example, I know I could use the product and chain rules on the function and get the derivative in a couple seconds. But we haven't really gotten there yet, and even though the problem says they are fair game, I am not sure how to show the function is differentiable everywhere by taking the derivative.

Here is what I was thinking, but am not sure how to prove. We also have to show the derivative is continuous everywhere. I can show that I am sure. But if the derivative is continuous everywhere, does that mean that the function is differentiable everywhere?

So, I have two equivalent definitions. I choose the definition involving t. Need to show that the
lim t->0 [(x0 + t)^3sin(1/x0 + t) - x0^3sin(1/x0)] / (x - x0) exists

There is nothing here to really work with so adding and subtracting (x0+t)^3sin(1/x0) seems like a doable choice. This allows one half of the limit to certainly exist.

Let c = (x0 + t)^3sin(1/x) - x0^3sin(1/x) = sin(1/x)*( (x0 + t)^3 - x0)^3)
= sin(1/x0)*[t^3 + 3tx0^2 + 3x0t^2]
Let d = (x0 + t)^3(sin(1/ (x0 + t) - sin(1/x0))
And h is differentiable iff lim t->0 (d - c)/t exists iff lim t->0 d/t exists and lim t->0 -c/t exists.

The lim t->0 -c/t exists. One could easily factor out a t, and then it follows nicely. But what about the limit of d / t ? I tried using the sinA - sinB identity, and things just get messier. I am tempted to believe that things may have to get really messy in this one, because the chain rule is involved in differentiating the actual problem. I just hit a wall.
 
Physics news on Phys.org
  • #2
icantadd said:
So, I have two equivalent definitions. I choose the definition involving t. Need to show that the
lim t->0 [(x0 + t)^3sin(1/x0 + t) - x0^3sin(1/x0)] / (x - x0) exists

You mean [tex]\lim_{t \to 0} \frac{(x+t)^3sin(\frac{1}{x+t})-x^3sin(\frac{1}{x})}{t}[/tex] right?

Start by expanding [itex](x+t)^3[/itex], then divide up the fraction into two terms: (1) a [tex]\frac{x^3\left( sin(\frac{1}{x+t})-sin(\frac{1}{x}) \right)}{t}[/tex] term and (2) the leftovers

For your first term, you will have to use your trig identity and for the second term, just factor out a t and compute the limit directly.
 
  • #3
gabbagabbahey said:
You mean [tex]\lim_{t \to 0} \frac{(x+t)^3sin(\frac{1}{x+t})-x^3sin(\frac{1}{x})}{t}[/tex] right?

For your first term, you will have to use your trig identity and for the second term

Yes. that is what I meant.

Now, going on what you said, I get something similar to the problem I originally was trying to solve. I end up with a limit:
[tex]
\lim_{t \to 0} \frac{x^3(2*sin(\frac{-t}{2x(x+t)})*cos(\frac{2x+t}{2x(x+t)}))}{t}
[\tex]

And I just don't know how to get rid of division by 0 in this case, to make the derivative work.
 
  • #4
Well the cosine term is no problem as t approaches zero, so use the limit of products riule so that you will only need to find:

[tex]\lim_{t \to 0} \frac{sin(\frac{-t}{2x(x+t)})}{t}[/tex]

For which you can use l'Hôpital's rule. (Or, if you really don't want to use derivatives, use the power series representation of sine)
 
Last edited:
  • #5
gabbagabbahey said:
Well the cosine term is no problem as t approaches zero, so use the limit of products riule so that you will only need to find:

[tex]\lim_{t \to 0} \frac{sin(\frac{-t}{2x(x+t)})}{t}[/tex]

For which you can use l'Hôpital's rule. (Or, if you really don't want to use derivatives, use the power series representation of sine)

I would use l'Hopitals rule, except "I don't know that yet." The problem is doing this with just the definition of differentiability and the rules for continuity and limits and such. Once we can establish that the limit exists, we can use the product and chain rules to see what the derivative looks like, and show other things, such as where is the derivative not continuous at. You are right though, using the product of limits theorem, I can justify only needing to show
[tex]\lim_{t \to 0} \frac{sin(\frac{-t}{2x(x+t)})}{t}[/tex]
But then, how to show this? I cannot factor out a t. There is no self-apparent way to get rid of the t aka division by 0 of the overall limit. This is essentially the question and I think the problem they are getting at.
 
  • #6
If you can't use l'Hôpital's rule, then use the power series representation of sine; namely:

[tex]Sin(u)=\sum_{n=0}^{\infty} \frac{(-1)^n u^{2n+1}}{(2n+1)!}[/tex]

with [itex]u=\frac{-t}{2x(x+t)}[/itex]...only the n=0 term will be non-zero in the limit, since all others will have some power of t as a factor (after you divide through by t).
 
  • #7
Brilliant! Thank you.

If you don't mind me asking, what about the problem made you think, power series representation of sine would be appropriate?
 

1. What is the formula for the derivative of (x^3)*sin(1/x)?

The formula for the derivative of (x^3)*sin(1/x) is d/dx[(x^3)*sin(1/x)] = 3x^2*sin(1/x) - (x^3)*(1/x^2)*cos(1/x).

2. How do you find the derivative of (x^3)*sin(1/x) using the definition of a derivative?

To find the derivative of (x^3)*sin(1/x) using the definition of a derivative, we first expand the expression to (x^3)*(sin(1/x)/1). Then, using the definition of a derivative, we take the limit as h approaches 0 of [((x+h)^3)*(sin(1/(x+h))/1) - (x^3)*(sin(1/x)/1)]/h and simplify to get 3x^2*sin(1/x) - (x^3)*(1/x^2)*cos(1/x).

3. What is the derivative of (x^3)*sin(1/x) at x=0?

The derivative of (x^3)*sin(1/x) at x=0 is undefined. This is because the expression contains a division by x, which is not defined at x=0. However, we can use the limit definition of a derivative to find that the limit of the derivative as x approaches 0 is 0.

4. Can you simplify the derivative of (x^3)*sin(1/x)?

Yes, the derivative of (x^3)*sin(1/x) can be simplified to 3x^2*sin(1/x) - (x^3)*(1/x^2)*cos(1/x). However, this may not be considered a fully simplified form as it still contains the term (1/x^2).

5. What is the relationship between the graph of (x^3)*sin(1/x) and its derivative?

The graph of (x^3)*sin(1/x) is a continuous, oscillating curve with infinitely many maximum and minimum points. Its derivative, 3x^2*sin(1/x) - (x^3)*(1/x^2)*cos(1/x), is also a continuous, oscillating curve with infinitely many maximum and minimum points. However, the derivative curve is shifted upwards by a factor of 3x^2 and has an additional factor of cos(1/x) which causes it to change direction more frequently. Additionally, the derivative is equal to 0 at the same points where the original function has a maximum or minimum value.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
910
  • Calculus and Beyond Homework Help
Replies
0
Views
151
  • Calculus
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
23
Views
942
  • Calculus and Beyond Homework Help
Replies
7
Views
267
  • Engineering and Comp Sci Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
699
  • Calculus and Beyond Homework Help
Replies
2
Views
147
  • Calculus and Beyond Homework Help
Replies
2
Views
233
  • Programming and Computer Science
2
Replies
36
Views
3K
Back
Top