Supplementary Units (Radian & Steradian) Class 11 Physics | Question-Answer, FAQS, Worksheet, MCQS, Test Paper

⭐⭐⭐✩ (3.6/5 from 110 reviews)

Complete Study Material for JEE, NEET, CBSE Board Class 11 Exams

In addition to the seven fundamental units in physics, two more units are considered supplementary units. These are Radian (rad) and Steradian (sr), which are defined as follows :

Plane Angle (dΞΈ)

It is defined as the ratio of the length of an arc of a circle to the radius of the circle.

In addition to the seven fundamental units in physics, two more units are considered supplementary units. These are radian (rad) and steradian (sr), which are defined as follows :

Mathematically, dΞΈ = ds/r, where:

ds is the length of the arc

r is the radius of the circle

The SI unit of plane angle is the radian (rad).

Definition of Radian (rad)-First Supplementary Unit

1 radian is the angle subtended at the center of a circle by an arc whose length is equal to the radius of the circle.

Relation between radian and degree : π radians=180o

Solid Angle (dΞ©)

It is the three-dimensional analogue of plane angle and is defined as the area of a portion of the surface of a sphere divided by the square of the radius of the sphere.

In addition to the seven fundamental units in physics, two more units are considered supplementary units. These are radian (rad) and steradian (sr), which are defined as follows :

Mathematically, dΞ© = dA/r2, where:

dA is the area of the portion of the sphere

r is the radius of the sphere

The SI unit of solid angle is the steradian (sr).

Definition of Steradian(sr)-Second Supplementary Unit

1 steradian is the solid angle subtended at the center of a sphere by a surface of the sphere equal in area to a square having each side equal to the radius of the sphere.

A sphere of radius r has a total surface area of 4Ο€r2, so the solid angle subtended by the entire sphere at its center is: Ξ©=4Ο€r2/r2 =4π sr


Question-Answer on Supplementary Units

Conceptual Questions

  1. What is a plane angle?
    • A plane angle is the angle subtended at the center of a circle by an arc of the circle. It is measured in radians.
  2. What is a solid angle?
    • A solid angle is the three-dimensional analogue of a plane angle and is subtended by a surface at the center of a sphere. It is measured in steradians.
  3. How many steradians are there in a complete sphere?
    • A complete sphere subtends a solid angle of 4Ο€ steradians at its center.

Numerical Example

Example.1: What is the solid angle subtended by the moon at any point on Earth, given that the diameter of the moon is 3474 km and its distance from Earth is 3.84 Γ— 10⁸ m?

Solution:

Solid angle (Ξ©) = Area of the disc of the moon/(moon – earth distance)2
Ξ© = Ο€(1 .737Γ—103)2/(3.84Γ—105)2 = 2.045 x10-5 sr


Multiple Choice Questions (MCQs)

1. The SI unit of plane angle is:

  • (a) Degree
  • (b) Radian
  • (c) Steradian
  • (d) None of these
  • Answer: (b) Radian
  • Explanation: The plane angle is measured in radians, where 1 radian is the angle subtended at the center of a circle by an arc equal to the radius.

2. The SI unit of solid angle is:

  • (a) Degree
  • (b) Radian
  • (c) Steradian
  • (d) None of these
  • Answer: (c) Steradian
  • Explanation: Solid angle is measured in steradians, and it represents the area subtended by an object on a sphere.

Test Your Knowledge(Quiz)

