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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top