How to Parameterize a Plane Between Two Given Planes

ƒ(x)
Messages
327
Reaction score
0
Homework Statement

Find parametric equations for the portion of the plane x+y = 1 that extends between the planes z = -1 and z = 1

The attempt at a solution

z = u -1\lequ\leq1

x = ?
y = ?
 
Physics news on Phys.org
Can you write x + y = 1 in parametric form? I.e., x = an expression in t (the parameter), y = another expression in t.

For z, all you need is -1 \leq z \leq 1. No parameter needed.
 
What do you mean?

I can have x and y equal anything as long as they both add up to 1
 
Like if I made x = 3t + t^2, then y = 1 - 3t - t^2
 
Why not let x = t? Why would you pick x = 3t + t^2?
 
To parameterize a surface you need two parameters. They can't be x and y in this problem because one of them determines the other. So try perhaps x and z as your parameters.

R(x,z) = < ?, ?, ?>

where you express the x, y, and z components in terms of x and z. It's really easy...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top