Understanding the Red-Boxed Formula

  • Thread starter gsan
  • Start date
  • Tags
    Formula
In summary: In general, dl will be in some arbitrary direction.Have you worked with vector cross products before?Yes, I have worked with vector cross products before.
  • #1
gsan
22
0
Refer to the attachment below,

anyone can explain the formula highlighted by red box? how the | dl x R | become dl only?
 

Attachments

  • bsl.JPG
    bsl.JPG
    35.6 KB · Views: 1,238
Physics news on Phys.org
  • #2
Note that [tex]\hat{R}[/tex] is a unit vector that is perpendicular to [tex]\vec{d\ell}[/tex].
 
  • #3
Doc Al said:
Note that [tex]\hat{R}[/tex] is a unit vector that is perpendicular to [tex]\vec{d\ell}[/tex].

yes, I'm understand that dl is perpendicular to unit vector of R, but how the magnitude of them become dl only?
 
  • #4
gsan said:
yes, I'm understand that dl is perpendicular to unit vector of R, but how the magnitude of them become dl only?
The magnitude of any cross product is given by
[tex]\vec{A}\times\vec{B} = AB\sin\theta[/tex]

Applying this to your question, B is a unit vector and theta = 90, so
[tex]AB\sin\theta = A[/tex]

Make sense?
 
  • #5
Doc Al said:
The magnitude of any cross product is given by
[tex]\vec{A}\times\vec{B} = AB\sin\theta[/tex]

Applying this to your question, B is a unit vector and theta = 90, so
[tex]AB\sin\theta = A[/tex]

Make sense?

I not really understand about the 2nd formula, could explain more?
 
  • #6
gsan said:
I not really understand about the 2nd formula, could explain more?
What aspect do you not understand? A = dl; B = 1; theta = 90.

Have you worked with vector cross products before?
 
  • #7
Doc Al said:
What aspect do you not understand? A = dl; B = 1; theta = 90.

Have you worked with vector cross products before?

why the B=1 ?

yes, I know that
[tex]
\vec{A}\times\vec{B} = AB\sin\theta
[/tex]
 
Last edited by a moderator:
  • #8
gsan said:
why the B=1 ?
It represents the magnitude of the unit vector [tex]\hat{R}[/tex], which is 1.

Perhaps you are confusing [tex]\vec{R}[/tex], which has magnitude of R, with [tex]\hat{R}[/tex], which has magnitude of 1?
 
  • #9
Doc Al said:
It represents the magnitude of the unit vector [tex]\hat{R}[/tex], which is 1.

Perhaps you are confusing [tex]\vec{R}[/tex], which has magnitude of R, with [tex]\hat{R}[/tex], which has magnitude of 1?

how do u know the [tex]\hat{R}[/tex] has magnitude of 1 ?
 
  • #10
gsan said:
how do u know the [tex]\hat{R}[/tex] has magnitude of 1 ?
It's a unit vector! The purpose of a unit vector is to define a direction; unit vectors--by definition--have magnitude of 1.

The little "hat" symbol ^ on top of the vector tells you that it's a unit vector. Its direction is the direction of the vector R, but its magnitude is 1.
 
  • #11
ok, I understand why unit vector of R has magnitude of 1.

now my another question is, why we can cross product of a vector with a unit vector?
eg. vector of dl x unit vector of R
 
  • #12
gsan said:
now my another question is, why we can cross product of a vector with a unit vector?
Why not? A unit vector is a perfectly good vector, just like any other.
 
  • #13
let say vector of dl = hat{x} dl and vector of R = hat{x}3 + hat{y}2 + hat{z} 3

the cross product of vector of dl x vector of R should be

|hat{x} hat{y} hat{z}|
| dl 0 0 |
| 3 2 3 |

or

|hat{x} hat{y} hat{z}|
| 1 0 0 |
| 3 2 3 |
 
  • #14
True. But realize that here you need the cross product of vector dl and unit vector R hat, not vector R. The magnitude of R hat must equal 1.

Given your definition of vector R, what would be unit vector R hat? (Hint: Find the magnitude of vector R.)
 
  • #15
Doc Al said:
True. But realize that here you need the cross product of vector dl and unit vector R hat, not vector R. The magnitude of R hat must equal 1.

Given your definition of vector R, what would be unit vector R hat? (Hint: Find the magnitude of vector R.)

vector R = (unit vector R)(magnitude of R)

and now my question is

