0% found this document useful (0 votes)
138 views8 pages

Applications of Square Roots Explained

This document provides an overview of square roots, including definitions, methods for finding them, and their applications in various fields. It outlines key methods such as repeated subtraction, prime factorization, estimation, and long division. The conclusion emphasizes the significance of square roots in mathematics and their relevance in disciplines like physics, architecture, and finance.

Uploaded by

sanikakabade07
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
138 views8 pages

Applications of Square Roots Explained

This document provides an overview of square roots, including definitions, methods for finding them, and their applications in various fields. It outlines key methods such as repeated subtraction, prime factorization, estimation, and long division. The conclusion emphasizes the significance of square roots in mathematics and their relevance in disciplines like physics, architecture, and finance.

Uploaded by

sanikakabade07
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

To find the square root of a number

Micro project Report


Title: - To find the square root of a number

 Index:-

SHARAD INSTITUTE OF TECHNOLOGY POLYTECHINIC YADRAV


To find the square root of a number

 Introduction:-

A square root is a value that is obtained when the original number is multiplied by itself. When a
number multiplies itself, the product that is obtained is known as the square number. The number is
the square root. We get perfect square roots for a perfect square number. Students might still be
confused and would want to know – what is square root? Let us look at some of the key concepts
including square root definition, ways to figure out the square of a number, square root table, and the
square root of numbers.
The square root of any number is equal to a number, which when multiplied with the same number
gives the original number. We get perfect square roots for a perfect square number.
To find out the square root of numbers, it is necessary to first figure out whether the number is a
perfect square or an imperfect square. A perfect square is defined as a number that can be expressed
as the square of the number from the same number system. On the other hand, imperfect squares are
those numbers whose square roots contain fractions or decimals.

 Methods to Find Square Root of Numbers

find out the square root of numbers, it is necessary to first figure out whether the number is a perfect
square or an imperfect square. A perfect square is defined as a number that can be expressed as the
square of the number from the same number system. On the other hand, imperfect squares are those
numbers whose square roots contain fractions or decimals.

Some of the key methods to find out the square root of a number are as follows:

1. Square root by Repeated Subtraction Method

2. Square root by Prime Factorization

3. Square root by Estimation Method

4. Square root by Long Division Method

1.

SHARAD INSTITUTE OF TECHNOLOGY POLYTECHINIC YADRAV


To find the square root of a number

 Flow chart:-

SHARAD INSTITUTE OF TECHNOLOGY POLYTECHINIC YADRAV


To find the square root of a number

 Algorithm:-

1. Move the input data in register AX

2. Move the data 0000 in CX and FFFF in BX

3. Add 0002 to the contents of BX

4. Increment the content of CX by 1

5. Subtract the contents of AX and BX

6. If Zero Flag(ZF) is not set go to step 3 else go to step 7

7. Store the data from CX to offset 600

8. Stop

SHARAD INSTITUTE OF TECHNOLOGY POLYTECHINIC YADRAV


To find the square root of a number

 Explaination:-

1. M0V AX, [500] is used to move the data from offset 500 to register AX

2. MOV CX 0000 is used to move 0000 to register CX

3. MOV BX FFFF is used to move FFFF to register BX

4. ADD BX, 02 is used to add BX and 02

5. INC CX is used to increment the content of CX by 1

6. SUB AX, BX is used to subtract contents of AX with BX

7. JNZ 040A is used to jump to address 040A if zero flag(ZF) is 0

8. MOV [600], CX is used to store the contents of CX to offset 600

9. HLT is used end the program

SHARAD INSTITUTE OF TECHNOLOGY POLYTECHINIC YADRAV


To find the square root of a number

 Conclusion:-

A square root is described as a special exponent that is multiplied by itself to give back the
original value. It is represented with the symbol. The terminologies used in the square root are –
radical and radicand. The symbol of square () is known by a unique term called radical, while the
number that is present under the square root is called the radicand. A few properties of square
roots are – only when an even number of zeroes are present in a number the square root can be
found, negative numbers cannot have square roots, and multiplication between two square roots
is possible. A few methods that are used to find square roots are – the repeated subtraction
method, the prime factorization, the estimation method, and the long division method of finding
square roots. This article has answered the question – what is a square root used for.

SHARAD INSTITUTE OF TECHNOLOGY POLYTECHINIC YADRAV


To find the square root of a number

 Applications:-

 Square roots are used throughout mathematics and have applications


in many disciplines, such as:-

1. Portability
2. Statistics
3. Physics
4. Architecture
5. Engineering
6. In the field of finance

SHARAD INSTITUTE OF TECHNOLOGY POLYTECHINIC YADRAV


To find the square root of a number

SHARAD INSTITUTE OF TECHNOLOGY POLYTECHINIC YADRAV

Common questions

Powered by AI

The algorithm involves moving the data from offset 500 to register AX, initializing CX to zero and BX to FFFF. By adding 02 to BX and incrementing CX with each operation, the method checks if the subtracted value of AX and BX equals zero, signifying completion. If not, the cycle continues, using JNZ to loop. Finally, CX, containing the square root, is stored at offset 600, and the program halts .

The Long Division Method is considered more precise for finding the square root of imperfect squares because it allows handling decimal values accurately by progressively estimating digit by digit, which avoids the approximation errors inherent in other methods like estimation .

Multiplication between two square roots can be conceptually understood by recognizing that it involves the product of two roots resulting in the square root of the product of the radicands. This operation is allowed by the mathematical rule \( \sqrt{a} \times \sqrt{b} = \sqrt{a \times b} \), as it follows the property of radicals .

The four methods discussed for finding the square root of a number are: 1) Repeated Subtraction Method, which involves subtracting successive odd numbers from the original number until zero is reached, thereby counting the number of subtractions; 2) Prime Factorization involves expressing the number as a product of its prime factors and then taking the square root of these factors; 3) Estimation Method, which uses approximations to estimate the square root by identifying the closest integer values; and 4) Long Division Method, a division-based approach where digits are grouped in pairs, starting from the decimal, and solved progressively with repeated division steps .

The zero flag (ZF) in the algorithm indicates whether the result of subtracting AX and BX is zero. It is crucial because it determines the termination of the iterative looping process; if ZF is not set, the process repeats, ensuring the method continues to search for the accurate square root value .

Distinguishing the radical from the radicand is important because it helps in understanding the structure and operation of square roots; the radical indicates the operation to be performed (finding the square root) while the radicand identifies the specific number or expression on which this operation is to be performed .

Square roots are used in various disciplines: 1) in portability for scaling and resizing objects, 2) in statistics for regression analysis and standard deviations, 3) in physics for calculating forces and energy, 4) in architecture and engineering for structural analysis and material strength, and 5) in the field of finance for calculating returns and risks .

The repeated subtraction method works by consecutively subtracting odd numbers from the original number until zero is reached; the number of subtractions gives the square root. A potential limitation of this method is that it becomes time-consuming and inefficient with larger numbers, as the number of required subtractions increases exponentially .

The concept of a square root is considered a special exponent because it refers to a value that, when multiplied by itself, yields the original number. A few properties discussed include: 1) only numbers with an even number of zeroes have real square roots, 2) negative numbers do not have real square roots, and 3) multiplication is possible between two square roots .

Determining whether a number is a perfect square or an imperfect square is significant because it affects the ease and method used to find the square root. Perfect squares result in integer square roots and can be straightforwardly determined using methods like prime factorization, while imperfect squares result in non-integer roots, often requiring estimation or long division for precise values .

You might also like