Complete Study Material for JEE, NEET, CBSE Board Class 11 Exams
Physics is a fundamental branch of science that deals with the study of matter, energy, and the interactions between them. Understanding the dimensions of physical quantities is crucial for solving problems in mechanics, which is an essential topic for competitive exams like JEE, NEET, and CBSE Board Class 11. In this article, we will discuss the dimensional analysis of key physical quantities in mechanics, followed by FAQs, MCQs, conceptual questions, worksheets, and a test paper.
List of Important Physical Quantities, Units, and Their Dimensions in Mechanics
S. No
Quantity
Unit
Dimension
1
Velocity or speed (v)
m/s
[Mβ°LΒΉTβ»ΒΉ]
2
Acceleration (a)
m/sΒ²
[Mβ°LΒΉTβ»Β²]
3
Momentum (P)
kg-m/s
[MΒΉLΒΉTβ»ΒΉ]
4
Impulse (I)
Newton-sec or kg-m/s
[MΒΉLΒΉTβ»ΒΉ]
5
Force (F)
Newton
[MΒΉLΒΉTβ»Β²]
6
Pressure (P)
Pascal
[MΒΉLβ»ΒΉTβ»Β²]
7
Kinetic energy (Eβ)
Joule
[MΒΉLΒ²Tβ»Β²]
8
Power (P)
Watt or Joule/s
[MΒΉLΒ²Tβ»Β³]
9
Density (d)
kg/mΒ³
[MΒΉLβ»Β³Tβ°]
10
Angular displacement (ΞΈ)
Radian (rad)
[Mβ°Lβ°Tβ°]
11
Angular velocity (Ο)
Radian/sec
[Mβ°Lβ°Tβ»ΒΉ]
12
Angular acceleration (Ξ±)
Radian/secΒ²
[Mβ°Lβ°Tβ»Β²]
13
Moment of inertia (I)
kg-mΒ²
[MΒΉLΒ²Tβ°]
14
Torque (Ο)
Newton-meter
[MΒΉLΒ²Tβ»Β²]
15
Angular momentum (L)
Joule-sec
[MΒΉLΒ²Tβ»ΒΉ]
16
Force constant or spring constant (k)
Newton/m
[MΒΉLβ°Tβ»Β²]
17
Gravitational constant (G)
N-mΒ²/kgΒ²
[Mβ»ΒΉLΒ³Tβ»Β²]
18
Intensity of gravitational field (Eβ)
N/kg
[Mβ°LΒΉTβ»Β²]
19
Gravitational potential (Vβ)
Joule/kg
[Mβ°LΒ²Tβ»Β²]
20
Surface tension (T)
N/m or Joule/mΒ²
[MΒΉLβ°Tβ»Β²]
21
Velocity gradient (Vg)
Secondβ»ΒΉ
[Mβ°Lβ°Tβ»ΒΉ]
22
Coefficient of viscosity (Ξ·)
kg/m-s
[MΒΉLβ»ΒΉTβ»ΒΉ]
23
Stress
N/mΒ²
[MΒΉLβ»ΒΉTβ»Β²]
24
Strain
No unit
[Mβ°Lβ°Tβ°]
25
Modulus of elasticity (E)
N/mΒ²
[MΒΉLβ»ΒΉTβ»Β²]
26
Poisson Ratio (Ο)
No unit
[Mβ°Lβ°Tβ°]
27
Time period (T)
Second
[Mβ°Lβ°TΒΉ]
28
Frequency (n)
Hz
[Mβ°Lβ°Tβ»ΒΉ]
Question-Answer for CBSE Board Exams
Q1: Why is dimensional analysis important in physics?
Ans: Dimensional analysis helps verify equations, check correctness, and derive new relations between physical quantities.
Q2: What is the dimension of gravitational constant (G)?
Ans: The dimension of gravitational constant (G) is [Mβ»ΒΉLΒ³Tβ»Β²].
Do You Know?
The dimensional formula for work and energy is the same.
The unit of force is named after Sir Isaac Newton.
Stress and pressure have the same dimensions but different physical meanings.
Multiple Choice Questions (MCQs)
Q1: The SI unit of power is:
(A) Joule
(B) Newton
(C) Watt
(D) Pascal
Answer: (C) Watt
Explanation: Power is the rate at which work is done, and its unit is Watt (Joule/sec).
Q2: Which of the following quantities has no dimensions?
(A) Acceleration
(B) Angle
(C) Force
(D) Pressure
Answer: (B) Angle
Explanation: Angle is a dimensionless quantity as it is the ratio of two lengths.
Worksheet for Practice
Write the dimensional formula for torque and moment of inertia.
How is the dimensional formula of force related to Newton’s Second Law?
const questions = [
{ q: “What is the unit of impulse?”, options: [“Joule”, “Newton”, “Newton-second”, “Pascal”], answer: 2, explanation: “Impulse is measured in Newton-seconds as it is the product of force and time.” },
{ q: “The dimensional formula of work is?”, options: [“[MΒΉLΒ²Tβ»Β²]”, “[MΒΉLΒΉTβ»Β²]”, “[Mβ°LΒΉTβ»Β²]”, “[MΒΉLΒ³Tβ»Β²]”], answer: 0, explanation: “Work = Force Γ Distance, so its dimensional formula is [MΒΉLΒ²Tβ»Β²].” },
{ q: “What is the SI unit of power?”, options: [“Joule”, “Watt”, “Newton”, “Pascal”], answer: 1, explanation: “Power is the rate of doing work, and its SI unit is Watt.” },
{ q: “Which of the following quantities has no dimensions?”, options: [“Acceleration”, “Angle”, “Force”, “Pressure”], answer: 1, explanation: “Angle is a dimensionless quantity as it is the ratio of two lengths.” },
{ q: “What is the dimensional formula of force?”, options: [“[MΒΉLΒΉTβ»Β²]”, “[MΒΉLΒ²Tβ»Β²]”, “[MΒΉLβ°Tβ»Β²]”, “[Mβ°LΒΉTβ»Β²]”], answer: 0, explanation: “Force = Mass Γ Acceleration, so its dimensional formula is [MΒΉLΒΉTβ»Β²].” }
];
function loadQuiz() {
const quizDiv = document.getElementById(“quiz”);
quizDiv.innerHTML = “”;
questions.forEach((q, index) => {
let optionsHtml = q.options.map((option, i) => ` ${option} `).join(“”);
quizDiv.innerHTML += `
Q${index + 1}: ${q.q}
` +
`
${optionsHtml}
`;
});
}
function submitQuiz() {
let score = 0;
let resultHtml = “
To enroll in our offline or online coaching programs, visit our coaching center website: π https://anandclasses.co.in/
π Call us directly at: +91-94631-38669
π¬ WhatsApp Us Instantly
Need quick assistance or want to inquire about classes and materials?
π² Click below to chat instantly on WhatsApp: π Chat on WhatsApp
π₯ Watch Video Lectures
Get access to high-quality video lessons, concept explainers, and revision tips by subscribing to our official YouTube channel: π Neeraj Anand Classes β YouTube Channel