Parametric Equations - Have solution, need clarification.

Click For Summary
SUMMARY

The discussion focuses on finding parametric equations for the tangent line to a curve defined by the equations x = 2cos(t), y = sin(t), and z = t at the point (0, 1, π/2). The tangent vector at this point is calculated as r'(π/2) = <-2, 0, 1>, leading to the parametric equations x = -2t, y = 1, and z = (π/2) + t. The confusion arises regarding the correspondence of t = π/2 to the point (0, 1, π/2), which is clarified by evaluating r(π/2) to confirm that it yields the correct coordinates.

PREREQUISITES
  • Understanding of parametric equations
  • Knowledge of derivatives and tangent vectors
  • Familiarity with trigonometric functions
  • Ability to solve equations involving square roots and polynomials
NEXT STEPS
  • Study the concept of tangent lines in parametric curves
  • Learn how to derive parametric equations from vector functions
  • Explore the relationship between parameters and coordinates in parametric equations
  • Investigate solving systems of equations for parametric representations
USEFUL FOR

Students studying calculus, particularly those focusing on parametric equations and tangent lines, as well as educators seeking to clarify these concepts in a teaching context.

tangibleLime
Messages
71
Reaction score
0

Homework Statement


Find parametric equations for the tangent line to the curve with the given parametric equations at the specified point.

x = 2cos(t)
y = sin(t)
z = t

At the point (0,1,pi/2)

Homework Equations


The Attempt at a Solution



r(t) = <2cos(t),sin(t),t>
r'(t) = <-2sin(t),cos(t),1>

The parameter value corresponding to the point (0,1,pi/2) is t=pi/2, so the tangent vector there is r'(pi/2) = <-2,0,1>. The tangent line through (0,1,pi/2) parallel to the vector <-2,0,1>, so its parametric equations are:

x=-2t
y=1
z = (pi/2)+t

I know this is correct, but the part in bold is what I do not understand. Why does the value of t=pi/2 correspond to the point (0,1,pi/2)?
 
Physics news on Phys.org
tangibleLime said:

Homework Statement


Find parametric equations for the tangent line to the curve with the given parametric equations at the specified point.

x = 2cos(t)
y = sin(t)
z = t

At the point (0,1,pi/2)

Homework Equations





The Attempt at a Solution



r(t) = <2cos(t),sin(t),t>
r'(t) = <-2sin(t),cos(t),1>

The parameter value corresponding to the point (0,1,pi/2) is t=pi/2, so the tangent vector there is r'(pi/2) = <-2,0,1>. The tangent line through (0,1,pi/2) parallel to the vector <-2,0,1>, so its parametric equations are:

x=-2t
y=1
z = (pi/2)+t

I know this is correct, but the part in bold is what I do not understand. Why does the value of t=pi/2 correspond to the point (0,1,pi/2)?

What happens if you calculate r(pi/2) in r(t) = <2cos(t),sin(t),t>? Would any other value of t work in the 3rd component?
 
Ooh okay, makes sense. Need to just find the component that makes r(t) equal the given point. Thanks!
 
Actually no, that doesn't work for my problem.

(Now I'm doing the actual question I have to solve instead of the book example)

Find parametric equations for the tangent line to the curve with the given parametric equations at the specified point.

x = 1+2sqrt(t)
y = t^4 + t
z = t^4 - t

(3,2,0)

I have r(t) = <1+2sqrt(t),t^4 + t,t^4 - t>, but no point (3, 2 or 0) will make this vector (3, 2, 0). What am I doing wrong?
 
Have you tried t=1?
 
Oh, so I can pick ANY number that makes r(t) equal to the given point?
 
well, yeah. Although if you have multiple t that make r(t) fit the point, you've got a pretty cool function.
 
In parametric equations, x= f(t), y= g(t), z= h(t), the parameter, t, is not necessarily equal to any of x, y, or z. It is a completely different parameter.


Sometimes, back in two dimensions, if we have, say y= f(x), we use x itself as parameter. That may have confused you.

Here, you want (1+2\sqrt(t),t^4 + t,t^4 - t)= (3, 2, 0) so we must have 1+ 2\sqrt{t}= 3, t^4+ t= 2, and t^4- t= 0 all for the same t. We could, for example, solve t^4- t= t(t^3- 1)= t(t- 1)(t^2+ t+ 1)= 0 to see that t must be 0 or 1. t= 0 does not satisfy either 1+ 2\sqrt{t}= 3 nor t^4+ t= 2 but t= 1 does.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
1K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K