Welcome
Username or Email:

Password:


Missing Code




[ ]
[ ]
Online
  • Guests: 19
  • Members: 0
  • Newest Member: omjtest
  • Most ever online: 396
    Guests: 396, Members: 0 on 12 Jan : 12:51
Members Birthdays:
All today's birthdays', congrats!
Krautesh Vakir (43)
Aziz Efendi (38)


Next birthdays
07/06 Danielle (34)
07/07 MicroTesla (34)
07/09 Avi (41)
Contact
If you need assistance, please send an email to forum at 4hv dot org. To ensure your email is not marked as spam, please include the phrase "4hv help" in the subject line. You can also find assistance via IRC, at irc.shadowworld.net, room #hvcomm.
Support 4hv.org!
Donate:
4hv.org is hosted on a dedicated server. Unfortunately, this server costs and we rely on the help of site members to keep 4hv.org running. Please consider donating. We will place your name on the thanks list and you'll be helping to keep 4hv.org alive and free for everyone. Members whose names appear in red bold have donated recently. Green bold denotes those who have recently donated to keep the server carbon neutral.


Special Thanks To:
  • Aaron Holmes
  • Aaron Wheeler
  • Adam Horden
  • Alan Scrimgeour
  • Andre
  • Andrew Haynes
  • Anonymous000
  • asabase
  • Austin Weil
  • barney
  • Barry
  • Bert Hickman
  • Bill Kukowski
  • Blitzorn
  • Brandon Paradelas
  • Bruce Bowling
  • BubeeMike
  • Byong Park
  • Cesiumsponge
  • Chris F.
  • Chris Hooper
  • Corey Worthington
  • Derek Woodroffe
  • Dalus
  • Dan Strother
  • Daniel Davis
  • Daniel Uhrenholt
  • datasheetarchive
  • Dave Billington
  • Dave Marshall
  • David F.
  • Dennis Rogers
  • drelectrix
  • Dr. John Gudenas
  • Dr. Spark
  • E.TexasTesla
  • eastvoltresearch
  • Eirik Taylor
  • Erik Dyakov
  • Erlend^SE
  • Finn Hammer
  • Firebug24k
  • GalliumMan
  • Gary Peterson
  • George Slade
  • GhostNull
  • Gordon Mcknight
  • Graham Armitage
  • Grant
  • GreySoul
  • Henry H
  • IamSmooth
  • In memory of Leo Powning
  • Jacob Cash
  • James Howells
  • James Pawson
  • Jeff Greenfield
  • Jeff Thomas
  • Jesse Frost
  • Jim Mitchell
  • jlr134
  • Joe Mastroianni
  • John Forcina
  • John Oberg
  • John Willcutt
  • Jon Newcomb
  • klugesmith
  • Leslie Wright
  • Lutz Hoffman
  • Mads Barnkob
  • Martin King
  • Mats Karlsson
  • Matt Gibson
  • Matthew Guidry
  • mbd
  • Michael D'Angelo
  • Mikkel
  • mileswaldron
  • mister_rf
  • Neil Foster
  • Nick de Smith
  • Nick Soroka
  • nicklenorp
  • Nik
  • Norman Stanley
  • Patrick Coleman
  • Paul Brodie
  • Paul Jordan
  • Paul Montgomery
  • Ped
  • Peter Krogen
  • Peter Terren
  • PhilGood
  • Richard Feldman
  • Robert Bush
  • Royce Bailey
  • Scott Fusare
  • Scott Newman
  • smiffy
  • Stella
  • Steven Busic
  • Steve Conner
  • Steve Jones
  • Steve Ward
  • Sulaiman
  • Thomas Coyle
  • Thomas A. Wallace
  • Thomas W
  • Timo
  • Torch
  • Ulf Jonsson
  • vasil
  • Vaxian
  • vladi mazzilli
  • wastehl
  • Weston
  • William Kim
  • William N.
  • William Stehl
  • Wesley Venis
