Polynomial system of 6 variables

AI Thread Summary
The discussion revolves around solving a polynomial system involving six variables: A, B, C, a, b, and c, expressed through equations that relate these variables to U, V, W, u, v, and w. Participants note that while the system cannot be uniquely solved due to having more variables than equations, it may still be possible to express A, B, and C in terms of the known variables if U, V, W, u, v, and w are provided. The last three equations are linear, allowing for A, B, and C to be derived first, followed by substituting these values into the first three equations to find a, b, and c. The complexity arises from the polynomial nature of the equations, which may complicate the solution process. Ultimately, the feasibility of solving the system hinges on the relationships established among the variables.
Bruno Tolentino
Messages
96
Reaction score
0
U = A a²
V = 2 A a b
W = A b²
u = 2 A a c + B a
v = 2 A b c + B b
w = A c² + B c + C

I'd like to solve this system for A, B, C, a, b, c. Is it possible!?
 
Mathematics news on Phys.org
If you want those terms, in terms of all the other terms, then i don't think you can, if in terms of U,V,W,u,v,w included then ofcourse, it would be simple,
the basic problem is you have only one equation with U in it, or were you trying to say ##U##instead of ##u##?
 
Unless I'm mistaken, there are 12 variables and not 6 which means the system cannot be solved.
 
DDH said:
Unless I'm mistaken, there are 12 variables and not 6 which means the system cannot be solved.
The system cannot be solved uniquely, which is different from saying that it can't be solved.
 
I stand corrected.
 
Bruno Tolentino said:
U = A a²
V = 2 A a b
W = A b²
u = 2 A a c + B a
v = 2 A b c + B b
w = A c² + B c + C

I'd like to solve this system for A, B, C, a, b, c. Is it possible!?
Assuming U,V,W,u,v,w are known, it might be possible. As a first step, the last three equations in A,B,C are linear, so you can get A,B,C, in terms of u,v,w,a,b,c. Substitute the expression for A into the first three equations. You now have polynomial expressions for a,b,c - good luck!
 
Yeah! (U, V, W, u, v, w) are known. I want to write (A, B, C, a, b, c) in terms of (U, V, W, u, v, w).
...\begin{bmatrix}<br /> u\\ <br /> v\\ <br /> w\\<br /> \end{bmatrix}<br /> <br /> =<br /> <br /> \begin{bmatrix}<br /> 2ac &amp; a &amp; 0\\ <br /> 2bc &amp; b &amp; 0\\ <br /> 1cc &amp; c &amp; 1\\<br /> \end{bmatrix}<br /> <br /> \begin{bmatrix}<br /> A\\ <br /> B\\ <br /> C\\<br /> \end{bmatrix}<br />
===> http://www.wolframalpha.com/input/?i=inverse+of+{{2+a+c,+a,+0},+{2+b+c,+b,+0},+{c^2,+c,+1}}

Oooooops... :frown:
 

Similar threads

Back
Top