Math Problem Statement

The second span of the Bluewater Bridge in Sarnia, Ontario, is supported by two parabolic arches. Each arch is set in concrete foundations that are on opposite sides of the St. Clair River. The arches are 281 m apart. The top of each arch rises 71 m above the river. Write a function to model the arch.

Solution

The problem describes two parabolic arches that support the second span of the Bluewater Bridge in Sarnia, Ontario. We are asked to write a function that models the shape of one of the arches.

Let's extract the key information:

  • The arches are 281 meters apart (this represents the span or the distance between the two bases of the parabolas).
  • The height of the arch at its highest point (vertex) is 71 meters above the river.

To model the arch, we can assume that the parabolic function is of the form:

y=a(xh)2+ky = a(x - h)^2 + k

Where:

  • (h,k)(h, k) is the vertex of the parabola.
  • aa is a constant that determines the width and direction of the parabola (since this is an arch, it opens downwards, so aa will be negative).
  • xx is the horizontal distance, and yy is the height.

Step 1: Define the vertex

Since the arches are symmetrical and the span is 281 meters, the vertex of the arch will be located at the midpoint between the two bases. Thus, the horizontal coordinate of the vertex is at: h=0(we set the center of the arch at x=0)h = 0 \quad \text{(we set the center of the arch at } x = 0\text{)} The maximum height is given as 71 meters, so: k=71k = 71

Thus, the equation becomes: y=a(x0)2+71or simplyy=ax2+71y = a(x - 0)^2 + 71 \quad \text{or simply} \quad y = ax^2 + 71

Step 2: Determine aa

The two bases of the arch are 281 meters apart, so the arch reaches the ground (where y=0y = 0) at x=±140.5x = \pm 140.5 meters (half of 281 meters).

Substitute y=0y = 0 and x=140.5x = 140.5 into the equation: 0=a(140.5)2+710 = a(140.5)^2 + 71 Solve for aa: a(140.5)2=71a(140.5)^2 = -71 a=71140.52a = \frac{-71}{140.5^2}

Let's calculate aa.The value of aa is approximately 0.0036-0.0036.

Thus, the equation of the parabolic arch is:

y=0.0036x2+71y = -0.0036x^2 + 71

This function models the shape of the arch, where xx is the horizontal distance from the center of the arch (in meters), and yy represents the height above the river (in meters).

Would you like further details or explanations?

Here are 5 related questions for further exploration:

  1. How would the equation change if the height of the arch increased to 80 meters?
  2. What if the distance between the arches was only 250 meters—how would that affect the equation?
  3. Could we use a different function type, such as a cubic, to model the arch?
  4. What does the negative value of aa signify in this context?
  5. How would you determine the maximum height and span if only the equation was provided?

Tip: The sign of the coefficient aa in a quadratic function determines the direction in which the parabola opens—negative for downward-facing parabolas, as is the case for an arch.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Parabolic Functions
Quadratic Equations

Formulas

Parabolic function: y = a(x - h)^2 + k
Quadratic equation to find a: a = -71 / (140.5^2)

Theorems

Properties of Parabolas

Suitable Grade Level

Grades 9-11