Please help explaining equation of the plane from the book.

  • Context: Graduate 
  • Thread starter Thread starter yungman
  • Start date Start date
  • Tags Tags
    Book Plane
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
yungman
Messages
5,741
Reaction score
291
This is from "Field and Wave Electromagnetics" by Cheng. I don't understand how this work:

Let

[tex]\vec k \;=\; \hat x k_x + \hat y k_y + \hat z k_z \;\hbox { and }\; \vec R \;=\; \hat x x + \hat y y + \hat z z[/tex]

be position vectors.

Find the equation of the plane perpendicular to [tex]\vec k[/tex] and contain the tip of vector [tex]\vec k[/tex]

ie: plane contain point [itex]P(k_x, k_y, k_z)[/itex]




Let [itex]k^2 = k_x ^2 + k_y ^2 + k_z ^2[/itex].

The book said

[tex]\hat k \cdot \vec R = \hbox { constant }\;.[/tex] is the equation of the plane!

Using the book’s formula and call the constant as A:

[tex]\hat k \cdot \vec R \;=\; \frac { \hat x k_x + \hat y k_y + \hat z k_z }{ k} \cdot (\hat x x + \hat y y + \hat z z) = \frac { x k_x + y k_y + z k_z }{k} = A[/tex]

[tex]\Rightarrow \; x k_x + y k_y + z k_z \;=\; kA[/tex] (1) is equation of plane.






Normal way of finding equation of plane using point normal is

[tex]\vec k \cdot (\vec R - \vec k )=0[/tex]

[tex]\vec k \cdot (\vec R - \vec k ) \;=\; (\hat x k_x + \hat y k_y + \hat z k_z ) \cdot [(\hat x x + \hat y y + \hat z z)\;-\; (\hat x k_x + \hat y k_y + \hat z k_z )][/tex]

[tex]\Rightarrow\; x k_x + y k_y + z k_z = k^2[/tex] (2)




As you can see (1) is not the same as (2)

Can anyone explain to me?
 
Physics news on Phys.org
hi yungman! :smile:

the plane has to "contain the tip of vector k" …

ie R = k must work …

so the constant A in the equation k.R = A must be equal to k.k, ie k2

so (1) and (2) are the same, with A = k2 :wink:
 
Thanks Tiny-Tim.