Are Vectors v-w and v+w Perpendicular When Magnitudes of v and w Are Equal?

Click For Summary
SUMMARY

The discussion focuses on proving two mathematical concepts: the existence of solutions for the linear system defined by the equations r + 2s = -b1 and 3r + 5s = b2, and the condition under which vectors v and w are perpendicular. It is established that the linear system has a solution for all b1 and b2 by transforming the equations into an augmented matrix and demonstrating that it can be reduced to the identity matrix. Additionally, it is proven that vectors v-w and v+w are perpendicular if and only if the magnitudes of v and w are equal, utilizing the dot product and expanding the expression (v+w)·(v-w).

PREREQUISITES
  • Understanding of linear algebra concepts, specifically augmented matrices.
  • Knowledge of vector operations, including dot products.
  • Familiarity with the properties of perpendicular vectors.
  • Basic algebraic manipulation skills.
NEXT STEPS
  • Study how to solve linear systems using augmented matrices and row reduction techniques.
  • Learn about vector dot products and their geometric interpretations.
  • Explore the properties of vector magnitudes and their implications in vector analysis.
  • Investigate the conditions for vector orthogonality in higher dimensions.
USEFUL FOR

Students studying linear algebra, mathematicians interested in vector analysis, and educators teaching vector operations and linear systems.

andrassy
Messages
45
Reaction score
0

Homework Statement

there's two questions I need help with on m homework:

I need to prove algebraically that the linear system r + 2s = -b1 and 3r+5s = b2 has a solution for all numbers b1, b2

also: for vectors v and w prove that v-w and v+w are perpendicular if and only if the magnitude of v equals the magnitude of w.


The Attempt at a Solution

The first question i multiplied the first equation by -3 and added the two equations together to get 11s = b2 - 3b1 but i have no idea where to go from there.

The second I proved that two vectors are perpendicular if their dot product is zero. I did the dot product of v-w and v+w an dgot [v1^2 - w1^2, . . . vn^2 - wn^2].here agian in stuck. any help please?
 
Physics news on Phys.org
When you say prove algebraically, are you allowed to use matrices here? It's a lot easier if you could do so. Start by representing the linear system as an augmented matrix:

\left(\begin{array}{*{20}c}1&2&-b_{1}\\3&5&b_{2}\end{array}\right)

If you want to show that there are exactly 1 solutions for both r,s , you need to show that you can reduce the augmented matrix (the sub-matrix on the left) above to the identity matrix.

For the 2nd part, your approach is correct, but you should get this:

(v+w)\cdot(v-w) = v\cdot v + v\cdot w - w\cdot v - w\cdot w

You know where to go from here, right?
 
The first question i multiplied the first equation by -3 and added the two equations together to get 11s = b2 - 3b1 but i have no idea where to go from there.

You are almost done. Solve for s, and sustitude the result in one of original the equations in order to find r.

for vectors v and w prove that v-w and v+w are perpendicular if and only if the magnitude of v equals the magnitude of w.

Write the dot product (\vec{v}-\vec{w})\cdot (\vec{v}+\vec{w})=0 and expand it.
 

Similar threads

Replies
15
Views
2K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
5
Views
2K
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
3
Views
2K