Finding the Line of Intersection for Two Cylinders

Click For Summary

Homework Help Overview

The discussion revolves around finding the line of intersection of two cylinders defined by the equations x² + y² = 1 and x² + z² = 1. The original poster expresses confusion regarding their result, which suggests z = y, and questions the validity of this conclusion.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants explore parameterization of the curve, with one suggesting letting x = t and deriving y and z from that. Others discuss the implications of the equations and the relationship between y and z, questioning the original poster's assumptions.

Discussion Status

The discussion is active, with participants providing insights and asking for clarification on specific points. There is a focus on understanding the constraints imposed by the original equations and the implications of the relationships between the variables.

Contextual Notes

Participants note the importance of considering the original equations and the constraints they impose, particularly in relation to the first octant and the nature of the curves described by the equations.

OpheliaM
Messages
7
Reaction score
1

Homework Statement


I am looking for the line of intersection of two cylinders (x^2+y^=1 and x^2+z^2=1) to find the curve for a line integral. However, I am getting z=y, which is a patently false answer. Mathematically, it seems to work out though.

Homework Equations


x^2+y^=1
x^2+z^2=1

The Attempt at a Solution


image_123923953.JPG
[/B]
 

Attachments

  • image_123923953.JPG
    image_123923953.JPG
    16.2 KB · Views: 817
Physics news on Phys.org
I have not previously worked such a problem, but suggestion is let ##x=t ##. Then ##y=\sqrt{1-t^2} ## and ## z=\sqrt{1-t^2} ##, (omitting ## \pm 's##) will parameterize the curve.
 
Last edited:
OpheliaM said:

Homework Statement


I am looking for the line of intersection of two cylinders (x^2+y^=1 and x^2+z^2=1) to find the curve for a line integral. However, I am getting z=y, which is a patently false answer. Mathematically, it seems to work out though.

Homework Equations


x^2+y^=1
x^2+z^2=1

The Attempt at a Solution


[ ATTACH=full]216873[/ATTACH] [/B]
Hello @OpheliaM . Welcome to Physics Forums !

Actually you get y2 = z2, which is somewhat different than y = z .
 
@SammyS Could you explain further?
 
SammyS said:
Hello @OpheliaM . Welcome to Physics Forums !

Actually you get y2 = z2, which is somewhat different than y = z .
There is a constraint on what ## x ## is doing that you are disregarding in simply saying that ## y^2=z^2 ##.
 
OpheliaM said:
@SammyS Could you explain further?
Graph the following function, or tabulate some values.

## f(x)=\sqrt{x^2\,} ##
 
Specifically, I am looking for the “boundary of the region common to the cylinders x^2+y^2<1 and x^2+z^2<1 in the first octant”. Can you explain the restriction further?
 
OpheliaM said:
Specifically, I am looking for the “boundary of the region common to the cylinders x^2+y^2<1 and x^2+z^2<1 in the first octant”. Can you explain the restriction further?
Please use the "Reply" link, so we know who you and what you addressing.
 
The boundary region is a curved line in space. Something like ## y^2=z^2 ## gives you basically a couple of planes in three dimensions.
 
  • #10
Generally, curved lines in 3 dimensions are described by ## x=f(t) ##, ## y=g(t) ##, and ## z=h(t) ##. They are parameterized with the dummy variable ## t ##.
 
  • #11
Charles Link said:
The boundary region is a curved line in space. Something like ## y^2=z^2 ## gives you basically a couple of planes in three dimensions.
That makes sense. What is the specific restrixrion I ignored with y=z?
 
  • #12
OpheliaM said:
That makes sense. What is the specific restrixrion I ignored with y=z?
You are ignoring the original equations that contain ## x ##. See my post 2 again.
 
  • #13
Charles Link said:
The original equations that contain ## x ##. See my post 2 again.
Thank you for your help. However, I am having trouble understanding specificiallg why am I unable to equate those two equationsin your post. Why can i not disregard x? Does it have to do with the +- signs? If so, specifically where were they disregarded?
 
  • #14
OpheliaM said:
Thank you for your help. However, I am having trouble understanding specificiallg why am I unable to equate those two equationsin your post. Why can i not disregard x? Does it have to do with the +- signs? If so, specifically where were they disregarded?
It is correct that ## y= \pm z ## along the curve. In getting this result though, you can't throw away both of the original equations. This is kind of a peculiar system of equations, and I don't have a really good answer for why what you did doesn't work, but it just doesn't...
 
  • #15
To look at something that is somewhat related to the type of result you need for this problem, examine what a straight line looks like in 3 dimensions: You will typically see something like ##\frac{x-5}{3}=\frac{y-2}{5}=\frac{z-6}{4}=t ## and this line passes through ## (5,2,6 ) ## and it is in the direction of the vector ## \vec{v}=3 \hat{i}+5 \hat{j}+ 4 \hat{k} ##. You can even normalize this vector ## \hat{v} ## to a unit vector in that direction. ## \\ ## Basically the equation of this line is the parameterization ## x=3t+5 ##, ## y=5t+2 ##, and ## z=4t+6 ##. It might appear clumsy, but we can't do a simple line in 3 dimensions like we do a line in two dimensions. e.g. the equation ## 3x+5y +2z+4=0 ## represents a plane, rather than a line.
 
  • #16
Charles Link said:
To look at something that is somewhat related to the type of result you need for this problem, examine what a straight line looks like in 3 dimensions: You will typically see something like ##\frac{x-5}{3}=\frac{y-2}{5}=\frac{z-6}{4}=t ## and this line passes through ## (5,2,6 ) ## and it is in the direction of the vector ## \vec{v}=3 \hat{i}+5 \hat{j}+ 4 \hat{k} ##. You can even normalize this vector ## \hat{v} ## to a unit vector in that direction. ## \\ ## Basically the equation of this line is the parameterization ## x=3t+5 ##, ## y=5t+2 ##, and ## z=4t+6 ##. It might appear clumsy, but we can't do a simple line in 3 dimensions like we do a line in two dimensions. e.g. the equation ## 3x+5y +2z+4=0 ## represents a plane, rather than a line.
Thanks!
 
  • Like
Likes   Reactions: Charles Link
  • #17
@OpheliaM: Your original result that ##z=y## (in the first octant) is correct and tells you that the required curve lies in that plane. Here are a couple of hints:
1. Do you know how to parameterize the ##xy## cylinder in terms of ##\theta## and ##z##, where ##\theta## is the polar angle? If so, then do that and
2. Use the fact that ##z = y##.
That should give you a parameterization in the form ##\vec R(\theta) = \langle x(\theta),y(\theta),z(\theta) \rangle
##, which is the parametric form of a curve.
 
  • Like
Likes   Reactions: Charles Link

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
5K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K