What is the process for finding the unit normal at every point on a parabola?

wahaj
Messages
154
Reaction score
2
I am working on a fluid mechanics problem that has a parabolic gate with equation
y = x^2
To solve the problem I need two vectors namely \vec{r} \ and \ \hat{n}. Assuming origin is at x = 0, the vector \vec{r} is a vector corresponding to each point on the parabola. I calculated that to be \vec{r} = x \hat{i} + x^2 \hat{j}. \hat{n} is a unit vector normal to the parabola projecting into the fluid. I can find the unit normal at a point but how would I go about finding the unit normal at every point on the parabola. The parabolic gate lies in the first quadrant and the fluid lies to the left of the gate (it comes in from the second quadrant). The range for the gate is [0,2.5].
 
Physics news on Phys.org
If you can find the tangent to the parabola at any point, you can also find the normal line at any point. Just like the position vector r can be described in terms of two parameters x and x^2, so can the tangent line and the normals to the curve. It takes a little calculus and a little algebra.
 
wahaj said:
I am working on a fluid mechanics problem that has a parabolic gate with equation
y = x^2
To solve the problem I need two vectors namely \vec{r} \ and \ \hat{n}. Assuming origin is at x = 0, the vector \vec{r} is a vector corresponding to each point on the parabola. I calculated that to be \vec{r} = x \hat{i} + x^2 \hat{j}. \hat{n} is a unit vector normal to the parabola projecting into the fluid. I can find the unit normal at a point but how would I go about finding the unit normal at every point on the parabola. The parabolic gate lies in the first quadrant and the fluid lies to the left of the gate (it comes in from the second quadrant). The range for the gate is [0,2.5].

Hi wahaj -- can you give us some context to this question? Is this for your work or for school?
 
This is for school. I am practising for my midterm. As for context, I don't know what else to tell you unless you guys want me to start getting into fluid mechanics. I attached a crude picture of the gate if that helps. Basically I need to find the force that the water exert on the gate and for that I need the two vectors.
I haven't done this in a while so bear with me here. The tangent lines are linear so they have equation y = mx + b. The slope m = y' = 2x so the general equation for tangent lines becomes y = 2x^2 + b. The negative reciprocal of the slope for tangent line is the slope of the normal lines so y = \frac {-1}{2x} * x + b = \frac{-1}{2} + b. This does not look right. Not to mention I don't have a value for b.
 

Attachments

  • Untitled.png
    Untitled.png
    2.5 KB · Views: 687
The unit tangent is:
\frac{\vec{i}+2x\vec{j}}{\sqrt{1+(2x)^2}}
From that, you should be able to write down the unit normal vector upon inspection, since the dot product of the unit normal and unit tangent is zero.

Chet
 
Great. I was able to solve this problem and hopefully all similar problems in the future. Thanks for the help
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top