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

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

Risposta:

#y = x ^ 3 + 8x ^ 2 + 36x + 55 #

Spiegazione:

La forma standard richiede che l'espressione sia una lista di fattori in ordine decrescente di poteri.

Quindi abbiamo bisogno di espandere questa espressione e semplificarla.

#y = (x + 4) (x ^ 2 + 8x +16) - (4x ^ 2 + 12x + 9) #

#y = x ^ 3 + 8x ^ 2 + 16x + 4x ^ 2 + 32x + 64-4x ^ 2 - 12x - 9 #

#y = x ^ 3 + 8x ^ 2 + 36x + 55 #