Qual è la forma standard di y = (x-1) ^ 2 + 2x?

Qual è la forma standard di y = (x-1) ^ 2 + 2x?
Anonim

Risposta:

# Y = x ^ 2 + 1 #

Spiegazione:

abbiamo # Y = (x-1) ^ 2 + 2x #

Prima espansione:

# Y = (x ^ 2-2x + 1) + 2x #

Quindi combinare termini simili:

# Y = x ^ 2 + (2x-2x) + 1 #

# Y = x ^ 2 + 1 #

Ricorda di scrivere tutti i termini in ordine decrescente (poteri decrescenti di #X#).