What is the Volume Flux of Fluid Through a Surface?

marklar13
Messages
6
Reaction score
0

Homework Statement


The velocity components of a flow are given by:
u=-x v=y
Compute the volume of fluid flowing per unit time per unit area through a small surface at (1,2) whose normal makes an angle of 60 deg with the positive x-axis.

Homework Equations



V= u i + y j (velocity vector)

dq = V dot n dS (volume efflux)

The Attempt at a Solution



So for this problem V = -1 i + 2 j
then dq/dS = Vcos(60) = -cos(60) i + 2cos(60) j

i believe it wants the magnitude of dq/dS which is where i get confused.

is the magnitude this:
magnitude dq/dS = sqrt((-.5)^2 + (1)^2)

or is it this:
magnitude dq/dS = sqrt(-(.5^2) + (1^2))
 
Last edited:
Physics news on Phys.org
You have to compute the unit normal vector and take the dot product of this nornal with the velocity vector field.

You know that the surface is at 60 degrees from the positive x-axis. can you compute a normal from there?
 
would the normal vector be...

n = cos(60) i + sin(60) j

so then...

dq/dS = V dot n = -cos(60) i + 2sin(60) j

and...

magnitude of dq/dS = sqrt( (-cos(60))^2 + (2sin(60))^2)
 
Almost, the dot product of 2 vectors is a scalar, so:
<br /> \frac{dq}{dS}=\mathbf{V}\cdot\hat{\mathbf{n}}=u\cos \Bigg(\frac{\pi}{3}\Bigg) +v\sin \Bigg(\frac{\pi}{3}\Bigg)<br />
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top