Answer:
2x-2
Explanation:
let d = delta x
lim as d goes to 0 ( ( x+d)^2 - 2(x+d) +1 - ( x^2 -2x+1))/d
Expand the term in side the parentheses
( ( x+d)^2 - 2(x+d) +1 - ( x^2 -2x+1))
x^2 +2dx +d^2 -2x-2d+1 - x^2 +2x -1
Combine like terms
2dx +d^2 -2d
Replace
lim as d goes to 0 ( 2dx +d^2 -2d)/d
Factor out a d
lim as d goes to 0 d( 2x +d -2)/d
Cancel the d in the numerator and denominator
lim as d goes to 0 ( 2x +d -2)
Take the limit of each term as d goes to zero
2x +0-2
2x-2