Basic Electromagnetics Help: Vector Points & Triangle Medians Explained

  • Thread starter Thread starter xairylle
  • Start date Start date
AI Thread Summary
The discussion focuses on basic electromagnetics, specifically converting points into vectors and calculating triangle medians. A user seeks help with expressing points A(2,1,-5) and A(1,4,6), B(5,-3,0) as vectors, and finding the lengths of medians for triangle ABC with vertices A(2,1,3), B(3,-1,-2), and C(0,2,-1). The solution involves using the origin as a reference for position vectors and calculating vector lengths using the square root of the sum of squared coordinates. The responses clarify how to derive position vectors and compute lengths, emphasizing the importance of understanding vector representation in three-dimensional space. This foundational knowledge is crucial for tackling similar problems in electromagnetics.
xairylle
Messages
2
Reaction score
0
Hi, I'm Xairylle and I need a little help with this. I think it's kind of basic electromagnetics stuff but I don't know how this goes given that all I've got is a problem nothing else. I can't seem to get any of it and... it's not homework.

1. Express each of the given points into its equivalent vector
a) A(2,1,-5)
b) A(1,4,6) B(5,-3,0)

2. Find the lengths of the medians of the given triangles ABC
a) A(2,1,3) B(3,-1,-2) C(0,2,-1)

I need solutions and answers since I really can't understand. Please help if it's not too much trouble. Thank you.
 
Physics news on Phys.org
while this may not be homework, it is the sort of question which is very common in homework.
 
Each number in the bracket of three numbers is just representing a different dimension. E.g. (l, w, h)
 
If by "equivalent vector" you mean what I would call "position vector" it is the vector pointing from the origin, (0, 0, 0), to the given point, (x, y, z) and is written as xi+ yj+ zk.
 
First of all, you must know 2 points (usually given) in order to create the specific vector. If so, the vector's coordinates are given by the coordinates of the second point minus the coordinates of the first.
For example, find the coordinates of the vector AB where A(1,-2,4) and B(2,2,-1).
It's obvious that AB(2-1,2+2,-1-4) ---> AB(1,4,-5)

In your first exercise, the position vector is asked. The position vector can be created by only knowing one point. The other point is always the origin point O(0,0,0).
Here are your answers:
1)
a) OA(2-0,1-0,-5-0) ----> OA(2,1,-5)
b)AB(5-1,-3-4,0-6) ---->AB(4,-7,-6)

In your second exercise, the length of a vector is asked.
For example, if AB(2,-3,-1) you can find the length by:

squareroot[2^2 + (-3)^2 + (-1)^2]=squareroot(4 + 9 +1)= =squareroot(14)

Good luck https://www.physicsforums.com/images/smilies/smile.gif
:smile:
 
Last edited by a moderator:
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top