1
$\begingroup$

Find the condition that the vectors $\vec a=k\hat{i}+l\hat{j}$ and $\vec b=l\hat{i}+k\hat{j}$ are parallel.

Answer is $l^2=k^2$.

But I dont know how to find it using formula.

I searched everywhere but cant find something similar to this.

Edit -

This question is not from the scalar product questions. So please help me.

  • 0
    Are $\vec i, \vec j$ the usual unit vectors?2017-01-10
  • 0
    I don't understand what you want. Why don't you consider $l^2=k^2$ as a formula?2017-01-10
  • 0
    If parallel then a = pb where p is a any zero number. equate coefficients of i and j and away you go.2017-01-10
  • 0
    Its a and b vector, i cap and j cap. I dont know how to write. Sorry for that.2017-01-10

2 Answers 2

0

If $\overrightarrow{a}=ki+lj$ is parallel to $\overrightarrow{b}=li+kj$ then, by definition, there is $\alpha$ such that

$$\overrightarrow{a}=\alpha\cdot \overrightarrow{b} \rightarrow ki+lj=(\alpha l)i+(\alpha k)j \rightarrow (k-\alpha l)i+(l-\alpha k)j=0$$

once we have a null vector then each coordinate is zero.

That give us:

$k=\alpha l \quad (1)$

$l=\alpha k\quad (2)$.

Putting $(2)$ in $(1)$ we get:

$$k=\alpha l=\alpha^2 k \rightarrow k(1-\alpha^2)=0$$

so $k=0$ or $\alpha = \pm 1$.

1) If $k=0$ then, from $(2)$, we get $l=0$ and then $l^2=k^2$

2) If $\alpha = \pm 1$ then, from $(2)$, we get $k=\pm l$ and square both sides and get $l^2=k^2$.

  • 0
    After comparing i am not understanding what you are doing. Can you explain?2017-01-10
  • 0
    of course, I will write in more details.2017-01-10
  • 0
    please take another look. Is that clear?2017-01-10
  • 0
    Can i find the value of aplha from equation 1 and put it in equation 2? Is it correct? Then i got the answer.2017-01-11
  • 0
    Yes, you can, but the value of $\alpha$ is already found. See $2)$.2017-01-11
0

Two vectors  $\vec v $ and $\vec u $ are parallel only if their cross product is zero.

Using this concept, we have $$\vec a \times \vec b =\vec 0$$ $$k^2 - l^2 =0 \Rightarrow l^2=k^2$$ and we are done!!


Handicap of cross product is not a problem. If two vectors are parallel, then one of them will be a multiple of the other. So divide each one by its magnitude to get a unit vector. If they're parallel, the two unit vectors will be the same.

We can see this is satisfied by $\vec a $ and $\vec b $, so they are parallel. Hope it helps.

  • 0
    Without using cross product.2017-01-10
  • 0
    I know using cross product. This is not what i am looking for.2017-01-10
  • 0
    @John Sr This is the simplest condition to show two vectors are parallel. Even Arnaldo has expanded my thoughts on the same lines. Hope I can understand your problem.2017-01-10