What are the parametric equations for the tangent to a curve at a given point?

  • Thread starter flyingpig
  • Start date
In summary: When you say "A real parametric equation" and then write x=0, y=2, z=3+2r, you haven't answered the question of what the tangent line is. The tangent line is defined by a point (x(t), y(t), z(t)) and a direction vector (x'(t0), y'(t0), z'(t0)), and you didn't tell us what they are. You've given us a point, but not a direction vector. This is why I suggested you start over.
  • #1
flyingpig
2,579
1

Homework Statement



Find the parametric equations of the tangent to the curve defined

[tex]r = <0, 2 + t^2, 3 + 2t - t^3>[/tex] at the point [tex](0,2,3)[/tex]

The Attempt at a Solution



a) [tex]r'(0) = <0, 0, 2>[/tex]

[tex]r = <0, 2 + t^2, 3 + 2t - t^3>[/tex]

[tex]r' = <0, 2 + 2t, 2 - 3t^2>[/tex]

[tex]t = 0[/tex]

[tex]r'(0) = <0,0,2>[/tex]
b) q(u) = <0,2,0>

r = <0, 2 + t^2, 3 + 2t - t^3>

y = 2 + t^2 = 2

z = 3 + 2t - t^3 = 3

t = 0

Let y = f(z)

y' = \frac{2t}{2 - 3t^2}

y'(0) = 0

y - 2 = 0(z - 3) = 2[/tex]

Hence it is y = 2 or q(s) = <0,2,0>

c) [tex]p(r) = <0,2,3> + r<0,2,0>[/tex]

[tex]r'(0) = <0, 0, 2>[/tex]

r = <0, 2 + t^2, 3 + 2t - t^3>

r' = <0, 2 + 2t, 2 - 3t^2>

t = 0

r'(0) = <0,0,2>

p(r) = <0,2,3> + r<0,2,0>
I think a) is wrong because it is a point, not a point.

I can't decide between b) and c) because they both look correct with their reasoning. I lean towards c) though
 
Physics news on Phys.org
  • #2
Was there a reason for putting your work into "spoilers"? It makes it very hard to read.

Do you know what "parametric equations" means?

There is an arithmetic error in (c).
 
  • #3
HallsofIvy said:
Was there a reason for putting your work into "spoilers"? It makes it very hard to read.

Seconded. :redface:
 
  • #4
I have no taste in design.

parametric equation means x = x(t), y = y(t), z = z(t)? Ijust wrote it in vectors? Isn't that okay...?

I uploaded the file. I am kinda new to LaTeX, so I hope that is readable
 

Attachments

  • untitled-10.pdf
    66.3 KB · Views: 187
  • #5
Is my TeX that bad...?
 
  • #6
Since you don't have any LaTeX in this post, I can't say about your LaTeX.

However, parametric equations for the tangent line to <f(t), g(t), h(t)> at the point [itex](x_0, y_0, z_0)[/itex] are
[tex]x= x_0+ \frac{df}{dt}(t_0)(x- x_0)[/tex]
[tex]y= y_0+ \frac{dg}{dt}(t_0)(y- y_0)[/tex]
[tex]z= z_0+ \frac{dh}{dt}(t_0)(z- z_0)[/tex]

