Difference between revisions of "List of formulae"
Sarah Zakiya (talk | contribs) |
m (added Category:Mathematics using HotCat) |
||
(27 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=Algebraic Identities= | =Algebraic Identities= | ||
+ | *<math>(a+b)(a-b)=a^2-b^2</math> | ||
+ | *<math>(a+b)^2=a^2+2ab+b^2</math> | ||
+ | *<math>(a-b)^2=a^2-2ab+b^2</math> | ||
+ | *<math>(x+a)(x+b)=x^2+x(a+b)+ab</math> | ||
+ | *<math>(x+a)(x+b)(x+c)=x^3+x^2(a+b+c)+x(ab+bc+ca)+abc</math> | ||
+ | *<math>(a+b)^3=a^3+3ab(a+b)+b^3</math> | ||
+ | *<math>(a-b)^3=a^3-3ab(a-b)-b^3</math> | ||
+ | *<math>a^3+b^3=(a+b)(a^2-ab+b^2)</math> | ||
+ | *<math>a^3-b^3=(a-b)(a^2+ab+b^2)</math> | ||
+ | *<math>(a+b+c)^2=a^2+b^2+c^2+2ab+2bc+2ca</math> | ||
+ | *<math>a^4+a^2b^2+b^4=(a^2+b^2+ab)(a^2+b^2-ab)</math> | ||
+ | *<math>(a+b+c)^3-a^3-b^3-c^3=3(a+b)(b+c)(c+a)</math> | ||
+ | *<math>(a+b)(b+c)(c+a)=(a+b+c)(ab+bc+ca)-abc</math><br> | ||
+ | |||
+ | |||
=Geometric Results= | =Geometric Results= | ||
+ | |||
=Formulae for commercial arithmetic= | =Formulae for commercial arithmetic= | ||
=Statistical Formulae= | =Statistical Formulae= | ||
Line 8: | Line 24: | ||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
− | | | + | |Name |
|Perimeter | |Perimeter | ||
|Area | |Area | ||
Line 14: | Line 30: | ||
|Triangle | |Triangle | ||
|(a+b+c), where a, b, c are sides | |(a+b+c), where a, b, c are sides | ||
− | |<math>\frac{1}{2} | + | |<math>\frac{1}{2}bh</math> |
where "h" is the height from any vertex to the opposite side "b" | where "h" is the height from any vertex to the opposite side "b" | ||
|- | |- | ||
|Circle | |Circle | ||
− | |<math>2 | + | |<math>2{\pi}r</math> |
− | |<math>{\pi} | + | |<math>{\pi}r^2</math> |
+ | |- | ||
+ | |Square | ||
+ | |<math>4a</math> | ||
+ | Where a is the side of a square | ||
+ | |<math>a^2</math> | ||
+ | |- | ||
+ | |Rectangle | ||
+ | |<math>2(l+b)</math> | ||
+ | Where l & b are the length & breadth | ||
+ | |<math>lb</math> | ||
+ | |- | ||
+ | |Trapezium | ||
+ | |<math>(a+b+c+d)</math> | ||
+ | Where a,b,c and d are the sides | ||
+ | |<math>\frac{1}{2}h(a+b)</math> | ||
+ | Where a and b are parallel sides of trapezium. And h is the perpendicular distance between two parallel sides. | ||
+ | |- | ||
+ | |Parallelogram | ||
+ | |<math>2(a+b)</math> | ||
+ | Where a & b are the sides of Parallelogram | ||
+ | |<math>bh</math> | ||
+ | Where b is base and h is the perpendicular distance between base b and its parallel side. | ||
+ | |- | ||
+ | |Rhombus | ||
+ | |<math>4a</math> | ||
+ | Where a is the side of a rhombus | ||
+ | |<math>\frac{1}{2}(d_{1}d_{2})</math> | ||
+ | Where d1 and d2 are diagonals of rhombus | ||
|- | |- | ||
− | |||
− | |||
− | |||
|} | |} | ||
Line 44: | Line 85: | ||
|<math>2h(l+b)</math> | |<math>2h(l+b)</math> | ||
|<math>2(lb+bh+lh)</math> | |<math>2(lb+bh+lh)</math> | ||
− | |<math>l | + | |<math>lbh</math> |
+ | |- | ||
+ | |PRISM | ||
+ | 1)EQUILATERAL TRIANGLE RIGHT PRISM | ||
+ | |<math>Ph</math> | ||
+ | Where P=3a is the perimeter of base triangle | ||
+ | |<math>2B+Ph</math> | ||
+ | Where B=<math>\frac{\sqrt{3}a^2}{4}</math> is the area of base | ||
+ | |<math>Bh</math> | ||
+ | Where B=<math>\frac{\sqrt{3}a^2}{4}</math> | ||
+ | |- | ||
+ | |2)SQUARE BASED RIGHT PRISM | ||
+ | |<math>Ph</math> | ||
+ | Where P=4a is the perimeter of base square | ||
+ | |<math>2B+Ph</math> | ||
+ | Where B=<math>a^2</math> is the area of base | ||
+ | |<math>Bh</math> | ||
+ | Where B=<math>a^2</math> | ||
+ | |- | ||
+ | |PYRAMID | ||
+ | 1)EQUILATERAL TRIANGLE BASED RIGHT PYRAMID | ||
+ | |<math>\frac{1}{2}Pl</math> | ||
+ | Where P=3a is the perimeter of base triangle<br> | ||
+ | l is the slant height | ||
+ | |<math>B+\frac{1}{2}Pl</math> | ||
+ | Where B=<math>\frac{\sqrt{3}a^2}{4}</math> is the area of base | ||
+ | |<math>\frac{1}{3}Bh</math> | ||
+ | Where B=<math>\frac{\sqrt{3}a^2}{4}</math> | ||
+ | |- | ||
+ | |2)SQUARE BASED RIGHT PYRAMID | ||
+ | |<math>\frac{1}{2}Pl</math> | ||
+ | Where P=4a is the perimeter of base square<br> | ||
+ | l is the slant height | ||
+ | |<math>B+\frac{1}{2}Pl</math> | ||
+ | Where B=<math>a^2</math> is the area of base | ||
+ | |<math>\frac{1}{3}Bh</math> | ||
+ | Where B=<math>a^2</math> | ||
|- | |- | ||
|CYLINDER | |CYLINDER | ||
Line 79: | Line 156: | ||
|<math>\frac{2}{3}{\pi}r^3</math> | |<math>\frac{2}{3}{\pi}r^3</math> | ||
|- | |- | ||
+ | |} | ||
+ | |||
+ | [[Category:Mathematics]] |
Latest revision as of 11:34, 4 November 2019
Algebraic Identities
Geometric Results
Formulae for commercial arithmetic
Statistical Formulae
Mensuration
Area and Perimeter of Plane Figures
Name | Perimeter | Area |
Triangle | (a+b+c), where a, b, c are sides |
where "h" is the height from any vertex to the opposite side "b" |
Circle | ||
Square |
Where a is the side of a square |
|
Rectangle |
Where l & b are the length & breadth |
|
Trapezium |
Where a,b,c and d are the sides |
Where a and b are parallel sides of trapezium. And h is the perpendicular distance between two parallel sides. |
Parallelogram |
Where a & b are the sides of Parallelogram |
Where b is base and h is the perpendicular distance between base b and its parallel side. |
Rhombus |
Where a is the side of a rhombus |
Where d1 and d2 are diagonals of rhombus |
LSA(CSA) TSA & VOLUME of Solid Figures
Name of the Solid | LSA(CSA)in sq.units | TSA in sq.units | VOLUME in cubic units |
CUBE |
Where lenght(l)=breadth(b)=height(h) |
||
CUBOID | |||
PRISM
1)EQUILATERAL TRIANGLE RIGHT PRISM |
Where P=3a is the perimeter of base triangle |
Where B= is the area of base |
Where B= |
2)SQUARE BASED RIGHT PRISM |
Where P=4a is the perimeter of base square |
Where B= is the area of base |
Where B= |
PYRAMID
1)EQUILATERAL TRIANGLE BASED RIGHT PYRAMID |
Where P=3a is the perimeter of base triangle |
Where B= is the area of base |
Where B= |
2)SQUARE BASED RIGHT PYRAMID |
Where P=4a is the perimeter of base square |
Where B= is the area of base |
Where B= |
CYLINDER |
Where r is the radius of circular base |
where "h" is the height of cylinder |
|
CONE |
Where l is the slant height |
Where r is the radius of circular base |
Where h is the height or depth of the cone |
FRUSTUM OF CONE |
Where l= |
Failed to parse (syntax error): {\displaystyle π{{(r_{1}+r_{2})l+r_{1}^2+r_{2}^2}}}
Where & are the radii of two bases |
Where h is the height or depth of the frustum ofcone |
SPHERE | |||
HEMISPHERE |