Chapter 8: Application Examples

A circle that passes through 3 points

When three different points, P (X1, Y1), Q (X2, Y2), S (X3, Y3) are given, obtain the center coordinates O (X, Y) and the radius R of the circle that passes through these points.

To satisfy the above conditions, the

 

 

 

 

 

Q (X2, Y2)

distances between P, Q, S and O

P (X1, Y1)

 

 

R

should be equal. as they are the

Y1–Y

 

R

 

 

 

 

 

radius of the same circle. Therefore,

 

 

 

O (X, Y)

 

 

 

 

 

 

X1–X

PO = QO = SO = R

 

 

 

 

 

 

 

R

Using the Pythagorean theorem,

 

 

 

 

 

 

 

 

 

PO2 = (X1 – X)2 + (Y1 – Y)2 = R2

 

 

 

 

 

S (X3, Y3)

QO2 = (X2 – X)2 + (Y2 – Y)2 = R2

 

 

 

 

 

 

SO2 = (X3 – X)2 + (Y3 – Y)2 = R2

 

 

 

 

 

 

then

(X12+Y12-X22-Y22)(Y2–Y3)(X22+Y22-X32-Y32)(Y1–Y2)

 

 

X =

 

------ 1

2{(X1–X2)(Y2–Y3)(X2–X3)(Y1–Y2)}

 

 

 

 

 

 

 

 

Y =

(X12+Y12-X22-Y22)(X2–X3)(X22+Y22-X32-Y32)(X1–X2)

 

------ 2

2{(Y1–Y2)(X2–X3)(Y2–Y3)(X1–X2)}

 

 

 

 

 

 

 

 

R = (X – X1)2 + (Y – Y1)2

 

 

 

 

------ 3

To enhance both readability and writability of the program, intermediate variables G, H, I, J, K and M are used.

The above equations reduce to

X =

GM – HK

Y =

GJ – HI

2 (IM – JK)

2 (KJ – MI)

 

 

1.Press b 210to open a window for creating a NEW program.

2.Type CIRCLE for the title then press e.

A NEW program called ‘CIRCLE’ will be created.

3.Enter the program as follows.

Program code

Key operations

 

 

Print”ENTER COORDS

i 1 @ a ENTER s COORDS

 

; e

 

 

G=X≥Œ+Y≥Œ-X√Œ-Y√Œ

; G ; = @ v X1 e

* Calculate intermediate

e A + @ v d Y1 e

values.

e A - @ v d d X2

 

e e A - @ v d

 

d d Y2 e e A e

 

 

95

Page 97
Image 97
Sharp EL-5230, EL-5250 operation manual Circle that passes through 3 points, Using the Pythagorean theorem

EL-5230, EL-5250 specifications

The Sharp EL-5250 and EL-5230 are advanced scientific calculators that cater to students, professionals, and anyone in need of a reliable tool for complex calculations. Both models are designed with a blend of functionality, portability, and user-friendliness, making them excellent choices for math and engineering tasks.

The Sharp EL-5250 is equipped with a wide range of features ideal for higher-level calculations. It supports over 500 functions, including trigonometric, exponential, logarithmic, and statistical computations. The calculator also includes built-in memory functions, allowing users to store and recall values effortlessly. The large, easy-to-read LCD display can present multiple lines of data simultaneously, enhancing clarity and reducing the need for repetitive calculations.

On the other hand, the EL-5230, while slightly less advanced, still offers a robust set of functions. This model is particularly well-suited for students in high school or early college, providing essential functionalities for algebra, geometry, and basic statistics. Its 240 functions cover a variety of mathematical disciplines, making it a versatile option for different educational needs.

Both calculators feature Sharp's unique "MathPrint" technology, which is a standout characteristic allowing users to view fractions, square roots, and other expressions in a format more akin to traditional textbook layouts. This technology greatly enhances comprehension and usability, particularly for visual learners.

The calculators are powered by dual power sources, utilizing both solar and battery power, ensuring reliability in diverse environments. The compact and lightweight design of the EL-5250 and EL-5230 makes them highly portable. Users can easily carry them in a backpack or briefcase without added bulk.

Durability is another aspect where Sharp excels. The calculators are built to withstand regular use, featuring a sturdy exterior. Additionally, Sharp provides a protective cover that helps prevent damage during transport, making these calculators a long-term investment for users.

In summary, both the Sharp EL-5250 and EL-5230 deliver exceptional performance with their extensive features and advanced technology. They are perfect for those who require reliable and efficient tools for various mathematical tasks, whether in education or professional settings. With their user-friendly designs and durability, these calculators continue to be reliable companions for anyone working with numbers.