Help me with cross product question

In summary, you attempted to solve for a, b, x and y but were having difficulty. You were able to solve for a and b using equations 1 and 2, and x and y using equations 3 and 4. This gave you a relationship of three variables to the other one.
  • #1
stunner5000pt
1,461
2
Find two vectors which are perpendicular, and one of them is twice the magnitude of the other. Also their sum should be (6,8).

First of all let the coords be (x,y) and (a,b)

then the magnitude of one of them is twice the other i .e . [tex] 2 \sqrt{x^2+y^2} = \sqrt{a^2+b^2} [/tex]
also their dot product is zero

[tex] (x,y) \cdot (a,b) = 0 -> xa + yb = 0 [/tex]

also the cross product is just the magnitudes of the vectors multiplied

[tex] (x,y) \times (a,b) = 2 (x^2 + y^2) [/tex]

But somehow i cannot get the fact that they add up to 6,8 to work into this framework i have setup

Is it simpler than i think it is??

Please help! Thank you in advance!
 
Physics news on Phys.org
  • #2
Well, first off, you haven't written equations describing all of the conditions of the problem...
 
  • #3
ok then one more equation i missed is [tex] (x,y) + (a,b) = (6,8) [/tex]
 
  • #4
The vectors are perpendicular: xa+yb=0
The magnitude of one of the vectors is twice the magnitude of the other: 4(x²+y²)=a²+b²
The sum is (6,8): x+a=6; y+b=8

I don't know what you're doing with that cross product. The cross product of two vectors is perpendicular to both vectors.
 
  • #5
Fredrik said:
The vectors are perpendicular: xa+yb=0
The magnitude of one of the vectors is twice the magnitude of the other: 4(x²+y²)=a²+b²
The sum is (6,8): x+a=6; y+b=8

I don't know what you're doing with that cross product. The cross product of two vectors is perpendicular to both vectors.

ok what am i supposed to do after writing the equations down (sorry i don't mean to be sarcastic, but I'm not getting a reasonable reply here!)
 
  • #6
What you ultimately want is from the four unknowns, a relationship of three to the other one. For example, a = 3x, b = 4x, y = 5x. It's not quite that simple in this case but that is about the best scenario you could get. I'll try and type out what I found. OK here is goes:

1. The sum of the vectors must be (6,8)
(a,b)+(x,y) = (6,8)
a+x = 6
b+y = 8
a+x+b+y=14


2. The two vectors must be perpendicular
[tex](a,b) \cdot (x, y) = 0[/tex]
[tex] ax + by = 0[/tex]

3. The magnitude of one is twice the magnitude of the other
[tex]\sqrt{x^2+y^2} = 2 \sqrt{a^2+b^2}[/tex]
 
Last edited by a moderator:
  • #7
Hrm I wasn't that keen on what I said above so here's a little shove in the direction I would go to attack the problem. Use equations 1, 2 and 3 and solve for x:

1. x = 14-a-b-y
2. [tex]x=\frac {-by}{a}[/tex]
3. [tex]x = \sqrt{4(a^2+b^2)-y^2}[/tex]

Set equation 1 = equation 2 and solve for another variable. Set equation 2 equal to equation 3 and solve for that same variable. You will now have two equations with two unknowns relating to another variable. Set those two equal and solve for another variable. Simple substitution back into your many derived equations will give you a relationship of three variables to the other one.
 
Last edited by a moderator:
  • #8
stunner5000pt said:
ok what am i supposed to do after writing the equations down (sorry i don't mean to be sarcastic, but I'm not getting a reasonable reply here!)
You did get a reasonable reply. You seemed to be having problems finding the right equations (and you were saying some strange things about cross products), so I tried to help you with that. I thought that was what you needed to get started. I will not solve this problem completely for you, because that's not what we do here, but I will tell you a few more things.

There are four unknowns, but there are also four equations, so it should be possible to solve the system completely for a, b, x and y. (If there had been only three equations we would have had to settle for a way to express three of the unknowns as functions of the fourth). It can be difficult to figure out how to solve a non-linear system of equations such as this one, but if you play around with the equations for a while, you may find a trick that simplifies things. One such trick is use all of the equations to express (x+a)²+(x+b)² in two different ways. The result is an equation that will tell you the norms of the vectors.

When you have the norms, you can proceed e.g. like this: 0=xa+yb=a(6-a)+b(8-b)=... If you use the result about what a²+b² is, this equation simplifes to a relationship between a and b that tells you the "direction" of the vector (a,b). A similar calculation that starts with the same equation will tell you the "direction" of (x,y).
 

1. What is a cross product?

A cross product, also known as a vector product, is a mathematical operation that takes two vectors as inputs and produces a third vector as the output. It is used to determine the direction and magnitude of a vector that is perpendicular to both of the input vectors.

2. How do you calculate a cross product?

To calculate the cross product of two vectors, you can use the following formula:
a x b = (aybz - azby)i + (azbx - axbz)j + (axby - aybx)k
where a and b are the two input vectors, and i, j, and k are unit vectors in the x, y, and z directions, respectively.

3. What are the properties of a cross product?

There are several properties of a cross product, including the following:
- The cross product of two parallel vectors is zero.
- The cross product is anti-commutative, meaning a x b = - (b x a).
- The magnitude of the cross product is equal to the product of the magnitudes of the two input vectors multiplied by the sine of the angle between them.
- The cross product is perpendicular to both of the input vectors.

4. What are some real-life applications of cross products?

Cross products have many applications in physics and engineering, including:
- Determining the torque on an object in rotational motion.
- Calculating the magnetic force on a moving charged particle in a magnetic field.
- Finding the moment of a force about a point.
- Generating 3D computer graphics in video games and animated films.

5. What is the difference between a dot product and a cross product?

The main difference between a dot product and a cross product is the type of output they produce. The dot product results in a scalar (a single value), while the cross product results in a vector. Additionally, the dot product is commutative, while the cross product is anti-commutative. The dot product also measures the similarity between two vectors, while the cross product measures the perpendicularity between two vectors.

Similar threads

  • Introductory Physics Homework Help
Replies
8
Views
1K
  • Linear and Abstract Algebra
Replies
33
Views
821
Replies
7
Views
2K
  • Introductory Physics Homework Help
Replies
4
Views
2K
Replies
10
Views
721
  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Introductory Physics Homework Help
Replies
1
Views
946
  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Introductory Physics Homework Help
Replies
11
Views
226
Back
Top