Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Rectangular Parallelepiped Formula
Next article icon

Rectangular Parallelepiped Formula

Last Updated : 24 Jul, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

A Rectangular Parallelepiped is a polyhedron with six faces. Here each face is a rectangle. It can also be called a cuboid. It is a three dimensional (3D) figure. For any two dimensional or three-dimensional figures, the concept of mensuration is applied. Mensuration is the branch of geometry that deals with measurements like length, height, area, volume in 2D/3D figures. It includes the computation of mathematical formulas and algebraic expressions.

Rectangular Parallelepiped Formula

Rectangular-Parallelepiped-Formula
Rectangular Parallelepiped Formula

Surface Area of a Rectangular Parallelepiped figure

In the Rectangular Parallelepiped figure, there are six rectangles. To determine the surface area of it we need to find the area of six rectangles (faces). The formula for the surface area is given by


Surface-Area-of-a-Rectangular-Parallelepiped-figure
Surface Area of a Rectangular Parallelepiped figure


Surface Area = 2(l×h) + 2(l×w) + 2(h×w)

S = 2[(l×h) + (l×w) + (h×w)]

where 

l, w, h are length, width, height respectively.

Lateral Surface Area of Rectangular Parallelepiped figure

Lateral Surface Area can be defined as the product of perimeter of base and height. In a rectangular parallelepiped figure, each face is a rectangle so the perimeter of the base is equal to the perimeter of rectangle. The formula for LSA (Lateral surface area) is given by


Lateral-Surface-Area-of-Rectangular-Parallelepiped-figure
Lateral Surface Area of Rectangular Parallelepiped figure


LSA = Perimeter of base × Height

As perimeter of base is equal to 2(length+width)

= 2(length + width) × Height

LSA = 2lh + 2wh

where

l, w, h are length, width and height respectively.

From the above formula, It can also be said that

Surface Area (Total) = Lateral surface area + 2lw

Also Check:

  • Surface Areas and Volumes
  • Surface Area Formulas for Different Geometrical Figures
  • Surface Area of Sphere
  • Surface Area of Cone
  • Real Life Applications of Surface Area
  • Surface Area of a Prism Formula

Volume of Rectangular Parallelepiped figure

The volume of rectangular parallelepiped can be defined as the product of the area of the base and height. As each face in a rectangular parallelepiped is rectangle, the base is also a rectangle and the area of base is the product of length and width. The formula for volume is given by-

Volume = area of base × height

V = l × w × h

Diagonal length of Rectangular Parallelepiped figure

The length of diagonal of rectangular parallelepiped figure with length l, width w and height h can be calculated by the below formula-

Diagonal\ length=\sqrt{l^2+w^2+h^2}

Let's look into couple of questions based on Rectangular Parallelepiped Figure:

Sample Questions

Question 1: What is the surface area of Rectangular Parallelepiped with length 6cm, width 3cm and height 2cm.

Solution:

Given

length(l) = 6cm

width(w) = 3cm

height(h) = 2cm

Surface Area = 2[(l×h)+(l×w)+(h×w)]

= 2[(6×2)+(6×3)+(2×3)]

= 2[12+18+6]

= 2×36

= 72 sq.cm

So, Surface area for the given figure is 72 sq.cm

Question 2: Find the surface area of the Rectangular Parallelepiped figure with length, width and height is 7cm, 5cm, 3cm respectively.

Solution:

Given

length(l) = 7cm

width(w) = 5cm

height(h) = 3cm

Surface Area = 2[(l×h)+(l×w)+(h×w)]

= 2[(7×3)+(7×5)+(3×5)]

= 2[21+35+15]

= 2×71

= 142 sq.cm

So, Surface area for the given figure is 142 sq.cm

Question 3: What is the lateral surface area of Rectangular Parallelepiped with length 6cm, width 3cm and height 2cm.

Solution:

Given

length(l) = 6cm

width(w) = 3cm

height(h) = 2cm

Lateral Surface Area = 2(l+w)×h

= 2(6+3)×3

= 2(9)×3

= 18×3

= 54 sq.cm

So, Lateral Surface area for the given figure is 54 sq.cm

Question 4: What is the volume of rectangular parallelepiped figures if the measurements such as length, width and height are 4cm, 3cm, 2cm respectively.

Solution:

Given,

length(l) = 4cm

width(w) = 3cm

height(h) = 2cm

volume = l × w × h

= 4 × 3 × 2

= 24cm3

Volume of given rectangular parallelepiped figure is 24cm3.

Question 5: Find the volume of rectangular parallelepiped figure if the length is 5cm, width is 4cm and height is 4cm.

