Cramer's Rule Original Problem

  • Thread starter Thread starter cookiesyum
  • Start date Start date
  • Tags Tags
    Cramer's rule
Click For Summary
SUMMARY

The discussion focuses on solving for the constants A, B, C, D, and E in the polynomial equation A + By + Cx + Dy² + Exy + x² = 0, given five points (x₁, y₁) to (x₅, y₅). Participants clarify that the resulting system of equations is linear in the constants despite the presence of quadratic terms. The solution involves creating a 5x6 augmented matrix and can be approached using either row reduction or Cramer's Rule. The method ensures that all equations derived from the points are consistent and solvable.

PREREQUISITES
  • Understanding of polynomial equations and their forms
  • Familiarity with matrix operations, specifically augmented matrices
  • Knowledge of Cramer's Rule for solving linear systems
  • Basic algebra skills for substituting values into equations
NEXT STEPS
  • Study the application of Cramer's Rule in solving systems of equations
  • Learn about row reduction techniques for matrix solutions
  • Explore polynomial regression methods for curve fitting
  • Investigate the implications of non-linear terms in linear algebra
USEFUL FOR

Students in mathematics, particularly those studying algebra and linear systems, as well as educators and tutors looking to enhance their understanding of polynomial equations and matrix solutions.

cookiesyum
Messages
72
Reaction score
0

Homework Statement



Let the curve

A + By + Cx + Dy^2 + Exy + x^2 = 0

be given. It passes through the points (x_1, y_1),...,(x_5, y_5). Determine the A, B, C, D, and E.

Homework Equations





The Attempt at a Solution



To create the system, I plug in each x_n and y_n into the given curve equation...

[1, y_1, x_1, (y_1)^2, (x_1)(y_1), (x_1)^2]
[1, y_2, x_2, (y_2)^2, (x_2)(y_2), (x_2)^2]
[1, y_3, x_3, (y_3)^2, (x_3)(y_3), (x_3)^2]
[1, y_4, x_4, (y_4)^2, (x_4)(y_4), (x_4)^2]
[1, y_5, x_5, (y_5)^2, (x_5)(y_5), (x_5)^2]

But, what do I do from here? Replace a row with vector b (all 0's in this case) and solve x = determinant of new matrix/determinant of original matrix. Then repeat for each row? Does the fact that there are x^2 and y^2 in the matrix matter at all or not?
 
Physics news on Phys.org
It doesn't matter that the variables x, y, x^2, y^2, and xy aren't linear. You're solving for the constants A, B, C, D, and E, and your equations are linear in these constants.

When you substitute the known x and y values into the equation, your first equation will be:
A + y_1*B + x_1*C + (y_1)^2 * D + (x_1)(y_1)*E = -(x_1)^2

All five equations will look like this but will involve the other four pairs of x and y values.

Your matrix will be a 5 row by 6 column augmented matrix that you can solve either by row reduction or by the use of Cramer's rule.
 
Mark44 said:
It doesn't matter that the variables x, y, x^2, y^2, and xy aren't linear. You're solving for the constants A, B, C, D, and E, and your equations are linear in these constants.

When you substitute the known x and y values into the equation, your first equation will be:
A + y_1*B + x_1*C + (y_1)^2 * D + (x_1)(y_1)*E = -(x_1)^2

All five equations will look like this but will involve the other four pairs of x and y values.

Your matrix will be a 5 row by 6 column augmented matrix that you can solve either by row reduction or by the use of Cramer's rule.

Thank you!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
3
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K