What is the standard form of #f(x)=(x-1)^2-(2x-1)^2 #?
1 Answer
Feb 20, 2016
Explanation:
distribute both 'pairs' of brackets using FOIL ( or by any method you may use).
#(x - 1 )^2 = x^2 - 2x + 1 #
#(2x - 1 )^2 = 4x^2 - 4x + 1# Put these expansions back into 'original' expression.
# rArr x^2 - 2x + 1 - (4x^2 - 4x + 1 )#
# = x^2 - 2x + 1 - 4x^2 + 4x - 1 = -3x^2 + 2x#