Find the limit of (x^7+1)/(x+1) as x goes to -1?

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

Homework Help Overview

The problem involves finding the limit of the expression (x^7+1)/(x+1) as x approaches -1, and it also asks about the implications for the derivative of the function at that point, specifically regarding the slope at x = -1.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the limit evaluation and its relation to the derivative, with some expressing confusion about the interpretation of the limit in the context of the slope of the tangent line.

Discussion Status

There are differing opinions on the limit's implications for the slope, with some participants asserting that the limit is 7, while others suggest it indicates a slope of -21. The conversation explores the relationship between the limit and the derivative, with references to the difference quotient and potential misinterpretations of the problem statement.

Contextual Notes

Some participants note ambiguity in the problem's wording, which may lead to different interpretations of the function in question. There is also mention of the need to factor the expression to resolve the limit, with references to polynomial behavior near the point of interest.

DrummingAtom
Messages
657
Reaction score
2

Homework Statement


Find the limit of (x^7+1)/(x+1) as x goes to -1? Also find what this means for the derivative of that function. What is the slope at point "-1"?


Homework Equations


Use the difference of squares to factor and then cancel the bottom.



The Attempt at a Solution


I did this and then got x^6-x^5+x^4-x^3+x^2-x+1, but when I plug in -1, I get 7. Which has to be wrong because after graphing the function, the function's slope at -1 looks like it should be negative slope. Thanks for any help.
 
Physics news on Phys.org
Seems like you may have misinterpreted the limit here?

You are correct, the limit as x goes to -1 is 7. This tells us that as we approach the value of x = -1 we find that your function is equal to 7. This has nothing to do with the value of the slope nor does it characterize the slope in any way.
 
I guess I'm a little confused by the question the homework is asking. It says "After evaluating the limit. This derivative should tell the slope of the tangent line to the curve y = ? and x = ?"

Should I be interpreting this limit as the "f ' (x) = f(x)-f(c)/x-c" then as x --> c should be the derivative. In that case, the function would x^7 and I'm evaluating the slope at -1. Which, after graphing it, looks more like 7 as the slope. Does this seem right?
 
DrummingAtom said:
I guess I'm a little confused by the question the homework is asking. It says "After evaluating the limit. This derivative should tell the slope of the tangent line to the curve y = ? and x = ?"

Should I be interpreting this limit as the "f ' (x) = f(x)-f(c)/x-c" then as x --> c should be the derivative. In that case, the function would x^7 and I'm evaluating the slope at -1. Which, after graphing it, looks more like 7 as the slope. Does this seem right?

Yes, they gave you a difference quotient for f(x)=x^7 at x=(-1). And the slope there is 7.
 
Perhaps we should spell this more out because it is quite a tough problem, and my calcs. are not agreeing with yours.

I am getting the slope at x = -1 to be -21. I get this both from an algebraic calculation, and from a graph of the derivative, and also reasonable near-agreement from taking a couple of points near x = -1 on the original function, graphed which is only a rough calc. but is not near -7.

Work out the derivative of your (x7 + 1)/(x + 1). Graph the numerator and you will see what looks like a double root at x = -1. Result: you have a cancellation of the (x+1)2 factor of the denominator. The easiest way to see how this numerator factorises is by long division I find.
 
Last edited:
It seems to me that the wording in the OP might be different from the problem as given in the text, and as a result, there is ambiguity in what the function of concern actually is.

As Dick points out, this limit --
[tex]\lim_{x \to -1} \frac{x^7 + 1}{x + 1}[/tex]
-- is the difference quotient for finding the derivative of f(x) = x7 + 1 at x = -1.

Edit: I take that back. I should have said "is the difference quotient for finding the derivative of f(x) = x7 at x = -1."
 
Last edited:
It is also, of course, the difference quotient for finding the derivative of [itex]f(x)= x^7[/itex] at x=-1 which is what Dick actually said. Since the two functions, [itex]x^7[/itex] and [itex]x^7- 1[/itex] differ by a constant, they have the same derivative at any x.
 
HallsofIvy said:
It is also, of course, the difference quotient for finding the derivative of [itex]f(x)= x^7[/itex] at x=-1 which is what Dick actually said. Since the two functions, [itex]x^7[/itex] and [itex]x^7- 1[/itex] differ by a constant, they have the same derivative at any x.
Right - I misspoke.
 
DrummingAtom said:

Homework Statement


Find the limit of (x^7+1)/(x+1) as x goes to -1? Also find what this means for the derivative of that function. What is the slope at point "-1"?


Homework Equations


Use the difference of squares to factor and then cancel the bottom.



The Attempt at a Solution


I did this and then got x^6-x^5+x^4-x^3+x^2-x+1, but when I plug in -1, I get 7. Which has to be wrong because after graphing the function, the function's slope at -1 looks like it should be negative slope. Thanks for any help.

Your polynomial's value at -1 is 7. The slope there is -21.

Mark44 said:
Right - I misspoke.
So a bit did I.
I remember I was always struck by this fact that you could find the value, or strictly a limit value to f/g when both f and g are 0 for some value, a, of x, i.e. when f/g = 0/0, and it is f '(a)/g'(a). It seemed magic you could give definite significance to 0/0.

But is was only something I ever saw out of the corner of my eye never looking carefully. Now it looks a bit trivial. I mean if that happens it just means f and g have a common factor (x-a). If f, g are polynomials you can always find and remove the common factor (in practice not just in theory). So no wonder the curve looks continuous with nothing special at the point. I wonder therefore what is the point of an exercise like this? Do you have for pure-mathematical doctrine respect the integrity of and g? Or is it a preparation for cases where f and g are not polynomials and you may not be able to eliminate the factor or not easily?

Anyway, if instead of eliminating you do keep the factor, on differentiating you get a squared factor top and bottom as mentioned.

You can solve your x^6-x^5+x^4-x^3+x^2-x+1 algebraically - can first reduce to a cubic in (x + 1/x) but I cannot see any special shortcuts after that. It looks to have no real roots. Its derivative looks to have only one real root about 0.678; I am tempted to think that too can be obtained algebraically but cannot see how.
 
  • #10
epenguin said:
You can solve your x^6-x^5+x^4-x^3+x^2-x+1 algebraically - can first reduce to a cubic in (x + 1/x) but I cannot see any special shortcuts after that.
The short-cut is to multiply by x+1.
 
  • #11
Hurkyl said:
The short-cut is to multiply by x+1.

:blushing: Stupid of me, it was staring me in the face. So the solutions are all the nonreal seventh roots of -1.

Is solving its derivative almost equally easy? Or impossible?

Edit: yes, should be able to do that. Roots of the polynomial so simply related should be able to do something with its derivative.
 
Last edited:

Similar threads

  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
4
Views
4K
Replies
23
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K