Strong Inequality Hydrodynamics: Flat Cylinder in Water

zaevin
Messages
1
Reaction score
0
Homework Statement
So, there's a flat cylinder with radius R and Height H fully submerged in water rn. it's denser than water and its distance from its base to the bottom of the tank is h. I gotta calculate the time taken to sink to the bottom, and gotta ignore viscosity so no drag force or turbulence. BUT, what's bugging me is this inequality-
Relevant Equations
10rho_cylinder h<< rho_water R
20221128_111257.jpg
 
Physics news on Phys.org
/* * Copyright (C) 2011-2012 DarkCore <http://www.darkpeninsula.eu/> * Copyright (C) 2011-2012 Project SkyFire <http://www.projectskyfire.org/> * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/> * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 3 of the License, or (at your * option) any later version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. *//* ScriptDataSDName: Instance_Shadowfang_KeepSD%Complete: 90SDComment:SDCategory: Shadowfang KeepEndScriptData */#include "ScriptPCH.h"#include "shadowfang_keep.h"#define MAX_ENCOUNTER 4/* Shadowfang Keep encounters:0 - Commander Springvale1 - Baron Ashbury2 - Baron Silverlaine3 - Commander Grimburg*/class instance_shadowfang_keep : public InstanceMapScript{public: instance_shadowfang_keep() : InstanceMapScript("instance_shadowfang_keep", 33) { } InstanceScript* GetInstanceScript(InstanceMap* pMap) const { return new instance_shadowfang_keep_InstanceMapScript(pMap); } struct instance_shadowfang_keep_InstanceMapScript : public InstanceScript { instance_shadowfang_keep_InstanceMapScript(Map* pMap) : InstanceScript(p
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top