Mamed
- 17
- 0
The objective is to find some coefficients by comparing two equations.
<br /> T_2 \cdot \frac{R_1}{R_1+R_2} + T_1 \cdot \frac{R_2}{R_1+R_2}
and
T_2 \cdot k_1 + T_1 \cdot k_2
I compare and set
k_1 = \frac{R_1}{R_1+R_2} (1)
k_2 = \frac{R_2}{R_1+R_2} (2)
I expand the equations and throw them around
(1) -> R_1 = R_2 \cdot \frac{k_1}{1-k_1} (3)
(2) -> R_2 = R_1 \cdot \frac{k_2}{1-k_2} (4)
I put in (3) in (4) and get
R_2 = R_2 \cdot \frac{k_1}{1-k_1} \cdot \frac{k_2}{1-k_2} -> 1 = \frac{k_1}{1-k_1} \cdot \frac{k_2}{1-k_2}
So i don't know how to get the values of R_1 and R_2 as a function of k_1 and k_2.
The solution for this is given and is correct when I put it in the equations above and it fulfills everything but i just don't know how he has gotten it.
k_x is a long function based on parameters that i just rebrand for simplicity.
<br /> T_2 \cdot \frac{R_1}{R_1+R_2} + T_1 \cdot \frac{R_2}{R_1+R_2}
and
T_2 \cdot k_1 + T_1 \cdot k_2
I compare and set
k_1 = \frac{R_1}{R_1+R_2} (1)
k_2 = \frac{R_2}{R_1+R_2} (2)
I expand the equations and throw them around
(1) -> R_1 = R_2 \cdot \frac{k_1}{1-k_1} (3)
(2) -> R_2 = R_1 \cdot \frac{k_2}{1-k_2} (4)
I put in (3) in (4) and get
R_2 = R_2 \cdot \frac{k_1}{1-k_1} \cdot \frac{k_2}{1-k_2} -> 1 = \frac{k_1}{1-k_1} \cdot \frac{k_2}{1-k_2}
So i don't know how to get the values of R_1 and R_2 as a function of k_1 and k_2.
The solution for this is given and is correct when I put it in the equations above and it fulfills everything but i just don't know how he has gotten it.
k_x is a long function based on parameters that i just rebrand for simplicity.