Solve Coordinate Geometry Problem: Find Line Equation

  • Thread starter Thread starter Reshma
  • Start date Start date
  • Tags Tags
    Line
AI Thread Summary
To find the equation of a line in three dimensions, it is essential to use parametric equations rather than a single equation, which can mistakenly represent a plane. The line must pass through the point (3, 4, -1) and be parallel to the vector 2i - 3j + 6k. The correct parametric equations are x = 3 + 2t, y = 4 - 3t, and z = -1 + 6t, where t is a parameter. This approach clarifies the relationship between the line and the direction vector. Understanding these concepts is crucial for solving coordinate geometry problems effectively.
Reshma
Messages
749
Reaction score
6
I think my coordinate geometry skills have turned rather rusty. :frown:
Just help me out with this problem.

Find the symmetric and parametric equation of a line passing through (3, 4, -1) and parallel to 2i - 3j + 6k.

Here is my attempt at this:

Since the line passes through (3,4,-1) the equation would be given by:
(x - 3) + (y - 4) + (z +1) = 0

But, this looks like the equation of a plane :bugeye: . I am all confused now. How do I relate this line to the vector parallel to it?
 
Physics news on Phys.org
Yes, that's the equation of the plane through (3, 4, -1) and perpendicular to 2i- 3j+ 6k. You can't write a line in 3 dimensions in just one equation. Write it in parametric equations:
x= x0+ at, y= y0+ bt, z= z0+ ct where (x0, y0, z0) is a point on the line and ai+ bj+ ck is a vector in the direction of the line.
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top