How do you solve H=(J^3)/(CD) - (K^3)/D for J?
1 Answer
Oct 3, 2015
Rearrange using arithmetic operations to separate
J = root(3)(HCD+K^3C)
Explanation:
First add
H + K^3/D = J^3/(CD)
Multiply both sides by
HCD + K^3C = J^3
Take the cube root of both sides to get:
J = root(3)(HCD+K^3C)
This assumes Real arithmetic. If dealing with Complex numbers there would be two additional possible solutions:
J = omega root(3)(HCD+K^3C)
J = omega^2 root(3)(HCD+K^3C)
where