परिमाप
नेविगेशन पर जाएँ
खोज पर जाएँ
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
परिमाप शब्द दो शब्दो से मिलकर बना है - परि और माप। 'परि' का अर्थ होता है "चारों ओर" और माप का अर्थ होता है "मापना"। अर्थात किसी आकृति के सभी भुजाओं के माप को परिमाप (Perimeter) कहते हैं। जैसे- आयत का परिमाप उसकी चारों भुजाओं के योग के बराबर होता है; वर्ग का परिमाप उसकी भुजा का चार गुना होता है; आदि।
हम किसी भी आकृति का परिमाप उसके सभी भुजाओं की लम्बाई को जोड़कर ज्ञात कर सकते है।
परिमाप सुत्र
आकृति | सूत्र | चर (variables) |
---|---|---|
वृत्त | <math>2 \pi r\,</math> | जहाँ <math>r</math> त्रिज्या है। |
त्रिभुज | <math>a + b + c\,</math> | जहाँ <math>a</math>, <math>b</math> और <math>c</math> त्रिभुज की भुजाओं की लम्बाइयाँ हैं |
वर्ग | <math>4l</math> | जहाँ <math>l</math> भुजा की लम्बाई है। |
आयत | <math>2l+2w</math> | जहाँ <math>l</math> लम्बाई है और <math>w</math> चौड़ाई है। |
समबाहु बहुभुज | <math>n \times a\,</math> | where <math>n</math> is the number of sides and <math>a</math> is the length of one of the sides. |
समबहुभुज | <math>2nb \sin(\frac{\pi}{n})</math> | where <math>n</math> is the number of sides and <math>b</math> is the distance between center of the polygon and one of the vertices of the polygon. |
सामान्य बहुभुज | <math>a_{1} + a_{2} + a_{3} + \ldots + a_{n} = \sum_{i=1}^{n}a_{i}</math> | where <math>a_{i}</math> is the length of the <math>i</math>-th (1st, 2nd, 3rd ... n-th) side of an n-sided polygon. |