How to find the resultant of 3d vector?

Click For Summary
SUMMARY

The resultant of a 3D vector represented as ai + bj + ck is calculated using the formula |A| = √(a² + b² + c²). This magnitude can be derived using the Pythagorean theorem by visualizing the vector in a three-dimensional space. The process involves forming a right triangle in the XYZ plane, where the hypotenuse represents the vector's magnitude. The correct terminology distinguishes between "resultant" and "magnitude," with the latter being the appropriate term for the length of the vector.

PREREQUISITES
  • Understanding of vector notation and components (ai + bj + ck)
  • Familiarity with the Pythagorean theorem
  • Basic knowledge of three-dimensional geometry
  • Concept of vector magnitude and direction
NEXT STEPS
  • Study vector operations in 3D space using tools like MATLAB or Python's NumPy library
  • Explore the concept of vector projections and their applications
  • Learn about vector calculus, specifically gradient and divergence
  • Investigate the applications of vectors in physics, such as force and velocity
USEFUL FOR

Students, educators, and professionals in mathematics, physics, and engineering who require a solid understanding of vector analysis in three-dimensional space.

asanka000
Messages
8
Reaction score
0
i have a vector ai+bj+ck

is the resultant equal to sqrt(a^2+b^2+c^2). if so how do i explain it mathematically?

i know the resultant of a 2d vector is equal to sqrt(a^2+b^2) and it can be proved from pythagoras theorem? any ideas??
 
Physics news on Phys.org
That is not resultant that is intensity. Yes if you have vector [tex]\vec{A}[/tex] then

[tex]|\vec{A}|=\sqrt{\vec{A}\cdot\vec{A}}[/tex]
 
first of all, when u say u have a vector ai+bj, sqrt(a^2+b^2) gives u the magnitude of the vector, u shouldn't call it "resultant" as such,
as far as a 3d vector is concerned u can find its magnitude using Pythagoras theorem only..

Imagine the vector (a line with the arrow mark) ai+bj+ck, in a xyz space. Then imagine u have drawn a plane consisting the vector and perpendicular to the xy plane, then u can think of a rt triangle OAB being formed with co-ordinates, O(0,0,0); A(a,b,0); and B(a,b,c). The height of the rt triangle is 'b', and its base length is nothing but sqrt(a^2+b^2),[by distance formula]. therefore the length of the hypotenuse of the triangle OAB is sqrt(a^2+b^2+^c).

this is the magnitude of ur vector ai+bj+ck!

i hope u got it!
 

Similar threads

Replies
19
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
16
Views
3K
Replies
2
Views
2K
Replies
14
Views
2K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 8 ·
Replies
8
Views
1K