Vectors – How to determine a vector given angle and magnitude?

vectors

Question: Determine the vector $d$ that is perpendicular to $c = 4i-3j$ and has a magnitude of $10$.

My workings:
Using the dot product:

First, I said vector $d = xi +yj.$

Since $c$ and $d$ are perpendicular to each other, the angle between them is $90^o$; cos($90^o)=0$ and therefore $d\cdot c= 0.$

$d\cdot c$ is also = $(4 \times x)$ + $(-3 \times y)= 4x-3y.$

Then $|d|= 10$; $|d|$ is also equal to $\sqrt{x^2 +y^2}. $

I then tried solving for $x$ and $y$ using simultaneous equations and it does not work (please explain); also please show workings. Textbook answer: $\pm (6i+8j)$.

Best Answer

You were on the right track.

To solve $4x-3y=0$ and $x^2+y^2=10^2:$

from the first equation $x=\frac 3 4 y$;

plug that expression for $x$ into the second equation and solve for $y$.