Problem 58

Question

Find the equation of the parabola with vertical axis that passes through the data points shown or specified. Check your answer. $$(2,9),(-2,1),(-3,4)$$

Step-by-Step Solution

Verified
Answer
The equation is \( y = x^2 + 2x + 1 \).
1Step 1: Understand the Parabola Equation
A parabola with a vertical axis has the general equation \( y = ax^2 + bx + c \). Our goal is to find the coefficients \( a \), \( b \), and \( c \).
2Step 2: Set Up the System of Equations
Substitute each point into the equation \( y = ax^2 + bx + c \):For \((2,9)\), we have: \( 9 = 4a + 2b + c \).For \((-2,1)\), we have: \( 1 = 4a - 2b + c \).For \((-3,4)\), we have: \( 4 = 9a - 3b + c \).
3Step 3: Solve the System of Equations
We have three equations:1. \( 4a + 2b + c = 9 \)2. \( 4a - 2b + c = 1 \)3. \( 9a - 3b + c = 4 \)Subtract the second equation from the first:\[ 0a + 4b = 8 \Rightarrow b = 2 \]Substitute \( b = 2 \) into the first equation:\[ 4a + 2(2) + c = 9 \Rightarrow 4a + c = 5 \quad (4)\]Substitute \( b = 2 \) into the third equation:\[ 9a - 3(2) + c = 4 \Rightarrow 9a - 6 + c = 4 \Rightarrow 9a + c = 10 \quad (5)\]Subtract equation (4) from equation (5):\[ 5a = 5 \Rightarrow a = 1 \]Substitute \( a = 1 \) into equation (4):\[ 4(1) + c = 5 \Rightarrow c = 1 \]
4Step 4: Write the Equation of the Parabola
Now that we have \( a = 1 \), \( b = 2 \), and \( c = 1 \), the equation of the parabola is:\[ y = x^2 + 2x + 1 \]
5Step 5: Verify the Solution
Substitute the points into the equation \( y = x^2 + 2x + 1 \):For \((2,9)\): \[ y = (2)^2 + 2(2) + 1 = 4 + 4 + 1 = 9 \]For \((-2,1)\): \[ y = (-2)^2 + 2(-2) + 1 = 4 - 4 + 1 = 1 \]For \((-3,4)\): \[ y = (-3)^2 + 2(-3) + 1 = 9 - 6 + 1 = 4 \]All points satisfy the equation.

Key Concepts

ParabolasSystem of EquationsSubstitution MethodVerification of Solution
Parabolas
Parabolas are a type of curve on a graph that can open upwards or downwards. They are the graphical representation of quadratic equations, which are equations of the form \(y = ax^2 + bx + c\). A parabola has a vertex, which is the highest or lowest point, and a vertical axis of symmetry, meaning it is mirrored on each side as you move away from the vertex. The shape and position of the parabola are determined by the coefficients \(a\), \(b\), and \(c\). When \(a > 0\), the parabola opens upwards; when \(a < 0\), it opens downwards. This characteristic curve is essential in many real-world applications like projectile motion and satellite dishes.
Key points about parabolas include:
  • The vertex is found using the formula \(x = -\frac{b}{2a}\).
  • The parabola is symmetric around its vertical axis.
  • The y-intercept is the constant \(c\).
System of Equations
A system of equations is a set of two or more equations that have common variables. Solving a system means finding the values of the variables that satisfy all equations in the system simultaneously. In the context of finding the equation of a parabola, we set up a system of equations by inserting the given points into the general form of a quadratic equation \(y = ax^2 + bx + c\).
For example, using our given points \((2,9)\), \((-2,1)\), and \((-3,4)\), we derive three equations:
  • \(4a + 2b + c = 9\)
  • \(4a - 2b + c = 1\)
  • \(9a - 3b + c = 4\)
Each of these equations represents a curve passing through one of the points on the parabola. Solving these simultaneously will help us find the unique values for \(a\), \(b\), and \(c\) that define the parabola.
Substitution Method
The substitution method is a common algebraic technique used to solve systems of equations. In this method, you solve one equation for one of the variables and then substitute that expression into the other equations. This can help reduce the number of variables and make it easier to solve the system.
In our problem, after formulating the system of equations, we first solve \(b\) by subtracting the second equation from the first to get \(b = 2\). Then, we substitute \(b = 2\) into the other equations to further simplify and solve for \(a\) and \(c\).
Using substitution:
  • With \(b = 2\), we found \(4a + c = 5\) and \(9a + c = 10\).
  • By subtracting these, we find \(a = 1\).
  • Finally, substituting \(a = 1\) back into the simpler equation gives us \(c = 1\).
This method is especially useful when dealing with systems of two or more equations.
Verification of Solution
Verification of a solution involves checking whether the obtained values satisfy all the original equations in the system. This is important to ensure that the solution found is correct and consistent.
In our case, the parabola equation we found was \(y = x^2 + 2x + 1\). To verify this, we substitute each of the original points into this equation and check if the equation holds true:
  • For the point \((2,9)\), substitute to check if \(9 = 2^2 + 2(2) + 1\).
  • For \((-2,1)\), substitute and verify \(1 = (-2)^2 + 2(-2) + 1\).
  • For \((-3,4)\), substitute and verify \(4 = (-3)^2 + 2(-3) + 1\).
All these verifications show that the parabola equation correctly passes through all the given points, confirming the accuracy of our solution.