let say vector of dl = hat{x} dx and vector of R = hat{x}3 + hat{y}2 + hat{z} 3

the cross product of vector of dl and vector of R should be

|hat{x} hat{y} hat{z}|
| dx 0 0 |
| 3 2 3 |

or

|hat{x} hat{y} hat{z}|
| 1 0 0 |
| 3 2 3 |

which 1 should be correct? 1st or the 2nd?
 
Last edited:
  • #16
gsan said:
and now my question is

the cross product of vector of dl and vector of R should be

|hat{x} hat{y} hat{z}|
| dl 0 0 |
| 3 2 3 |

or

|hat{x} hat{y} hat{z}|
| 1 0 0 |
| 3 2 3 |

which 1 should be correct? 1st or the 2nd?
Assuming that the vector dl is purely in the x direction (for some reason), then version 1 is correct. Version 2 treats dl as a unit vector, which it is not.

In general, dl will be in some arbitrary direction.
 
  • #17
Doc Al said:
Assuming that the vector dl is purely in the x direction (for some reason), then version 1 is correct. Version 2 treats dl as a unit vector, which it is not.

In general, dl will be in some arbitrary direction.

sorry, my mistake, let say the cable carry current lies along the x-axis,

so vector of dl = hat{x} dx and vector of R = hat{x}3 + hat{y}2 + hat{z} 3

the cross product of vector of dl and vector of R

|hat{x} hat{y} hat{z}|
| 1 0 0 |
| 3 2 3 |

[ - hat{y}3 + hat{z}2 ]dx

is my working correct?
 
  • #18
Yes, but the vector hat{x} dx should have components dx, 0, 0, not 1, 0, 0.
 
  • #19
An infinite current filament carries a current of 3A and lies along the x-axis. Using Biot-Savart Law, find the magnectic field intensity in cartesian coordinates at a point P(-1,3,2).

dH = I (vet)dl x hat{R} / 4piR^2

let say substitude hat{R} with (vet)R / R

then dH = I (vet)dl x (vet)R / 4piR^3

R= hat{x} (-1-x) + hat{y} 3 + hat{z}2

is my working correct? and what should i do for the next step?
 
  • #20
Unless you are being asked to integrate to find the field at that point, you are doing this the hard way. What's the field from an infinitely long current-carrying wire?
 
  • #21
ya, I'm asked to integrate to find the field at that point
 

What is the "Red-Boxed Formula"?

The "Red-Boxed Formula" is a term used to refer to a specific mathematical equation or formula that is often highlighted or boxed in red in textbooks or other educational materials. It is typically a key equation that is important for understanding a particular concept or solving a problem.

Why is the "Red-Boxed Formula" important?

The "Red-Boxed Formula" is important because it represents a fundamental and essential concept within a particular field of study. It may serve as a building block for more complex equations or be used to solve real-world problems. Understanding this formula is crucial for grasping the larger concept it represents.

How can I better understand the "Red-Boxed Formula"?

To understand the "Red-Boxed Formula" better, it is helpful to break it down into smaller components and understand the purpose of each part. You can also try to apply the formula to different scenarios or practice solving problems using it. Seeking help from a teacher or tutor can also aid in understanding the formula.

Are there different versions of the "Red-Boxed Formula"?

Yes, there may be different versions of the "Red-Boxed Formula" depending on the context or application. Some formulas may have variations or different ways of representing the same concept. It is essential to pay attention to any variables or symbols used in the formula to understand its specific form.

Can I use the "Red-Boxed Formula" in real-life situations?

Yes, the "Red-Boxed Formula" can be applied to real-life situations, depending on the field of study it pertains to. For example, a physics formula may be used to calculate the velocity of an object in motion, while a financial formula may be used to determine interest rates. Understanding the formula and its application can be valuable in various situations.

Similar threads

  • Introductory Physics Homework Help
2
Replies
64
Views
2K
  • Introductory Physics Homework Help
Replies
8
Views
267
  • Introductory Physics Homework Help
Replies
1
Views
743
  • Introductory Physics Homework Help
Replies
2
Views
815
  • Introductory Physics Homework Help
Replies
6
Views
1K
  • Introductory Physics Homework Help
Replies
6
Views
1K
  • Introductory Physics Homework Help
Replies
8
Views
1K
  • Introductory Physics Homework Help
Replies
15
Views
2K
  • Introductory Physics Homework Help
Replies
2
Views
1K
  • Introductory Physics Homework Help
Replies
9
Views
386
Back
Top