A function describing a tilted tube

  • Thread starter Thread starter Niles
  • Start date Start date
  • Tags Tags
    Function Tube
Niles
Messages
1,834
Reaction score
0
Hi

I have a function, which is cylindrical symmetric given by
<br /> f(x, y, z) = \exp(-x^2-z^2)<br />
For a given y, the function \exp(-x^2-z^2) = c traces out a circle (where c is a constant). A contourplot of f(x, 0, z) is attached.

However, this is for y=0 (currently, I get the same plot for an arbitrary value of y). I am interested in constructing a function, which is identical to f, but where the center of the above circle increases linearly with y. In other words, at y=y&#039; I want my function to have the same contour plot as attached, but its center should be at y=y&#039;.

Is it possible to construct such a function? I guess this is merely a tube, which is tilted.
 

Attachments

  • cplot.jpg
    cplot.jpg
    15.4 KB · Views: 480
Mathematics news on Phys.org
Hi Niles! :smile:

Essentially, this is a function of r, where in the simple case r is the distance from the y-axis,

ie r2 = x2 + z2.

In the slanted case, r is the distance (parallel to the x-z-plane) from (ky',y',0),

so r2 = (x - ky')2 + z2. :wink:
 
Thanks tiny-tim, that is a good explanation.
 
If I want to rotate this function by an angle α around the y-axis (for a given slope k), then I need to invoke the rotation matrix. So we now have
<br /> f(x, y, z) = \exp(-(x-ky)^2)\exp(-z^2)<br />
and in order to rotate it I would use
<br /> f(x\cos(\alpha) - z\sin(\alpha), y, x\sin(\alpha) + z\cos(\alpha))<br />
Is this correct?
 
Last edited:
Hi Niles! :smile:

Yes, that looks ok.
 
tiny-tim said:
Hi Niles! :smile:

Yes, that looks ok.
Thanks. However, I think I am not 100% correct - simply because we're not rotating the function along the y-axis (which is what I suggested above), but along the line ky=x. I'll have to work on this a little more... I can let you know how it turns out.

By the way, can I slant f independenty in both x and z? So if I want a gradient in both of these dimensions, I am allowed to make the trivial extension
<br /> f(x, y, z) = \exp(-(x-k&#039;y)^2)\exp(-(z-k&#039;&#039;z)^2)<br />
I believe so, because the two dimensions are independent of each other.
 
Niles said:
By the way, can I slant f independenty in both x and z? So if I want a gradient in both of these dimensions, I am allowed to make the trivial extension
<br /> f(x, y, z) = \exp(-(x-k&#039;y)^2)\exp(-(z-k&#039;&#039;z)^2)<br />
I believe so, because the two dimensions are independent of each other.

let's see …

that makes r the distance from (x,y,z) to (k'y,y,k''z),

so yes, that would be from the axis x/k' = z'k'' = y, but slanted so as to be parallel to the x-z plane :smile:
 
tiny-tim said:
let's see …

that makes r the distance from (x,y,z) to (k'y,y,k''z),

so yes, that would be from the axis x/k' = z'k'' = y, but slanted so as to be parallel to the x-z plane :smile:

Thanks, that's also what I thought.. I'm interested in seeing how to generalize this result to ellipses. I'll best create a new thread in order to keep things organized, but I will refer to this thread.
 
Last edited:
Back
Top