Intersection of a Curve and a Surface

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
major_maths
Messages
30
Reaction score
0
1. At what points does the curve r(t)=ti+2tj+t2k intersect the surface z = x2+y2-100? Give the coordinates of the points.

2. Given equations above.

3. r(t)=<t, 2t, t2>
z = x2+y2-100
(t2) = (t)2+(2t)-100
-4t2 = -100
t = sqrt(25) = +/- 5

when t = 5, (5, 10, 25)
when t = -5 (-5, -10, 25)

This was a problem on a test, and when I got it back my teacher gave me zero credit. So, I don't think I know how to do this sort of problem but I'm coming up with a blank when I try to solve it a different way.
 
Last edited:
Physics news on Phys.org
major_maths said:
1. At what points does the curve r(t)=ti+2tj+t2k intersect the surface z = x2+y2-100? Give the coordinates of the points.

2. Given equations above.

3. r(t)=<t, 2t, t2>
z = x2+y2-100
(t2) = (t)2+(2t)-100
Should be
t2 = (t)2+(2t)2[/color]-100

major_maths said:
-4t2 = -100
t = sqrt(25) = +/- 5
sqrt(25) means the principal square root of 25, which is 5.
Your equation above should be t = +/-sqrt(25) = +/- 5
major_maths said:
when t = 5, (5, 10, 25)
when t = -5 (-5, -10, 25)
I get the same points. Maybe your instructor marked off because of the errors I pointed out. It might be worthwhile to ask your instructor why you got no credit for the problem.

r(5) = <5, 10, 25> and (5, 10, 25) is a point on the surface (which happens to be a paraboloid).
r(-5) = <-5, -10, 25) and (-5, -10, 25) is another point on the surface.


major_maths said:
This was a problem on a test, and when I got it back my teacher gave me zero credit. So, I don't think I know how to do this sort of problem but I'm coming up with a blank when I try to solve it a different way.