Michael K. answered 03/30/21
PhD professional for Math, Physics, and CS Tutoring and Martial Arts
So y = x2 is the parent function. We want to move the parabola up 2 unit and 4 units to the right with expanding vertically by factor of 3. 'a' measures the compression/expansion of the parabola. 'p' measures shift in the x-axis, and 'q' measures the shift in the y-axis.
y = a*(x-p)2 + q
a = 3
p = 4
q = 2
ynew = 3*(x-4)2 + 2