Find a vector equation for the line

  • Thread starter Thread starter dagg3r
  • Start date Start date
  • Tags Tags
    Line Vector
AI Thread Summary
To find a vector equation for the line through points P1 (5, 2, -3) and P2 (2, -1, 7), the direction vector is calculated by subtracting the coordinates of P1 from P2, leading to the equation r = P1 + t(P2 - P1). For the distance between the plane x + y - 4z = -15 and a parallel plane through (0, 3, -4), the correct parallel plane equation must be identified, as using x + y - 4z = 15 is incorrect. The calculation of distances requires proper identification of the planes involved, and the formula used must reflect the correct plane equations. To find d²y/dx² for the curve defined by x = t^4 + 2t - 1 and y = e^-2t, the chain rule should be applied, differentiating y with respect to t and then x with respect to t.
dagg3r
Messages
66
Reaction score
0
1. Find a vector equation for the line that passes through the points
P1 (5,2, -3) and P2 (2, -1, 7 )

how would i do this?
just 5i+2j-3k - (2i -1J + 7k)
3i +3j -10k?
looks a bit simple most likely wrong

2.Find the distance between the plane with equation x + y -4z = -15
and the plane parallel to it, which passes through the point (0, 3 , -4)

what i did i used the equation of the plane x + y -4z = 15
and subed (x=0, y=3, z=-4) and i got d2=-1
now i used the formula
d1-d2 / sqrt(a^2 + b^2 + c^2)
15- -1 / sqrt(18)
= 16 / sqrt(18)
is this how you do it? it just seems like I am doing something wrong heh

3. On the curve x=t^4 + 2t - 1
y= e^-2t
find d^2y/dx^2 at the point where t=-1

how do i approach this? thanks
 
Physics news on Phys.org
dagg3r said:
1. Find a vector equation for the line that passes through the points
P1 (5,2, -3) and P2 (2, -1, 7 )
The vectorial equation of a line through a point P1 and with direction S can be given by \vec P = \vec P_1 + k\vec S. When you are given 2 points instead of a direction, the difference of the points gives the direction, so P2-P1 or P1-P2.
 
dagg3r said:
1. Find a vector equation for the line that passes through the points
P1 (5,2, -3) and P2 (2, -1, 7 )

how would i do this?
just 5i+2j-3k - (2i -1J + 7k)
3i +3j -10k?
looks a bit simple most likely wrong
Yeah it is a bit too simple- for one thing, it's not an equation! For another there is no variable, t say, to give different points- it's just a vector. The vector equation of a line should look like r= mt+ b where r, m, and b are vectors and t is the scalar parameter.
What you have calculated is the vector pointing from P2 to P1. Since it is showing "direction" think of it as the "slope", m, in the equation of a line. You only need to find b. Hint: what is r when t= 0?

2.Find the distance between the plane with equation x + y -4z = -15
and the plane parallel to it, which passes through the point (0, 3 , -4)

what i did i used the equation of the plane x + y -4z = 15
and subed (x=0, y=3, z=-4) and i got d2=-1
now i used the formula
d1-d2 / sqrt(a^2 + b^2 + c^2)
15- -1 / sqrt(18)
= 16 / sqrt(18)
is this how you do it? it just seems like I am doing something wrong heh
WHY did you use the equation x+ y- 4z= 15?? That clearly does not contain the point (0, 3, -4) because 0+ 3- 4(-4)= 3+16= 19, not 15! I have no idea how you got "d2= -1" because you didn't say what d2 meant!
You are correct that any plane parallel to x+ y- 4z= -15 must be of the form x+ y- 4z= something but that something is not 15.

3. On the curve x=t^4 + 2t - 1
y= e^-2t
find d^2y/dx^2 at the point where t=-1

how do i approach this? thanks
Chain rule: dy/dx= (dy/dt)/(dx/dt) and then d2y/dx2= (d(dy/dx)/dt)/(dx/dt).
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top