The aforementioned have contributed financially to the continuing triumph of 4hv.org. They are deserving of my most heartfelt thanks.
Forums
4hv.org :: Forums :: General Chatting
« Previous topic | Next topic »   

Math spam

Move Thread LAN_403
uzzors2k
Tue Oct 21 2008, 03:47PM Print
uzzors2k Registered Member #95 Joined: Thu Feb 09 2006, 04:57PM
Location: Norway
Posts: 1308
I've tried my best to not bring my homework here, but I need to ask a quick question. I have to find the volume of an object rotated around both the X and Y axises (axi?). I have the function expressed as a function of X, and I know that I have to integrate the function, and multiply by pi get the volume for the X-axis object. At least if I remember last year's math correctly. Anyway, for the Y-axis object I'm stumped. I thought I could just try to express the function by Y instead of X, but it's a third degree function and I can't solve it.

Then I considered the problem some more, in both cases the area of the graph (F) when seen in two dimensions is the same, it's just rotated around either the X-axis or the Y-axis. SOOO- Won't the volume be the same in both cases?

I hope this diagram clarifies.

Ue
Back to top
LithiumLord
Wed Oct 22 2008, 12:19AM
LithiumLord Registered Member #1739 Joined: Fri Oct 03 2008, 10:05AM
Location: Moscow, Russia
Posts: 261
>and multiply by pi
Wrong! PI is a scaleless constant, so [m^2]*pi is NOT equal to something in [m^3].

If I were you, I'd integrate the circular area (eg if you have an X-axis lathe object with a given envelope Y=f(x), you just integrate the Pi * f(x)^2 (or /2, can't recall that basic formula lol)).

>Won't the volume be the same in both cases?
Wrong! A simple counter-example - you have a rectangle with dimensions of WxH. The X-lathe is a cylinder with the volume of Pi*H^2*W. The Y-lathe has the volume of Pi*W^2*H.
Back to top
WaveRider
Wed Oct 22 2008, 05:31PM
WaveRider Registered Member #29 Joined: Fri Feb 03 2006, 09:00AM
Location: Hasselt, Belgium
Posts: 500
In cylindrical coordinates, volume V=int(int(int(r.dr).dphi). dx) in this case where r = f(x). Doing the first two inner integrals with limits 0->f(x) and 0->2pi, we get

Rotating about the x axis, V=pi * int(f(x)^2. dx) from 0->1, as the Lord of Lithium correctly points out! wink

To rotate around the y axis, the brute-force method would be to do a similar operation using the inverse of f

V=pi * int(inv(f(x))^2. dx) from 0->f(1)

However, a more elegant way would be to make 0<r<x and 0<y<f(x) to get

V= pi * int(x^2 * f(x). dx)

if I am not mistaken.

Geometrically speaking, rotating around the x-axis, you "add up" the volume of x-centered "disks" of differential thickness dx and radius f(x) along the x axis.

In the case of rotation about the y-axis, you sum up the volumes of annular rings of differential thickness dx, of radius x and height f(x). Does that make sense?


Try to look at these problems in a geometric way rather than a pure "maths" way. I find it helps alot!
Back to top
uzzors2k
Thu Oct 23 2008, 03:26PM
uzzors2k Registered Member #95 Joined: Thu Feb 09 2006, 04:57PM
Location: Norway
Posts: 1308
We had a lecture about it today. It appears V = 2*pi*int(x*f(x)dx) when rotating around the Y-axis. Summing of cylinder volumes in other words, with r = x and the height being f(x).

Thanks for the help!
Back to top

Moderator(s): Chris Russell, Noelle, Alex, Tesladownunder, Dave Marshall, Dave Billington, Bjørn, Steve Conner, Wolfram, Kizmo, Mads Barnkob

Go to:

Powered by e107 Forum System
 
Legal Information
This site is powered by e107, which is released under the GNU GPL License. All work on this site, except where otherwise noted, is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. By submitting any information to this site, you agree that anything submitted will be so licensed. Please read our Disclaimer and Policies page for information on your rights and responsibilities regarding this site.