Find limit as x approaches 1 5/(x-1)^2

A. 0
B. Negative infinity
C. 5/4
D. Infinity

If I use limit as h approaches 0 f(x+h)-f(x)/h , will I get an x in the answer?

calculate ((x+1)^(sqrt(3))-1)/(x),x=0)

To find the limit as x approaches 1 of the function f(x) = 5/(x-1)^2, you can try substituting the value 1 into the function to see if it is defined.

Let's check f(1):
f(1) = 5/(1-1)^2 = 5/0^2

Since the denominator is 0, this indicates that the function is undefined at x = 1. Therefore, we need to find the limit.

To find the limit, you can simplify f(x) to a form where you can directly substitute x = 1.

Start by factoring the denominator:
f(x) = 5/(x-1)^2 = 5/((x-1)(x-1))

Now, you can see that the function is defined for all values of x except x = 1.

To find the limit as x approaches 1, you can substitute 1 into the function and simplify:

lim(x→1) 5/((x-1)(x-1))
= 5/((1-1)(1-1))
= 5/0

At this point, we have to use a different method to determine the limit. One way to approach this is by rewriting the function using partial fractions. However, that might not be the most efficient method here. Instead, we can try a different approach.

Let's rewrite the function as a difference of squares:

lim(x→1) 5/((x-1)(x-1))
= lim(x→1) 5/((x-1)^2)
= 5/(lim(x→1) (x-1))^2

Now, we can evaluate the limit as x approaches 1:

lim(x→1) (x-1) = 0

Substituting this result back into the original expression:

5/(lim(x→1) (x-1))^2
= 5/0^2
= 5/0

Since the denominator is 0, this suggests that the limit is undefined and does not exist.

Therefore, the correct answer is not among the given options, A, B, C, or D.

Regarding your question about using the limit definition (difference quotient) to find the limit, if you attempt to use the difference quotient, you will indeed end up with an x in the answer. The difference quotient is used to compute the derivative of a function, but it doesn't provide a direct way to evaluate the limit of a function.