Parametric equation and vector equation

  • Thread starter Thread starter chetzread
  • Start date Start date
  • Tags Tags
    Parametric Vector
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
chetzread
Messages
798
Reaction score
1

Homework Statement


Find Parametric equation and vector equation for the portion of parabola y = 1+(x^2) from (1,2) to (2,5)

Homework Equations

The Attempt at a Solution


m = (2-1) i +(5-2)j = i +3j
x = t , y = 1+t^2
r(t) = ti + (2=3t)j, where 0<t<1
, but the ans given is r(t) = ti + (1+t^2) j , 1<t<2

Is my ans acceptable ?
 
Physics news on Phys.org
chetzread said:

Homework Statement


Find Parametric equation and vector equation for the portion of parabola y = 1+(x^2) from (1,2) to (2,5)

Homework Equations

The Attempt at a Solution


m = (2-1) i +(5-2)j = i +3j
x = t , y = 1+t^2
r(t) = ti + (2=3t)j, where 0<t<1
, but the ans given is r(t) = ti + (1+t^2) j , 1<t<2

Is my ans acceptable ?

No. It's not clear to me what you are doing in your solution.
 
PeroK said:
No. It's not clear to me what you are doing in your solution.
Which part you don't understand ?
My ans is
r(t) = ti + (2=3t)j, where 0<t<1
, but the ans given is r(t) = ti + (1+t^2) j , 1<t<2
 
chetzread said:
Which part you don't understand ?
My ans is
r(t) = ti + (2=3t)j, where 0<t<1
, but the ans given is r(t) = ti + (1+t^2) j , 1<t<2

I don't understand any of it. Not least ##(2=3t)j##.
 
  • Like
Likes   Reactions: chetzread
PeroK said:
I don't understand any of it. Not least ##(2=3t)j##.
My ans is
r(t) = ti + (2+3t)j, where 0<t<1
, but the ans given is r(t) = ti + (1+t^2) j , 1<t<2
 
chetzread said:
My ans is
r(t) = ti + (2+3t)j, where 0<t<1
, but the ans given is r(t) = ti + (1+t^2) j , 1<t<2

For ##t = 0##, you have ##r(0) = 2j##, which is not correct.

Moreover, what you have is a straight line ##y = 3x + 2##. Not a parabola.
 
PeroK said:
For ##t = 0##, you have ##r(0) = 2j##, which is not correct.

Moreover, what you have is a straight line ##y = 3x + 2##. Not a parabola.
Find a vector equation for the line segment that joins A(1, -1 , 2) and B (4,1,7)

My working is :
m = (4-1)i + (1+1 ) j + (7-2)k , so m = 3i + 2j +5k

so , x= 1+2t , y = -1+ 2t z = (2+5t)k
so t = (x-2)/2 = (3-y)/6 = (z+1)/3

So , i use the same concept to do the question in post #1 , is it wrong ? why can't i do so ?
 
chetzread said:
Find a vector equation for the line segment that joins A(1, -1 , 2) and B (4,1,7)

My working is :
m = (4-1)i + (1+1 ) j + (7-2)k , so m = 3i + 2j +5k

so , x= 1+2t , y = -1+ 2t z = (2+5t)k
so t = (x-2)/2 = (3-y)/6 = (z+1)/3

So , i use the same concept to do the question in post #1 , is it wrong ? why can't i do so ?

Is a parabola a straight line?
 
PeroK said:
Is a parabola a straight line?
No
 
PeroK said:
All you are doing is finding the straight line between the end points.
Ok