Cylinders Definition and 254 Threads
-
B
How to plot 3D cylinder shapes in Mathematica?
hey How can i do that? Can anyone of you help me?greets button MATHEMATICA- button_ger
- Thread
- 3d Cylinders Lines Plot
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
C
Volume of the intersection of two cylinders by polar co-ordinates
Volume of the intersection of two cylinders by cylinderical co-ordinates Homework Statement find Volume of the intersection of two cylinders by cylindrical co-ordinates The Attempt at a Solution IN the attached file I found it's 8(a^3)/3 It should be 16 not 8- cybermask
- Thread
- Cylinders Intersection Polar Volume
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
D
Volume of 3 intersecting Cylinders
Homework Statement I am trying to find the volume of three intersecting cylinders that intersect at right angles given that the radius is 5. I have found many sites that state just the answer, but I am after the proof for it showing all of the working. I know how to prove the rule for 2...- davidjoey
- Thread
- Cylinders Volume
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
C
Length of Wire Around Circle of Cylinders.
Alright guys, wouldn't have wanted this to be my first post, but here it goes; I'm trying to find out the length of a loop which is enclosing 'n' number of cylinders. I've found the length of the loop touching the cylinders, and now need to find the rest of the length of the loop (which is...- cemcem
- Thread
- Circle Cylinders Length Wire
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
S
Gauss's Law 2 concentric cylinders in electrostatic equilibrium
Homework Statement Consider the cross sections of two, very long, concentric, metallic, hollow cylinders placed in a vacuum. The small cylinder has inner radius A and outer radius B while the larger cylinder has inner radius 2A and outer radius 2B. Initially the small and big hollow...- shale
- Thread
- Cylinders Electrostatic Electrostatic equilibrium Equilibrium Gauss's law Law
- Replies: 3
- Forum: Introductory Physics Homework Help
-
T
Fluids at rest: two connected cylinders
Homework Statement [This probably seems really easy to the physics whizzes out there but...*blushes*] Two identical cylindrical vessels with their bases at the same level each contain a liquid of density 1.30x103 kg/m3. The area of each base is 4.00cm2, but in one vessel the liquid height is...- thehammer
- Thread
- Cylinders Fluids Rest
- Replies: 6
- Forum: Introductory Physics Homework Help
-
Cylinders (or pulley) cord-motion
Homework Statement Hi PF, See figure for a clear view of the situation. (There's a cylinder attached to a ceiling so that it cannot move. There's a cord on it and the cord goes down until another cylinder is attached to it. So that the only cylinder that can move is the one at the bottom...- fluidistic
- Thread
- Cylinders Pulley
- Replies: 15
- Forum: Introductory Physics Homework Help
-
R
Three Cylinders (rotational kinematics)
Three identical, solid, uniform density cylinders, each of mass 16 kg and radius 1 m, are mounted on frictionless axles that are attached to brackets of negligible mass. A string connects the brackets of cylinders #1 and #3 and passes without slipping over cylinder #2, whose bracket is attached...- r34racer01
- Thread
- Cylinders Kinematics Rotational kinematics
- Replies: 3
- Forum: Introductory Physics Homework Help
-
B
How Is the Electric Field Distributed Around Concentric Cylindrical Conductors?
Hello: Can someone help? I have 2 concentric cylinders which are both conductors. The inner conductor has linear charge density of 6 n C/m. The outer conductor has no net charge. The inner conductor has R of 0.015m, the distance between the inner conductor and the inner wall of the...- bodensee9
- Thread
- Cylinders Field
- Replies: 4
- Forum: Introductory Physics Homework Help
-
L
Angular momentum with cylinders rolling
Homework Statement A think cylindrical shell and a solid cylinder have the same mass and radius. The two are released side by side and roll down, w/o slipping, from the top of an inclined plane that is 4.9m above the ground. When the first object reaches the bottom, what is the height above...- lzh
- Thread
- Angular Angular momentum Cylinders Momentum Rolling
- Replies: 8
- Forum: Introductory Physics Homework Help
-
C
Cylinders and Quadric Surfaces
Homework Statement Consider the equation below. x^2 = 3y^2 + 5z^2 Reduce the equation to one of the standard forms. I believe its surface is a cone, but I'm not sure how to get it into the form z^2/c^2 = x^2/a^2 + y^2/b^2 thanks!- clickcaptain
- Thread
- Cylinders Surfaces
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
M
Solving Tricky Math Problems: Cylinders, Curves and Scooters
I'm really having trouble with these three problems. I'd post my attempts but most of it is in graph from. 3. David subjects a cylindrical can to a certain transformation. During this transformation the radius and height vary continuously with time. The radius is increasing at 4 in/min...- myanmar
- Thread
- Curves Cylinders
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
J
Surface of a sphere intersecting two cylinders
Homework Statement Find the surface area of the surface x^2 + y^2 + z^2 = a^2 , that is outside the two cylinders x^2+y^2=\pm ax. (a>0) Homework Equations ds= \sqrt{1+(Z_x')^2+(Z_y')^2}dxdy The Attempt at a Solution The intersections are clearly four ellipses. I will try to...- jarondl
- Thread
- Cylinders Sphere Surface
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
E
Circle of Cylinders: Finding Length & Area
I have an EPW that I don't quite know how to get started. Below is the EPW question and then after that is what I am stuck with. There are n identical cylinders glued upright to a board. Each cylinder has a radius of r and that centers of their bases lie on a large cirlce of radius R They...- Evales
- Thread
- Circle Cylinders
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
E
Circle of Cylinders: Find Length, Area & Formulae
I have an EPW that I don't quite know how to get started. Below is the EPW question and then after that is what I am stuck with. There are n identical cylinders glued upright to a board. Each cylinder has a radius of r and that centers of their bases lie on a large cirlce of radius R They... -
P
Resonant frequincy of capped cylinders
I'm looking for a formula to calculate the resonant frequency of a capped cylinder. I have found a link to a formula but was surprised to see that cylinder radius is not taken into account when making the calculation. It was my understanding that the larger the radius of a cylinder the lower...- PH7SICS
- Thread
- Cylinders Resonant
- Replies: 4
- Forum: Other Physics Topics
-
R
Mathematica Graphing cylinders in Mathematica
Below is some code that creates a semi-transparent cylinder. firstcylinder = ParametricPlot3D[{Cos[t], u, Sin[t]}, {t, 0, 2 Pi}, {u, -2, 2} , PlotStyle -> {Red, Opacity -> .3}, Mesh -> None]; Show[firstcylinder] Draw a second cylinder that is perpendicular to the given cylinder. Draw a...- Reflected
- Thread
- Cylinders Graphing Mathematica
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Find the velocity of a block + 2 cylinders acted on by a force for 2meteres
Homework Statement A 50 kg block is transported a short distance by using two cylindrical rollers, each having a mass of 17.5 kg. If a horizontal force P=125N is applied to the block, determine the block's speed after it has been displaced 2m to the left. Originally the block is at rest. No...- deanr
- Thread
- Block Cylinders Force Velocity
- Replies: 1
- Forum: Introductory Physics Homework Help
-
A
Residual stresses in thick walled cylinders (autofrettage)]
Homework Statement 1. from a design engineers point of view identify consisely the relative meris of the emperical TRESCA and VON MISES approaches as applied to open ended thick walled cylinders. Hence specify with reasons what you believe to be the most appropriate approach...- azzamut
- Thread
- Cylinders
- Replies: 4
- Forum: Engineering and Comp Sci Homework Help
-
S
Calculating the Intersection of Two Cylinders at Right Angle
Homework Statement Consider two quarters of a cylinder of radius R. What is the volume of a the intersection of a two quarters of two cylinders if the quarters meet at a right angle? Two sides of the bounded region will be rectangular according to this arrangement. (see the diagram when it...- stunner5000pt
- Thread
- Angle Cylinders Intersection
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
A
Calculating Surfaces of Intersecting Cylinders
1. Homework Statement Find the surface area of the region common to the intersecting cylinders x^2 + y^2 = 1 and x^2 + z^2 = 1. 2. Homework Equations 3. The Attempt at a Solution I know that the answer is 16 but why? How can we parametrize this surfaces? The...- agent_cooper
- Thread
- Cylinders
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
S
Static problem with three cylinders
Homework Statement Static problem Three identical cylinders of mass m are arranged in a triangle as shown: http://img440.imageshack.us/img440/2040/cylindersjo4.jpg The friction coefficient between cylinders is "u[SIZE="1"]1" and between cylinders and ground "u[SIZE="1"]2". What...- sangol
- Thread
- Cylinders Static
- Replies: 1
- Forum: Introductory Physics Homework Help
-
L
Contact between skewed cylinders
Hi, when two cylinders in contact, but not parallet to each other (skewed), are rotating, there is a development of forces between them which tends to push one cylinder along its rotation axis and the another one to the opposite side. In other words, there will be translation movement between...- Luiz Cavatte
- Thread
- Contact Cylinders
- Replies: 2
- Forum: Classical Physics
-
L
How Do Skewed Cylinders Affect Thrust Forces in Rotary Kilns?
Hi, when two cylinders in contact, but not parallet to each other (skewed), are rotating, there is a development of forces between them which tends to push one cylinder along its rotation axis and the another one to the opposite side. In other words, there will be translation movement between...- Luiz Cavatte
- Thread
- Cylinders Effects Rotary
- Replies: 3
- Forum: General Engineering
-
S
Friction between two rotating cylinders
I have two hollow cylinders of different sizes. The smaller cylinder is inside the larger cylinder but NOT concentrically. The OD of the smaller cylinder contacts the ID of the larger cylinder at the 6 o'clock position. Both cylinders rotate but in opposite directions. An actuator pushes the...- Scooter057
- Thread
- Cylinders Friction Rotating
- Replies: 7
- Forum: Mechanics
-
Y
Volume of Triangle Rotated Around Its Base: Shells & Cylinders
I'm having trouble on this problem - Find the volume of the object created by rotating an equilateral triangle around its base. Solve using both shells and cylinders. Any help would be appreciated :)- youxcrushxme
- Thread
- Cylinders
- Replies: 2
- Forum: Calculus
-
F
What Determines the Order of Arrival of Cylindrical Masses on an Incline?
Homework Statement The five masses below all have the same radius and a cylindrically symmetric mass distribution. They start to roll down an inclined plane, starting from rest, at the same time and from the same height. Give theri order of arrival at the bottom (i.e., ABCDE, DCBAE) A...- fruitl00p
- Thread
- Cylinders Incline
- Replies: 5
- Forum: Introductory Physics Homework Help
-
B
Calculating Forces on Cylinders on Inclines
Homework Statement This is a sample exam problem. We have an exam coming up, and I think I better know how to do this problem(the right and quick way). I'm just copying and pasting the problem. 2. Two identical metal cylinders are stacked as shown in Figure 2. The weight of each...- Bradracer18
- Thread
- Cylinders
- Replies: 2
- Forum: Introductory Physics Homework Help
-
B
What is the force exerted on cylinder A in a V-shaped trough?
Homework Statement Ok, my problem has 3 smooth homogeneous cylinders(A,B,C), which are stacked in a V shaped trough.(the cylinders...look more like circles) are also all touching each other and each is touching a surface of the trough. The trough angles are Left = 30 deg and right = 45 deg...- Bradracer18
- Thread
- Cylinders Shape
- Replies: 10
- Forum: Introductory Physics Homework Help
-
S
Friction of spheres & cylinders
Hi, I am doing a project involving spherical wheels. I need some help with regards to the role played by friction on motion of spheres and cylinders (normal car wheels) on roads. Will friction act forward or backwards ?? Which type of wheel would be more advantageous ? Would appreciate any...- sudhu37
- Thread
- Cylinders Friction Spheres
- Replies: 25
- Forum: General Engineering
-
R
Pressure of stagnant fluid volume in rotating cylinders
I have a high speed rotating shaft (~30,000 rpm). Outside the shaft I have a relatively stagnant volume of fluid surrounded by a non-rotating cylinder (housing). I am looking to find a 'simple' laminar flow model to describe the pressure of the fluid fat any point radially from the OD of the...- RedCoat999
- Thread
- Cylinders Fluid Pressure Rotating Volume
- Replies: 13
- Forum: Mechanical Engineering
-
B
How do I find the volume between intersecting cylinders using triple integrals?
Hi, I'm having trouble with the following question. Q. Use triple integrals and cartesian coordinates to find the volume common to the intersecting cylinders x^2 + y^2 = a^2 and x^2 + z^2 = a^2. This question pops up in basically every introductory calculus text. I've seen it before but I...- Benny
- Thread
- Cylinders Volume
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
B
Understanding Heat Flow Between Concentric Cylinders
Hey everyone... I think I am not picking up on something here... The rate of heat flow across a slab is: P = (k*A*T)/D where k is the thermal conductivity of the medium, A is the cross sectional medium and T is the temperature...- bemigh
- Thread
- Cylinders Flow Heat Heat flow
- Replies: 3
- Forum: Advanced Physics Homework Help
-
Resistance between coaxial cylinders
Two coaxial cylinders, inner radius a and outer radius b are separated by a material of conductivity given by \sigma (r) = k/r for some constant 'k'. Find the resistance between the cylinders. Here the conductivity is a function of position and the charge density is not zero in the resistive...- Reshma
- Thread
- Coaxial Cylinders Resistance
- Replies: 6
- Forum: Advanced Physics Homework Help
-
T
Electric Field of Concentric Cylinders: r = 4.0 and 7.1 cm
Two long, charged, concentric cylinders have radii of 3.0 and 6.0 cm. The charge per unit length is 4.8 10- 6 C/m on the inner cylinder and -8.0 10-6 C/m on the outer cylinder. Find the electric field at (a) r = 4.0 cm and (b) r = 7.1 cm I know how to find the electric field for...- tbomber
- Thread
- Cylinders Electric Electric field Field
- Replies: 4
- Forum: Introductory Physics Homework Help
-
J
Calculating Equilibrium Height of 2 Cylinders
I'm trying to remember how to calculate the equlibrium height of a system of 2 cylinders connected by a tube at the bottom with the smaller cylinder open to the atmosphere and 702.9N pressing down on the other side. I believe it has to do with the pressure being equal on both sides or...- JSBeckton
- Thread
- Cylinders Equilibrium Height
- Replies: 2
- Forum: Introductory Physics Homework Help
-
K
Rolling motion of plank and cylinders
This will be a long thread... hope you'll take the time to read, cause I really need help. A plank with a mass M = 6.00 kg rides on top of two identical solid cylindrical rollers that have R = 5.00 cm and m = 2.00 kg. The plank is pulled by a constant horizontal force F of magnitude 6.00 N...- Kenny Lee
- Thread
- Cylinders Motion Rolling Rolling motion
- Replies: 7
- Forum: Introductory Physics Homework Help
-
L
Contact between two rings or two cylinders
Hello, I would be interrested in comments, references, books, papers and web pages regarding the problem of mechanical contact between two rings. The attached picture describes the geometry of the problem: a ring (tube) is resting on the bottom of a larger ring (tube). These two rings are...- lalbatros
- Thread
- Contact Cylinders Rings
- Replies: 4
- Forum: Mechanical Engineering
-
Time machines and rotating cylinders
GR allows for the possibility of travel in time by the space-dragging effect of an infinitely long, dense, rotating cylinder. Q: Why does the cylinder have to be infinitely long? A: It doesn't, an extremely long cylinder will do - long enough to eliminate "edge effects". Q: Why even...- DaveC426913
- Thread
- Cylinders Machines Rotating Time
- Replies: 2
- Forum: Special and General Relativity
-
B
Find the volume of the solid which is bounded by the cylinders
Q. Find the volume of the solid which is bounded by the cylinders x^2 + y^2 = r^2 and y^2 + z^2 = r^2. To me they don't really look like equations of cylinders, more like circles. Would the term "r" be constant in this case? Or would it be a variable? Even if r is a variable, I don't understand...- Benny
- Thread
- Bounded Cylinders Solid Volume
- Replies: 3
- Forum: Introductory Physics Homework Help
-
I
Capacitance of a cylinder containing an infinite number of cylinders
I am a struggling physiology PhD student and would very much appreciate some help... I need an expression for the capacitance of a cylinder (of finite radius and length) containing an infinite number of infinitely thin cylinders. Any help would be greatly appreciated! Many thanks, -Ian- IanS
- Thread
- Capacitance Cylinder Cylinders Infinite
- Replies: 2
- Forum: Electromagnetism
-
H
Gauss' Law & 2 Charged Cylinders
Hi, could someone offer some advice on the following problem: ===== Q. Using Gauss' law, obtain expressions for the electric field and potential in the space between two thin, hollow, concentric conducting cylinders, of radii a and b, with the outer cylinder connected to earth ===== I...- Hoofbeat
- Thread
- Charged Cylinders Gauss Gauss' law Law
- Replies: 3
- Forum: Introductory Physics Homework Help
-
V
Calculating Average Value of f(x,y,z) in Solid Bounded by Cylinders
Here is the problem: First Part (already done): Find the volume of the solid that is bounded above by the cylinder z = 4 - x^2, on the sides by the cylinder x^2 + y^2 = 4, and below by the xy-plane. Answer: \int_{-2}^{2}\int_{-\sqrt{4 - x^2}}^{\sqrt{4 - x^2}}\int_{0}^{4 -...- VinnyCee
- Thread
- Average Average value Bounded Cylinders Solid Value
- Replies: 2
- Forum: Introductory Physics Homework Help
-
V
Calculating Volume of Solid Bounded by Cylinders and Plane
Here is the problem: Find the volume of the solid that is bounded above by the cylinder z = 4 - x^2, on the sides by the cylinder x^2 + y^2 = 4, and below by the xy-plane. Here is what I have: \int_{-2}^{2}\int_{-\sqrt{4 - x^2}}^{\sqrt{4 - x^2}}\int_{0}^{4 - x^2}\;dz\;dy\;dx\;=\;12\pi...- VinnyCee
- Thread
- Bounded Cylinders Plane Solid Volume Volume of solid
- Replies: 2
- Forum: Introductory Physics Homework Help
-
G
Why is there no electric field inside a hollow cylinder?
Why is there no electric field inside a hollow cylinder? :confused: :confused: :confused: Thanks.- garytse86
- Thread
- Cylinders Electric Electric fields Fields
- Replies: 2
- Forum: Introductory Physics Homework Help
-
S
Electric field due to concentric cylinders
2 long charged concentric cylinders have radii of 3.22cm and 6.18cm. Surface charge densit of the inner cylinder is 2.41 micro C / m^2 and outer cylinger is -18.0microC/ m^2. Find electric field at r = 4.10cm (r is the radius as taken from the central axid of these two concetric cylinders) i...- stunner5000pt
- Thread
- Cylinders Electric Electric field Field
- Replies: 4
- Forum: Introductory Physics Homework Help
-
A
Concentric cylinders and grounding
OK, so we have a coaxial cable that consists of a solid cylinder at the core and two concentric cylindrical shells. All the components are conductors. The outer surface of the outer cylinder is grounded and the inner solid cylinder has a linear charge density of lambda. Disregarding the...- Allday
- Thread
- Cylinders Grounding
- Replies: 2
- Forum: Introductory Physics Homework Help
-
S
Calculating Film Thickness on Rotating Cylinders with Fluid Gap?
I am trying to solve a problem concering roll coating. This is 2 rotating cylinders whith different speeds. The two cylinders are in the same horizontal plane. They don't touch each other, but are close together. On one cylinder there is a fluid. When the fluid goes through the gap, the point...- Samy1977
- Thread
- Cylinders Fluid
- Replies: 4
- Forum: Classical Physics
-
M
Solving Pressure Shooter Kink: Find Volume & Air Needed
I've made this pressure shooter for school, but I can't quite figure out this kink. If the cylinder has a volume of 4,994.57 cubic centimeters, and I plan on filling it with 100 psi of air (I want to maximize the pressure) how much air am I going to need? I could just flow it in, but I need to... -
Riding Verticle Cylinders: A Physics Case Study
Hi, I was just about to finish the chapter on gravity and gravitation in my physics book when I came across (in another physics book) an example problem that showed a motorcycle stuntman riding on the inside walls of a right verticle cylinder. I wondered how it was possible for him to to around...- Cyrus
- Thread
- Cylinders Physics Study
- Replies: 3
- Forum: Classical Physics