Figure 2.73 Industrial pipe installations often feature pipes running in different directions. How can we find the distance between two skew pipes? Finding the distance from a point to a line or from a line to a plane seems like a pretty abstract procedure. But, if the lines represent pipes in a chemical plant or tubes in an oil refinery or roads at an intersection of highways, confirming that the distance between them meets specifications can be both important and awkward to measure. One way is to model the two pipes as lines, using the techniques in this Chapter, and then calculate the distance between them. The calculation involves forming vectors along the directions of the lines and using both the cross product and the dot product. The symmetric forms of two lines, L 1 and L 2 , are L 1 : x − x 1 a 1 = y − y 1 b 1 = z − z 1 c 1 L 2 : x − x 2 a 2 = y − y 2 b 2 = z − z 2 c 2 You are to develop a formula for the distance d between these two lines, in terms of the values a 1 , b 1 , c 1 ; b 2 , c 2 ; x 1 , y 1 , z 1 ; and x 2 , y 2 , z 2 . The distance between two lines is usually taken to mean the minimum distance, so this is the length of a line segment or the length of a vector that is perpendicular to both lines and intersects both lines. 5. The dot product of two vectors is the magnitude of the projection of one vector onto the other—that is, A ⋅ B = ‖ A ‖ ‖ B ‖ cos θ , where θ is the angle between the vectors. Using the dot product, find the projection of vector v 12 found in step 4 onto unit vector n found in step 3. This projection is perpendicular to both lines, and hence its length must be the perpendicular distance d between them. Note that the value of d may be negative, depending on your choice of vector v 12 at the order of the cross product, so use absolute value signs around the numerator.
Figure 2.73 Industrial pipe installations often feature pipes running in different directions. How can we find the distance between two skew pipes? Finding the distance from a point to a line or from a line to a plane seems like a pretty abstract procedure. But, if the lines represent pipes in a chemical plant or tubes in an oil refinery or roads at an intersection of highways, confirming that the distance between them meets specifications can be both important and awkward to measure. One way is to model the two pipes as lines, using the techniques in this Chapter, and then calculate the distance between them. The calculation involves forming vectors along the directions of the lines and using both the cross product and the dot product. The symmetric forms of two lines, L 1 and L 2 , are L 1 : x − x 1 a 1 = y − y 1 b 1 = z − z 1 c 1 L 2 : x − x 2 a 2 = y − y 2 b 2 = z − z 2 c 2 You are to develop a formula for the distance d between these two lines, in terms of the values a 1 , b 1 , c 1 ; b 2 , c 2 ; x 1 , y 1 , z 1 ; and x 2 , y 2 , z 2 . The distance between two lines is usually taken to mean the minimum distance, so this is the length of a line segment or the length of a vector that is perpendicular to both lines and intersects both lines. 5. The dot product of two vectors is the magnitude of the projection of one vector onto the other—that is, A ⋅ B = ‖ A ‖ ‖ B ‖ cos θ , where θ is the angle between the vectors. Using the dot product, find the projection of vector v 12 found in step 4 onto unit vector n found in step 3. This projection is perpendicular to both lines, and hence its length must be the perpendicular distance d between them. Note that the value of d may be negative, depending on your choice of vector v 12 at the order of the cross product, so use absolute value signs around the numerator.
Figure 2.73 Industrial pipe installations often feature pipes running in different directions. How can we find the distance between two skew pipes?
Finding the distance from a point to a line or from a line to a plane seems like a pretty abstract procedure. But, if the lines represent pipes in a chemical plant or tubes in an oil refinery or roads at an intersection of highways, confirming that the distance between them meets specifications can be both important and awkward to measure. One way is to model the two pipes as lines, using the techniques in this Chapter, and then calculate the distance between them. The calculation involves forming vectors along the directions of the lines and using both the cross product and the dot
product.
The symmetric forms of two lines,
L
1
and
L
2
,
are
L
1
:
x
−
x
1
a
1
=
y
−
y
1
b
1
=
z
−
z
1
c
1
L
2
:
x
−
x
2
a
2
=
y
−
y
2
b
2
=
z
−
z
2
c
2
You are to develop a formula for the distance
d
between these two lines, in terms of the values
a
1
,
b
1
,
c
1
;
b
2
,
c
2
;
x
1
,
y
1
,
z
1
;
and
x
2
,
y
2
,
z
2
.
The distance between two lines is usually taken to mean the
minimum distance, so this is the length of a line segment or the length of a vector that is perpendicular to both lines and intersects both lines.
5. The dot product of two vectors is the magnitude of the projection of one vector onto the other—that is,
A
⋅
B
=
‖
A
‖
‖
B
‖
cos
θ
,
where
θ
is the angle between the vectors. Using the dot product, find the projection of vector
v
12
found in step
4
onto unit vector
n
found in step
3.
This projection is perpendicular to both lines, and hence its length must be the perpendicular distance
d
between them. Note that the value of
d
may be negative, depending on your choice of vector
v
12
at the order of the cross product, so use absolute value signs around the numerator.
Quantities that have magnitude and direction but not position. Some examples of vectors are velocity, displacement, acceleration, and force. They are sometimes called Euclidean or spatial vectors.
Examine the Variables: Carefully review and note the names of all variables in the dataset. Examples of these variables include:
Mileage (mpg)
Number of Cylinders (cyl)
Displacement (disp)
Horsepower (hp)
Research: Google to understand these variables.
Statistical Analysis: Select mpg variable, and perform the following statistical tests. Once you are done with these tests using mpg variable, repeat the same with hp
Mean
Median
First Quartile (Q1)
Second Quartile (Q2)
Third Quartile (Q3)
Fourth Quartile (Q4)
10th Percentile
70th Percentile
Skewness
Kurtosis
Document Your Results:
In RStudio: Before running each statistical test, provide a heading in the format shown at the bottom. “# Mean of mileage – Your name’s command”
In Microsoft Word: Once you've completed all tests, take a screenshot of your results in RStudio and paste it into a Microsoft Word document. Make sure that snapshots are very clear. You will need multiple snapshots. Also transfer these results to the…
Vector u has a magnitude of 23 and vector v has a magnitude of 83. The angle between the two vectors is 126 degrees.a) Draw a fully-labelled vector diagram showing the two vectors and the resultant vector when they are added together.b) Find the magnitude of the resultant vector.c) Find the direction of the resultant vector relative to vector u.
Solding by finding the x and y of the vectors and adding
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, subject and related others by exploring similar questions and additional content below.