leenaabdullah12 leenaabdullah12
  • 25-01-2021
  • Physics
contestada

A 2.25kg solid sphere has a rotational inertia about its center
• of gravity of 1.52kg.m2. What is the radius of the sphere?

Respuesta :

samueladesida43
samueladesida43 samueladesida43
  • 30-01-2021

Answer:

r = 1.3m

Explanation:

The moment of inertia of a solid sphere can be expressed using the formula;

I = ⅖ mr²

Where;

I = moment (kgm²)

m = mass of the sphere (kg)

r = rotational radius of the sphere (m)

Based on the provided information in this question, I = 1.52 kgm², m = 2.25 kg, r = ?

1.52 = ⅖ × 2.25 × r²

1.52 = 0.4 × 2.25 × r²

1.52 = 0.9 × r²

1.52 = 0.9r²

r² = 1.52/0.9

r² = 1.688

r² = 1.69

r = √1.69

r = 1.3m

Answer Link

Otras preguntas

Can someone please help me? :(
Can anyone give me some advice for a essay showing why walmart is better than target that would be much appreciated
which statement best describes a difference between a democracy and a republic?
Find the magnitude of the vector <5, −3>. 1. 5.8 2. 6.1 3. 5.2 4. 4
what to do when you have a lot to do but little time?
T is considered as one of earth’s large ecosystems, with its own kind of climate, soil, plants, and animals
Which is a better deal? 75% off of a brand name mp3 player that costs $199 OR an off-brand mp3 player for $44.99
y= -x + 1 and y= 2/3x - 4 What is the solution to the system of equations?
How many grams are in 7.50 moles of Hg?
[Python] Spot the errors in the code x = int(input() if x == 5 print(x is equal to 5) else: print("x is not equal to 5")