Symmetric looking equations needing a symmetric solution

  • Thread starter Thread starter FrankDrebon
  • Start date Start date
  • Tags Tags
    Symmetric
AI Thread Summary
The discussion revolves around finding a more efficient method to solve a set of symmetric equations involving variables A, b, and c. The original poster has derived solutions for the case of j=2 and is seeking similar solutions for j=3 or a general solution. A member proposes a method using a new variable, theta, which simplifies the equations and leads to a solution for b_i in terms of A_i and c_i. The proposed solution is confirmed to be elegant and effective, demonstrating a clear path to express b_i in a symmetric manner. The conversation highlights the collaborative effort to tackle complex mathematical problems efficiently.
FrankDrebon
Messages
9
Reaction score
0
Hi all,

I have a set of equations that look very nice and symmetric, but the only way I'm able to find solutions to them is with pages and pages of algebra! Can any members with more of a mathematical flair than myself point me in the direction of a more direct and satisfactory method of solution?

The equations are:

\frac{{A_1 }}{{A_1 + A_2 + A_3 }} = \frac{{b_1 c_1 }}{{b_1 c_1 + b_2 c_2 + b_3 c_3 }}

\frac{{A_2 }}{{A_1 + A_2 + A_3 }} = \frac{{b_2 c_2 }}{{b_1 c_1 + b_2 c_2 + b_3 c_3 }}

\frac{{A_3 }}{{A_1 + A_2 + A_3 }} = \frac{{b_3 c_3 }}{{b_1 c_1 + b_2 c_2 + b_3 c_3 }}

Given that:

b_1 + b_2 + b_3 = 1

I am looking to express b_1, b_2 and b_3 in terms of A_1, A_2, A_3, c_1, c_2 and c_3.

In general, I guess the problem would be:

A_i \sum\limits_j {b_j c_j } = b_i c_i \sum\limits_j {A_j }

\sum\limits_j {b_j } = 1

I have solved the problem for the j = 2 case, with the neat looking solutions:

b_1 = \frac{{A_1 c_2 }}{{A_1 c_2 + A_2 c_1 }}

b_2 = \frac{{A_2 c_1 }}{{A_1 c_2 + A_2 c_1 }}

I'm looking for similar solutions to j = 3, or more...if a general solution is obvious to someone else!

Any ideas?

Thanks in advance,

FD
 
Mathematics news on Phys.org
I'll write your equations as:

[Eqs. 1] \frac{A_i}{\sum_j Aj} = \frac {b_i c_i}{\sum_j b_j c_j}


Introduce another variable \theta defined by

[Eq. 2] \theta = \frac {\sum_j b_j c_j} {\sum_j A_j}

Multiplying the left sides of [Eqs. 1] by \frac{\theta}{\theta} gives:

[Eqs. 3] \frac{\theta A_i}{\sum_j b_j c_j} = \frac {b_i c_i}{\sum_j b_j c_j}

so

[Eqs 4] b_i = \theta \frac{A_i}{c_i}


Since \sum_j b_j = 1 we have:

[Eq 5] \sum_j \theta \frac{A_j}{c_j} = \theta \sum_j {A_j}{c_j} = 1

Sovling for \theta gives:

[Eq 6] \theta = \frac{1}{\sum_j \frac{A_j}{c_j}}

Substituting in [Eqs 4] gives

[Eqs 7] b_i = \frac{1}{\sum_j \frac{A_j}{c_j}} \frac{A_i}{c_i}

Of course, you must check none of the steps involve division by zero. Also my reasoning seems suspiciously circular!
 
Ahhhh, that works beautifully - nice one!
 
That was an elegant solution, I would like to add another one.
Dividing the sides of the ith equation by the sides of the jth equation gives:
\frac{A_i}{A_j}=\frac{b_ic_i}{b_jc_j}
And then:
b_j=\frac{A_j}{c_j}\frac{c_i}{A_i}b_i
Thus:
\sum_{j}b_j=\frac{c_i}{A_i}b_i\sum_{j}\frac{A_j}{c_j}
And since \sum_{j}b_j=1 we get:
b_i=\frac{A_i}{c_i}\frac{1}{\sum_{j}\frac{A_j}{c_j}}
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Back
Top