Finding the point where C interesects the xz-plane

  • Thread starter Thread starter mr_coffee
  • Start date Start date
  • Tags Tags
    Point
mr_coffee
Messages
1,613
Reaction score
1
Hello everyone, this problem has several steps and I'm studying for an exam, so i need to get all of them! The first part is:
Let C be the curve with equations x = 2-t^3; y = 2t-1; z = ln(t);
Find the point where C intersects xz-plane. So i said let y = 0; and i'd get
Po = (z-t^3,0,ln(t)), but i don't t hink this si right because isn't x, y, and z unit vectors? like <2-t^3,2t-1,ln(t)>?

So once i find this, I'm suppose to find the parametric equations of the tagnent line at (1,1,0); then find an equation fo the normaml plane to C at (1,1,0); I think if i can get the first part i can figure out the rest! thanks!
 
Physics news on Phys.org
Using the given parameterisation we have a curve with position vector

<br /> \mathbf{\rm{r}}(t) = (2 - t^3)\mathbf{\rm{i}} + (2t - 1)\mathbf{\rm{j}} + \ln(t)\mathbf{\rm{k}}<br />

Clue : If y = 0 then what value of t should you use to find the point of intersection?
 
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