What is the Correct Cross Product for Finding a Normal Vector?

  • Thread starter Thread starter char808
  • Start date Start date
  • Tags Tags
    Plane
char808
Messages
27
Reaction score
0

Homework Statement



The whole problem is :
Find eqn of plane through (2, 0, 2) perpendicular to vectors <1, -1, 2> and <-1, 1, 0>


I am trying to figure out if I am making an error with cross products here...

Find the normal (perpendicular) vector of <1, -1, 2> and <-1, 1, 0>

Homework Equations



Cross products equation... <1, -1, 2> X <-1, 1, 0>


The Attempt at a Solution




Normal Vector: <-2, -3, 0>

So the plane equation would be
-2(x-2) -3(y-0)+0(z-2) =0
-2x-3y=4
 
Physics news on Phys.org
char808 said:

Homework Statement



The whole problem is :
Find eqn of plane through (2, 0, 2) perpendicular to vectors <1, -1, 2> and <-1, 1, 0>

I am trying to figure out if I am making an error with cross products here...

Find the normal (perpendicular) vector of <1, -1, 2> and <-1, 1, 0>

Homework Equations



Cross products equation... <1, -1, 2> X <-1, 1, 0>

The Attempt at a Solution



Normal Vector: <-2, -3, 0>

So the plane equation would be
-2(x-2) -3(y-0)+0(z-2) =0
-2x-3y=4
It's impossible for a plane to be perpendicular two two vectors which are not parallel to each other.

Do you mean that the normal to the plane is perpendicular to those two vectors?
 
I think I worded it incorrectly. Mostly I am interested in the cross products and if that particular cross product is correct. IE <1,-1,2> X <-1,1-0> = <-2, 3, 0>

ignore the rest of it...
 
char808 said:
I think I worded it incorrectly. Mostly I am interested in the cross products and if that particular cross product is correct. IE <1,-1,2> X <-1,1-0> = <-2, 3, 0>
ignore the rest of it...
No, it's not correct. You can check your work by dotting your result vector with each of the two vectors that make up the cross product. The result vector should be perpendicular to each of the other two, meaning that both dot products should be zero.

If you can't figure it out, show us your calculations.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top