Need help with this Vector Question +rep

  • Thread starter Thread starter simpleas123
  • Start date Start date
  • Tags Tags
    Vector
Click For Summary

Homework Help Overview

The discussion revolves around a vector problem that involves proving various properties and relationships between vectors, particularly focusing on dot and cross products. The original poster expresses difficulty with parts of the problem, specifically in proving certain statements and justifying their approaches.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the original poster's attempts to solve parts of the problem, including the use of specific vector equations and properties. Questions arise about the justification of certain steps and the implications of vector relationships, particularly regarding orthogonality and the conditions under which dot products equal zero.

Discussion Status

The discussion is active, with participants providing insights and questioning assumptions. Some guidance has been offered regarding the need for justifications in proofs, and there is an exploration of different interpretations of vector relationships. However, there is no explicit consensus on the best approach to take for the remaining parts of the problem.

Contextual Notes

Participants note potential typos in the problem statement and discuss the implications of certain vector properties, indicating that there may be missing information or clarifications needed for a complete understanding of the problem.

simpleas123
Messages
7
Reaction score
0
Alright all I am on this vector question and I am having problems with this question. Part (i) i have no idea what to start with / how i possibly prove the question.

This is the question, help will be deeply appriciated. Thanks, David. Also note that
|| a || = (a_1 + a_2 + ... + 1_n)^1/2 .

|| a - b || = || a || || b || - 2 (a \cdot b).

I have done part (i) :) Its the rest I am struggling with.

2jwopw.jpg
 
Last edited:
Physics news on Phys.org
Could you show us how you solved part (i)?
 
berkeman said:
Could you show us how you solved part (i)?

c = a + t(b-a), take t = l1 / l
c = a + (l1 / l)(b-a), Expand
c = a -a(l1 / l) + b(l1 / l) Collect terms with a.
c = a(1 - (l1 / l)) + b(l1 / l) 1 = l / l
c = a(l/l - (l1 / l)) + b(l1 / l)
c = a(l - l1)/l + b(l1 / l) l - l1 = l2
c = a(l2 / l) + b(l1 / l)

Its the rest I am stuck on :(
Any ideas?
 
Hi simpleas123, welcome to PF!:smile:

simpleas123 said:
c = a + t(b-a), take t = l1 / l

You should probably use boldface type to distinguish vectors from scalars, just to make things clear (Clicking on the "go advanced" button will give you all kinds of typesetting options, including using [itex]\LaTeX[/itex])

Also, although [itex]t=\frac{l_1}{l}[/itex] is correct, you need to provide a justification of this for your proof to be complete (A justification of the hint given is also necessary).

Its the rest I am stuck on :(
Any ideas?

For problem (ii), proving the statement "If [itex]\textbf{x}=\textbf{y}[/itex], then [itex]\textbf{c}\cdot\textbf{x}=\textbf{c}\cdot\textbf{y}[/itex] and [itex]\textbf{c}\times\textbf{x}=\textbf{c}\times\textbf{y}[/itex]" should be easy enough...as for proving the opposite direction if-then statement; what is the result of problem 3 (b) they mention?...What is property (4) of the cross product?
 
Property 4 is the same as result of problem 3 (b).
It states that;

Where a,b are vectors

a x b = 0, if and only if there exist two scalars [tex]\mu,\lambda[/tex] one of which is non-zero such that a[tex]\lambda[/tex] = b[tex]\mu[/tex]

I have done part ii) now too.
 
Okay, and what was your solution for (ii)?

Problem (iii) appears to contain a typo...I am fairly certain it's suppose to say:

"Show that the equation of the line [itex]l[/itex] through the points [itex]\textbf{x}_0[/itex] and [itex]\textbf{x}_0+\textbf{a}[/itex] is [itex](\textbf{x}-\textbf{x}_0)\times\textbf{a}=0[/itex]"

To do this, just use what property 4 tells you about the equation [itex](\textbf{x}-\textbf{x}_0)\times\textbf{a}=0[/itex]...
 
gabbagabbahey said:
Okay, and what was your solution for (ii)?

Problem (iii) appears to contain a typo...I am fairly certain it's suppose to say:

"Show that the equation of the line [itex]l[/itex] through the points [itex]\textbf{x}_0[/itex] and [itex]\textbf{x}_0+\textbf{a}[/itex] is [itex](\textbf{x}-\textbf{x}_0)\times\textbf{a}=0[/itex]"

To do this, just use what property 4 tells you about the equation [itex](\textbf{x}-\textbf{x}_0)\times\textbf{a}=0[/itex]...

Part ii)
[itex]c \cdot y = c \cdot x[/itex]
[itex](c \cdot y) - (c \cdot x) = 0[/itex]
[itex]c \cdot (x-y) = 0[/itex]

[itex]\therefore y = x[/itex]
and it was pretty much the same method for the cross product execpt u had to state a property at the end as x x y could equal something other than 0.
 
simpleas123 said:
Part ii)
[itex]c \cdot y = c \cdot x[/itex]
[itex](c \cdot y) - (c \cdot x) = 0[/itex]
[itex]c \cdot (x-y) = 0[/itex]

[itex]\therefore y = x[/itex]
and it was pretty much the same method for the cross product execpt u had to state a property at the end as x x y could equal something other than 0.

Careful, [itex]\textbf{c}\cdot(\textbf{x}-\textbf{y})=0[/itex] doesn't necessarily mean that [itex]\textbf{x}-\textbf{y}=0[/itex]...one of the vectors in a dot product being zero is not the only way for the dot product to be zero...
 
[itex]\bold{c} \cdot (\bold{x}-\bold{y}) = \bold{0}[/itex]
This doesn't necessarily imply that x = y. All it says is that c is orthogonal to x - y.

Counterexample: c = (1, 0, 0), x = (0, 2, 0), y = (0, 1, 0).
[itex]\bold{c} \cdot (\bold{x}-\bold{y}) = (1, 0, 0) \cdot (0, 1, 0) = \bold{0}[/itex]
but x - y isn't 0.
 
  • #10
Mark44 said:
[itex]\bold{c} \cdot (\bold{x}-\bold{y}) = \bold{0}[/itex]
This doesn't necessarily imply that x = y. All it says is that c is orthogonal to x - y.

Counterexample: c = (1, 0, 0), x = (0, 2, 0), y = (0, 1, 0).
[itex]\bold{c} \cdot (\bold{x}-\bold{y}) = (1, 0, 0) \cdot (0, 1, 0) = \bold{0}[/itex]
but x - y isn't 0.

Oh snap that's right, well then how would i prove it?
 
  • #11
simpleas123 said:
Oh snap that's right, well then how would i prove it?

Well, [itex]\textbf{c}\cdot(\textbf{x}-\textbf{y})=0[/itex] tells you either [itex]\textbf{x}-\textbf{y}=0[/itex] or [itex]\textbf{x}-\textbf{y}[/itex] is orthogonal to [itex]\textbf{c}[/itex]...right?

What can you say about [itex]\textbf{c}\times(\textbf{x}-\textbf{y})[/itex] if [itex]\textbf{x}-\textbf{y}[/itex] is orthogonal to [itex]\textbf{c}[/itex]?
 

Similar threads

Replies
9
Views
2K
Replies
21
Views
2K
Replies
1
Views
1K
Replies
5
Views
1K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K