398,348 views
15 votes
15 votes
write a function that transforms f(x)=2^3+4 in the following way: stretch vertically by a factor of 6 and shift 5 units left.

User Sumit M Asok
by
2.9k points

1 Answer

26 votes
26 votes

Answer:

f(x) = 2x3 + 4

Stretch vertically be a factor of 2:

f(x) = 2*2x3 + 4 = 4x3 + 4

Shift 5 units to the left:

f(x) = 4(x+5)3 + 4

User Sarwat
by
2.4k points