PDA

View Full Version : Paramatrizing


600burger
Dec11-04, 04:22 PM
Can someone hepl me find a "formual" way to paramatrize a peicewise function? Up till now i've been doing it with guess and check and am now stuck on the last part.

The line goes from (1,3) to (0,0)
So far I have


7 \leq t \leq 10



y(t) = 10 - t


and am stuck on find a function for x(t)


Thanks.

Hurkyl
Dec11-04, 04:53 PM
One way is to find an ordinary expression for the line, something of the form y = mx+b, then use your known expression for y to get an expression for x.


However, a more common way to parametrize lines is to identify each point in terms of the "proportion" from the first to the last point.

That is, you put your variable in the range [0, 1], then the corresponding point on the line segment AB is given by:

P = (1 - t) A + t B

600burger
Dec11-04, 05:48 PM
Brilliant!

I don't know why that eluded me....

-Burg

600burger
Dec11-04, 06:30 PM
So now in 3-Space,

The line goes from (0,1,0) to (0,0,1) on the function y^2+z^2 = 1

i have x(t) = 0 which is obvious, but how do i find the other two, y(t) and z(t)

i can't sovle a system like i did with the last one, and since its not linear, im not sure if that second method works either. Unfourtunetlly my book is lacking in 3-space examples...

-Thanks!

Hurkyl
Dec11-04, 07:03 PM
Can you reduce it to a 2-space problem?

600burger
Dec11-04, 08:14 PM
I could "pretend". But since both y and z are changing i'm have trouble seeing what one would be to sub in for the other. Any hints on where to start?

-Burg

Hurkyl
Dec11-04, 08:19 PM
You should already be familiar with a parametrization of an equation of the form p^2 + q^2 = 1... do you recognize the geometric object it defines?

600burger
Dec11-04, 08:28 PM
I just got it, after i posted that last one. It's a circile (duh, brain fart) so i use y(t)= cos t and z(t) = sin t. But there was a piece right before it, so 3 \leq t \leq ? So does that mean

y(t) = cos ((t-3)\frac{\pi}{2} )

z(t) = sin ((t-3)\frac{\pi}{2} )
3 \leq t \leq 4
?

Hurkyl
Dec11-04, 08:43 PM
If that parametrization lies on the circular arc, and begins and ends in the right place, then it's good!


I'm not sure what you mean by "a piece right before it" -- I guess you're talking about another part of the problem you've already solved.

600burger
Dec11-04, 08:57 PM
Ya, there was another piece of the piecewise goes from (3,0,0) so 0 \leq t \leq 3 then the next piece (this one) starts at 3. I guess i could just start at 0 for each one, but this is how our prof tought it, and probablly how he wants to see it done.

Thanks for the help! Final's on monday!!

Hurkyl
Dec11-04, 10:21 PM
The way you did it is right -- you wouldn't have a very well defined parametrization if it takes t=0 to two different points!