Query6

#$&*

course Mth 277

11pm 11/6/2011

If your solution to stated problem does not match the given solution, you should self-critique per instructions at

http://vhcc2.vhcc.edu/dsmith/geninfo/labrynth_created_fall_05/levl1_22/levl2_81/file3_259.htm

.

Your solution, attempt at solution. If you are unable to attempt a solution, give a phrase-by-phrase interpretation of the problem along with a statement

of what you do or do not understand about it. This response should be given, based on the work you did in completing the assignment, before you look at the given

solution.

At the end of this document, after the qa problems (which provide you with questions and solutions), there is a series of Questions, Problems and Exercises.

query_09_6

*********************************************

Question: Write the equation of the plane 3(x-2) - 2(y-1) - 3(z-5) = 0 in standard form.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

3(x-2) - 2(y-1) - 3(z-5) = 0

3x -6 - 2y +2 -3z +15 = 0

3x - 2y - 3z = -11

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

The standard form A x + B y + C z + D = 0 is easily found by applying the distributive law:

We get

3 x - 6 - 2 y + 2 - 3 z + 15 = 0

which we simplify to get

3 x - 2 y - 3 z + 11 = 0.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

I had:

3 x - 2 y - 3 z = - 11

but since sandard form is A x + B y + C z + D = 0 then the answer is:

3 x - 2 y - 3 z + 11 = 0.

------------------------------------------------

Self-critique rating: 3

*********************************************

Question: Find the equation of the plane containing the point P(-1,3,2) and having normal vector N = 3j - 1k.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

3(y - 3) - (z - 2) = 0

3y - 9 - z + 2 = 0

3y - z - 7 = 0

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

(x, y, z) lies on the plane if and only if the vector (x + 1) `i + (y - 3) `j + (z - 2) `k, from P to (x, y, z), is perpendicular to N.

This condition is

((x + 1) `i + (y - 3) `j + (z - 2) `k ) dot (3 `j - `k) = 0

giving us

3 ( y - 3 ) - (z - 2) = 0,

which simplifies to

3 y - z - 7 = 0.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary): OK

------------------------------------------------

Self-critique rating:

*********************************************

Question: Find two unit vectors perpendicular to the plane x + 3y - 4z = 2.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

N = <1,3,-4>

||N|| = sqrt(1 + 9 + 16) = 5

`u = < 1/5 , 3/5 , -4/5>

also, <-1/5, -3/5, 4/5>

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

A vector perpendicular to the plane is `i + 3 `j - 4 `k.

A unit vector in this direction is `i sqrt(26) / 26 + 3 j sqrt(26) / 26 - 4 k sqrt(26) / 26 = `i sqrt(26) / 26 + 3 j sqrt(26) / 26 - 2 k sqrt(26) / 13.

Another vector perpendicular to the plane is the negative of the preceding.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

I did my arithmetic wrong. ||N|| = sqrt(26) not 25

------------------------------------------------

Self-critique rating: 3

*********************************************

Question: Find the distance between the point (-1,2,1) and the plane which contains the point (3,3,-2) and is normal to the vector N = -2i + j + 3k.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

P = (-1,2,1)

Q = (3,3,-2)

PQ = <4, 1, -3>

N = <-2, 1, 3>

proj_PQ onto N = PQ dot N / || N ||

= (-8 + 1 - 9) / sqrt(4 + 1 + 9)

= -16 / sqrt(14)

= -4.28

The distance between the point and the plane is the projection of PQ onto the Normal vector, which is 4.28 units

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

A vector from the first point to the second is

`u = (3 - (-1) ) `i + (3 - 2) `j + (-2 - 1) `k = 4 `i + `j - 3 `k.

The component of this vector perpendicular to the plane is found by projecting `u onto the normal vector. The magnitude of the projection is ( `u dot `N / || `N || ) = -16 / sqrt(14), which can easily be simplified and approximated. This is the distance between the first point and the plane.

Note on vector projection:

We don't need it here, but the vector projection of `u onto `N is

( `u dot `N / || `N || ) * `N / || `N ||

= (-16 / sqrt(2^2 + 1^2 + 3^2) ) * (-2i + j + 3k) / sqrt(2^2 + 1^2 + 3^2)

= -16 / 14 * (-2i + j + 3k).

The magnitude of this vector is the requested distance.

