Solving Raindrop Paths on Ellipsoid with 4x^2+y^2+4z^2=16

  • Thread starter Thread starter Haftred
  • Start date Start date
  • Tags Tags
    Ellipsoid Gravity
AI Thread Summary
The discussion revolves around determining the paths of raindrops sliding down an ellipsoid defined by the equation 4x^2 + y^2 + 4z^2 = 16. The raindrops will follow the path of the negative gradient, indicating the direction of steepest descent. To find the specific curves, one must identify the starting point of the raindrops, typically from the top of the ellipsoid. By calculating the gradient at that point and establishing a relationship between x and y, one can derive z as a function of x, which provides a cross-section of the ellipsoid. This approach combines vector calculus with an understanding of the ellipsoid's geometry to describe the raindrop paths accurately.
Haftred
Messages
53
Reaction score
0
We have an ellipsoid with the equation 4x^2 + y^2+ 4z^2 = 16, and it is raining. Gravity will make the raindrops slide down the dome as rapidly as possible. I have to describe the curves whose paths the raindrops follow. This is probably more vector calculus than physics, but i wasn't sure how to solve it, so i don't know if knowledge of physics is necessary. I found the gradient, and i know that the rain will probably flow where the gradient is largest; however, i don't know how to go on.
 
Physics news on Phys.org
my guess is you need the Euler-Lagrange equation... trying to minimize the time, time=integral(ds/v)...
 
we haven't learned that quite yet, but thanks; I have a strong feeling the gradient of the surface is involved, but I don't see how one can get the curves by taking the path of maximum descent.
 
You can certainly answer this by finding the gradient...however, the drops will follow the path of the NEGATIVE gradient. To me, this should be a sufficient answer. To find a CURVE you would need to know the specific point from which you assume the rain drops originate on the ellipsoid (the top of the ellipsoid?) If the drops originate from the top of the ellipsoid just determine the direction of the gradient by plugging in the point. Then you can determine the line that describes the orientation of the gradient, which is a relationship between x and y. plug in y as a function of x into your original equation and solve for z. The result is z as a function of x, which represents a cross section of the ellipsoid.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top