How to Define Differential Length Vectors

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
2 replies · 4K views
jeff1evesque
Messages
312
Reaction score
0
Hello, I am looking at some notes and cannot understand the following example:


Suppose x2 + y2 = a2
Note: (Optional) use the equation of the curve to convert all vector components to the same differential, e.g.
[tex]\frac{dy}{dx} = \frac{1}{2}\frac{-4x}{\sqrt{a^2-x^2}} \Rightarrow dy = \frac{-2x}{y}dx \Rightarrow \vec{dl} = dx\hat{x} - \frac{2x}{y}dx\hat{y}[/tex]

Question: I don't understand the second arrow which leads to the following conclusion:
[tex]\vec{dl} = dx\hat{x} - \frac{2x}{y}dx\hat{y}[/tex]
Why wouldn't there be a dy?

Thanks,

JL
 
Physics news on Phys.org
jeff1evesque said:
Hello, I am looking at some notes and cannot understand the following example:


Suppose x2 + y2 = a2
Note: (Optional) use the equation of the curve to convert all vector components to the same differential, e.g.
[tex]\frac{dy}{dx} = \frac{1}{2}\frac{-4x}{\sqrt{a^2-x^2}} \Rightarrow dy = \frac{-2x}{y}dx \Rightarrow \vec{dl} = dx\hat{x} - \frac{2x}{y}dx\hat{y}[/tex]

Question: I don't understand the second arrow which leads to the following conclusion:
[tex]\vec{dl} = dx\hat{x} - \frac{2x}{y}dx\hat{y}[/tex]
Why wouldn't there be a dy?

Thanks,

JL
There is! That is simply the standard equation for a tangent vector,
[tex]\vec{dl}= dx\hat{x}+ dy\hat{y}[/tex]
with "dy" replaced using the equation just before the second arrow:
[tex]dy= \frac{-2x}{y}dx[/tex]

[tex]\vec{dl}= dx\hat{x}+ dy\hat{y}= dx\hat{x}- \frac{2x}{y}dx\hat{y}[/tex].
 
That's great, thanks a lot :smile:.


Jeffrey

HallsofIvy said:
There is! That is simply the standard equation for a tangent vector,
[tex]\vec{dl}= dx\hat{x}+ dy\hat{y}[/tex]
with "dy" replaced using the equation just before the second arrow:
[tex]dy= \frac{-2x}{y}dx[/tex]

[tex]\vec{dl}= dx\hat{x}+ dy\hat{y}= dx\hat{x}- \frac{2x}{y}dx\hat{y}[/tex].