MHB Direct solution for two unknowns in two equations

  • Thread starter Thread starter IanfromBristol
  • Start date Start date
  • Tags Tags
    Unknowns
AI Thread Summary
The discussion centers on solving two equations with two unknowns, specifically focusing on the equations involving coefficients C1, C2, C3, and known values Q1 and Q2. The original poster has attempted substitution and elimination methods but finds them leading to complex quartic expressions. They express a preference for iterative methods due to their stability and quick convergence, despite acknowledging the existence of a direct solution method for quartics. Another participant agrees that the iterative approach is simpler and more practical for this problem. The consensus leans towards using approximation methods for ease of computation.
IanfromBristol
Messages
2
Reaction score
0
I am writing a computer program to solve a physical problem which at some part involves the following two equations and two unknowns;

(1) \[ C_1(x^4-y^4) + C_2x = Q_1 \]
(2) \[ C_1(y^4-x^4) + C_3y = Q_2 \]

C1, C2 & C3 are coefficients which can readily be calculated and do not rely on knowing the values of X or Y. Q1 and Q2 are known values (effectively boundary conditions). I've tried substitution and elimination but end up with a much more complicated expression which looks to be a quartic equation. I know I can solve this iteratively and it does converge quickly and is stable. However, is there any method that can solve it directly and thus avoid the iterative approach?
 
Mathematics news on Phys.org
I see no way to avoid the quartic. There is a method to do this to get an exact answer (here) but I'd stick with approximation. It's much easier to work out.

-Dan
 
topsquark said:
I see no way to avoid the quartic. There is a method to do this to get an exact answer (here) but I'd stick with approximation. It's much easier to work out.

-Dan
Hi Dan, I took a look at that solution for the quartic and you're not wrong the iterative method (i.e. approximation) is far easier to work out!

Ian
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top