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

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
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 [itex](x, y(x))[/itex] parameterized by [itex]x[/itex] has tangent vectors [itex](1, y'(x))[/itex] with lengths [itex]\sqrt{1+(y')^2}[/itex].
 
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 original 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 dimension. This of course goes much beyond the original question, but I want to check for myself.