Understanding Second Order PDEs: Explaining the Unit Tangent to a Curve

coverband
Messages
170
Reaction score
1
Hi

In my lecturer's notes he describes the unit tangent to a curve y=Y(X) as

(i + Y'(X)j)/[(1+[Y'(X)]^2)^(0.5)]

in an introduction to second order PDEs

I'm a bit confused by this. Where did it come from?

Can anyone explain

Thanks
 
Physics news on Phys.org
A curve (x, y(x)) parameterized by x has tangent vectors (1, y'(x)) with lengths \sqrt{1+(y')^2}.
 
Also, this function would give you a unit vector pointing in the positive x direction. Notice that the function will tell you only the tangent vector. It will not tell you at what x and y coordinates the actual tangent touches the curve. You need the origional function for that.
 
coverband said:
In my lecturer's notes he describes the unit tangent to a curve y=Y(X) as

(i + Y'(X)j)/[(1+[Y'(X)]^2)^(0.5)]

Where did it come from?

Hi coverband! :smile:

It looks more logical if you parametrise the curve: X = x(t), Y = y(t).

Then your Y'(X) is dY/dX = y'/x', and the formula (after multiplying top and bottom by x') becomes …

(x',y')/√(x'2 + y'2) …

so the tangent is parallel to the gradient (x',y'),

and to make it a unit vector you divide by its magnitude. :smile:
 
Let's clarify the analogy with the gradient operator. This would actually be a one dimensional case of the gradient operator, not a 2D case correct?

y(x) = Grad[Y(x)] / Abs[Grad[Y(x)]]

Where in general, x is a position vector of arbitrary dimention. This of course goes much beyond the origional question, but I want to check for myself.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top