Youxun L. answered 06/02/21
Little about me
For graphs in general, it is very helpful to find the vertex point right off the bat, then you can elaborate upon that vertex point for the rest of the graph.
a) Intuitively, for the vertex form f(x) = A(x-H)2+ K, A would be the magnitude of the function, H would be the steps away from the origin in the x-axis (from LEFT to RIGHT, or negative left side of origin and positive right side of origin), and K would then be the steps from the origin in the y-axis(from BOTTOM to TOP, or negative bellow origin positive above origin). For simple solution, you can get the vertex point from the function as H = 3 and K = -1 which is (3,-1) for the vertex point, then you would graph a f(x)=2x2 origin at (3,-1). For a longer path, If you assume f(x)=2(x-3)2-1 as f(x) = (x-3)2 you would know what's the vertex's x-value would be: (x-3) would solve as x=3. Then for vertex's y-value plug in the x-value found from previous step into the function: f(3)= 2(3-3)2-1 = 0-1 = -1. Lastly, you graph a f(x)=2x2 at (3,-1).
b)Recall that a parabola function is symmetrical, you can find the x-value of the vertex by solving the roots: (x-2) --> x=2 (x+4) --> x=-4 and the vertex x-value must be right between these two values, you can find it by calculating (x1+x2)/2 ---> (2-4)/2 = -1. Afterwards, you can simply solve for the y-value for the vertex by plugging in x=-1, which is f(-1)= (-3)(3) = -9, that is, the vertex point is at (-1, -9) and you can graph a f(x)=x2 at (-1,-9) as the origin.(p.s. you know it is a (1)x2 because (ax+h)(bx+k) that a*b = 1)
c) The value of x-intercepts should match with the factored function's number. Take b) for example, (2,0) and (-4,0) would be the x-intercepts for the graph if the function is graphed out. Furthermore, if the graph shows the functions intersects the x-axis once, that means it is a double root, which means your factored function should look somthing like f(x)= (x+K)2, which (K, 0) is the only x-intercept you have.