Evaluating Limit: f(x+h) - f(x) / h for f(x) = (x^2)sin(1/x)

  • Thread starter Thread starter MathewsMD
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Homework Help Overview

The discussion revolves around evaluating the limit of the expression (f(x+h) - f(x)) / h for the function f(x) = (x^2)sin(1/x). Participants are exploring the implications of this limit in the context of finding the derivative, particularly as h approaches zero.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss whether the expression should be evaluated for any function h or specifically as h approaches zero. There are attempts to apply the product rule and to clarify the steps taken in evaluating the limit. Some participants express confusion over the application of limits and the correct handling of the expression.

Discussion Status

There is an ongoing examination of the steps taken to evaluate the limit, with some participants questioning the validity of certain manipulations. Guidance has been offered regarding the correct application of limits and the need for clarity in the calculations. Multiple interpretations of the problem are being explored, particularly regarding the handling of the limit as h approaches zero.

Contextual Notes

Participants note the challenge of applying the limit definition and express uncertainty about the methods available for simplifying the limit, particularly in the context of the function's behavior at x = 0 and x ≠ 0.

MathewsMD
Messages
430
Reaction score
7
Evaluate: f(x+h) - f(x) / h if f(x) = (x^2)sin(1/x)

I've tried evaluating, but only end up with 2xsin(1/x), and that is incorrect. I have also not learned L'Hospital's rule yet so any help would be great!
 
Physics news on Phys.org
Is the question asking you to evaluate that expression for any function h, or is it asking you to calculate the limit as h goes to zero (i.e. find the derivative)?

Assuming the latter, you need to use the product rule
 
Office_Shredder said:
Is the question asking you to evaluate that expression for any function h, or is it asking you to calculate the limit as h goes to zero (i.e. find the derivative)?

Assuming the latter, you need to use the product rule


It is the latter. And you can only evaluate using limits.
 
Pls post your attempt.
 
I think it's bizarre they want you to calculate this using the limit definition, but it is what it is. Like haruspex said, to help you we will need to see what calculations you did when you tried calculating the limit (we should be able to easily identify the point where you made your mistake)
 
I did:

=lim [[(x+h)^2]sin(1/x+h) - (x^2)sin(1/x)]/h
h→0

=lim [(x^2)sin(1/x+h) + 2xhsin(1/x+h) + (h^2)sin(1/x+h) - (x^2)sin(1/x)]/h
h→0

=[lim[(x^2)sin(1/x+h) - (x^2)sin(1/x)] + lim[2xhsin(1/x+h) + (h^2)sin(1/x+h)]]/lim h
h→0 h→0 h→0

= 0 + lim [[h (2xsin(1/x+h) + hsin(1/x+h)]/h]
h→0

= lim (2xsin(1/x+h) + hsin(1/x+h)]
h→0

= 2xsin(1/x)

If there are any errors in my steps, please point them out. This is not the correct answer (I believe), and if someone could show me the correct way to evaluate this limit, both when x = 0 and when x ≠ 0, that would be great. Thanks!

EDIT: The h→0 should be everywhere you see the lim notation. Sorry, I can't really format well here.
 
You seem to have made the claim that
[tex]\lim_{h\to \0} \frac{ x^2 \sin(1/(x+h)) - x^2 \sin(1/x)}{h} = 0[/tex]

which is not correct.
 
I meant:


[tex]\lim_{h\to\ 0} {x^2 \sin(1/(x+h)) - x^2 \sin(1/x)} = 0[/tex]


Then I assigned the limit to the denominator (h) and since the numerator was just addition, I did the same for the last two terms.
 
Last edited:
I see what you are doing now - it was hard to read in your last post but you cannot move around limits and fractions like that. Once you get to this point

[tex]\frac{ x^2 \sin(1/(x+h)) - x^2 \sin(1/x) + 2xh\sin(1/(x+h)) + h^2 \sin(1/(x+h))}{h}[/tex]

You cannot re-write this as
[tex]x^2 \sin(1/(x+h)) - x^2 \sin(1/x) + \frac{2xh \sin(1/(x+h)) + h^2 \sin(1/(x+h)}{h}[/tex]
 
Last edited:
  • #10
[tex][ \lim_{h\to\ 0}{(x^2 \sin(1/(x+h)) - x^2 \sin(1/x)) + \lim_{h\to\ 0}(2xh\sin(1/(x+h)) + h^2 \sin(1/(x+h))}] ÷ \lim_{h\to\ 0}{h}[/tex]
 
Last edited:
  • #11
First, you still split the fraction in a way that you are not allowed to (by not having an h in the denominator of your first term). Second, you can only split the limit between the numerator and denominator like that if both limits exist and the denominator does not go to zero, which is clearly does. Your second fraction is 0/0, not 2xsin(1/x).
 
  • #12
Office_Shredder said:
First, you still split the fraction in a way that you are not allowed to (by not having an h in the denominator of your first term). Second, you can only split the limit between the numerator and denominator like that if both limits exist and the denominator does not go to zero, which is clearly does. Your second fraction is 0/0, not 2xsin(1/x).

Okay. So what method would be best in this case to overcome this problem?

I don't think factoring is really an option here and I don't see a good term to use to rationalize.
 
  • #13
Is there any path I should take or something I am missing that would help me further simplify this limit?
 
  • #14
Try writing it as
[tex]\lim_{h\to 0} \frac{ x^2\sin(1/(x+h)) - x^2 \sin(1/x)}{h} + \lim_{h\to 0}\frac{ 2xh \sin(1/x) + h^2 \sin(1/x)}{h}[/tex]
 
  • #15
Office_Shredder said:
Try writing it as
[tex]\lim_{h\to 0} \frac{ x^2\sin(1/(x+h)) - x^2 \sin(1/x)}{h} + \lim_{h\to 0}\frac{ 2xh \sin(1/x) + h^2 \sin(1/x)}{h}[/tex]


The right side would simplify to 2xsin(1/x) but it's the left side that I'm having trouble with. You can factor out the x^2 and then have the definition of the derivative of sin(1/x) which equals cos(1/x).
I know there are proofs to go from the left to the right side, but I was trying to understand and devise my own method I guess, which was the harder part.

Thanks for the help.
 
  • #16
MathewsMD said:
You can factor out the x^2 and then have the definition of the derivative of sin(1/x) which equals cos(1/x).

This is not quite right.

I know there are proofs to go from the left to the right side, but I was trying to understand and devise my own method I guess, which was the harder part.

I don't understand what you mean by going from the left to the right side... the left to right side of what I wrote? Those two halfs of the expression are fairly independent.
 
  • #17
Office_Shredder said:
This is not quite right.
I don't understand what you mean by going from the left to the right side... the left to right side of what I wrote? Those two halfs of the expression are fairly independent.

Oh sorry. I initially wrote [tex]\lim_{h\to 0} \frac{\sin(1/(x+h)) - \sin(1/x)}{h}[/tex]

Took it out since I'm still learning to format and it wasn't coming out properly. Sorry for the poor formatting here.

And can't you factor the x^2 out of this limit?

[tex]\lim_{h\to 0} \frac{ x^2\sin(1/(x+h)) - x^2 \sin(1/x)}{h}[/tex]
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
4
Views
1K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
2
Views
2K
Replies
4
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K