Finding Tangent Slope at General Point with Limits

  • Context: Undergrad 
  • Thread starter Thread starter Jenninifer
  • Start date Start date
  • Tags Tags
    Limits
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
Jenninifer
Messages
18
Reaction score
0
I've been using the formula
lim
x-->a f(x)-f(a)
--------
x-a
I haven't had any problems until I was asked to find the slope of the tangent at the general point whose x-coordinate is a. How do I do it with an a instead of a point?

I'm trying to find it for x^2+x+1

Thanks!
 
Physics news on Phys.org
Jenninifer said:
I've been using the formula
lim
x-->a f(x)-f(a)
--------
x-a
I haven't had any problems until I was asked to find the slope of the tangent at the general point whose x-coordinate is a. How do I do it with an a instead of a point?

I'm trying to find it for x^2+x+1

Thanks!



[itex]\lim_{x\to a}\frac{x^2+x+1-(a^2+a+1)}{x-a}=\lim_{x\to a}\frac{(x-a)(x+a+1)}{x-a}=\lim_{x\to a} (x+a+1)=2a+1[/itex]

DonAntonio
 
I got to the first step, but how do you get to the second step?
 
Jenninifer said:
I got to the first step, but how do you get to the second step?

[itex]\displaystyle \lim_{x \rightarrow a} \frac{x^2+x+1-(a^2+a+1)}{x-a} = \lim_{x \rightarrow a}\frac{x^2+x-a^2-a}{x-a} = \lim_{x \rightarrow a}\frac{x^2+ax+x-a^2-ax-a}{x-a}[/itex]

Do you see what to do from there? Creatively adding 0 or multiplying by 1 shows up a lot in mathematics.
 
scurty said:
[itex]\displaystyle \lim_{x \rightarrow a} \frac{x^2+x+1-(a^2+a+1)}{x-a} = \lim_{x \rightarrow a}\frac{x^2+x-a^2-a}{x-a} = \lim_{x \rightarrow a}\frac{x^2+ax+x-a^2-ax-a}{x-a}[/itex]

Do you see what to do from there? Creatively adding 0 or multiplying by 1 shows up a lot in mathematics.



I think that when when we reach some level in mathematics, high school tricks only can, sometimes,

confuse and/or make things lengthier and more cumbersome.

Adding and substracting that "ax" in the numerator in one of those tricks, and in this case it just adds more writing innecessarily, imo.

The best, I think, is to observe that we have a difference of squares in the numerator and thus directly to factor:

[itex]x^2+x-a^2-a=x^2-a^2+x-a=(x-a)(x+a)+x-a=(x-a)(x+a+1)[/itex] ...

DonAntonio
 
Hmm, I didn't think of it that way! I like that way better!