Kakšna je standardna oblika y = (x + 2) (x + 1) ^ 2?

Kakšna je standardna oblika y = (x + 2) (x + 1) ^ 2?
Anonim

Odgovor:

# y = x ^ 3 + 4x ^ 2 + 5x + 2 #

Pojasnilo:

Iz dane enačbe # y = (x + 2) (x + 1) ^ 2 #

# y = (x + 2) (x + 1) ^ 2 #

samo pomnožite vse pogoje, potem poenostavite

# y = (x + 2) (x ^ 2 + 2x + 1) #

# y = x ^ 3 + 2x ^ 2 + x + 2x ^ 2 + 4x + 2 #

# y = x ^ 3 + 4x ^ 2 + 5x + 2 #

Bog blagoslovi … Upam, da je razlaga koristna.