Ask your own question, for FREE!
Mathematics 12 Online
OpenStudy (anonymous):

ANY ONE CAN HELP ME>>>>> How can I parametrize a line with many points. let, P1(X1,Y1),P2(X2,Y2),P3(X3,Y3),......Pn(Xn,Yn). then I want to find the two intersection points with a circle and this circle has radius 4 and the center P3(X3.Y3) which is on the line.

OpenStudy (anonymous):

dalvoron, can you help me?

OpenStudy (anonymous):

Step 1: Pick any 2 points on the line, Step 2: Find the slope of the line:\[m=\frac{y_2-y_1}{x_2-x_1}\]Step 3: Find the equation of the line:\[m=\frac{y-y_1}{x-x_1}\] Step 3a:Optionally, rearrange it into the form \(y=mx+c\) Step 4: Find the equation of the circle: \[(x-X3)^2+(y-Y3)^2=r^2\] Step 5: Simultaneous equations! Substitution is probably the method to go with.

OpenStudy (anonymous):

Do you Know How can I parametrize a line with many points. let, P1(X1,Y1),P2(X2,Y2),P3(X3,Y3),......Pn(Xn,Yn).

OpenStudy (anonymous):

IF i can parametrize the line then I can find it What do you think?

OpenStudy (anonymous):

The beautiful thing about a line is that the paramaterisation is exactly the same everywhere along the line. It doesn't matter how many points there are, you can paramaterise it by just picking 2 of them.

OpenStudy (anonymous):

thanks for the information. I don't know that. Whole day I am searching for that.

OpenStudy (anonymous):

I parametrize the line using two points. Then I found the value of parameter then I plug the value to find x and y for the intersect but I got wrong ans

OpenStudy (anonymous):

Could you post your method?

OpenStudy (anonymous):

I am gonna posting my data file

OpenStudy (anonymous):

OpenStudy (amistre64):

line = span{v}+b maybe

OpenStudy (anonymous):

what is span{v}+b

OpenStudy (amistre64):

|dw:1326237814878:dw|

OpenStudy (amistre64):

span{v} is just the basis for parallel line thru the origin; vector you add to move it to the actual points

OpenStudy (anonymous):

I took two points P1(7 1) and P2(7 2). then I used parametric equation line=P1+t(P2-P1) i got (7 1)+t(0 1) then (0*t+7, 1*t+1) = (7, t+1)

OpenStudy (amistre64):

t(slope) = span{v} but thats just semantics

OpenStudy (amistre64):

your slope is undefined

OpenStudy (amistre64):

i spose 0,1 is good as any

OpenStudy (anonymous):

amistre64 I have no idea about your method. Can you explain more easily. I need to solve this and then need to write a fortran code for this. I am writing code for the first time.

OpenStudy (amistre64):

your method is good, perse. what issues are you running up on?

OpenStudy (amistre64):

\[\vec{v}={{0}\choose{1}};\vec{b}={{7}\choose{0}}\] \[\vec{x}=t\vec{v}+\vec{b}\]

OpenStudy (anonymous):

I took two points P1(7 1) and P2(7 2). then I used parametric equation line=P1+t(P2-P1) i got (7 1)+t(0 1) then (0*t+7, 1*t+1) = (7, t+1) where x = 7 and y = t+1. then I put this value into circle equation (x-XC)^2+(y-YC)^2=R^2 and solve for t

OpenStudy (amistre64):

you need to end up with: (7,t) which is a vertical line thru x=7

OpenStudy (amistre64):

|dw:1326238545027:dw|

OpenStudy (anonymous):

I have attach a file for my data.

OpenStudy (anonymous):

OpenStudy (anonymous):

|dw:1326238764307:dw|

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!