Question

In: Mechanical Engineering

The volume of a sphere is given by V = 4πr3/3, where r is the radius. Use MATLAB

The volume of a sphere is given by V = 4πr3/3, where r is the radius. Use MATLAB to compute the radius of a sphere having a volume 40 percent greater than that of a sphere of radius 4 ft.

Solutions

Expert Solution

Calculate the volume of the sphere as follows:

V = 4/3 πr3

 

Here, is the radius of the sphere.

 

Substitute 4 ft for r.

V = 4/3 π(4)3

= 256π/3 ft3

 

Calculate the new radius of the sphere (R), when volume of sphere increased by 40% as follows:

Vnew = V + 40% of V

 

Substitute (256π/3)ft3 for V and 4/3 πR3 for Vnew

 

4/3πR= (256π/3) + 40%(256π/3)

4/3πR= (256π/3) + (40/100)(256π/3)

R = 3√64 + 0.4 × 64

R = 4.4748 ft

 

Calculate the R using the following MATLAB commands as follows:

>> r=4;

>> V=4/3*pi*r^3;

>> V1=40/100*V+V;

>> syms R

>> solve(4/3*pi*R^3-V1)

ans =

[4.474755768]

 

Thus, the required radius is 4.4748 ft.


Thus, the required radius is 4.4748 ft.

Related Solutions

A sphere of radius r has surface area A = 4πr2 and volume V = 4...
A sphere of radius r has surface area A = 4πr2 and volume V = 4 3 πr3. The radius of sphere 2 is triple the radius of sphere 1. (a)What is the ratio of the areas, A2/A1? (b) What is the ratio of the volumes, V2/V1?
A charge Q is distributed in the volume of a sphere of radius R with a...
A charge Q is distributed in the volume of a sphere of radius R with a density non-uniform load cubic p = B (R - r) , where b is a constant and r is the distance to the center of the sphere determine: The values ​​of the potential in the center and on the surface of the sphere.
A sphere of radius R1 has a volume charge density given by row = Mr where...
A sphere of radius R1 has a volume charge density given by row = Mr where r is the radial distance from the center of the sphere. The sphere is surrounded by an uncharged metal shell out to radius R2. 1) Determine an expression in terms of the constants given for the total charge Q in the sphere of charge density 2) Determine an expression for the electric field in the three regions r < R1, R1 < r <...
The surface area of a sphere of radius r is S = 4πr2. Its volume is
The surface area of a sphere of radius r is S = 4πr2. Its volume is V = 4πr3/3. a. Use MuPAD to find the expression for dS/dV. b. A spherical balloon expands as air is pumped into it. What is the rate of increase in the balloon’s surface area with volume when its volume is 30 in.3?
A nonconducting sphere of radius R carries a volume charge density that is proportional to the...
A nonconducting sphere of radius R carries a volume charge density that is proportional to the distance from the center: Rho=Ar for r<=R, where A is a constant; Rho = 0 for r>R a) Find the total charge on the sphere b) Find the electric field inside the charge distribution. c) Find the electric field outside the charge distribution. d) Sketch the graph of E versus r.
A non conducting sphere of radius R and uniform volume charge density is rotating with angular...
A non conducting sphere of radius R and uniform volume charge density is rotating with angular velocity, Omega. Assuming the center of the sphere is at the origin of the coordinate system, a) what is the magnitude and direction of the resulting magnetic field on the z axis for any arbitrary z distance away from the origin when z > R? b) same question as part a) but for z < R? Omega of the rotating sphere on the extra...
A sphere of mass M, radius r, and moment of inertial I = Mr2 (where is...
A sphere of mass M, radius r, and moment of inertial I = Mr2 (where is a dimensionless constant which depends on how the mass is distributed in the sphere) is placed on a track at a height h above the lowest point on the track. The sphere is released, and rolls without slipping. It reaches a horizontal surface which subsequently bends into a vertical loop-the-loop of radius R, as in Fig. 2 below. a) When it reaches the top...
Given the atomic radius of xenon, 1.3 Å, and knowing that a sphere has a volume...
Given the atomic radius of xenon, 1.3 Å, and knowing that a sphere has a volume of 4πr3/3, calculate the fraction of space that Xe atoms occupy in a sample of xenon at STP.
A solid sphere of radius R, a solid cylinder of radius R, and a hollow cylinder...
A solid sphere of radius R, a solid cylinder of radius R, and a hollow cylinder of radius R all have the same mass, and all three are rotating with the same angular velocity. The sphere is rotating around an axis through its center, and each cylinder is rotating around its symmetry axis. Which one has the greatest rotational kinetic energy? both cylinders have the same rotational kinetic energy the solid cylinder the solid sphere they all have the same...
1. The density of a filling sphere with radius R was given ρ = ρ0 (1...
1. The density of a filling sphere with radius R was given ρ = ρ0 (1 - r/2R). where r is the distance from the center. (a) find the force at which this sphere acts on the unit mass in r < R; (b) find the force acting on the unit mass at r ≥ R; (c) draw a graph of the amount obtained in (a) and (b) for r.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT