Find Difference Quotient & Evaluate/Approximate Limits

  • Context:
  • Thread starter Thread starter Jaclbl
  • Start date Start date
  • Tags Tags
    Difference quotient
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
4 replies · 2K views
Jaclbl
Messages
2
Reaction score
0
I understand how to find a difference quotient, but afterwards it asks me to then evaluate or approximate each limit, is that just by plugging in the given limit or is there another step?
 
Physics news on Phys.org
Jaclbl said:
I understand how to find a difference quotient, but afterwards it asks me to then evaluate or approximate each limit, is that just by plugging in the given limit or is there another step?

Hi Jaclbl,

Welcome to MHB! :)

It would be much better to look at a real problem I think, but in general these limits usually require a cancellation because in the denominator you have a $\Delta x$ and the limit is $\Delta x \rightarrow 0$, so some algebraic manipulation is required to hopefully cancel something out.
 
Ah, I don't want to do the exact problem, because it is for homework, but I'll send one of the ones that is like it, for an example.
lim F(x+h)-f(x)
h-0 h

f(x) = 4 - 2x -x2
 
Jaclbl said:
Ah, I don't want to do the exact problem, because it is for homework, but I'll send one of the ones that is like it, for an example.
lim F(x+h)-f(x)
h-0 h

f(x) = 4 - 2x -x2

Ok, sounds good. What are $f(x+h)$ and $f(x)$ for this problem?
 
Hello, Jaclbl!

[tex]f(x) \:=\:4-2x-x^2[/tex]

Find: [tex]\;\lim_{h\to0}\frac{f(x+h) - f(x)}{h}[/tex]
I have taught my students to make four steps.

(1) Find [tex]f(x+h)[/tex]; replace [tex]x[/tex] with [tex]x+h[/tex], and simplify.

(2) [tex]f(x+h) - f(x)[/tex]: subtract [tex]f(x)[/tex], and simplify.

(3) [tex]\frac{f(x+h)-f(x)}{h}[/tex]: divide by [tex]h[/tex] . . . factor and reduce.

(4) [tex]\lim_{h\to0}\frac{f(x+h)-f(x)}{h}[/tex]: take limit as [tex]h\to 0.[/tex]We are given: [tex]\:f(x) \:=\:4 - 2x - x^2[/tex]

[tex](1)\;f(x+h) \:=\:4-2(x+h) - (x+h)^2 \:=\:4 - 2x - 2h - x^- 2xh - h^2[/tex]

[tex](2)\;f(x+h)- f(x)[/tex]
. . . [tex]=\: (4-2x-2h - x^2 - 2xh - h^2)-(4-2x-x^2) \:=\:\text{-}2h -2xh - h^2[/tex]

[tex](3)\;\frac{f(x+h)-f(x)}{h} \;=\;\frac{\text{-}2h-2xh-h^2}{h} \;=\;\frac{h(\text{-}2-2x-h)}{h} \;=\;\text{-}2-2x-h[/tex]

[tex](4)\;\lim_{h\to0}\frac{f(x+h)-f(x)}{h} \;=\;\lim_{h\to0}(\text{-}2-2x-h) \;=\;\text{-}2-2x[/tex]Therefore, the derivative of [tex]f(x)\:=\:4-2x-x^2[/tex] is: [tex]\;f'(x) \:=\:-2-2x[/tex]