I have an odd problem with no solution. I am completely lost on how to solve this.
Problem:
Find the coordinates of the point(s) of intersection of the line
and the surface
Attempt:
(1) x = 1+t
(2) y = 2+3t
(3) z = 1-t
Subbing in (1), (2), (3) into the surface i have
1-t = (1+t)^2 +2(2+3t)^2
Solving i get:
8 + 25t + 19t^2
I dont know if this is the right approach or what to do next.
Thank you
Problem:
Find the coordinates of the point(s) of intersection of the line
Code:
x = 1+t, y = 2+3t, z = 1-t
Code:
z = x^2 +2y^2
(1) x = 1+t
(2) y = 2+3t
(3) z = 1-t
Subbing in (1), (2), (3) into the surface i have
1-t = (1+t)^2 +2(2+3t)^2
Solving i get:
8 + 25t + 19t^2
I dont know if this is the right approach or what to do next.
Thank you