The stream of water from a fountain follows a parabolic path. The stream reaches a maximum height of 7 feet, represented by a vertex of (4,7)
, and lands 8 feet from the water jet, represented by (8,0)
. Write a function in vertex form that models the path of the stream.

Respuesta :

First of all, I'm going to assume that we have a concave down parabola, because the stream of water is subjected to gravity.

If we need the vertex to be at [tex] x=4 [/tex], the equation will contain a [tex] (x-4)^2[/tex] term.

If we start with [tex] y=-(x-4)^2 [/tex] we have a parabola, concave down, with vertex at [tex] x=4 [/tex] and a maximum of 0.

So, if we add 7, we will translate the function vertically up 7 units, so that the new maximum will be [tex] (4, 7) [/tex]

We have

[tex] y = -(x-4)+7 [/tex]

Now we only have to fix the fact that this parabola doesn't land at [tex] (8,0) [/tex], because our parabola is too "narrow". We can work on that by multiplying the squared parenthesis by a certain coefficient: we want

[tex] y = a(x-4)^2+7 [/tex]

such that:

  • [tex] a<0 [/tex]
  • when we plug [tex] x=8 [/tex], we have [tex] y=0 [/tex]

Plugging these values gets us

[tex] 0 = a(8-4)^2+7 \iff 16a+7=0 \iff a = -\dfrac{7}{16}[/tex]

As you can see in the attached figure, the parabola we get satisfies all the requests.

Ver imagen Аноним

The path followed by the stream in vertex form is [tex]y = -\frac{7}{16}(x - 4)^2 + 7[/tex]

The equation of a parabola is represented as:

[tex]y = a(x - h)^2 + k[/tex]

The given parameters are:

[tex](h,k) =(4,7)[/tex] -- the vertex

[tex](x,y) =(8,0)[/tex] -- the point it passes through

Substitute [tex](h,k) =(4,7)[/tex] in [tex]y = a(x - h)^2 + k[/tex]

[tex]y = a(x - 4)^2 + 7[/tex]

Substitute [tex](x,y) =(8,0)[/tex] in [tex]y = a(x - 4)^2 + 7[/tex]

[tex]0 = a(8 - 4)^2 + 7[/tex]

[tex]0 = a(4)^2 + 7[/tex]

[tex]0 = 16a+ 7[/tex]

Collect like terms

[tex]16a= - 7[/tex]

Make a, the subject

[tex]a = -\frac{7}{16}[/tex]

Substitute [tex]a = -\frac{7}{16}[/tex] in [tex]y = a(x - 4)^2 + 7[/tex]

[tex]y = -\frac{7}{16}(x - 4)^2 + 7[/tex]

Hence, the equation of the parabola is: [tex]y = -\frac{7}{16}(x - 4)^2 + 7[/tex]

Read more about equations of parabola at:

https://brainly.com/question/4074088