A physical problem which I've been studying leads to the following nonlinear equation system to be solved: $$\alpha\cdot79\cdot A_1 +(1-\alpha)\cdot 1025 \cdot B_1 = C_{11}$$ $$\alpha\cdot145\cdot A_1 +(1-\alpha)\cdot 696 \cdot B_1 = C_{12}$$ $$\alpha\cdot12\cdot A_1 +(1-\alpha)\cdot 1578 \cdot B_1 = C_{13}$$ In these equations, $\alpha$ is an UNKNOWN universal coefficient, $A_1$ and $B_1$ are UNKNOWN variables to be obtained, and $C_{11}, C_{12}, C_{13}$ are KNOWN constants obtained from experiments. In total, we have 9 pairs of $A$ and $B$ to be obtained the corresponding experimental results $C$, for example, the pair of $A_2$ and $B_2$ should hold the following relationship with $C$: $$\alpha\cdot79\cdot A_2 +(1-\alpha)\cdot 1025 \cdot B_2 = C_{21}$$ $$\alpha\cdot145\cdot A_2 +(1-\alpha)\cdot 696 \cdot B_2 = C_{22}$$ $$\alpha\cdot12\cdot A_2 +(1-\alpha)\cdot 1578 \cdot B_2 = C_{23}$$ and the same for the other $A_n, B_n$ and $C$. But remember, the coefficient $\alpha$ is unknown. Therefore in total there are $2 \times 9 +1 = 19$ coefficients to be obtained from 27 equations. My question is, what is the best algorithm to obtain the best solution to both the universal coefficient $\alpha$ and the pairs of $A,B$ please? Thank you very much!
2026-04-01 17:31:29.1775064689
Solving three-variable nonlinear equation systems
232 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in NONLINEAR-OPTIMIZATION
- Prove that Newton's Method is invariant under invertible linear transformations
- set points in 2D interval with optimality condition
- Finding a mixture of 1st and 0'th order Markov models that is closest to an empirical distribution
- Sufficient condition for strict minimality in infinite-dimensional spaces
- Weak convergence under linear operators
- Solving special (simple?) system of polynomial equations (only up to second degree)
- Smallest distance to point where objective function value meets a given threshold
- KKT Condition and Global Optimal
- What is the purpose of an oracle in optimization?
- Prove that any Nonlinear program can be written in the form...
Related Questions in NONLINEAR-SYSTEM
- Solving special (simple?) system of polynomial equations (only up to second degree)
- Determination of Invertibility
- Question about stability of a nonlinear dynamical system
- The equation $x^T A x = (x^2)^T A x^2$
- 1D viscous flow upwards against gravity
- Convergence of fixed-point in a gauss-seidel style
- Intuition behind dense orbits
- Determine the stability properties and convergence in the origin using Lyapunov Direct Method
- Is $x(t/2)$ a causal/memoryless system?
- Why this field with non-zero curl has closed orbit?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The first two equations suffice to determine $\alpha A_1$ and $(1-\alpha) B_1$. The third equation is either true or false with those values of $\alpha A_1$ and $(1-\alpha) B_1$, so (depending on how $C_{13}$ relates to $C_{11}$ and $C_{12}$) either it makes the system inconsistent or it doesn't add any new information. Similarly for the other $\alpha A_i$ and $(1-\alpha) B_i$. If those are all the constraints, you can choose $\alpha$ arbitrarily (as long as it's not $0$ or $1$), and then find $A_i$ and $B_i$.