Vector Calc Homework: Find Unit Vector in Direction of ⃗rP & P to Q

AI Thread Summary
To find the unit vector rˆP in the direction of point P at ⃗rP = (−3.0 mm)ˆı + (4.0 mm)jˆ, the formula x/sqrt(x^2+y^2) i + y/sqrt(x^2+y^2) is applied, resulting in (3/5)i + (4/5)j. For the unit vector rˆPQ from point P to point Q at ⃗rQ = (8.0 mm)jˆ, the correct approach involves subtracting the position vectors, leading to a calculation of the direction vector. The magnitude formula is crucial for normalizing the resulting vector to find the unit vector. This discussion emphasizes the importance of vector subtraction and normalization in vector calculus problems.
~Sam~
Messages
70
Reaction score
0

Homework Statement


1. Consider the point P at position ⃗rP = (−3.0 mm)ˆı + (4.0 mm)jˆ. Give an expression for rˆP , the unit vector in the direction of ⃗r.

2. Consider the point P from exercise 1 and another point Q at position ⃗rQ = (8.0 mm)jˆ. Give an expression for rˆPQ, the unit vector in the direction from P to Q.

Homework Equations



Not much really..maybe length formula

The Attempt at a Solution



I was wondering...x/sqrt(x^2+y^2) i +y/sqrt(x^2+y^2) plug it into get (3/5)i+(4/5)j

For part two..would I subtract rQ-rP...so 4.0j-[-3.0i+4.0j)? Or would it be 4.0j-[(3/5)i+(4/5)j)? Then do the same..x/sqrt(x^2+y^2) i +y/sqrt(x^2+y^2)?
 
Physics news on Phys.org
~Sam~ said:

Homework Statement


1. Consider the point P at position ⃗rP = (−3.0 mm)ˆı + (4.0 mm)jˆ. Give an expression for rˆP , the unit vector in the direction of ⃗r.

2. Consider the point P from exercise 1 and another point Q at position ⃗rQ = (8.0 mm)jˆ. Give an expression for rˆPQ, the unit vector in the direction from P to Q.


Homework Equations



Not much really..maybe length formula

The Attempt at a Solution



I was wondering...x/sqrt(x^2+y^2) i +y/sqrt(x^2+y^2) plug it into get (3/5)i+(4/5)j

For part two..would I subtract rQ-rP...so 4.0j-[-3.0i+4.0j)? Or would it be 4.0j-[(3/5)i+(4/5)j)? Then do the same..x/sqrt(x^2+y^2) i +y/sqrt(x^2+y^2)?
There are a lot of characters in what you wrote that aren't rendering correctly, so I'm not 100% sure of what you wrote.

One relevant equation that you didn't think to add is the one for the magnitude of a vector. If v = ai + bj + ck = <a, b, c> is a nonzero vector, then a unit vector with the same direction as v is (1/|v|)v = (1/sqrt(a2 + b2 + c2))<a, b, c>.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top