0% found this document useful (0 votes)
1 views

Micro Project Report

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)
1 views

Micro Project Report

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
You are on page 1/ 8

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

You might also like