Does anyone know how to do this?

2016-12-20 12:25 am
Find the difference quotient f(x+h)-f(x) / h where h≠0 for the function below

f(x)=2x^2+6x

回答 (3)

2016-12-20 4:00 am
2 [ x+ h ]² + 6 [x + h] - [ 2x² + 6x ]
------------------------------------------------
h

2x² + 4hx + 2h² + 6x + 6h - 2x² - 6x
---------------------------------------------
h

4hx + 2h² + 6h
-------------------
h

4x + 2h + 6

4x + 6 ______as h-->0
2016-12-20 2:20 am
Plug f(x) into the difference quotient.
f(x+h) - f(x) / h
((2(x+h)^2 + 6(x+h) - (2x^2 + 6x))/h.
(2x^2 + 4hx + 2h^2 + 6x + 6h - 2x^2 - 6x)/h
(4hx + 2h^2 + 6h)/h
4x + 2h + 6
2016-12-20 12:58 am
You have:

f(x) = 2x² + 6x

And want to solve for:

[f(x + h) - f(x)] / h

So, substitute (x + h) in for x for the first function, then leave the second function as-is, and simplify:

[(2(x + h)² + 6(x + h)) - (2x² + 6x)] / h

Simplify:

[(2(x² + 2xh + h²) + 6x + 6h - (2x² + 6x)] / h
(2x² + 4xh + 2h² + 6x + 6h - 2x² - 6x) / h

Terms now start cancelling out;

(4xh + 2h² + 6h) / h

Factor out an h:

h(4x + 2h + 6) / h

And cancel :

4x + 2h + 6


收錄日期: 2021-04-23 23:57:43
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20161219162546AA39KWj

檢視 Wayback Machine 備份