Geometry Formulas (JavaScript)
Here is the list of the most common geometry formulas for perimeter, area,
volume,
surface areas, and circumference for different shapes like triangle, rectangle, square, parallelogram,
circle
sphere, trapezoid, pythagorean theorem triangle, cube and rectangular box..
You can call it a geometry cheat sheet, but it's
more than that. This 'cheat sheet' will make all the calculations for you!
Everything will be calculated with simple JavaScript, including user input and DOM manipulation.
A = s2
Enter the value of:
s =
Results:
|
A = P = |
A = ab
Enter the value of:
a =
b =
Results:
|
A = P = |
A = 1/2 h (a + b)
Enter the value of:
a =
b =
c =
d =
h =
Results:
|
A = P = |
A = bh
Enter the value of:
a =
b =
h =
Results:
|
A = P = |
A = 1/2 bh
Enter the value of:
a =
b =
c =
h =
Results:
|
A = P = |
c = √a2 + b2
Enter the value of:
a =
b =
Results:
|
c = |
A = πr2
Enter the value of:
r =
Results:
|
A = P = |
S = 4πr2
Enter the value of:
r =
Results:
|
Volume = Surface Area = |
V = l3
Enter the value of:
l =
Results:
|
A = P = |
V = abc
Enter the value of:
a =
b =
c =
Results:
|
A = V = |
V = πr2h
Enter the value of:
r =
h =
Results:
|
A = V = |
Comments (0)
Be the first to leave a comment