PDA

View Full Version : parametric equations


ILoveBaseball
Apr3-05, 04:08 AM
The following parametric equations trace out a loop
x = 8 - 3/2t^2
y = -3/6t^3+3t+1

1.) Find the t values at which the curve intersects itself.
wouldn't i just have to solve for t for one of the equaltion to find t? also, can you find the intersects using a TI-83 plus to check your answer?

8 - 3/2t^2=0
3/2t^2=8
t^2=16/3
t = \pm\sqrt(16/3) which is wrong

whozum
Apr3-05, 04:13 AM
You can use the ti83 to find them.
Put it in polar mode, enter your equations, and from there find intersects like you normally would.

ILoveBaseball
Apr3-05, 04:16 AM
there is no "intersect" function when i set it in parametic mode. How would i find the T values manually?

whozum
Apr3-05, 04:48 AM
Well what you did was find the y intercepts of the graph. I looked in my calc book and can't find anything on intersections of parametric curves.

ILoveBaseball
Apr3-05, 05:12 AM
so how would i find the t values?

xanthym
Apr3-05, 05:25 AM
The following parametric equations trace out a loop
x = 8 - 3/2t^2
y = -3/6t^3+3t+1

1.) Find the t values at which the curve intersects itself.
wouldn't i just have to solve for t for one of the equaltion to find t? also, can you find the intersects using a TI-83 plus to check your answer?

8 - 3/2t^2=0
3/2t^2=8
t^2=16/3
t = \pm\sqrt(16/3) which is wrong
The curve will intersect itself when the same "x" and "y" values are produced by 2 different "t" values, say "t1" and "t2". Thus:

x \ = \ 8 \ - \ (3/2) t_{1}^{2} \ = \ 8 \ - \ (3/2)t_{2}^{2}
y \ = \ (-3/6) t_{1}^{3} \ + \ 3 t_{1} + 1 \ = \ (-3/6) t_{2}^{3} \ + \ 3 t_{2} + 1

Solve for DIFFERENT values of "t1" and "t2" to find the crossing point.
(Solve the equations simultaneously. Both equations must be satisfied.)


~~

xanthym
Apr3-05, 05:51 AM
The curve will intersect itself when the same "x" and "y" values are produced by 2 different "t" values, say "t1" and "t2". Thus:

x \ = \ 8 \ - \ (3/2) t_{1}^{2} \ = \ 8 \ - \ (3/2)t_{2}^{2}

y \ = \ (-3/6) t_{1}^{3} \ + \ 3 t_{1} + 1 \ = \ (-3/6) t_{2}^{3} \ + \ 3 t_{2} + 1

Solve for DIFFERENT values of "t1" and "t2" to find the crossing point.
(Solve the equations simultaneously. Both equations must be satisfied.)

Here are some HINTS:

\color{blue} a): \ \ \ \ \mathsf{ Eq \ for \ "x" \ indicates \ t_{1} = -t_{2} \ \ \ \ \ \ \ Eq \ for \ "y" \ uses \ next \ hint }

\color{blue} b): \ \ \ \ \frac { t_{1}^{3} \ - \ t_{2}^{3} } { t_{1} \ - \ t_{2} } \ = \ t_{1}^{2} \ + \ t_{1}t_{2} \ + \ t_{2}^{2} \ \ \ \ \ \ \ ( t_{1} \ \ne \ t_{2} )

\color{blue} c): \ \ \ \ (Answers) \ \longrightarrow \ \ (t_{1} \ = \ \sqrt{6}) \ \ and \ \ (t_{2} \ =\ -\sqrt{6})


~~