Solution:

Given,

length(l) = 5cm

width(w) = 4cm

height(h) = 4cm

volume = l × w × h

= 5 × 4 × 4

= 80cm3

Volume of given rectangular parallelepiped figure is 80cm3.

Question 6: Find the volume of rectangular parallelepiped figure if the length is 5cm, width is 4cm and height is 2cm.

Solution:

Given,

length(l) = 5cm

width(w) = 4cm

height(h) = 2cm

Diagonal length = \sqrt{l^2+w^2+h^2}

= \sqrt{5^2+4^2+2^2}

= \sqrt{25+16+4}

= \sqrt{45}

= 6.7 cm

Diagonal length of given rectangular parallelepiped figure is 6.7cm.

Question 7: Find the volume of rectangular parallelepiped figures if the length, width and height are 4cm, 2cm and 0.5cm respectively.

Solution:

Given,

length(l) = 4cm

width(w) = 2cm

height(h) = 0.5cm

Diagonal length = \sqrt{l^2+w^2+h^2}

= \sqrt{4^2+2^2+(0.5)^2}

= \sqrt{16+4+0.25}

= \sqrt{20.25}

= 4.5 cm

Diagonal length of given rectangular parallelepiped figure is 4.5cm.

Practice Problems - Rectangular Parallelepiped Formula

1. Find the surface area of a Rectangular Parallelepiped with length 8cm, width 5cm, and height 4cm.

2. Determine the lateral surface area of a Rectangular Parallelepiped with length 7cm, width 3cm, and height 6cm.

3. Calculate the volume of a Rectangular Parallelepiped with dimensions length 10cm, width 2cm, and height 5cm.

4. What is the diagonal length of a Rectangular Parallelepiped with length 6cm, width 2cm, and height 3cm?

5. Find the surface area of a Rectangular Parallelepiped with length 9cm, width 4cm, and height 7cm.

6. Determine the volume of a Rectangular Parallelepiped with length 5cm, width 5cm, and height 5cm.

7. Calculate the lateral surface area of a Rectangular Parallelepiped with length 3cm, width 2cm, and height 8cm.

8. What is the volume of a Rectangular Parallelepiped with length 12cm, width 3cm, and height 2cm?

9. Find the surface area of a Rectangular Parallelepiped with length 6cm, width 6cm, and height 6cm.

10. Determine the diagonal length of a Rectangular Parallelepiped with length 8cm, width 4cm, and height 3cm.

Conclusion

To solve many problems in geometry it is important to be able to describe properties of a Rectangular Parallelepiped (or Cuboid) and perform associated calculations. The measure of the surface area, lateral surface area, volume and the length of a diagonal are basic geometrical properties which can be calculated by the help of definite formulas. Able to be applied on practical problems, these calculations are useful in architecture, engineering, and also many physical sciences. The required skills can be attained through solving various problems and using the given formulas in order to successfully mensuration three-dimensional figures.


Next Article
Rectangular Parallelepiped Formula

A

akhilvasabhaktula03
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Maths MAQ
  • Maths-Formulas

Similar Reads

    Volume of Parallelepiped Formula
    A parallelepiped is defined as a three-dimensional shape formed by six parallelograms. It consists of six faces, eight vertices, and twelve edges. The face diagonals of a parallelepiped are two diagonals on each face. It has 12 face diagonals in total. The body or space diagonal of a parallelepiped
    6 min read
    Volume of a Rectangular Prism Formula
    A rectangular prism is a three-dimensional geometric shape with two congruent and parallel rectangular bases and four rectangular faces connecting them. This type of prism is also known as a cuboid. It is a member of the polyhedron family and is characterized by its six rectangular faces, twelve edg
    6 min read
    Parallelogram Formulas
    Geometry is a field of study which it is about shapes and their properties. The shapes are studied on the basis of their dimensions, composition, angles, and other properties. The field deals with the calculation of area, volume, perimeter, and other parameters of a particular shape. What is a paral
    4 min read
    Rectangle Formula
    Rectangle belongs to the family of parallelograms, and parallelograms come under the types of quadrilaterals. The quality of a rectangle is that it has all its internal angles at 90°. The opposite sides of the rectangle are equal, however, the adjacent sides are not necessarily equal.Table of Conten
    6 min read
    Area of a Rectangular Pyramid
    Understanding the area of a rectangular pyramid is essential for students, educators, and professionals alike. A rectangular pyramid, also known as a rectangular-based pyramid, is a three-dimensional geometric shape with a rectangular base and four triangular faces that meet at a common point called
    9 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences