What is the Square Root of 113?
The square root of 113 is approximately 10.63014581273465. It is an irrational number, which means it cannot be expressed as a simple fraction and its decimal expansion continues infinitely without repeating.
Understanding the Square Root of 113
The square root of a number is the value that, when multiplied by itself, gives the original number. For 113, we are looking for a number that when squared equals 113.
Mathematically, we write this as:
√113 = x, where x² = 113
Since 113 is located between 100 (10²) and 121 (11²), its square root must be between 10 and 11:
- 10² = 100 (which is less than 113)
- 11² = 121 (which is greater than 113)
This gives us a rough estimate that √113 is somewhere between 10 and 11. More precisely, it's approximately 10.63014581273465.
Decimal Expansion of the Square Root of 113
The square root of 113 has a non-terminating, non-repeating decimal expansion, confirming that it is an irrational number. Here is the square root of 113 to 50 decimal places:
√113 = 10.63014581273465006515333463859489381807059445552254481148...
For most practical applications, using the first 5-10 decimal places (10.63014581) provides sufficient accuracy.
Methods to Calculate the Square Root of 113
1. Using a Calculator
The simplest method is to use a scientific calculator, a smartphone calculator app, or an online calculator. Simply enter 113 and press the square root button (usually displayed as √).
Interactive Square Root Calculator
2. Newton-Raphson Method
The Newton-Raphson method is an iterative technique for finding increasingly accurate approximations of the square root. To find the square root of 113 using this method:
- Start with an initial guess (x₀). A good initial guess would be 10.5 (close to the middle of 10 and 11).
- Apply the formula: xn+1 = 0.5 * (xn + 113/xn)
- Repeat the process until desired accuracy is achieved.
Iteration 1: x₁ = 0.5 * (10.5 + 113/10.5) = 0.5 * (10.5 + 10.7619...) ≈ 10.6309...
Iteration 2: x₂ = 0.5 * (10.6309 + 113/10.6309) ≈ 10.6301...
Iteration 3: x₃ = 0.5 * (10.6301 + 113/10.6301) ≈ 10.63014...
After just a few iterations, we achieve a very accurate approximation of √113.
3. Long Division Method
The long division method is a systematic approach to manually calculate square roots. While it's less commonly used today, it offers insight into how square roots can be computed without a calculator:
Step 1: Group the digits of 113 in pairs from right to left: 1 | 13
Step 2: Find the largest number whose square is less than or equal to the first group (1). That number is 1.
Step 3: Subtract 1² from 1, giving 0. Bring down the next pair: 0 | 13
Step 4: Double the quotient (1) to get 2. Find the largest digit x such that 2x × x ≤ 13. This is 0.
Step 5: Continue the process, bringing down zeros for decimal places...
The long division method becomes increasingly complex for irrational square roots like √113, which is why calculators and iterative methods are preferred in practice.
4. Using Taylor Series
For advanced mathematical applications, Taylor series expansions can be used to compute square roots. This approach involves expressing √113 in terms of a power series.
Square Root of 113 as a Fraction
Since √113 is irrational, it cannot be expressed exactly as a fraction or ratio of integers. However, we can find rational approximations using continued fractions:
√113 ≈ 10/1 = 10 (a very rough approximation)
√113 ≈ 53/5 = 10.6 (closer)
√113 ≈ 223/21 ≈ 10.619... (even closer)
√113 ≈ 1658/156 ≈ 10.628... (more accurate)
These fractions provide rational approximations to the irrational value of √113, with each subsequent approximation generally offering improved accuracy.
Interesting Properties of the Square Root of 113
Continued Fraction Representation
The square root of 113 can be expressed as a continued fraction:
√113 = [10; 1, 1, 6, 1, 1, 1, 2, 1, 2, 1, ...]
This means √113 = 10 + 1/(1 + 1/(1 + 1/(6 + ...)))
Relationship to Other Square Roots
While √113 doesn't have neat algebraic relationships with other well-known square roots, it is part of the family of square roots of prime numbers (since 113 is prime).
Approximation Error
When using 10.63 as an approximation for √113, the error is:
10.63² = 112.9969 (compared to 113)
Error = 113 - 112.9969 = 0.0031 (about 0.0027% error)
This shows that even a simple three-decimal approximation provides remarkable accuracy for most practical purposes.
Applications of Square Roots Like √113
1. Geometry and Construction
Square roots are essential in calculating diagonal distances, such as in a rectangle with sides of length 113 units.
2. Physics and Engineering
Square roots appear in formulas for calculating:
- Oscillation periods in simple harmonic motion
- Velocities in physics equations
- Structural engineering calculations
3. Computer Graphics
Square roots are used extensively in rendering algorithms, 3D modeling, and calculating distances in virtual spaces.
4. Finance and Statistics
Square roots are crucial in calculating standard deviations, in various investment formulas, and in statistical analysis.
Frequently Asked Questions
Is the square root of 113 rational or irrational?
The square root of 113 is irrational. This means it cannot be expressed as a ratio of two integers. Its decimal expansion continues infinitely without repeating.
What is the square root of 113 simplified?
The square root of 113 cannot be simplified further in terms of radicals or rational numbers. It remains √113 in its simplest form, though it can be approximated as 10.63014581.
How accurate do I need to be when using the square root of 113?
The required accuracy depends on your application. For general calculations, 3-4 decimal places (10.630 or 10.6301) are usually sufficient. For scientific or engineering applications requiring high precision, 8-10 decimal places may be necessary.
What is the value of √113 squared?
The value of √113 squared is exactly 113, by definition. This is because squaring a square root returns the original number: (√113)² = 113.
How do I find the square root of 113 without a calculator?
Without a calculator, you can use methods like the Newton-Raphson method, the long division method, or binary search to approximate the square root of 113. These methods involve iterative calculations that converge to the correct value.