Wrong answer using correct logic

  • Thread starter Thread starter Nikitin
  • Start date Start date
  • Tags Tags
    Logic
Nikitin
Messages
734
Reaction score
27

Homework Statement

A plane has the equation aX + bY + cZ + d = 0. A line L goes from (0,0,0) and crosses the plane at some point. L and plane are orthogonal. express the coordinates of the crossing point P by: a, b, c and d.

Homework Equations


|d|/sqrt(a^2 + b^2 + c^2) is the distance between point P and origo.
[a,b,c] is the directional vector for the line and a normal vector on the plane.

The Attempt at a Solution



So, if I divide [a,b,c] by the length of the directional vector, sqrt(a^2 + b^2 + c^2) and then multiply it by the length of the OP vector, |d|/sqrt(a^2 + b^2 + c^2), I get:

a|d|/(a^2 + b^2 + c^2), b|d|/(a^2 + b^2 + c^2), c|d|/(a^2 + b^2 + c^2)=P.

This is the crossing point of the line and the plane (or a point completely opposite to the plane).

The answer is supposed to be (-ad/(a2 + b2 + c^2),-bd/(a2 + b2 + c2),-cd/(a2 + b2 + c2))=P

I know that my answer is completely wrong, because |d| will remain always positive, while [a,b,c] could be negative or positive, with no consequence to |d|.

Can somebody tell me how I can get to the correct answer?
 
Physics news on Phys.org
Hi, Nikitin,

Your logic is not that correct:smile:. You made a vector of direction the same as the normal of the plane and length equal to the distance between the origin and the plane. This is OK, but is this vector a point of the plane? Try. Substitute the coordinates you got into the equation of the plane. You get |d|+d =0, is it correct?

Write the parametric equation of the line: It is (at, bt, ct). Substitute for x,y,z in the equation of the plane. You get an equation for t. Solve and get the coordinates of he crossing point using the value of t.

ehild
 
yes, I got help previously and was told that one could do it your way.

Tho I understand the fault in my reasoning.. the normal-vector must be pointing towards the plane.

thanks
 
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