Similar to R3 Division, cube roots in R3 are solved using simultaneous equations.
Simultaneous Equations Needed
The following is a method for finding R3 cube roots using simultaneous equations. For example, take the cubic equation:
- (3v + 4i^ + 5jv )3 = (3v + 4i^ + 5jv )*(3v + 4i^ + 5jv )2
As described in an earlier post, the square of the expression (a? + bi? + cj?)2 is (a2? + b2i2 + c2j2). This allows the calculation of (3v + 4i^ + 5jv )3 as follows:
- (3v + 4i^ + 5jv )3 = (3v + 4i^ + 5jv )*(3v + 4i^ + 5jv )2
- = (3v + 4i^ + 5jv )*(9v + 16i^ + 25jv )
- = (47v + 34i^ + 137jv )
- => (3v + 4i^ + 5jv )3 = (47v + 34i^ + 137jv )
- => 3√(47v + 34i^ + 137jv ) = (3v + 4i^ + 5jv )
Next, to find the cube root of (47v + 34i^ + 137jv ) solve the following equation:
- (a? + bi? + cj?)*(a? + bi? + cj?)*(a? + bi? + cj?) = (47v + 34i^ + 137jv )
The method that follows uses logic and simultaneous equations to work out this cube root.
Method for Finding R3 Cube Roots
Generating the Simultaneous Equations
Multiplying out (a? + bi? + cj?)3 gives the following result.
- (a? + bi? + cj?)3 = (a3? + bi?*c2j? + cj?*b2i?) + (b3i?+ a?*c2j? + cj?*a2?) + (c3j? +a?*b2i? + bi?*a2?)
The multiplication table allows the gathering of the terms for each Opposite Type within brackets. Consequently, the generation of 3 equations for the example 3√(47v + 34i^ + 137jv ) is possible:
- A: (a3? + bi?*c2j? + cj?*b2i?) = 47v
- B: (b3i?+ a?*cj2? + cj?*a2?) = 34i^
- C: (c3j? +a?*bi2? + bi?*a 2?) = 137jv
Simultaneous equations work purely with Counters as the Opposite Signs are unknown. The multiplication table shows that the cube of an Opposite Value such as a3? leaves the Opposite Sign of the result the same, so treat a3? as a3 for the simultaneous equation.
The Opposite Sign of the products of a bi?*c2j? and the product of cj?*b2i? are ^ or v. As a result of these 2 possibilities, several different simultaneous equations require testing for an answer as follows:
- a3 + b*c2 + c*b2 + 47 = 0
- a3 + b*c2 + –c*b2 + 47 = 0
- a3 + –b*c2 + c*b2 + 47 = 0
- a3 +–b*c2 + –c*b2 + 47 = 0
Similarly, Equation B generates the following possible simultaneous equations:
- b3 + a*c2 + c*a2 + –34 = 0
- b3 + a*c2 + –c*a2 + –34 = 0
- b3 + –a*c2 + c*a2 + –34 = 0
- b3 + –a*c2 + –c*a2 + –34 = 0
Equation C generates the following possible simultaneous equations:
- c3 + a*b2 + b*a2 + 137 = 0
- c3 + a*b2 + –b*a2 + 137 = 0
- c3 + –a*b2 + b*a2 + 137 = 0
- c3 + –a*b2 + –b*a2 + 137 = 0
Solving the simultaneous equations
Attempts are made to solve each combination of the Equation A, B and C equations, but solutions for R3 cube roots are not always found. However, any solution found is tested to see if it is a valid cubic root. This is done by cubing the solution.
The equations that show the correct R3 cube root solution of (3v + 4i^ + 5jv ) for 3√(47v + 34i^ + 137jv ) follow. As the simultaneous equations are dealing with Counters, this is reflected by a flip sign for v signed values such as 3v and 5jv:
- a3 + –b*c2 + –c*b2 + 47 = 0
- => –33 + –4*–52 + – –5*42 + 47 = 0
- => –27 + –100 + 80 + 47 = 0
- => 0 = 0
- b3 + a*cj2 + –c*a2 + –34 = 0
- => 43 + –3*–52 + – –5*–32 + –34 = 0
- => 64 + –75 + 45 + –34 = 0
- => 0 = 0
- c3 + a*b2 + b*a2 + 137^ = 0
- => –53 + –3*42 + 4*–32 + 137 = 0
- => –125 + –48 + 36 + 137 = 0
- => 0 = 0
Next: Exponentiation
Previous: Square Roots