Find Slope of Graph at (-1,3) with Limit Process

  • Thread starter Thread starter Precal_Chris
  • Start date Start date
AI Thread Summary
The discussion focuses on finding the slope of the function f(x) = √(x + 10) at the point (-1, 3) using the limit process. The initial steps involve setting up the limit as x approaches -1, but the user is unsure if their calculations are correct. A suggestion is made to rationalize the numerator to simplify the expression, which allows for cancellation of terms. After performing the necessary steps, the user arrives at the slope of 1/6, which is confirmed as correct upon differentiation. The final conclusion is that the slope at the specified point is indeed 1/6.
Precal_Chris
Messages
40
Reaction score
0
is this right??

Homework Statement


use the limit process to find the slope of the graph of the function at the specified point.

f(x)= (sqroot of (x + 10)), at (-1, 3)


Homework Equations


f(a)= f(x) - f(a)/x-f(a)


The Attempt at a Solution



Lim as x-> -1 = sqrt of (x + 10) - sqrt of (-1 + 10)/ x- (-1)

Lim as x-> -1 = sqrt of (x + 10) - sqrt of (9) / x - (-1)

Lim as x-> -1 = sqrt of (x + 10) - 3 / x + 1

thats as far as i could go...
so is that the slope? or do i need to do nething further?
 
Physics news on Phys.org
Precal_Chris said:

Homework Statement


use the limit process to find the slope of the graph of the function at the specified point.

f(x)= (sqroot of (x + 10)), at (-1, 3)


Homework Equations


f(a)= f(x) - f(a)/x-f(a)
Do you mean "f'(a)= (f(x)-f(a))/(x- a)" here?


The Attempt at a Solution



Lim as x-> -1 = sqrt of (x + 10) - sqrt of (-1 + 10)/ x- (-1)

Lim as x-> -1 = sqrt of (x + 10) - sqrt of (9) / x - (-1)

Lim as x-> -1 = sqrt of (x + 10) - 3 / x + 1

thats as far as i could go...
so is that the slope? or do i need to do nething further?
Yes, you need to do something further! You haven't taken the limit yet.

So far you have lim (x->-1) (sqrt(x+10)- 3)/(x+1) (Please use parentheses! It makes things much clearer!) Now, I would recommend "rationalizing the numerator": multiply both numerator and denominator by sqrt{x+ 10}+ 3. You should be able to cancel an "x+1" term in both numerator and denominator and then evaluate at x= -1.
 
HallsofIvy said:
Do you mean "f'(a)= (f(x)-f(a))/(x- a)" here?



Yes, you need to do something further! You haven't taken the limit yet.

So far you have lim (x->-1) (sqrt(x+10)- 3)/(x+1) (Please use parentheses! It makes things much clearer!) Now, I would recommend "rationalizing the numerator": multiply both numerator and denominator by sqrt{x+ 10}+ 3. You should be able to cancel an "x+1" term in both numerator and denominator and then evaluate at x= -1.

yes i did mean that...
and thnx i think i got it now.. but just to check ..is this right?

you have:
lim (x -> -1) = (sqrt(x+10)-3)/(x + 1) • (sqrt(x+10)+3)/(sqrt(x+10)+3)

then you have:

lim (x -> -1) = ((x+10)-9)/(x+1)(sqrt(x+10)+3)

(x+10)-9 simplifies to x+1 of course..then you can take the x+1's out of the numerator and denominator. then you get:

1/(sqrt(x+10)+3)
then when you put in the limit for x you get:

1/(sqrt(-1+10)+3)
1/(sqrt(9)+3
1/3+3
1/6

that is the answer?
[slope at (-1,3) is 1/6]
 
When I differentiate that function, I get the same answer; so yes, it seems right.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top