How Do You Solve for m and n to Make mA + nB + C Parallel to the Y-Axis?

  • Thread starter Thread starter Greychu
  • Start date Start date
  • Tags Tags
    Stuck Vector
AI Thread Summary
To determine values of m and n that make the vector mA + nB + C parallel to the y-axis, the x and z components of the resulting vector must equal zero while the y component remains non-zero. The expression for mA + nB + C is derived as (5m - n + 8)ax + (3m + 4n + 2)ay + (2m + 6n)az. Setting the x and z components to zero leads to the equations 5m - n + 8 = 0 and 2m + 6n = 0. The discussion clarifies that the vector must align with the direction <0, 1, 0>, confirming that the y component can be non-zero. The user expresses gratitude for the clarity, indicating they can now solve the problem.
Greychu
Messages
14
Reaction score
0
If A = 5ax + 3ay + 2az
B = -ax + 4ay + 6az
C = 8ax + 2ay

Find the value of m and n such that mA + nB + C is parallel to y-axis.

My problem is I did not know how to determine the m and n value because I did not know what method can use to solve for mA + nB + C parallel to y axis. Does it means that the vector line of mA + nB + C must be a straight line parallel to y axis?

mA + nB + C
= (5m - n + 8)ax + (3m + 4n + 2)ay + (2m + 6n)az

To use dot product means that (mA + nB + C) dot (??) = 1
cross product means that (mA + nB + C) cross (??) = 0

I don't know the ?? is stand for what... can someone pls help me?
 
Physics news on Phys.org
mA + nB + C should be a vector that should have same direction as <0,1,0>.

What that means is that other than y component not equals zero, x and z components should be zero.
 
Thanks, now I am able to solve the question :D
 
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