Where [itex]t_0[/itex] is such that [itex]x_0= f(t_0[/itex], [itex]y_0= g(t_0)[/itex] and [itex]z= h(t_0)[/itex].

Equivalently, since the original curve was written as a vector function rather than parametric equations:
[tex]\left<x_0+ \frac{df}{dt}(t_0)(x- x_0), y= y_0+ \frac{dg}{dt}(t_0)(y- y_0), z_0+ \frac{dh}{dt}(t_0)(z- z_0)\right>[/tex]
 
  • #7
HallsofIvy said:
Since you don't have any LaTeX in this post, I can't say about your LaTeX.

However, parametric equations for the tangent line to <f(t), g(t), h(t)> at the point [itex](x_0, y_0, z_0)[/itex] are
[tex]x= x_0+ \frac{df}{dt}(t_0)(x- x_0)[/tex]
[tex]y= y_0+ \frac{dg}{dt}(t_0)(y- y_0)[/tex]
[tex]z= z_0+ \frac{dh}{dt}(t_0)(z- z_0)[/tex]

Where [itex]t_0[/itex] is such that [itex]x_0= f(t_0[/itex], [itex]y_0= g(t_0)[/itex] and [itex]z= h(t_0)[/itex].

Equivalently, since the original curve was written as a vector function rather than parametric equations:
[tex]\left<x_0+ \frac{df}{dt}(t_0)(x- x_0), y= y_0+ \frac{dg}{dt}(t_0)(y- y_0), z_0+ \frac{dh}{dt}(t_0)(z- z_0)\right>[/tex]

Yeah, I know that, but I couldn't figure out why the other answers are wrong. Especially #2

I meant the file I uploaded. Is it not showing?
 
  • #8
Here's the Original Post with the spoilers revealed.
flyingpig said:

Homework Statement



Find the parametric equations of the tangent to the curve defined

[tex]r = <0, 2 + t^2, 3 + 2t - t^3>[/tex] at the point [tex](0,2,3)[/tex]

The Attempt at a Solution



a) [tex]r'(0) = <0, 0, 2>[/tex]
<spoiler>:
[itex]r = <0, 2 + t^2, 3 + 2t - t^3>[/itex]

[itex]r' = <0, 2 + 2t, 2 - 3t^2>[/itex]

[itex]t = 0[/itex]

[itex]r'(0) = <0,0,2>[/itex]​
b) q(u) = <0,2,0>

<spoiler>:
r = <0, 2 + t^2, 3 + 2t - t^3>

y = 2 + t^2 = 2

z = 3 + 2t - t^3 = 3

t = 0

Let y = f(z)

y' = \frac{2t}{2 - 3t^2}

y'(0) = 0

y - 2 = 0(z - 3) = 2[/tex]

Hence it is y = 2 or q(s) = <0,2,0>​
c) [itex]p(r) = <0,2,3> + r<0,2,0>[/itex]

 [itex]r'(0) = <0, 0, 2>[/itex]

<spoiler>:
r = <0, 2 + t^2, 3 + 2t - t^3>

r' = <0, 2 + 2t, 2 - 3t^2>

t = 0

r'(0) = <0,0,2>

p(r) = <0,2,3> + r<0,2,0>​

I think a) is wrong because it is a point, not a point.

I can't decide between b) and c) because they both look correct with their reasoning. I lean towards c) though
Where does q(u) come from? ... & many other questions.
 
  • #9
flyingpig said:
Yeah, I know that, but I couldn't figure out why the other answers are wrong. Especially #2

I meant the file I uploaded. Is it not showing?
It's not so much that the file isn't showing. It's that what you've written is a bit incoherent. You say you know what a parametric equation is, yet solutions A and B suggest you don't. Where in those attempts is the answer the original question? There's nothing that looks like a parametric equation.
 
  • #10
flyingpig said:

Homework Statement



Find the parametric equations of the tangent to the curve defined

r = <0, 2 + t^2, 3 + 2t - t^3> at the point (0,2,3)

flyingpig said:

The Attempt at a Solution



a) r'(0) = <0, 0, 2>

r = <0, 2 + t^2, 3 + 2t - t^3>

r' = <0, 2 + 2t, 2 - 3t^2>

t = 0

r'(0) = <0,0,2>

flyingpig said:
b) q(u) = <0,2,0>

r = <0, 2 + t^2, 3 + 2t - t^3>

y = 2 + t^2 = 2

z = 3 + 2t - t^3 = 3

t = 0

Let y = f(z)

y' = 2t/(2-3t^2)

y'(0) = 0

y - 2 = 0(z - 3) = 2

Hence it is y = 2 or q(s) = <0,2,0>
No idea what's going on with this one^
flyingpig said:
c) p(r) = <0,2,3> + r<0,2,0>

r'(0) = <0, 0, 2>

r = <0, 2 + t^2, 3 + 2t - t^3>

r' = <0, 2 + 2t, 2 - 3t^2>

t = 0

r'(0) = <0,0,2>

p(r) = <0,2,3> + r<0,2,0>

