VOOZH about

URL: https://www.geeksforgeeks.org/maths/radical-formula/

โ‡ฑ Radical Formula - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Radical Formula

Last Updated : 23 Apr, 2026

A radical is a mathematical expression that represents the nth root of a number or algebraic expression, written using the symbol โˆš, where the value inside is called the radicand and the optional number indicating the type of root is the index.

๐Ÿ‘ index

To solve a radical equation, we remove the radical by raising both sides of the equation to the power of the index.

nโˆšx = p
xยนโ„โฟ = p
(xยนโ„โฟ)โฟ = pโฟ
x = pโฟ

where:

  • nโˆš is the radical symbol (nth root).
  • n is the index.
  • x is the radicand (the value inside the radical)

General Rules

The following are some general rules used for radicals.

  • If the radicand is positive, the result is positive.
  • If the radicand is negative and the index is odd, the result is negative.
  • If the radicand is negative and the index is even, the result is not a real number.
  • If no index is specified, the radical represents a square root (index = 2).
  • Radicals with the same index can be multiplied: โˆša ร— โˆšb = โˆš(ab).
  • Radicals with the same index can be divided: โˆša / โˆšb = โˆš(a/b).
  • A radical can be split into factors: โˆšab = โˆša ร— โˆšb.
  • A radical can be expressed in exponential form: โˆšx = xยนโ„ยฒ.
  • In general, โฟโˆšx = xยนโ„โฟ.
ConceptFormula
Root of a productโฟโˆš(ab) = โฟโˆša ร— โฟโˆšb
Root of a quotientโฟโˆš(a/b) = โฟโˆša / โฟโˆšb
Fractional exponentโฟโˆš(aแต) = aแตโ„โฟ

Related Articles

Sample Problems

Problem 1: Solve the radical, โˆšy = 11, using the radical formula.

Solution:

Given,

โˆšy = 11

To make the given expression radical-free, use the radical formula.

(y)1/2 = 11

Now squaring on both sides we get

โ‡’ [(y)1/2]2 = (11)2

โ‡’ y = (11)2 โ‡’ y = 121

Hence, the value of y is 121.

Problem 2: Solve the radical expression (7 + 5โˆša)/b, where a = 36 and b = 4.

Solution:

Given,

a = 36 and b = 4

By substituting the values of a and b in the given radical expression we get

(7 + 5โˆša)/b

= (7 + 5โˆš36)/4

= (7 + 5 ร— 6)/4

= 37/4 = 9.25

Hence, the value of the given radical expression is 9.25.

Problem 3: Simplify โˆš(175a4b5)/โˆš(7b).

Solution: 

โˆš(175a4b5)/โˆš(7b)

By using the quotient rule, we get

=

= โˆš(25a4b4)

= 5a2b2

Hence, the value of the given radical expression is 5a2b2.

Problem 4: Solve โˆš(3x+9) โˆ’ 6 = 0

Solution:

Given,

โˆš(3x+9) โˆ’ 6 = 0

โ‡’ โˆš(3x+9) = 6

Now squaring on both sides we get

โ‡’ (3x + 9) = (6)2

โ‡’ 3x + 9 = 36

โ‡’ 3x = 36 - 9 = 27

โ‡’ x = 27/3 = 9

Hence, the value of x is 9.

Problem 5: Find the value of 3/(2+โˆš5).

Solution:

Given, 

Now, multiply and divide the given term with (2 - โˆš5)

= 3/(2 + โˆš5) ร— (2 - โˆš5)/(2- โˆš5)

= 3(2 - โˆš5)/(22- 5)     {Since, (a + b)(a - b) = a2 - b2}

= 3(2 - โˆš5)/(4 - 5)

= 3(2 -โˆš5)/(-1)

= 3(โˆš5 - 2)

Hence, 3/(2 + โˆš5) = 3(โˆš5 - 2).

Comment

Explore