A large doorway has the shape of a parabolic arch. The doorway is 20 feet high at the top of the arch and 20 feet wide at the base. At a height of 10 feet above the floor, find the width of the arch.

If you start the vertex of the parabola at 0,0, that means the equation should be x squared = 4py, right? And the other two points you know are -10, 20 and 10, 20, I think. So plugging in those numbers, you should get p = -5/4. However, the answer says 20 x square root of 1/2. Please help me figure out why this is... Thanks.

To find the width of the arch at a height of 10 feet above the floor, you need to determine the value of p for the equation of the parabola.

Given that the arch is 20 feet high at the top, we know that the coordinates (0, 20) lie on the parabola. Another point on the parabola is at a height of -10 feet, which means the point (-10, 0) is also on the parabola.

Using the equation of a parabola, x^2 = 4py, we can substitute the coordinates (0, 20) and (-10, 0):

For (0, 20): 0^2 = 4p(20) => 0 = 80p
For (-10, 0): (-10)^2 = 4p(0) => 100 = 0

From the second equation, we can see that p must be equal to zero, as there is no value of p that would make the equation 100 = 0 true. However, since the first equation indicates that p is zero, we have a contradiction.

This suggests that the assumption about the opening being a parabolic arch may not be accurate.

The correct shape for a large doorway is likely to be something other than a parabolic arch, which explains the discrepancy between the calculated and expected values for p.

Therefore, the width of the arch at a height of 10 feet above the floor cannot be determined based on the given information.

To find the width of the arch at a height of 10 feet above the floor, you can use the equation of a parabolic arch, which is a specific form of a quadratic equation. Let's break down the steps to find the width using the given information.

First, let's assume the vertex of the parabolic arch is at the origin (0,0). This implies that the equation of the parabola should be in the form x^2 = 4py, where p is the distance between the vertex and the focus of the parabola.

We are given that the top of the arch is 20 feet high, so the point (0,20) lies on the parabolic arch. Substituting this into the equation, we get 0^2 = 4p(20), which simplifies to 0 = 80p or p = 0.

However, this doesn't seem correct since p should be a non-zero value for a parabola to exist. So it seems there is a mistake somewhere in the given information or assumptions.

You mentioned that there are two other points known, (-10,20) and (10,20), but we don't need those points to find the width of the arch. The width at a certain height corresponds to the x-coordinate of the point on the parabolic arch at that height.

Given that the height is 10 feet, we need to find the x-coordinate of the point on the arch at that height. To do this, we can set y = 10 in the equation x^2 = 4py and solve for x.

10 = 4p(x^2)

Now, we can solve for x by substituting the value of p. However, since p is unknown, we need to eliminate it from the equation. To do this, we can use the fact that the base of the arch is 20 feet wide. At the base, the parabola intersects the x-axis, so setting y = 0, we get:

0 = 4px^2

Since p is still unknown, we can equate the coefficients of x^2 from the two equations:

4px^2 = 0

This implies that 4p = 1.

Now we can substitute this value of p back into the equation:

10 = (1)(x^2)
x^2 = 10

Taking the square root of both sides, we get:

x = ±√10

Thus, the width of the arch at a height of 10 feet above the floor is the absolute value of ±√10, which simplifies to √10. Since the width cannot be negative, we take the positive value, resulting in a width of √10 (approximately 3.16 feet).

Therefore, the correct answer should be approximately 3.16 feet, not 20√(1/2). It appears that there was an error in the answer you provided.

I would sketch a parabola with vertex at (0,20) opening downwards, and crossing the x-axis at (10,0) and (-10,0)

then in vertex form the equation would be
y = a(x-0)^2 + 20
= ax^2 + 20

but (10,0) lies on it, so
0 = a(100) + 20
x = -20/100 = -1/5

so we have y = (-1/5)x^2 + 20

then wen y = 10
10 = (-1/5)x^2 + 20
-10 = (1/5)x^2
50 = x^2
x = √50 = 7.07

so the width of the arch is 14.14 ft.

notice 20√(1/2) = 14.14