Question
What is neutral equilibrium ?

Answers

A submerged body is in neutral equilibrium for all positions when the center of gravity of body coincides with the center of buoyancy.   Your Comment




More Engineering,mechanical engineering Questions..
Tell us two plus points and two negative points about Unix.

How do you determine Specific gravity of cement?

What is the function of EGR value?

Explain the difference between rotational and irrotational flow?

what is unit power of a Turbine ?

Explain how to uninstall the libraries in Linux?

What is the unit for reluctance?

What is dhcp scope?

How do you compute the complexities of various algorithms?

What is the advantage of open source?

Define What is the tensile strength of wood?

How much water is lost through a commercial cooling tower system with a throughput of about 600 gpm?

What are the different lift augmentation devices present?

What is the withdrawal force of steel nails?

What is the average density of soil?

How can one estimate how the friction factor changes in heat exchanger tubes with a change in temperature?

What are the types of computer based social engineering attacks? explain what is phishing?

Brick strength is more or concrete block?

What is the meaning of Flaring?

What are the points in the stress strain curve for steel?



Search
Can you Answer!!
  • Q What is NullPointerException and how to handle it?
  • Q Briefly describe the location, shapes or potions uterine tubes.
  • Q Which country’s major rock band is ‘The Plastic people of the Universe’ ?
  • Q Organisation for economic cooperation and development (OECD) reduced its growth projection for India in 2016-17 from 7. 4% to?
  • Q Write Short Notes on Enrichment media
  • Q As depreciation is to fixed assets, what is the same analogous to debtors?
  • Q Who is the adopted son of Vito Corleone
  • Q What is MVVM design pattern?
  • Q Toilet leaks at base in moved toilet location or new floor install?
  • Q what is the thoracic aorta
  • Q So given a[i] = i++; we don't know which cell of a[] gets written to, but i does get incremented by one, right?