1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ra1l [238]
3 years ago
5

T he area of a circle is pr 2. Define r as 5, then find the area of a circle,using MATLAB®.(b) The surface area of a sphere is 4

pr 2. Find the surface area of a spherewith a radius of 10 ft.(c) The volume of a sphere is 4/3pr 3. Find the volume of a sphere with aradius of 2 ft.
Engineering
2 answers:
horsena [70]3 years ago
4 0

Area of Circle = 78.5398

Surface Area of Sphere =  1.2566 x 10^3 = 1256.6 ft

Volume of Sphere =  33.5103 ft

Explanation:

Please find below the written MatLab script used to solve the problem. I had to define r in each case to solve for the Area of the circle, the surface area and the volume of the Sphere.

r=5; % define r as 5

a=pi*r^2;% calculate the area of the circle

AreaOfCircle=a

r=10; % define r and 10 ft

sa=4*pi*r^2; %Calculate the surface area of the sphere

SphereSurfaceArea=sa

r=2;% define r as 2 ft

vs=(4/3)*pi*r^3;% Calculate the volume of the sphere

VolumeShere=vs

aksik [14]3 years ago
3 0

Answer:

Area of Circle = 78.5398

Surface Area of Sphere =  1.2566 x 10^3 = 1256.6 ft

Volume of Sphere =  33.5103 ft

Explanation:

Please find below the written MatLab script used to solve the problem. I had to define r in each case to solve for the Area of the circle, the surface area and the volume of the Sphere.

r=5; % define r as 5

a=pi*r^2;% calculate the area of the circle

AreaOfCircle=a

r=10; % define r and 10 ft

sa=4*pi*r^2; %Calculate the surface area of the sphere

SphereSurfaceArea=sa

r=2;% define r as 2 ft

vs=(4/3)*pi*r^3;% Calculate the volume of the sphere

VolumeShere=vs

You might be interested in
Turn the motor around in the circuit. What happens?
kenny6666 [7]

Answer:

It will create a massive drag and pretty much stop the motor.

Explanation:

7 0
3 years ago
Analyze the example of this band saw wheel and axle. The diameter of the wheel is 14 inches. The diameter of the axle that drive
Kazeer [188]

The answer for the ideal mechanical advantage and actual mechanical advantage for the different scenarios are;

A) Ideal Mechanical Advantage = 18.67

B) Actual Mechanical Advantage = 4.1067

We are given;

Input distance; The diameter of the wheel; d_w = 14 inches

Output distance; The diameter of the axle that drives the wheel; d_a = 3/4 inches

The force needed to cut a one-inch-thick softwood board; F = 1.75 pounds

The efficiency of the band saw; η = 22% = 0.22

A) Formula for Mechanical advantage is;

M.A = Force output/Force input = (Input distance)/(Output distance)

Thus;

Ideal mechanical advantage = 14/(3/4)

Ideal mechanical advantage = 18.67

B) Now, we are given that efficiency of the band saw is η = 22% = 0.22.

Thus using the mechanical advantage formula above;

Actual mechanical advantage = 0.22 × Expected output

Actual mechanical advantage = 0.22 × 18.67

Actual mechanical advantage ≈ 4.1067

Read more about Mechanical Advantage at; brainly.com/question/18345299

5 0
2 years ago
Recommend the types of engineers needed to collaborate on a city project to build a skateboard park near protected wetlands.
4vir4ik [10]

Answer:

A civil engineer.

Explanation:

Civil engineering is the science that deals with the design, creation and maintenance of constructions for civil use on the earth's surface. Thus, this specialty seeks to adapt soils to the needs of life in society, creating buildings, bridges, and all other constructions adapted to civil life, while taking care of the correct use of soils and the correct distribution of spaces and resources. to be used for such constructions.

4 0
3 years ago
Let be a real-valued signal for which when . Amplitude modulation is preformed to produce the signal . A proposed demodulation t
densk [106]

Answer:

hello your question is incomplete attached below is the complete question

answer : attached below

Explanation:

let ; x(t)  be a real value signal for x ( jw ) = 0 , |w| > 200\pi

g(t) = x ( t ) sin ( 2000 \pi t )

x_{1} (t) = \frac{1}{2}  x(t)  sin ( 4000\pi t )

next we apply Fourier transform

attached below is the remaining part of the solution

6 0
3 years ago
In using the drag coefficient care needs to be taken to use the correct area when determining the drag force. What is a typical
stealth61 [152]

Answer:

Explanation:

We know that Drag forceF_D

  F_D=\dfrac{1}{2}C_D\rho AV^2

Where

             C_D is the drag force constant.

                 A is the projected area.

                V is the velocity.

                ρ is the density of fluid.

Form the above expression of drag force we can say that drag force depends on the area .So We should need to take care of correct are before finding drag force on body.

Example:

 When we place our hand out of the window in a moving car ,we feel a force in the opposite direction and feel like some one trying to pull our hand .This pulling force is nothing but it is drag force.

6 0
3 years ago
Other questions:
  • A jetliner flying at an altitude of 10,000 m has a Mach number of 0.5. If the jetliner has to drop down to 1000 m but still main
    11·1 answer
  • Consider the fully developed flow of glycerin at 40°C through a 60-m-long, 4-cm-diameter, horizontal, circular pipe. If the flow
    15·1 answer
  • The button on the _ valve should be held when pressure bleeding the brakes
    8·1 answer
  • A tank has two rooms separated by a membrane. Room A has 1 kg of air and a volume of 0.5 m3; room B has 0.75 m3 of air with dens
    15·1 answer
  • The rainfall rate in a certain city is 20 inches per year over an infiltration area that covers 33000 acres. Twenty percent of t
    6·1 answer
  • An aggregate blend is composed of 65% coarse aggregate by weight (Sp. Cr. 2.635), 36% fine aggregate (Sp. Gr. 2.710), and 5% fil
    5·1 answer
  • A series of end-milling cuts is currently used to produce an aluminum part that is an aircraft component. The purpose of the mac
    14·1 answer
  • The example of using biotechnology in heart surgery is used to illustrate which of the
    12·1 answer
  • Were women treated as equals to men in early aviation history?
    14·2 answers
  • The A/C compressor will not engage when the A/C is turned on. The static refrigerant pressure is 75 psi and the outside temperat
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!