Answer:
work done = 48.88 ×
J
Explanation:
given data
mass = 100 kN
velocity = 310 m/s
time = 30 min = 1800 s
drag force = 12 kN
descends = 2200 m
to find out
work done by the shuttle engine
solution
we know that work done here is
work done = accelerating work - drag work - descending work
put here all value
work done = ( mass ×velocity ×time - force ×velocity ×time - mass ×descends ) 10³ J
work done = ( 100 × 310 × 1800 - 12×310 ×1800 - 100 × 2200 ) 10³ J
work done = 48.88 ×
J
Answer:
Tension can be easily explained in the case of bodies hung from chain, cable, string
Explanation
uniform speed, tension; T = W.
T=m(g±a)
Yes i is the time of the day you get to frost the moon and back and then you can come over and then go to hang out with me me and then go to hang out
Answer:
The differential equation and the boundary conditions are;
A) -kdT(r1)/dr = h[T∞ - T(r1)]
B) -kdT(r2)/dr = q'_s = 734.56 W/m²
Explanation:
We are given;
T∞ = 70°C.
Inner radii pipe; r1 = 6cm = 0.06 m
Outer radii of pipe;r2 = 6.5cm=0.065 m
Electrical heat power; Q'_s = 300 W
Since power is 300 W per metre length, then; L = 1 m
Now, to the heat flux at the surface of the wire is given by the formula;
q'_s = Q'_s/A
Where A is area = 2πrL
We'll use r2 = 0.065 m
A = 2π(0.065) × 1 = 0.13π
Thus;
q'_s = 300/0.13π
q'_s = 734.56 W/m²
The differential equation and the boundary conditions are;
A) -kdT(r1)/dr = h[T∞ - T(r1)]
B) -kdT(r2)/dr = q'_s = 734.56 W/m²
Answer:
START
READ ID_Number
READ Item_description
READ length_of_auction_Days
READ minimum_required_bid
IF minimum_required_bid GREATER THAN 100
THEN
DISPLAY
Item Details are
Item Id : ID_Number
Item Description: Item_description
Length Action days: length_of_auction_Days
Minimum Required Bid: minimum_required_bid
END
Explanation: