General Solutions for three-point parabola

  • Context: Undergrad 
  • Thread starter Thread starter Hyperreality
  • Start date Start date
  • Tags Tags
    General Parabola
Click For Summary
SUMMARY

This discussion focuses on solving a system of equations to find the general solution for a parabola that passes through three specified points (x1, y1), (x2, y2), and (x3, y3). The correct formulation of the equations involves using the variables a, b, and c, with the equations structured as ax1^2 + bx1 + c = y1, ax2^2 + bx2 + c = y2, and ax3^2 + bx3 + c = y3. The solution process includes setting up an augmented matrix in the form of AX = B, where A is a 3x3 coefficient matrix, X is a 3x1 matrix of unknowns, and B is a 3x1 constant matrix. Matrix operations are then applied to solve for the unknowns a, b, and c.

PREREQUISITES
  • Understanding of quadratic equations and their standard form.
  • Familiarity with matrix algebra, including matrix multiplication and row operations.
  • Knowledge of augmented matrices and their role in solving systems of equations.
  • Basic skills in linear algebra concepts, particularly in solving for unknowns in matrix equations.
NEXT STEPS
  • Study how to set up and manipulate augmented matrices in linear algebra.
  • Learn about the Gaussian elimination method for solving systems of equations.
  • Explore the application of matrix operations in solving quadratic equations.
  • Review examples of finding parabolas through given points using matrix methods.
USEFUL FOR

Mathematicians, engineering students, and anyone interested in applying linear algebra techniques to solve quadratic equations and analyze parabolic functions.

Hyperreality
Messages
201
Reaction score
0
I'm having problems solving this particular question
Using matrix calculation to find a general solution for a parabola that passes through points (x1,y1), (x2, y2), (x3, y3).

First I setted my equations

ax1^2+bx2+c=y1

ax2^2+bx2+c=y2

ax3^2+bx2+c=y3

But I've no idea on how I should set up the augmented matrix. I presume the general solution is referring to the solving the constants a, b and c.

Any hints and suggestions is appreciated.
 
Physics news on Phys.org
First of all, your equations are incorrect.
In the first equation, the term "bx2" should read "bx1", while in your third equation the term "bx2" should read "bx3" (I assume these were typos..)

Look at the the left-hand side of your equations.
How can you rewrite this side as a matrix-vector product, where you know the entries in the matrix, while the vector is the unknown?
 


Hi there,

Solving a system of equations involving a parabola can be tricky, but using matrix calculations can make it much simpler. Here are some steps you can follow to find the general solution for a three-point parabola:

1. Set up your equations: As you have already done, start by setting up your equations using the three points given. This will give you three equations with three unknowns (a, b, and c).

2. Write the equations in matrix form: To solve the system of equations using matrices, we need to write them in the form of AX = B, where A is the coefficient matrix, X is the unknowns matrix, and B is the constant matrix. In this case, A will be a 3x3 matrix, X will be a 3x1 matrix, and B will be a 3x1 matrix.

3. Construct the augmented matrix: The augmented matrix is formed by combining the coefficient matrix and the constant matrix, separated by a vertical line. In this case, it will be a 3x4 matrix.

4. Use matrix operations to solve for X: Now that we have our augmented matrix, we can use matrix operations (such as row operations) to solve for X. Once you have the values for a, b, and c, you have found the general solution for the parabola.

I hope this helps! If you need more guidance, you can also try looking up examples of solving systems of equations using matrices. Good luck!
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 17 ·
Replies
17
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
7K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
3K