Buoyancy is the ability of an object to float. Archimedes' Principle states that the buoyant force is equal to the weight of the fluid that is displaced by the submerged object. The buoyant force can be computed by
where
Write a
Want to see the full answer?
Check out a sample textbook solutionChapter 2 Solutions
Absolute C++
Additional Engineering Textbook Solutions
Web Development and Design Foundations with HTML5 (8th Edition)
Electric Circuits. (11th Edition)
Database Concepts (8th Edition)
Mechanics of Materials (10th Edition)
Introduction To Programming Using Visual Basic (11th Edition)
Starting Out with C++ from Control Structures to Objects (9th Edition)
- Q1/The pressure drop in pascals (Pa) for a fluid flowing in a pipe with a sudden decrease in diameter can be determined based on the loss of head equation given below: h = 24-11 2g Area A Area A Area A Where: V₂ is the velocity in position 2 (m/s), g: is acceleration due to gravity = 9.81 m/s², A₁ and A₂ are the cross-sectional areas of the tube in position 1 and 2 respectively. A==d² Where: d is the diameter (m). Write a program in a script file that calculates the head loss. When the script file is executed, it requests the user to input the velocity (V₂) in m/s and values of diameters (d, and d₂). The program displays the inputted value of v followed by a table with the values of diameters in the first and second columns and the corresponding values of h, in the third column. 2 2arrow_forwardThe spring in the figure below is stretched from its equilibrium position at x = 0 to a positive coordinate xo. ko HINT x = 0 x = xo PE sn PE 50 The force on the spring is F and it stores elastic potential energy PESO. If the spring displacement is tripled to 3x, determine the ratio of the new force to the original force, and the ratio of the new to the original elastic potential energy, Fo Fo PESO (a) the ratio of the new force to the original force, PE ST PE SO (b) the ratio of the new to the original elastic potential energy,arrow_forwardTwo small charged objects attract each other with a force F when separated by a distance d.If the charge on each object is reduced to one-fourth of its original value and the distance between them is reduced to d/2,the force becomes?arrow_forward
- A simple pendulum of length L, has a maximum angular displacement e_max. At one point in its motion, its kinetic energy is K = 3 J and its potential energy is U = 4.2 J. When the pendulum's angular velocity is one-fourth its maximum value (0' = %3D O'_max/4), then its kinetic energy is:arrow_forwardA vertical tower stands on a horizontal plane and is surmounted by a vertical flag-staff of height 6 m. At a point on the plane, the angle of elevation of the bottom and top of the flag-staff are 30° and 45° respectively. Find the height of the tower. (Take √3=1.73)arrow_forwardThis is not a graded assignment but a part of a review I'm studying, please do not reject the question, and thank you in advance for your solution!arrow_forward
- The electric flux density D at the point M (0,4,0) in the region about a uniform line charge of 1 nC/m lying along the z axis in free space is: Select one: a. None of the above b. 0.6366 nC/m c. 0.2387 nC/m d. 0.039 nC/m e. 0.1 nC/marrow_forwardPlease helparrow_forward2. The position of an object moving along the z-axis is described by *(t) = 21²-t +4, where the position, z, is in m and the time, t, is in s. Find: a. the average velocity between t = 1 8 and ty= 3 s. b. the velocity at t = 2 s. b. the acceleration at t = 4 s.arrow_forward
- In matlab code Find the velocity of mars, earth, venus. In the descent phase of an extraterrestrial space mission, a spacecraft free falls through the planet's atmosphere. As it falls, it will reach a constant or terminal velocity when the air resistance force balances the gravitational attraction force. The terminal velocity is given by V₁ = where m is the spacecraft's mass [m], g is the acceleration due to gravity on the planet, p is the atmosphere's density [kg/m³], Cp is the spacecraft's drag coefficient, and A is the spacecraft's cross-sectional area [m²]. a) Write a function named terminalVelocity which calculates the terminal velocity an object. The function should . 2mg pCDA input m, g, p, CD, and A output the terminal velocity b) Write a program named q03.m which calculates the terminal velocity of a spacecraft at 10 km above the surface of various planets. The spacecraft's properties are m = 240 [kg], A= 15 [m²], and Cp = 0.5. The program should use the gravity and terminal…arrow_forwardA circle in the XY-coordinate system is specified by the center coordinates (x, y) and radius (r). Read the values for 2 circles- x1, y1, r1 for C1 and x2, y2, r2 for C2. (i) Determine whether the 2 circles intersect. To solve the problem it suffices to check if the distance between the 2 centers is lesser than the sum of radii of the 2 circles. (ii) Find the smallest circle that encloses the two circles and return its center coordinates and radius. programming language - carrow_forwardIn the triangle shown a = 5 in., b = 7 in., and y = 25°. Define a, b, and y as variables, and then: (a) Calculate the length of c by substituting the variables in the Law of Cosines. (Law of Cosines: c² = a² + b²-2abcosy) (b) Calculate the angles a and ẞ (in degrees) using the Law of Sines. (c) Verify the Law of Tangents by substituting the results from part (b) into the right and left sides of the equation. (Law of Tangents: a-b an [{(c. – B)] a+h tan [(a+b)] с а b B>B aarrow_forward
- C++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology Ptr