Ether
09-01-2014, 21:42
A projectile is launched at x=0 .y=h with speed V and angle θ. What is the equation of the parabola (no air drag)?
y = ax2 + bx + c
a=(g/2)/(Vcosθ)2 ... (g is negative)
b=tanθ
c=h
Given 2 points (x1,y1) and (x2,y2), find the equation of the parabola that passes through the origin and those 2 points
y = ax2 + bx + c
a=(x2y1-x1y2)/(x12x2-x1x22)
b=-(x22y1-x12y2)/(x12x2-x1x22)
c=0
Given 2 points (x1,y1) and (x2,y2), find the equation of the parabola that passes through (0,h) and those 2 points
y = ax2 + bx + c
a=(x1(h-y2)+x2y1-hx2)/(x12x2-x1x22)
b=-(x12(h-y2)+x22y1-hx22)/(x12x2-x1x22)
c=h
Given 3 points (x1,y1), (x2,y2), and (x3,y3) find the equation of the parabola that passes through those 3 points
It gets messy. (http://www.chiefdelphi.com/forums/attachment.php?attachmentid=15785&stc=1&d=1389321141)
Given parabola y = ax2 + bx + c , where a<0, find the value of x and y at the apex
x = -b/(2a) ... y=c-b2/(4a)
Given parabola y = ax2 + bx + c , where a<0, find the value of x and y for which the slope is -1
x = -(1+b)/(2a) ... y = c+(b+1)2/(4a)-b(b+1)/(2a)
someone please check my math
y = ax2 + bx + c
a=(g/2)/(Vcosθ)2 ... (g is negative)
b=tanθ
c=h
Given 2 points (x1,y1) and (x2,y2), find the equation of the parabola that passes through the origin and those 2 points
y = ax2 + bx + c
a=(x2y1-x1y2)/(x12x2-x1x22)
b=-(x22y1-x12y2)/(x12x2-x1x22)
c=0
Given 2 points (x1,y1) and (x2,y2), find the equation of the parabola that passes through (0,h) and those 2 points
y = ax2 + bx + c
a=(x1(h-y2)+x2y1-hx2)/(x12x2-x1x22)
b=-(x12(h-y2)+x22y1-hx22)/(x12x2-x1x22)
c=h
Given 3 points (x1,y1), (x2,y2), and (x3,y3) find the equation of the parabola that passes through those 3 points
It gets messy. (http://www.chiefdelphi.com/forums/attachment.php?attachmentid=15785&stc=1&d=1389321141)
Given parabola y = ax2 + bx + c , where a<0, find the value of x and y at the apex
x = -b/(2a) ... y=c-b2/(4a)
Given parabola y = ax2 + bx + c , where a<0, find the value of x and y for which the slope is -1
x = -(1+b)/(2a) ... y = c+(b+1)2/(4a)-b(b+1)/(2a)
someone please check my math