Supplementary Units Quiz body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; } .quiz-container { width: 100%; max-width: 600px; background: white; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); margin: 20px auto; text-align: center; } .question { font-size: 18px; margin-bottom: 10px; } .options button { display: block; width: 100%; padding: 10px; margin: 5px 0; border: none; border-radius: 5px; cursor: pointer; background-color: #e0e0e0; color: black; } .options button:hover { background-color: #d0d0d0; } .correct { background-color: #4caf50 !important; color: white; } .incorrect { background-color: #f44336 !important; color: white; } .explanation { margin-top: 10px; font-size: 14px; color: #333; display: none; } .score { margin-top: 20px; font-size: 20px; }
const questions = [ { question: “What is the SI unit of plane angle?”, options: [“Degree”, “Radian”, “Steradian”, “None”], answer: 1, explanation: “Plane angle is measured in radians, where 1 radian is the angle subtended at the center of a circle by an arc equal to the radius.” }, { question: “What is the total solid angle subtended by a sphere?”, options: [“2Ο€ sr”, “4Ο€ sr”, “6Ο€ sr”, “8Ο€ sr”], answer: 1, explanation: “A complete sphere subtends a total solid angle of 4Ο€ steradians at its center.” } ]; let currentQuestion = 0; let score = 0; function loadQuestion() { const quizDiv = document.getElementById(“quiz”); quizDiv.innerHTML = “”; if (currentQuestion >= questions.length) { document.getElementById(“score”).innerHTML = `Your Score: ${score} / ${questions.length}`; return; } const questionObj = questions[currentQuestion]; const questionElement = document.createElement(“div”); questionElement.className = “question”; questionElement.innerText = `${currentQuestion + 1}. ${questionObj.question}`; quizDiv.appendChild(questionElement); const optionsDiv = document.createElement(“div”); optionsDiv.className = “options”; questionObj.options.forEach((option, index) => { const button = document.createElement(“button”); button.innerText = option; button.style.color = “black”; button.onclick = () => checkAnswer(index); optionsDiv.appendChild(button); }); quizDiv.appendChild(optionsDiv); const explanationDiv = document.createElement(“div”); explanationDiv.className = “explanation”; explanationDiv.id = “explanation”; quizDiv.appendChild(explanationDiv); } function checkAnswer(selected) { const questionObj = questions[currentQuestion]; const buttons = document.querySelectorAll(“.options button”); buttons.forEach((btn, index) => { btn.disabled = true; if (index === questionObj.answer) { btn.classList.add(“correct”); } if (index === selected && index !== questionObj.answer) { btn.classList.add(“incorrect”); } }); document.getElementById(“explanation”).innerText = questionObj.explanation; document.getElementById(“explanation”).style.display = “block”; if (selected === questionObj.answer) { score++; } setTimeout(() => { currentQuestion++; loadQuestion(); }, 2000); } loadQuestion();

Do You Know?

  • The total solid angle around a point in space is 4Ο€ steradians.
  • 1 radian β‰ˆ 57.3 degrees.
  • The concept of radian and steradian helps in understanding wave optics, astronomy, and electromagnetic field theory.

Worksheet

  1. Define radian and steradian.
  2. Convert 2 radians into degrees.
  3. What is the solid angle subtended by the Sun at the Earth, given that the Sun’s diameter is 1.39 Γ— 10⁹ m and its distance from the Earth is 1.496 Γ— 10ΒΉΒΉ m?
  4. Calculate the total solid angle subtended by a hemisphere.

Test Paper

Part A: Conceptual Questions

  1. What is the difference between plane angle and solid angle?
  2. How many radians are there in 90Β°?
  3. Why is the unit steradian dimensionless?

Part B: Numerical Questions

  1. The radius of a circular disc is 10 cm. Find the angle subtended by a 5 cm arc at the center.
  2. The surface area of a sphere is 1256 cmΒ². What is the total solid angle subtended at its center?

Important Points for Quick Revision

  • Plane angle is measured in radians (rad).
  • Solid angle is measured in steradians (sr).
  • 1 radian = 180Β°/Ο€ β‰ˆ 57.3Β°.
  • 1 steradian is the angle subtended by an area equal to rΒ² on a sphere.
  • The total solid angle around a point is 4Ο€ sr.

For complete study material, buy now at Anand Classes

Proprietor: NIRMAL ANAND Educations
Written by: Neeraj Anand
Published by: Anand Technical Publishers
Contact: +91-9463138669
Email: anandclasses1996@gmail.com

⬅️ Light Year, Astronomical Unit, Parsec Units-Class 11 Physics | Question-Answer, FAQS, Worksheet, MCQS, Test Paper SI Units & Their Conventions Class 11 Physics | Question-Answer, FAQS, Worksheet, MCQS, Test Paper ➑️

πŸ“š Buy Study Material & Join Our Coaching

For premium study materials specially designed for NDA Exam, visit our official study material portal:
πŸ‘‰ https://publishers.anandclasses.co.in/

For JEE/NEET Notes : Visit https://anandclasses.in/

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

RELATED TOPICS