Spoilers are terrible here. They don't even look like real spoilers, where there's a button that upon clicking, reveals text inside a nice box. :(

Since you look absolutely clueless, the tangent curve can be found via:

r(t) = (t-t0)*(x'(t0),y'(t0),z'(t0)) + (x(t0),y(t0),z(t0))

where (x0,y0,z0) is what you equate to (x(t),y(t),z(t)) to obtain t0 from (x(t0),y(t0),z(t0)) where you want to find the tangent.

The first part (underlined) is the direction of the tangent vector. To make it extend to the entire line, you multiply it by t after plugging in the points. The second part (bolded) is necessary to shift the direction vector to the point on the curve that the parametric function runs through.

In your case, (x0,y0,z0) = (0,2,3). Therefore,

0=0 (for the x direction)
2=2+t0 (for the y direction)
3=3+2t0−t03 (for the z direction)

For the z direction, you have a special case:
0=2t0−t03
0=t0(2-t02)
t0=-sqrt(2),0,sqrt(2)

However, because of the parametric nature of this function, t0 must equal the same number in all three dimensions or the point doesn't exist on the function. Therefore, t0 must equal 0. Now all that's left is to -correctly- compute derivatives and plug in t0 to find your solution.
 
Last edited:
  • #11
How about this now? A real parametric equation

[tex]x = 0[/tex]
[tex]y = 2 [/tex]
[tex]z = 3 + 2r[/tex]
 
  • #12
It would really, really help in this thread and in others if you'd directly answer the questions asked of you instead of going off on another tangent. For example, I essentially asked you to explain what you're doing in your first two attempts. Instead of elaborating on what you did, you give the non-response of asking if the third attempt is correct.

So let's try again. Here's your solution A. Where is the parametric equation for the tangent?
flyingpig said:
[tex]r = <0, 2 + t^2, 3 + 2t - t^3>[/tex]

[tex]r' = <0, 2 + 2t, 2 - 3t^2>[/tex]

[tex]t = 0[/tex]

[tex]r'(0) = <0,0,2>[/tex]
What you wrote so far looks fine, but where's the rest?


Same thing for your solution B.
b) q(u) = <0,2,0>

r = <0, 2 + t^2, 3 + 2t - t^3>

y = 2 + t^2 = 2

z = 3 + 2t - t^3 = 3

t = 0

Let y = f(z)

y' = \frac{2t}{2 - 3t^2}

y'(0) = 0

y - 2 = 0(z - 3) = 2[/tex]

Hence it is y = 2 or q(s) = <0,2,0>
What's q? What's u? What's s? These things just seem to show up out of nowhere. How did you get your expression for y'? Again, where's the parametric equation that's supposedly your answer?
 
  • #13
q(u) is my new line with a new parameter u, I thought I make a new one so it won't confuse everyone...it did the opposite because I switched s and u.The rest of the solution A is supposed to be in solution C.

My parametric equation is post 11
 
  • #14
OK, what you're saying is attempt A is only part of a solution and it's not independent of the others. So it's not an answer nor is it even a different answer, which is what you claimed in the title to this thread. Or were you saying r'(0)=(0,0,2) was your answer? Can you see why some of us were confused and wondered if you even knew what a parametric equation was?

Please explain what you're doing here:
flyingpig said:
Let y = f(z)

y' = \frac{2t}{2 - 3t^2}
Where did that come from? And why are you doing this?
y'(0) = 0
Here, I think you just set t=0 in your previous expression.
y - 2 = 0(z - 3) = 2[/tex]
Where did this come from? How can it possibly hold since 0 times anything is 0?
Hence it is y = 2 or q(s) = <0,2,0>
Again, how did you get y=2? How did you come up q?
 
  • #15
vela said:
OK, what you're saying is attempt A is only part of a solution and it's not independent of the others. So it's not an answer nor is it even a different answer, which is what you claimed in the title to this thread. Or were you saying r'(0)=(0,0,2) was your answer? Can you see why some of us were confused and wondered if you even knew what a parametric equation was?

No they are supposed to be separate solutions. I just want to know why they are wrong.

Let y = f(z)

[tex]y' = \frac{2t}{2 - 3t^2}[/tex]

Please explain what you're doing here:

Where did that come from? And why are you doing this?

basically I think it was doing this

r = <0, 2 + t^2, 3 - 2t - t^3>

y = 2 + t^2, y' = 2t
z = 3 - 2t - t^3, z' = -2 -3t^2

Since x = 0, everything is supposed to only be in yz-plane (I think that's what the solution is doing) and they decided to let y = f(z) so that y' = f'(z) = y'(t)/z'(t) = dy/dz

And that's what you see there.

y - 2 = 0(z - 3) = 2 was misleading, because I missed a > sign. It was supposed to be an arrow

y - 2 = 0(z - 3)
y - 2 = 0

y = 2

So "parametrically" it should be (a new parametric equation I am defining with a new parameter m) g(m) = <0,2,0>
 
  • #16
flyingpig said:
The rest of the solution A is supposed to be in solution C.
flyingpig said:
No they are supposed to be separate solutions. I just want to know why they are wrong.
You honestly don't see a contradiction between those two statements, especially considering your "solution A" is repeated in "solution C"?
 
  • #17
flyingpig said:
basically I think it was doing this

r = <0, 2 + t^2, 3 - 2t - t^3>

y = 2 + t^2, y' = 2t
z = 3 - 2t - t^3, z' = -2 -3t^2

Since x = 0, everything is supposed to only be in yz-plane (I think that's what the solution is doing) and they decided to let y = f(z) so that y' = f'(z) = y'(t)/z'(t) = dy/dz
OK, first, you should not use the same notation to denote different operations. If you use the prime to mean differentiation with respect to t, you need to write differentiation with respect to z in a different way. If you had simply written

dy/dz = y'(t)/z'(t) = 2t/(-2-3t2)

it would have made much more sense.

Second, simply stating the bolded phrase right from the start would have provided context to make sense of what you were doing. You should have said it in your original post.
And that's what you see there.

y - 2 = 0(z - 3) = 2 was misleading, because I missed a > sign. It was supposed to be an arrow
So it was supposed to say y-2 = 0(z-3) => 2? That still wouldn't make sense because what is a lone "2" supposed to mean? You could have just left off that last piece.

Now, do you understand where the equation y - 2 = 0(z - 3) comes from?
y - 2 = 0(z - 3)
y - 2 = 0

y = 2

So "parametrically" it should be (a new parametric equation I am defining with a new parameter m) g(m) = <0,2,0>
This answer and the answer you gave in solution A suggest, again, you don't understand what a parametric equation of a line is. You should be able to write your answer in the form [tex]\vec{x}(t) = \vec{x}_0 + t\vec{d}[/tex]
There are three pieces to this. First, t is the parameter. Second, [itex]\vec{x}_0[/itex] is the point the line goes through when the parameter t is equal to 0. Third, there's a non-zero vector [itex]\vec{d}[/itex] which specifies the direction the line goes in.

Your answer in A, r'(0) = (0,0,2), makes absolutely no sense. There's no parameter for one thing.

Your answer in B, g(m) = (0,2,0), isn't correct, though I can see now how you came up with it. In the yz-plane, the line y=2 is indeed the tangent to the curve. You just need to figure out how to write the equation of that line in parametric form. You already know the tangent passes through x0=(0,2,3), so your answer is going to look like[tex]\vec{x}(t) = (0, 2, 3) + t\vec{d}[/tex] You need to figure out the vector d that describes the direction of the line. Note that in your attempt, you assumed z=0, which is incorrect. With the line y=2 in the yz-plane, what values can z take on?
 
  • #18
It should be

[tex]\vec{x}(t) = <0,2,3> + t<0,2,3>[/tex]

Sorry for the late reply came down with a cold.

With y = 2, it takes on all values of z.
 
  • #19
Try again.
 
  • #20
No I meant

[tex]\vec{x}(t) = <0,2,3> + t<0,0,2>[/tex]
 

What is the meaning of "Three different answers."?

The phrase "Three different answers." could mean three distinct solutions or responses to a question or problem.

What is the significance of having three different answers?

Having three different answers can indicate that there are multiple perspectives or approaches to a situation, and that there is no one definitive answer.

Can all three answers be correct?

It is possible for all three answers to be correct, depending on the context and the criteria used to evaluate them.

Is it better to have three different answers or just one?

This depends on the situation. In some cases, having multiple answers can lead to more comprehensive and well-rounded solutions, while in others, a single answer may be more efficient.

How can you determine which of the three answers is the best?

The best answer depends on the specific criteria and goals of the problem at hand. It may require further analysis, discussion, or experimentation to determine the most suitable answer.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
132
  • Calculus and Beyond Homework Help
Replies
2
Views
391
  • Calculus and Beyond Homework Help
Replies
2
Views
513
  • Calculus and Beyond Homework Help
Replies
5
Views
622
  • Calculus and Beyond Homework Help
Replies
10
Views
742
  • Calculus and Beyond Homework Help
Replies
6
Views
662
Replies
4
Views
501
  • Calculus and Beyond Homework Help
Replies
5
Views
200
  • Calculus and Beyond Homework Help
Replies
6
Views
536
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Back
Top