Simplifying Dot Product Equations with Vectors - Need Help!

In summary, the conversation discusses two exercises involving dot and cross products of vectors. The first exercise, which involves proving that a dot product is equal to another dot product for all vectors, can be solved by using the distributive property and showing that the two vectors being compared are equal in magnitude and direction. The second exercise, which involves showing the relationship between two vectors given their cross product with another vector, can be solved by writing the vectors in terms of their components and using the cross product formula. The conversation also includes incorrect solutions and discussions about the exercise.
  • #1
jeanf
8
0
i need help with the following:
note that the big dots represents the dot product


1. suppose that [tex]a \bullet b = c \bullet b [/tex] for all vectors [tex]\overrightarrow{b} [/tex]. show that [tex]\overrightarrow{a} = \overrightarrow{c} [/tex].

i suppose i can't simply divide out the b, right? anyway, i tried writing out the components of each vector - for example a=(a1, a2, a3), b=(b1, b2, b3), c=(c1, c2, c3). i got as far as:

(b1, b2, b3) [tex]\bullet[/tex](a1-c1, a2-c2, a3-c3) = 0

but i don't know how to simplify this further to eliminate the b. any help is appreciated.
 
Physics news on Phys.org
  • #2
cross product

my second question is:

2. suppose that [tex]\overrightarrow{a} X \overrightarrow{b} = \overrightarrow{c} X \overrightarrow{b} [/tex] for all vectors [tex]\overrightarrow{b}. [/tex] how are [tex]\overrightarrow{a} [/tex] and [tex]\overrightarrow{c} [/tex] related?.

i wrote the vectors in terms of its components, took the cross product, and i got as far as:

(b3(a2-c1) + b2(a3-c3), b1(a3-c3) + b3(a1-c1), b2(a1-c1) + b1(a2-c2)) = 0

again, I'm not sure how to simplify this further or what conclusion to draw about the relationship between a and c. any help is greatly appreciated.
 
  • #3
For the first, did you know that [itex] \vec{a} \bullet \vec{b} = |a||b|cos(\theta) [/itex]? That should be all you need.

There is a similar identity for the cross product.
 
  • #4
i have considered that, but the angles between a and b, and c and b, are different (presumably). so i end up with

|a| cos(t) = |c| cos (s)

...which doesn't seem to help very much.
 
  • #5
For the dot product, here's a hint. Consider the cases where [tex]\vec{b}[/tex] is a unit vector first in the direction of [tex]\vec{a}[/tex] then in the direction of [tex]\vec{c}[/tex]. Draw up some equations and see what you can conclude about the angle between vectors [tex]\vec{a}[/tex] and [tex]\vec{c}[/tex], then what that implies about the relationship between their magnitudes.
 
  • #6
Here's the solution for the dot product :

Let the angle between vectors [tex]\vec{a}[/tex] and [tex]\vec{c}[/tex] be [tex]\theta[/tex].

Let [tex]\vec{b}[/tex] be a unit vector in the same direction as [tex]\vec{a}[/tex]

Then [tex]\vec{a} \bullet \vec{b} = |\vec{a}|[/tex]

[tex]\vec{c} \bullet \vec{b} = |\vec{c}|\cos\theta[/tex]

These two are equal, so we have :

[tex]|\vec{a}| = |\vec{c}|\cos\theta[/tex] --eqn(1)

Now let [tex]\vec{b}[/tex] be a unit vector in the direction of [tex]\vec{c}[/tex]

Working through it in the same way gives :

[tex]|\vec{c}| = |\vec{a}|\cos\theta[/tex] --eqn(2)

Solving those we get :

[tex]|\vec{c}|\cos^2{\theta} = |\vec{c}|[/tex]

