2
$\begingroup$

Let $f$ be a differentiable function at $x=1$ such that $f(1)=1 , f'(1)=4$ I need to compute the following limit or prove it doesn't exist: $$ \lim_{x \to 1} \frac{1-f(x)}{x-1} $$

So I tried to figure out what is the limit of $\lim_{x \to 1}f(x)$

I started at the defenition of derivative: $$ \lim_{x \to x_0} \frac{f(x) - f(x_0)}{x-x_0} => \lim_{x \to 1} \frac{f(x) - 1}{x-1} = 4 => \lim_{x \to 1} f(x) = 4x-3 $$

Now I'm not sure if I'm allowed to simply assign $4x -3 =\lim_{x \to 0} f(x)$ into the requested limit (first one) and just calculate it.. I'm new to the whole derivative thing so not sure exactly how it goes with limits I mean what exactly can and can't be done.

Please continue where I stopped and be as formal as you can.

Thank you

  • 2
    Hint: If $f(x)$ is differentiable at $1$ then, by definition, it is continuous there.2017-01-14
  • 3
    Note: your final expression does not make sense. The right hand. $4x-3$, is a function of $x$ but the left hand is not...the $x$ is just a dummy variable for the limit.2017-01-14
  • 1
    I cannot understand the close-vote at all2017-01-14
  • 0
    @lulu you right, thanks.2017-01-14

3 Answers 3

3

You can also use L'Hopital's Rule:

$$\lim_{x\to c}\frac{f(x)}{g(x)}=\lim_{x\to c}\frac{f'(x)}{g'(x)}$$

Provided that $f(x)/g(x)$ approaches some indeterminate form, such as $0/0$, as is the case in this problem (I'll leave it to you to verify).

$$\lim_{x\to1}\frac{1-f(x)}{x-1}=\lim_{x\to1}\frac{0-f'(x)}{1-0}$$

Now plug in for $x$ and solve: $$\lim_{x\to1}\frac{0-f'(1)}{1}=\frac{-4}{1}=-4$$

7

Because of $$4=f'(1)=\lim\limits_{x\to 1}\frac{f(x)-f(1)}{x-1}=\lim\limits_{x\to 1}\frac{f(x)-1}{x-1},$$ the limit in question equals $-4$.

6

If $f$ is differentiable, then it is continuous, thus, $\lim_{x\to1}f(x)=f(1)$.

And by the definition of the derivative,

$$f'(1)=\lim_{x\to1}\frac{f(x)-f(1)}{x-1}$$

  • 1
    @Peter Maybe someone was thinking along the same lines? :-/ I have no idea.2017-01-14
  • 1
    I just wondered how the upvoter could open the answer and notice that it is worth an upvote in such a short time ...2017-01-14
  • 1
    @Peter Same, way to fast IMO. Hm...2017-01-14
  • 0
    Ok..not sure why you need to use the fact that f is continuous?2017-01-14
  • 0
    @Noam To point out that $\lim_{x\to1}f(x)=f(1)$, and you said *So I tried to figure out what is the limit of* $\lim_{x\to1}f(x)$2017-01-14
  • 0
    @SimpleArt yes, but I was trying to find a way to switch $f(x)$ with a number so that I can calculate the limit requested but it seems like you just went from the defentition to the result at one step without assigning any number to $f(x)$ maybe if you can edit you solution to have more details it will help me catch it. thanks.2017-01-14
  • 0
    What do you need? If you multiply the limit by -1, you get this, which is the derivative, and you are given that, right?2017-01-14
  • 0
    Yes. Thank you, solved.2017-01-14
  • 0
    @Noam :D your welcome!2017-01-14