Skip to content
Root Calculators - Square Root, Cube Root & Nth Root | Krixly

Root Calculators

Square roots, cube roots, nth roots, and quadratic equation solver — all in one place

Choose Calculator

Results

√144 = 12
Input
144
Root Type
Square Root
Result
12
Verification
144
📖 Explanation: √144 = 12 because 12 × 12 = 144

√ Square Root

Finds what number multiplied by itself equals your input. Used for calculating distances, areas, and standard deviation in statistics.

³√ Cube Root

Finds what number multiplied by itself three times equals your input. Essential for volume calculations and physics problems.

ⁿ√ Nth Root

General root calculator for any degree. Useful for compound interest, population growth, and scientific formulas.

📐 Root Calculation Formulas

Square Root

√x = y where y² = x

Example: √144 = 12 because 12 × 12 = 144

Cube Root

³√x = y where y³ = x

Example: ³√27 = 3 because 3 × 3 × 3 = 27

Note: Cube roots work with negative numbers too. ³√-8 = -2 because (-2)³ = -8.

Nth Root

ⁿ√x = y where yⁿ = x

Example: ⁴√16 = 2 because 2⁴ = 16

For even roots (2nd, 4th, 6th...), the number must be positive. For odd roots, negatives are allowed.

Quadratic Formula

x = [-b ± √(b² - 4ac)] / 2a

The discriminant (b² - 4ac) tells you how many real roots exist:

• Positive → Two real roots
• Zero → One real root
• Negative → No real roots (complex numbers)

🎯 Real-World Examples

📐 Square Root in Construction

You need to find the diagonal of a square room that is 15 feet wide. Diagonal = √(15² + 15²) = √450 ≈ 21.2 feet.

📦 Cube Root in Shipping

A shipping container has volume 125 cubic meters. Side length = ³√125 = 5 meters.

💰 Nth Root in Finance

An investment grows from $1,000 to $2,000 in 5 years. Annual growth rate = ⁵√(2000/1000) - 1 ≈ 14.9%.

🎯 Quadratic Roots in Physics

A ball thrown upward: h = -5t² + 20t + 2. Solve -5t² + 20t + 2 = 0 to find when it hits the ground.

❓ Frequently Asked Questions

What is the difference between square root and cube root?

Square root (√) finds what number multiplied by ITSELF equals the original. Cube root (³√) finds what number multiplied by ITSELF THREE TIMES equals the original.

Can I take square root of a negative number?

No — square roots of negative numbers are not real numbers (they are imaginary numbers). Our calculator will show "Not a real number".

Can I take cube root of a negative number?

Yes! Cube roots of negative numbers are real. For example, ³√-8 = -2 because (-2) × (-2) × (-2) = -8.

What does "nth root" mean?

Nth root means any root degree. 2nd root = square root, 3rd = cube root, 4th = fourth root, and so on.

What does the discriminant tell me?

In quadratic equations, the discriminant (b² - 4ac) tells you how many real roots exist. Positive = two, zero = one, negative = none (complex).

How accurate are the calculations?

Results are precise to 6 decimal places, using JavaScript's 64-bit floating point math (about 15 digits of precision).