Either [tex]|\vec{c}| = |\vec{a}| = 0[/tex], meaning both of them are null vectors (in which case they're equal in any case),

or [tex]\cos^2{\theta} = 1[/tex]

giving [tex]\cos{\theta} = 1[/tex] (the negative root is inadmissible because if you look at equations 1 and 2, the magnitudes are positive, so the cosine term can't be negative).

So we have [tex]\theta = 0[/tex], and putting that back into either equation 1 or 2, we get [tex]|\vec{a}| = |\vec{c}|[/tex].

So the two vectors [tex]\vec{a}[/tex] and [tex]\vec{c}[/tex] are of the same magnitude and oriented in the same direction. By definition, therefore, [tex]\vec{a} = \vec{c}[/tex] (QED)
 
  • #7
Write the equation in a different form:

[tex](\vec a -\vec c)\times \vec b=\vec 0[/tex]
for any vector [itex]\vec b[/itex].

(You can do the same thing with the dot product also).
What can you infer about [itex]\vec a-\vec c [/itex] from this?
 
  • #8
The first exercise is incorrect.

[tex] \vec{a}\cdot\vec{b}=\vec{c}\cdot\vec{b} [/tex]

Using the distributivity,one gets

[tex] \left(\vec{a}-\vec{c}\right)\cdot\vec{b}=0 [/tex]

Which has the infinite set of solutions:

[tex] \vec{a}-\vec{c}=\left\{\vec{d}\times\vec{b}|,\vec{d}\in V,\vec{b}\in V \right\} [/tex].

The "V" is a linear space and the [itex] \vec{d}[/itex] and [itex] \vec{b} [/itex] are arbitrary vectors.

So,please,think deeper before giving erroneous advice.

Daniel.
 
  • #9
The exercise is to show that [itex]\vec a \cdot \vec b=\vec c\cdot \vec b\forall \vec b \Rightarrow \vec a = \vec c[/itex].
This is clearly true, you just have to pick a clever value for b, say b=a-c
 
Last edited:
  • #10
That's not true.That difference is not zero,but an arbitrary vector.Zero vector is not arbitrary.

Daniel.
 
  • #11
Are you sure you have the same understanding of the problem as I do?
[itex]\vec b[/itex] can be any vector.
 
  • #12
Yes.

HINT:[tex]\vec{c}\cdot\vec{b}=\vec{c}\cdot\left(\vec{b}+\vec{c}\times \vec{d}\right) [/tex]

,where \vec{d} is an arbitrary vector...:wink:

Daniel.
 
  • #13
here is how I would handle the two dimensional case:

a * b = (ax + ay)(bx + by) = ax*bx + ay*by

c * b = (cx + cy)(bx + by) = cx*bx + cy*by

Two vectors are equal only if their corresponding components are equal. So if a * b = c *b then we have:

ax*bx = cx*bx

ay*by=cy*by

Which shows that a and c are equal.
 
  • #14
You are wrong, Daniel.
[tex]\vec{a},\vec{c}[/tex] are fixed vectors, and the [tex]\vec{a}\cdot\vec{b}=\vec{b}\cdot\vec{c}[/tex] is supposed to hold for ALL [tex]\vec{b}[/tex]
This is equivalent to:
[tex](\vec{a}-\vec{c})\cdot\vec{b}=0[/tex]
In particular, this must hold for the choice [tex]\vec{b}=\vec{a}-\vec{c}[/tex] from which follows [tex]\vec{a}=\vec{c}[/tex]
 
Last edited:
  • #15
That's wrong

[tex] \vec{a}\cdot\vec{b} [/tex] is a scalar

and hence

[tex] a_{x}b_{x}+a_{y}b_{y}=c_{x}b_{x}+c_{y}b_{y} \nRightarrow \left\{\begin{array}{c}a_{x}b_{x}=c_{x}b_{x}\\a_{y}b_{y}=c_{y}b_{y} \end{array}\right [/tex]

Okay??

Daniel.
 
  • #16
arildno said:
You are wrong, Daniel.
[tex]\vec{a},\vec{c}[/tex] are fixed vectors, and the [tex]\vec{a}\cdot\vec{b}=\vec{b}\cdot\vec{c}[/tex] is supposed to hold for ALL [tex]\vec{b}[/tex]
This is equivalent to:
[tex](\vec{a}-\vec{c})\cdot\vec{b}=0[/tex]
In particular, this must hold for the particular choice [tex]\vec{b}=\vec{a}-\vec{c}[/tex] from which follows [tex]\vec{a}=\vec{c}[/tex]

I'm not wrong,my solution does not exclude the 0 vector.That "d" is arbitrary,just as "b",so it can be the 0 vector.

Daniel.
 
  • #17
dextercioby said:
The first exercise is incorrect.

[tex] \vec{a}\cdot\vec{b}=\vec{c}\cdot\vec{b} [/tex]

Using the distributivity,one gets

[tex] \left(\vec{a}-\vec{c}\right)\cdot\vec{b}=0 [/tex]

Which has the infinite set of solutions:

[tex] \vec{a}-\vec{c}=\left\{\vec{d}\times\vec{b}|,\vec{d}\in V,\vec{b}\in V \right\} [/tex].

The "V" is a linear space and the [itex] \vec{d}[/itex] and [itex] \vec{b} [/itex] are arbitrary vectors.

So,please,think deeper before giving erroneous advice.

Daniel.
Whatever are you talking about?
[tex]\vec{a},\vec{c}[/tex] are FIXED vectors; their difference do not change if [tex]\vec{b}[/tex] changes.
 
  • #18
Who said "a" and "c" are fixed?

Daniel.
 
Last edited:
  • #19
jeanf said:
i need help with the following:
note that the big dots represents the dot product


1. suppose that [tex]a \bullet b = c \bullet b [/tex] for all vectors [tex]\overrightarrow{b} [/tex]. show that [tex]\overrightarrow{a} = \overrightarrow{c} [/tex].
It says for all b here.
 
  • #20
Yes,and my solution exploits the equality of the 2 scalar products.

Daniel.
 
  • #21
No, it doesn't do any such thing.
For the particular choice [tex]\vec{b}=\vec{a}-\vec{c}[/tex]
we get
[tex](\vec{a}-\vec{c})^{2}=0[/tex]
which holds if and only if [tex]\vec{a}=\vec{c}[/tex]
 
  • #22
dextercioby said:
The first exercise is incorrect.

[tex] \vec{a}\cdot\vec{b}=\vec{c}\cdot\vec{b} [/tex]

Using the distributivity,one gets

[tex] \left(\vec{a}-\vec{c}\right)\cdot\vec{b}=0 [/tex]

Which has the infinite set of solutions:

[tex] \vec{a}-\vec{c}=\left\{\vec{d}\times\vec{b}|,\vec{d}\in V,\vec{b}\in V \right\} [/tex].

The "V" is a linear space and the [itex] \vec{d}[/itex] and [itex] \vec{b} [/itex] are arbitrary vectors.

So,please,think deeper before giving erroneous advice.

Daniel.

To be in a state of complete misunderstanding, and say something like that. And then continue to argue about it. It takes balls. I respect that.

You did not give a "solution". The problem was to give a proof that a = c , and that's what Galileo and arildno did. You just didn't follow it.
 
  • #23
Let's look at it more abstractly and u'll see that my solution includes yours.

My solution asserts that

If [itex] \vec{b}\in \mathcal{P}_{1}\subseteq \mathcal{P} [/itex] with [itex] \bar{\mathcal{P}_{1}}=\mathcal{P} [/itex],then

[tex] \left(\vec{a}-\vec{c}\right) \in \mathcal{P}_{1}^{\perp} [/tex]

and [tex] \mathcal{P}_{1}\oplus\mathcal{P}_{1}^{\perp}=\mathcal{P} [/tex]

You assumed that

[tex]\vec{b}\in \mathcal{P} [/tex].Since any improper preHilbert subspace is closed and its orthogonal complement is made up from the zero vector,your solution follows from mine.

Daniel.

P.S.Arildno :wink:
 
  • #24
HackaB said:
To be in a state of complete misunderstanding, and say something like that. And then continue to argue about it. It takes balls. I respect that.

You did not give a "solution". The problem was to give a proof that a = c , and that's what Galileo and arildno did. You just didn't follow it.


Maybe there was a missunderstanding,the text of the problem was vague,specifically that "for all b".I got balls... :cool: :tongue2:
My solution was more general.It had their solution as a particular case.

Daniel.
 
  • #25
No, what you posted was an attempt to confuse the issue, and then show off some of your new found functional analysis jargon. You aren't helping anyone. You are just being a jackass.
 
  • #26
HackaB said:
No, what you posted was an attempt to confuse the issue, and then show off some of your new found functional analysis jargon. You aren't helping anyone. You are just being a jackass.

I wasn't confusing any issue.I was interpreting a vague issue MY way.It is a mathematics problem and the way to do it correctly is less relevant.
As for not helping,i'm not helping you,maybe.Don't speak for someone else,unless you're paid to.

Jackass.

P.S.I think that MTV show really sukt. :yuck:
 
  • #27
jeanf: here is one way to think about problem 1, (although I know you understand it by now).

if two vectors have the same dot product with evrything, then in particular they are perpendicular to all the same vectors, so they must be parallel.

so one is a scalar times the other. to see what that scalar is just dot both of them with one of them.

i.e. if A = tB, then A.B = tB.B, so t = (A.B)/(B.B). but by hypothesis, A.B = B.B.

so t = 1.

so A = B. :smile:
 
  • #28
You are simply misunderstanding a vaguely stated exercise, Daniel.
If it had been specifically stated that a and c were fixed vectors (rather than tacitly assumed) we wouldn't have this conversation.
Your smartass comments on Hilbert spaces are irrelevant in this context.
 
  • #29
I'm not misuderstanding anything.It was vague.It left room for interpretations.Mine was simply broader.

Daniel.
 
  • #30
When your interpretation is in conflict with the intended meaning then it is you who have misunderstood, even though it is the author's fault that he didn't state what he meant clearly and without ambiguity.
 
  • #31
You guys have confused the living **** out of me, so I don't even know what the OP is going through. Besides set a good example. Let's be civilized.
 
  • #32
And what was the "intended meaning"...?I think it's a matter of subjectivity in this case,which has nothing to do with mathematics.

I'll drop it.

Daniel.
 

What is a dot product equation?

A dot product equation is a mathematical expression that calculates the scalar product of two vectors. It is used to determine the angle between two vectors or to find the projection of one vector onto another.

Why is it important to simplify dot product equations?

Simplifying dot product equations makes them easier to understand and work with. It also helps to identify any patterns or relationships between the vectors involved.

What are the steps to simplify a dot product equation?

The steps to simplify a dot product equation are as follows:

  1. Write out the equation in its expanded form
  2. Combine like terms
  3. Apply the distributive property
  4. Use the commutative and associative properties to rearrange terms
  5. Factor out any common factors
  6. Apply any relevant trigonometric identities

Can dot product equations be simplified using only algebra?

Yes, dot product equations can be simplified using only algebra. However, it may be helpful to have a basic understanding of trigonometry in order to recognize and apply relevant identities.

Are there any common mistakes to watch out for when simplifying dot product equations?

One common mistake is forgetting to distribute a negative sign when combining like terms. It is also important to pay attention to the order of operations and to properly use the commutative and associative properties when rearranging terms.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
5
Views
548
  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
14
Views
2K
  • Introductory Physics Homework Help
Replies
2
Views
4K
Replies
16
Views
832
  • Introductory Physics Homework Help
Replies
1
Views
2K
  • Introductory Physics Homework Help
Replies
1
Views
1K
Replies
14
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
875
  • Introductory Physics Homework Help
Replies
8
Views
2K
Back
Top