Calculating Vectors: Help Needed for Test - Pamela

  • Thread starter Thread starter ppacc
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
Pamela is struggling with vector calculations for her upcoming test, specifically with vectors C = (4x - 1y - 3z) and D = (2x - 3y - 5z). The discussion clarifies that to find S = C - D, one can simply subtract the components, resulting in S = (2, 2, 2). The length of vector S is calculated using the Pythagorean theorem, yielding |S| = 2√3. To find the unit vector in the direction of S, divide S by its length, resulting in a unit vector of (1/√3, 1/√3, 1/√3). Understanding the correct notation and component form is essential for solving these vector problems effectively.
ppacc
Messages
5
Reaction score
0
Please Help! I just don’t get it and I’ve been studying for hours.

Question :
Knowing that Vectors C = (4x-1y-3z) meters and D=(2x-3y-5x) meters
Determine
a. S=C-D
b. │S
c. The Unitary vector in the direction of S

My Prof has given us a test one week after the first class and I just don’t get these study questions. I can add and multiply vectots but this stuff I just don’t get and there is no one to help.

If anyone out there can help you’ll really be appreciated

Pamela
 
Last edited:
Physics news on Phys.org
I don't get your notation. What are the base-vectors describing the directions ?

Something like 6e_x + 7e_y. The e_x and e_y denote the x and y direction and these are the base-vectors. 6 and 7 are the components so this vector may also be written as (6,7).

When adding or substracting just add or substract all components per direction. So for example (7,8) - (1,1) yields (6,7) or 6e_x + 7e_y

Multiplying means multiply the components per direction and add up the outcomes: so this means (7,8)*(1,2) = 7*1 + 8*2 = 7+16=23

If you take the squareroot of this you get the length of a vector = sqrt(23) like your question b.

But first of all you need to know the components per direction. What are these j and m?
Are you sure you got the notation right? Just wondering


regards
marlon
 
Changes

Thanks Marlon I made the changes by editing my post. Maybe now my question is easier to understant

Pamela
 
ppacc said:
Please Help! I just don’t get it and I’ve been studying for hours.

Question :
Knowing that Vectors C = (4x-1y-3z) meters and D=(2x-3y-5x)

So you have (4,-1,-3) and (-3,-3,0)

I think you are able to continue right now. Just do what a answered in the first post

marlon
 
for example a would be (7,2,-3) or S =7x + 2y - 3z

regards
marlon
 
It is more common to use i, j, and k where you are using x, y, z but I think I understand what you mean:

C = (4x-1y-3z) is what I would call 4i-1j-3k or, more simply just <4, -1, -3> where the basis vectors are understood to be in the x, y, z, directions.

So, C= <4, -1, -3> and D= <2, -3, -5>. Surely your text bood mentions early that vectors written in "component" form can be added and subtracted just by working with each "component" separately. S= C- D is simply <4- 2, -1-(-3),-3-(-5)> =
<2, 2, 2>.

The length of a vector comes from the Pythagorean theorem: \sqrt{2^2+ 2^2+ 2^2}= \sqrt{12}= 2\sqrt{3}.

A "unitary" vector (I would say "unit" vector) in a given direction is a vector of length 1 in that direction. In particular, for any vector S, to find a unit vector in the same direction, just divide S by its length: S/|S| which is, again, done component by component. In this problem, since S= <2, 2, 2> and |S|= 2\sqrt{3}, The unit vector in the direction of S would be \frac{&lt;2, 2, 2&gt;}{2\sqrt{3}}.
That is, of course, \{\frac{1}{\sqrt{3},\frac{1}{\sqrt{3},\frac{1}{\sqrt{3}&gt;. It is in the same direction as S simply because it has all components the same and its length is \sqrt{\frac{1}{3}+\frac{1}{3}+\frac{1}{3}}= 1.
 
Isn't the second vector 2x-3y-5x? Or is it 2x-3y-5z. In that case my previous answer is not true. Then you would have (4,-1,-3) - (2,-3,-5)=(2,2,2)

marlon
 
Back
Top