Question

In: Mechanical Engineering

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?

Solutions

Expert Solution

The equations given are

S = 4πr2

V = 4/3 πr3

 

We need to find the value dS/dV using MATLAB. We can find this using the differentiation rule.

dS/dV = (dS/dr)/(dV/dr)

 

(a)

The MATLAB code is given below:

Input:

syms r

S = 4*pi*r^2;

V = (4/3)*pi*r^3;

dif = diff(S, r)/diff(V, r)

Output:

 

We see that

dS/dV = 2/r

 

(b)

Now, volume is V = 30

V = 30

r/3πr3 = 30

r = 1.9275

 

Hence,

dS/dV = 2/r = 2/1.9275 = 1.0375.


Hence,

dS/dV = 2/r = 2/1.9275 = 1.0375.

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.
Write a C++ program to calculate the sphere volume and surface area. Provided that the sphere...
Write a C++ program to calculate the sphere volume and surface area. Provided that the sphere volume = and the sphere surface area = , where r is the radius. 1. Read r from the user using cin statement. 2. Calculate the volume (Vol) and the surface area (Area) of a sphere. 3. Print r, Vol, and Area in a suitable messages.
Write a program that reads the radius of a sphere and calculates it's volume and surface...
Write a program that reads the radius of a sphere and calculates it's volume and surface area. Format results to 4 decimal places. The radius=3.2 Your program should output volume and surface area.  Repeat same steps for program2, but this time use the following input values: a= ꟷ2.4 , b = 4.5 . Your program should output sum, Fun1, and Fun2. It's for C++
The surface area of a right-circular cone of radius r and height h is S=πrr2+h2−−−−−−√, and...
The surface area of a right-circular cone of radius r and height h is S=πrr2+h2−−−−−−√, and its volume is V=1/3πr2h. (a) Determine h and r for the cone with given surface area S=4 and maximal volume V. h=  , r= (b) What is the ratio h/r for a cone with given volume V=4 and minimal surface area S? hr= (c) Does a cone with given volume V and maximal surface area exist? A. yes B. no
(i) Find the cylinder inscribed in a sphere with radius one with the largest surface area.
(i) Find the cylinder inscribed in a sphere with radius one with the largest surface area.
Write a JavaScript function to calculate the surface area of a sphere. Input the radius using...
Write a JavaScript function to calculate the surface area of a sphere. Input the radius using a NumericUpDown. Have the function calculate the surface area and display it on your page. Label the inputs and the output on your page. Change the title to "Oh, Boy! JavaScript!". Put your name at the top in camelCase. Put your major at the bottom in camelCase.
An isolated conducting sphere of radius R has charge Q uniformly distributed on its surface. What...
An isolated conducting sphere of radius R has charge Q uniformly distributed on its surface. What is the electric field (E) inside the conducting sphere at distance r = R/2 from center?
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.
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.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT