How to Find Tangential and Perpendicular Components of a Vector Along a Path?

AI Thread Summary
To find the tangential component of a vector along a path, the projection of the vector onto the path using the dot product is the correct approach. The tangential component can be calculated by projecting the vector onto the derivative of the path. For the perpendicular component, it can be determined by subtracting the tangential component from the original vector, ensuring that the dot product of the resulting vector with the path's derivative equals zero. This method effectively isolates the perpendicular component. Understanding these projections is crucial for analyzing vector behavior along a specified path.
gulsen
Messages
215
Reaction score
0
Suppose I have a path \vec{r}(x,y) and some vector \vec{a}(x,y).
Question is: how do I find the tangential and perpendicular component of a along the path r at a given point?

For tangential component, I'd just take the projection of a on r with dot product (I guess this's correct). But what about perpendicular one?
 
Physics news on Phys.org
HINT: The dot product of two perpendicular vector lines is zero.

~H
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top