dlacombe13
- 100
- 3
Homework Statement
r(t) = < 2e^t - 5 , e^t +3t^2 , 4t^2 +1>
Is a curve that lies within a plane. Find the equation of this plane.
The Attempt at a Solution
I am not sure if my approach is correct. These are my results:
x=2e^t - 5
y = e^t +3t^2
z = 4t^2 + 1
z = 4t^2 + 1 ~~\Rightarrow~~ t = \sqrt{\frac{z-1}{4}}
x = 2e^\sqrt{\frac{z-1}{4}} - 5 ~~\Rightarrow~~ \frac{x+5}{2} =e^\sqrt{\frac{z-1}{4}}
y = e^\sqrt{\frac{z-1}{4}} + \frac{3z-3}{4}
y = \frac{x+5}{2} + \frac{3z-3}{4}
= \frac{x}{2} + \frac{5}{2} + \frac{3z}{4} - \frac{3}{4}
= \frac{1}{2}x - y + \frac{3}{4}z = -\frac{15}{8}