Respuesta :
Answer:
1) [tex]y=x^2+2[/tex]
2) [tex]y=x^2-4[/tex]
3) [tex]y=x^2[/tex]
4) [tex]y=x^2+6x+14[/tex]
Step-by-step explanation:
Question 1
Given points: (-2, 6) (-1, 3) (0, 2) (1, 3)
This is likely to be a quadratic equation with a vertex of (0, 2) since the points (-1, 3) and (1, 3) are symmetrical about x = 0
Vertex form of quadratic equation: [tex]y=a(x-h)^2+k[/tex]
(where (h, k) is the vertex)
[tex]\implies y=a(x-0)^2+2[/tex]
[tex]\implies y=ax^2+2[/tex]
To find a, input one of the points into the equation:
[tex](1, 3)\implies a(1)^2+2=3\implies a=1[/tex]
Therefore, the equation of the graph is [tex]y=x^2+2[/tex]
Question 2
If the parabola intersects the x-axis at (-2, 0) and (2, 0) then
[tex]y=a(x+2)(x-2)[/tex]
We are told that the y-intercepts if (0, -4). Input this into the equation to find a:
[tex]\implies a(0+2)(0-2)=-4[/tex]
[tex]\implies -4a=-4[/tex]
[tex]\implies a=1[/tex]
Therefore,
[tex]\implies y=(x+2)(x-2)[/tex]
[tex]\implies y=x^2-4[/tex]
Question 3
Given points: (-2, 4) (-1, 1) (0, 0) (1, 1)
This is likely to be a quadratic equation with a vertex of (0, 0) since the points (-1, 1) and (1, 1) are symmetrical about x = 0
Vertex form of quadratic equation: [tex]y=a(x-h)^2+k[/tex]
(where (h, k) is the vertex)
[tex]\implies y=a(x-0)^2+0[/tex]
[tex]\implies y=ax^2[/tex]
To find a, input one of the points into the equation:
[tex](-2,4)\implies a(-2)^2=4\implies a=1[/tex]
Therefore, the equation of the graph is [tex]y=x^2[/tex]
Question 4
[tex]f(x) = x^2 + 5[/tex]
If we wish to move the function to the left by 3 units, we substitute x for [tex]x+3[/tex]:
[tex]\begin{aligned}\implies f(x+3) & =(x+3)^2+5\\ & = x^2+6x+9+5\\ & = x^2+6x+14\end{aligned}[/tex]
[tex]\implies y=(x+3)^2+5[/tex]