Force due to pressure over a surface

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
tomwilliam2
Messages
117
Reaction score
2

Homework Statement


I'm trying to find the Force per unit length due to a pressure function across a cylinder immersed in a fluid.

Homework Equations


Bernouilli's equation,
$$\mathbf{F}_s = -\mathbf{n} \int_s p dA$$

The Attempt at a Solution



I've got an expression for p which takes the form $$p = p(\theta)$$.
My expression for the unit vector is $$\mathbf{n}=\cos \theta \mathbf{i} + \sin \theta \mathbf{j}$$
I then get an equation:
$$\mathbf{F}_s/length = -(\cos \theta \mathbf{i} + \sin \theta \mathbf{j}) \int_s p(\theta) r d\theta$$

Now it's clear from the solution that I need to have the trig functions inside the integral...but is this mathematically justified? I know that the values of the unit vector change as we move around the surface, but does that mean I can just include them into the integral? Where the i-component for example would become:
$$\mathbf{F}_i / length = \int_s -p(\theta)r \cos \theta d\theta$$
Is this right?

Thanks in advance
 
Physics news on Phys.org
The general form of the equation is:
$${\boldsymbol F}_\mathrm{s} = -\!\!\int\limits_s \!\!p\hat{\boldsymbol n}\mathrm{d}S$$
If the normal is independent of the variables of integration, then you can write
$${\boldsymbol F}_\mathrm{s} = -\hat{\boldsymbol n}\!\!\int\limits_s\!\! p\mathrm{d}S$$
You can see this if you look at the force on a differential fluid element:
$$\mathrm{d}{\boldsymbol F}_\mathrm{s} = -p\mathrm{d}{\boldsymbol S} = -p\hat{\boldsymbol n}\mathrm{d}S$$
which is integrated over the surface to find the total pressure force.
 
Thanks, that makes perfect sense.
 
jhae2.718 said:
If the normal is independent of the variables of integration, then you can write
$${\boldsymbol F}_\mathrm{s} = -\hat{\boldsymbol n}\!\!\int\limits_s\!\! p\mathrm{d}S$$
Yes, but that's only going to be true for a flat surface. For a curved surface the unit vector will change according to position on the surface.
tomwilliam2, I feel that you've missed some important facts in the statement of the problem. Please post it word for word.
 
It's part of a much longer problem...my mistake was applying the formula which applies only to a flat surface (where the unit vector can be taken outside the integral) instead of applying the general formula, with the unit vector containing elements dependent on the variable of integration.
All sorted now, and it works out as I was expecting.
Thanks again
 
jhae2.718 said:
The general form of the equation is:
$${\boldsymbol F}_\mathrm{s} = -\!\!\int\limits_s \!\!p\hat{\boldsymbol n}\mathrm{d}S$$
If the normal is independent of the variables of integration, then you can write
$${\boldsymbol F}_\mathrm{s} = -\hat{\boldsymbol n}\!\!\int\limits_s\!\! p\mathrm{d}S$$
You can see this if you look at the force on a differential fluid element:
$$\mathrm{d}{\boldsymbol F}_\mathrm{s} = -p\mathrm{d}{\boldsymbol S} = -p\hat{\boldsymbol n}\mathrm{d}S$$
which is integrated over the surface to find the total pressure force.
Where is that general equation from? It makes sense, but I haven't seen it in that form before.