Note that ( `u dot `N / || `N || ) is the magnitude of the projection of `u onto `N. This is multiplied by the unit vector `N / || `N || to get a vector of the appropriate magnitude in the direction of `N.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary): OK

------------------------------------------------

Self-critique rating:

*********************************************

Question: Find the distance between the lines (x+1)/(-2) = (y+2) / (-2) = (z+1)/(-1) and (x-4)/5 = (y+1)/2 = (z-1)/3

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

P (-1,-2,-1)

Q ( 4, -1, 1)

PQ = <5, 1, 2>

`u = < -2, -2, -1 >

`v = <5, 2, 3>

N = `u X `v = <-4, 1, 6>

proj_N onto PQ

= <5, 1, 2> dot <-4, 1, 6> / sqrt(16 + 1 + 36)

= -7/ sqrt(53)

= -.96 = approximately 1 units

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

The lines are in the directions of the respective vectors `u = -2 `i - 2 `j - `k and `v = 5 `i + 2 `j + 3 `k.

The distance between the lines is measured perpendicular to both lines, in the direction of `u X `v = -4 `i + `j + 6 `k.

Any vector from a point of one line to a point of the other will project onto this vector in such a way that the magnitude of the projection is equal to the distance between the lines.

The point (-1, -2, -1) is on the first line, and the point (4, -1, 1) is on the second. A vector from the first to the second is therefore

`w = 5 `i - `j - 2 `k

The magnitude of the projection of this vector onto `u X `v is

`w dot (`u X `v) / || `u X `v || = (5 * -4 + -1 * 1 + (-2) * 6 ) / sqrt(4^2 + 1^2 + 6^2) = -33 / sqrt(53), which can be put into standard form and approximted (approximate value is between 4 and 5, so the lines are between 4 and 5 units apart).

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

`w is wrong. it should be <5, 1, 2>

In the given solution from one point to the second point, the vector is <4 - (-1), -1 - (-2), 1 - (-1)> = < 5, 1, 2>

------------------------------------------------

Self-critique rating:3

*********************************************

Question: Find the equation of the sphere with center C(-2,7,1) and tangent the the plane x + 4y - 2z = 10.

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

Your solution:

x^2 + y^2 + z^2 = r^2

C(-2,7,1)

x + 4y - 2z = 10

(0) + 4(0) - 2(-5) = 10

D(0,0,-5)

CD = <-2, -7, -6>

(x + 2)^2 + (y - 7)^2 + (z - 1)^2 = r^2

N = <1, 4, -2>

proj_N onto CD = N dot CD / ||N||

= <1, 4, -2> dot <-2, -7, -6> / sqrt(1 + 16 + 4)

= 18 / sqrt(21)

r = 3.93 units

(x + 2)^2 + (y - 7)^2 + (z - 1)^2 = 15.4

confidence rating #$&*:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.............................................

Given Solution:

The sphere has equation (x - (-2)) ^ 2 + (y - 7) ^2 + (z - 1)^2 = r^2, where r is its presently unknown radius.

The sphere is tangent to the plane, which by the geometry of circles and spheres implies that a vector from the center of the sphere to the point of tangency is perpendicular to the plane. It follows that the magnitude of that vector is equal to the distance from the point to the plane.

So to find r we need only find the distance from (-2, 7, 1) to the plane x + 4 y - 2 z = 10.

We do this by finding some point, any point, on the plane, and projecting the vector from (-2, 7, 1) to that point onto the vector `i + 4 `j - 2 `k which is normal to the plane.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Self-critique (if necessary):

I originally projected N onto CD, but I was suppose to do the other way around. It is hard to visualize what I'm suppose to project. I understand that the projection of a vector onto another vector is the component of that first vector. I now understand the reasoning behind the given solution. If you have a sphere that is tangent to a plane, the closest vector would be the normal vector and in order to find the magnitude of that vector, you can pick any point on the plane (which has a larger magnitude than the normal vector) and find the projection, or the shadow of that vector onto the normal vector. So the equation is proj_CD onto N. I just need to visualize it better next time.

------------------------------------------------

Self-critique rating: 3

@& Good.*@

"

Self-critique (if necessary):

------------------------------------------------

Self-critique rating:

&#Your work looks good. See my notes. Let me know if you have any questions. &#