Understanding Limits in Calculus: A Challenge for Differentiation

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

Homework Help Overview

The discussion revolves around a limit problem in calculus involving the function y = x^2 - 2x. The specific limit to evaluate is lim x->2 ((f(x) - f(1))/(x-1)), which has led to confusion regarding the appropriate method for finding the limit and the interpretation of the problem statement.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants explore whether to substitute values directly into the limit expression or to apply differentiation. There is a discussion about the implications of using the derivative versus direct substitution, particularly in relation to the slope of secant and tangent lines.

Discussion Status

Participants are actively questioning the problem's setup and the definitions involved. Some suggest that the problem may contain a typo regarding the limit's variable, while others clarify the distinction between evaluating the limit and finding the derivative. There is no explicit consensus, but various interpretations and approaches are being explored.

Contextual Notes

There is uncertainty regarding the definition of f(x) and whether it is correctly stated in the problem. Additionally, some participants express doubt about the relevance of the limit as x approaches 2, suggesting it may not be as instructive as other limits.

939
Messages
110
Reaction score
2

Homework Statement



I am not sure what is meant by this question:

for y = x^2 - 2x,

find

lim x->2 ((f(x) - f(1))/(x-1))

Homework Equations

for y = x^2 - 2x,

find

lim x->2 ((f(x) - f(1))/(x-1))

The Attempt at a Solution



Normally to find the limit here I would just find the derivative, but this: find

lim x->2 ((f(x) - f(1))/(x-1)) confuses me. Do you simply find f(2), f(1) and substitute them in?
 
Physics news on Phys.org
939 said:
Do you simply find f(2), f(1) and substitute them in?
Yes. Since the denominator is finite and nonzero in the limit, you can just substitute in the x value.
(Are you sure the question is right?)
 
  • Like
Likes   Reactions: 1 person
haruspex said:
Yes. Since the denominator is finite and nonzero in the limit, you can just substitute in the x value.
(Are you sure the question is right?)

Yes, that is the question. My only question is why not merely take the derivative and find the limit at x = 2 that way? It gives a different answer...
 
939 said:

Homework Statement



I am not sure what is meant by this question:

for y = x^2 - 2x,

find

lim x->2 ((f(x) - f(1))/(x-1))
There should be a definition for f(x) somewhere. It's probably intended that f(x) = x2 - 2x, but it should be stated.
939 said:

The Attempt at a Solution



Normally to find the limit here I would just find the derivative, but this: find

lim x->2 ((f(x) - f(1))/(x-1)) confuses me. Do you simply find f(2), f(1) and substitute them in?
No. That's not what you're supposed to do.
939 said:
Yes, that is the question. My only question is why not merely take the derivative and find the limit at x = 2 that way? It gives a different answer...
If you evaluate [f(2) - f(1)]/(2 - 1), what you get is the slope of the secant line between the points (1, f(1)) and (2, f(2)). By taking the limit in your problem, you're getting the slope of the tangent line at (2, f(2)).

Possibly you already know how to find the derivative of a polynomial like the one in this problem. That's not the point of this problem, though - the purpose is to have you find the slope of the tangent line at a particular point using the definition of the derivative at a point.
 
  • Like
Likes   Reactions: 1 person
939 said:

Homework Statement



I am not sure what is meant by this question:

for y = x^2 - 2x,

find

lim x->2 ((f(x) - f(1))/(x-1))

Homework Equations




for y = x^2 - 2x,

find

lim x->2 ((f(x) - f(1))/(x-1))

The Attempt at a Solution



Normally to find the limit here I would just find the derivative, but this: find

lim x->2 ((f(x) - f(1))/(x-1)) confuses me. Do you simply find f(2), f(1) and substitute them in?

Are you sure that isn't supposed to be ##x\to 1## and you haven't overlooked a typo?

Mark44 said:
There should be a definition for f(x) somewhere. It's probably intended that f(x) = x2 - 2x, but it should be stated.

No. That's not what you're supposed to do.

If you evaluate [f(2) - f(1)]/(2 - 1), what you get is the slope of the secant line between the points (1, f(1)) and (2, f(2)). By taking the limit in your problem, you're getting the slope of the tangent line at (2, f(2)).

I don't think so; not if the problem is stated correctly. In that case you are getting the slope of the secant line between (1, f(1)) and (2, f(2)). I doubt the problem is stated correctly.
 
  • Like
Likes   Reactions: 1 person
939 said:
Yes, that is the question. My only question is why not merely take the derivative and find the limit at x = 2 that way? It gives a different answer...

Because you are not dividing [f(x) - f(2)] by (x-2).
 
  • Like
Likes   Reactions: 1 person
939 said:
Yes, that is the question. My only question is why not merely take the derivative and find the limit at x = 2 that way? It gives a different answer...
As Ray V indicates, the derivative method is specifically for the case where the numerator and denominator both tend to zero in the limit. If the problem is stated correctly, they don't do that here, so just substituting in the values is the right way.
More generally, you keep taking derivatives until you get an answer that's not 0/0.
E.g. ##\lim_{x\rightarrow 0} \frac{x^2}{1-\cos x}##.
Try substituting x = 0, get 0/0, no good.
Differentiate numerator and denominator: ##\lim_{x\rightarrow 0} \frac{2x}{\sin x}##.
Try substituting x = 0, get 0/0 again, still no good.
Differentiate numerator and denominator a second time: ##\lim_{x\rightarrow 0} \frac{2}{\cos x}##.
Try substituting x = 0, get 2/1, solved.
 
  • Like
Likes   Reactions: 1 person
Mark44 said:
There should be a definition for f(x) somewhere. It's probably intended that f(x) = x2 - 2x, but it should be stated.

No. That's not what you're supposed to do.

If you evaluate [f(2) - f(1)]/(2 - 1), what you get is the slope of the secant line between the points (1, f(1)) and (2, f(2)). By taking the limit in your problem, you're getting the slope of the tangent line at (2, f(2)).

Possibly you already know how to find the derivative of a polynomial like the one in this problem. That's not the point of this problem, though - the purpose is to have you find the slope of the tangent line at a particular point using the definition of the derivative at a point.

Thanks to you and everyone!

There is one error on the question: it should read for f(x) = x^2 - 2x, for "for y".
 
939 said:
Thanks to you and everyone!
Just checking... you do realize that Mark44's response was contradicted by the other three responders, yes? (I suspect Mark read what we all expected the question to say, not what it actually says.)
 
  • #10
Yes, I must have seen it as x approaching 1. The problem isn't very interesting if the limit is as x --> 2.
 
  • #11
939 said:
lim x->2 ((f(x) - f(1))/(x-1)) confuses me. Do you simply find f(2), f(1) and substitute them in?

yes, but you also have to substitute 2 for x in the denominator-- x itself is a function of x.
 
  • #12
Mark44 said:
The problem isn't very interesting if the limit is as x --> 2.
... unless it's designed to catch people who automatically apply differentiation :wink:
 

Similar threads

Replies
3
Views
1K
Replies
30
Views
3K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K