Solving Curve C Tangent P: (-3,-2,2)

  • Thread starter Thread starter tifa8
  • Start date Start date
  • Tags Tags
    Curve Tangent
tifa8
Messages
14
Reaction score
0
Hello, I need help for this problem

Homework Statement


There exist a curve C such that its parametric equation is (x,y,z)=(3−3t,1−t^{2},t+2t^{3}). There is a unique point P on the curve with the property that the tangent line at P passes through the point (−3,−2,2). Find the coordinates of P.

Homework Equations



(C) : (x,y,z)=(3−3t,1−t^{2},t+2t^{3})

The Attempt at a Solution



Attempt to solve it
(x',y'z')= (-3,-2t,1+6t^{2} )
since the above is the direction vector of the tangent T then I tried to express the parametric equation of the tangent in function of t which has given me
x=-3s-3
y=-2ts-2
z=(1+6t^{2})s+2

after that I tried to solve xp=x by replacing x in the line equation by the curve equation but I can't solve that ! I really don't know how to approach this exercise ...

Thank you for your help
 
Physics news on Phys.org
tifa8 said:
Hello, I need help for this problem

Homework Statement


There exist a curve C such that its parametric equation is (x,y,z)=(3−3t,1−t^{2},t+2t^{3}). There is a unique point P on the curve with the property that the tangent line at P passes through the point (−3,−2,2). Find the coordinates of P.

Homework Equations



(C) : (x,y,z)=(3−3t,1−t^{2},t+2t^{3})

The Attempt at a Solution



Attempt to solve it
(x',y'z')= (-3,-2t,1+6t^{2} )
since the above is the direction vector of the tangent T then I tried to express the parametric equation of the tangent in function of t which has given me
x=-3s-3
y=-2ts-2
z=(1+6t^{2})s+2

after that I tried to solve xp=x by replacing x in the line equation by the curve equation but I can't solve that ! I really don't know how to approach this exercise ...

Thank you for your help

Hey there tifa and welcome to the forums.

Have you ever studied or covered linear interpolation? Or have you covered the equation of a line in n dimensions (or just 3)?
 
thank you !

No I didn't cover yet linear interpolation but I think we will see it next week. And no didn't see equations of lines in more than 3 dimensions. What I'm covering now is curves and motion in curves.
 
What you know is that the difference (3−3t,1-t^2,t+2t^3)-(−3,−2,2) is parallel to your derivative direction (-3,-2t,1+6t^2). Two vectors A and B are parallel if A=k*B for some k. Can you write down an equation expressing that and solve for t?
 
thank you ! I found t=3 which was correct :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top