Help do this simple simple question

  • Thread starter Thread starter rock.freak667
  • Start date Start date
AI Thread Summary
To find the perpendicular distance from the point (1,3,2) to the line defined by the equation (x-2)/3 = (y-8)/4 = (z+1)/-1, one approach is to minimize the distance function (x-1)² + (y-3)² + (z-2)² under the constraints of the line. This involves understanding the line's direction vector, which is (3, 4, -1), and the point it passes through, (2, 8, -1). By considering the vector from the line's point to the given point, one can decompose it into components parallel and perpendicular to the line's direction vector. Using dot products can help in determining the length of the perpendicular component, which represents the minimum distance. Overall, multiple methods exist for solving this type of problem, and the choice depends on the learner's familiarity with the concepts involved.
rock.freak667
Homework Helper
Messages
6,221
Reaction score
31

Homework Statement


Find the perpendicular distance from the point with coordinates (1,3,2) to the line whose equation is \frac{x-2}{3}=\frac{y-8}{4}=\frac{z+1}{-1}


Homework Equations


??


The Attempt at a Solution



Well can someone just tell me the basic outline of this question? From what i can gather to find the distance is to find the distance from the plane given to that point right?
 
Physics news on Phys.org
At a perpendicular angle. I think that means "the minimum distance."
 
it's not a plane, it's a line. How are you being taught to do these? EnumaElish is suggesting you minimize the function (x-1)^2+(y-3)^2+(z-2)^2 subject to the constraints of the line (which will let you eliminate all but one variable). You could also do it in a vector style by considering the line as a point plus direction vector. Which sounds more familiar?
 
There are many different ways to do a problem like this. There are, in fact, formulas exactly for a situation like this where you can just plug the numbers into the formula. The problem with not showing any work at all is that we have no idea which would be appropriate for you. Surely you have not been given a problem like this with no instruction at all. What do you know and what do you have to work with for problems like this.
 
Well the only vector things I have learned about an equation like that is
if \frac{x-2}{3}=\frac{y-8}{4}=\frac{z+1}{-1}

then the plane passes through the point (2,8,-1) and direction is\begin{array}{c}<br /> 3 \\<br /> 4 \\<br /> { - 1} \\<br /> \end{array}
 
Then consider the vector from (2,8,-1) to (1,3,2). You want to split that up into components that are parallel and perpendicular to the direction vector of the line. Remember dot products? Then find the length of the perpendicular component.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top