What are the values of s that make two given vectors orthogonal?

AI Thread Summary
To determine the values of the scalar s that make the vectors b = X + sY and c = X - sY orthogonal, the dot product must equal zero. The calculation shows that (X + sY) · (X - sY) simplifies to 1 - s² = 0. Solving this equation reveals two solutions for s: s = 1 and s = -1. A sketch would illustrate the two vectors being perpendicular to each other. The work presented confirms the correctness of the approach and the solutions found.
vorcil
Messages
395
Reaction score
0
By evaluating the dot product,

find the values of the scalar s for which the two vectors
b=X+sY and c=X-sY
are orthogonal
also explain your answers with a sketch:





my working

(X,sY).(X,-sY) has to equal 0 for them to be orthogonal

x.x = 1 since they are unit vectors
sY.-sY = -1 to make the whole thing 0

s = 1
1*y . -1*y = -1

1-1 =0

sketch would be two vectors perpendicular to one another?
 
Physics news on Phys.org
could someone please inform me If my work is correct?
cheers
 
(X + sY).(X - sY) = 0
==> X.X + sY.X - sX.Y -s2Y.Y = X.X - s2Y.Y = 0
==> 1 - s2 = 0

You found one solution for s; there are two.
 
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