Multiplying Radicals Calculator
Our free angles calculator solves multiplying radicals problems. Get worked examples, visual aids, and downloadable results.
Formula
n-root(a) x n-root(b) = n-root(a x b)
The product rule for radicals states that the nth root of a multiplied by the nth root of b equals the nth root of the product (a times b), provided both radicals share the same index n. Coefficients are multiplied separately, and the result should be simplified by extracting perfect nth powers from under the radical.
Worked Examples
Example 1: Multiplying Square Roots with Simplification
Problem: Calculate 3*sqrt(8) times 2*sqrt(6) and simplify.
Solution: Multiply coefficients: 3 x 2 = 6\nMultiply radicands: 8 x 6 = 48\nResult: 6*sqrt(48)\nSimplify sqrt(48): 48 = 16 x 3, so sqrt(48) = 4*sqrt(3)\nFinal: 6 x 4 x sqrt(3) = 24*sqrt(3)\nDecimal: 24 x 1.7321 = 41.569
Result: 3*sqrt(8) x 2*sqrt(6) = 24*sqrt(3) which is approximately 41.569
Example 2: Multiplying Conjugate Radicals
Problem: Calculate (5 + sqrt(7)) times (5 - sqrt(7)).
Solution: Apply difference of squares: (a + b)(a - b) = a^2 - b^2\na = 5, b = sqrt(7)\n5^2 - (sqrt(7))^2 = 25 - 7 = 18\nThe radical is eliminated completely
Result: (5 + sqrt(7))(5 - sqrt(7)) = 18 (rational number)
Frequently Asked Questions
What is the basic rule for multiplying radicals?
The product rule for radicals states that the nth root of a times the nth root of b equals the nth root of (a times b), provided both radicals have the same index. For square roots, this means sqrt(a) times sqrt(b) equals sqrt(a times b). For example, sqrt(3) times sqrt(12) equals sqrt(36), which simplifies to 6. This rule works because radicals are fractional exponents: a^(1/n) times b^(1/n) equals (ab)^(1/n). The rule only applies directly when the indices are the same, and all radicands must be non-negative for even-indexed roots.
How do you multiply radicals with different indices?
When radicals have different indices (like a square root times a cube root), you must first convert them to a common index using the least common multiple of the indices. For example, to multiply sqrt(2) times cbrt(3), find LCM(2,3) which is 6. Convert sqrt(2) to the 6th root of 2^3, which is the 6th root of 8. Convert cbrt(3) to the 6th root of 3^2, which is the 6th root of 9. Now multiply: 6th root of 8 times 6th root of 9 equals 6th root of 72. This technique mirrors finding common denominators when adding fractions, because radical indices correspond to fraction denominators in exponential notation.
How do you simplify the product of radicals after multiplying?
After multiplying radicands together, simplify by extracting perfect powers from under the radical. For square roots, find the largest perfect square factor. For example, sqrt(8) times sqrt(6) equals sqrt(48). Factor 48 as 16 times 3, where 16 is a perfect square. So sqrt(48) equals sqrt(16) times sqrt(3) which is 4 times sqrt(3). For cube roots, find perfect cube factors: cbrt(24) equals cbrt(8 times 3) which is 2 times cbrt(3). Prime factorization is the most reliable method: factor the radicand into primes, then group factors by the radical index to extract complete groups.
What happens when you multiply coefficients with radicals?
When multiplying radical expressions that have coefficients (numbers in front of the radical), you multiply the coefficients together and the radicands together separately. For example, 3 times sqrt(5) multiplied by 4 times sqrt(7) equals (3 times 4) times sqrt(5 times 7), which is 12 times sqrt(35). If the result can be simplified, do so: 2 times sqrt(8) multiplied by 3 times sqrt(2) equals 6 times sqrt(16) which is 6 times 4 or 24. This separation works because multiplication is commutative and associative, allowing you to rearrange the factors in any order before combining them.
What is the connection between radicals and fractional exponents?
Radicals and fractional exponents are two notations for the same mathematical concept. The nth root of x is equivalent to x raised to the power 1/n. More generally, the nth root of x^m equals x^(m/n). This connection is crucial because it allows you to apply all exponent rules to radical expressions. Multiplying radicals translates to adding fractional exponents with the same base: sqrt(x) times sqrt(x) equals x^(1/2) times x^(1/2) which is x^1, or simply x. This equivalence also explains why the product rule works: a^(1/n) times b^(1/n) equals (ab)^(1/n) by the power of a product rule.
How do you multiply binomial expressions containing radicals?
Multiplying binomial radical expressions follows the FOIL method (First, Outer, Inner, Last) or distribution. For example, (2 + sqrt(3)) times (4 - sqrt(3)) requires four multiplications: First is 2 times 4 which is 8. Outer is 2 times negative sqrt(3) which is negative 2 times sqrt(3). Inner is sqrt(3) times 4 which is 4 times sqrt(3). Last is sqrt(3) times negative sqrt(3) which is negative 3. Combining: 8 - 2sqrt(3) + 4sqrt(3) - 3 equals 5 + 2sqrt(3). Conjugate pairs like (a + sqrt(b))(a - sqrt(b)) always produce rational results: a^2 minus b.