Did I Prove the Vector Proof Assignment Correctly?

AI Thread Summary
The discussion centers on a student's concern about the correctness of their proof for a vector assignment, specifically showing that |a - b| = |a + b| if and only if vectors a and b are perpendicular. The student used the dot product to derive the necessary conditions for the equality, concluding that both angles must be 90 degrees for the vectors to be perpendicular. Feedback from peers indicates that while the method is valid, it contains unnecessary steps, and proving the statement in both directions is essential for an "if and only if" condition. The student expresses anxiety over potential mark deductions for perceived irrelevant lines. Overall, the proof is generally accepted as correct, with suggestions for improvement.
EDavis
Messages
2
Reaction score
0
Hi there, I had an assignment due today for my advanced maths class, I've already handed it in, but seeing what other people did I began to worry/wonder about what I did.

The question was pretty simple:

For non-zero vectors show that:
|a - b| = |a + b| if and only if venctors a and b are perpendicular.

I defined them both as different single letters, just to make things easier.
a + b = c
a - b = dThen I used the dot product on them both:

c^2 = (a + b) o (a + b)
c^2 = |a + b| |a + b| cos A
c^2 = a^2 + b^2 + 2ab cos A

In this case A is the angle opposite vector c, ie. the angle between vectors a and b.

d^2 = (a - b) o (a - b)
d^2 = |a - b| |a - b| cos B
d^2 = a^2 + b^2 - 2ab cos B

In this case B is the angle opposite vector d, ie. the angle between vectors a and -b.

I then said that in order for |c| to equal |d| the following would have to be true:
cos A = cos B = 0 because otherwise you would have to add/subtract.

Of course it follows from this that A = B = 90 hence a and b are perpendicular if |c| = |d|

I think it's pretty easy to see from that that if they're perpendicular then |c| = |d|, but my maths teachers don't take kindly to the "no duh" argument, they claim that's what proof is all about, so i proved it backwards to show the if and only if statement.

My question is: other people did it using the dot product in a different way to me, does my method make sense? Also, should I have proved it backwards? I could lose marks for having irrelevant lines, but I could've lot lines for missing lines, it's a fine line.

Worried about this because when I did it it was a really easy assignment and I don't want to mess it up :(

Thanks,
Evan

Alright, I removed the tex formatting, as it was too confusing for me.
 
Last edited:
Physics news on Phys.org
The way you did it looks good to me. It's a little confusing since you have more lines than are really necessary when showing what c2 and d2 are, but other than that, it looks fine.

Yes, you should have proven it backwards, because it's an iff statement. Even if it looks obvious that one way implies the other, you should show it
 
Well, thanks for your answers, didn't notice that other thread, that was useful too :smile:

Incidently, I also got the second part of that question today.
 
Last edited:
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