Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

write a function in any form that would match the graph shown below. (g…

Question

write a function in any form that would match the graph shown below.
(graph: a parabola on a coordinate plane with x-axis from -10 to 10 and y-axis from -10 to 10. the parabola intersects the x-axis at (-3, 0) and (4, 0)? wait, no, looking at the grid, the x-intercepts seem to be at x = -3? wait, no, the grid lines: the x-intercepts are at x = -3? wait, no, the graph crosses the x-axis at x = -3? wait, no, the users graph: lets recheck. the x-axis has ticks at -10, -8, -6, -4, -2, 0, 2, 4, 6, 8, 10. the parabola crosses the x-axis at x = -3? wait, no, the left x-intercept is between -4 and -2, maybe x = -3? wait, no, the right x-intercept is at x = 4? wait, the vertex is at (0, -4). wait, the ocr text: the graph is a parabola with vertex at (0, -4) and x-intercepts at x = -3? no, maybe x = -3 is wrong. wait, the original problems graph: the parabola crosses the x-axis at x = -3? wait, no, the users image: the x-intercepts are at x = -3? wait, no, lets see the grid. the x-axis: from -10 to 10, each grid square is 1 unit? so between -4 and -2, the x-intercept is at x = -3? and at x = 4? wait, the vertex is at (0, -4). so the parabola is symmetric about the y-axis. so the x-intercepts should be symmetric about y-axis. so if one is at x = 4, the other is at x = -4? wait, maybe i misread. lets re-express the ocr text: the problem is to write a function matching the graph, which is a parabola with vertex at (0, -4) and x-intercepts at x = -4 and x = 4? wait, the graph shows the parabola crossing the x-axis at x = -3? no, maybe the grid is 1 unit per square. so the x-intercepts are at x = -3 and x = 4? no, thats not symmetric. wait, the vertex is at (0, -4), so the axis of symmetry is x = 0. therefore, the x-intercepts must be equidistant from x = 0. so if one is at x = 4, the other is at x = -4. so the x-intercepts are (-4, 0) and (4, 0). then the vertex is (0, -4). so the ocr text is: \write a function in any form that would match the graph shown below.\ then the graph is a parabola with vertex (0, -4) and x-intercepts (-4, 0) and (4, 0).

Explanation:

Step1: Identify vertex form

The vertex form of a parabola is $f(x)=a(x-h)^2+k$, where $(h,k)$ is the vertex. From the graph, the vertex is $(0,-4)$, so $h=0$, $k=-4$. Substitute these values:
$f(x)=a(x-0)^2-4 = ax^2-4$

Step2: Solve for $a$ using x-intercept

The graph crosses the x-axis at $(4,0)$. Substitute $x=4$, $f(x)=0$ into the equation:
$0 = a(4)^2 - 4$
$0 = 16a - 4$
$16a = 4$
$a = \frac{4}{16} = \frac{1}{4}$

Step3: Write final function

Substitute $a=\frac{1}{4}$ back into the vertex form:
$f(x)=\frac{1}{4}x^2 - 4$

Answer:

$f(x)=\frac{1}{4}x^2 - 4$