Login

Welcome, Guest. Please login or register.

June 27, 2025, 11:48:37 pm

Author Topic: Cones  (Read 2032 times)  Share 

0 Members and 1 Guest are viewing this topic.

tony3272

  • Victorian
  • Forum Leader
  • ****
  • Posts: 721
  • Hi
  • Respect: +25
  • School: Wantirna College
  • School Grad Year: 2011
Cones
« on: June 24, 2011, 08:15:47 pm »
0
Hey guys. Just wondering, if you had a circle and you cut out a sector of arc length x, and radius r in order to make a cone, how would you express the volume just in terms of x? The equation i've got at the moment still has an r in it and it's not helping my cause at all  :-\
« Last Edit: June 24, 2011, 08:21:57 pm by tony3272 »
2010 : Accounting
2011 : Methods (CAS) | Chemistry  | Physics  | English Language  | Specialist Maths

2012: BCom/BSc @ Monash!

Shark 774

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 261
  • Respect: +1
Re: Cones
« Reply #1 on: June 25, 2011, 02:37:06 pm »
0
Hey guys. Just wondering, if you had a circle and you cut out a sector of arc length x, and radius r in order to make a cone, how would you express the volume just in terms of x? The equation i've got at the moment still has an r in it and it's not helping my cause at all  :-\

I don't think it's possible. Think about it: "r" is the variable that determines the size of the circle, and hence you need "r" to determine the volume of the cone.

b^3

  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 3529
  • Overloading, just don't do it.
  • Respect: +631
  • School: Western Suburbs Area
  • School Grad Year: 2011
Re: Cones
« Reply #2 on: June 25, 2011, 03:36:43 pm »
0
couldn't you just use since that is the arc length, sub it in and then find the volume?
2012-2016: Aerospace Engineering/Science (Double Major in Applied Mathematics - Monash Uni)
TI-NSPIRE GUIDES: METH, SPESH

Co-Authored AtarNotes' Maths Study Guides


I'm starting to get too old for this... May be on here or irc from time to time.

Shark 774

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 261
  • Respect: +1
Re: Cones
« Reply #3 on: June 25, 2011, 04:34:47 pm »
0
couldn't you just use since that is the arc length, sub it in and then find the volume?

We don't have a theta.

tony3272

  • Victorian
  • Forum Leader
  • ****
  • Posts: 721
  • Hi
  • Respect: +25
  • School: Wantirna College
  • School Grad Year: 2011
Re: Cones
« Reply #4 on: June 25, 2011, 04:44:29 pm »
0
Hey guys. Just wondering, if you had a circle and you cut out a sector of arc length x, and radius r in order to make a cone, how would you express the volume just in terms of x? The equation i've got at the moment still has an r in it and it's not helping my cause at all  :-\

I don't think it's possible. Think about it: "r" is the variable that determines the size of the circle, and hence you need "r" to determine the volume of the cone.
Yea that's what ive been thinking. I've punched in a bunch of random equations and ive found no way to express r in terms of x  :-\
2010 : Accounting
2011 : Methods (CAS) | Chemistry  | Physics  | English Language  | Specialist Maths

2012: BCom/BSc @ Monash!

xZero

  • Victorian
  • Forum Leader
  • ****
  • Posts: 898
  • Respect: +68
Re: Cones
« Reply #5 on: June 25, 2011, 05:20:26 pm »
0
you can, the equations required are 'x=r(theta), circumference = 2*pi*r and a relationship between the circle part of the cone and the old circle'. You dont need to know theta, just leave it as a variable. I suggest you to get a piece of paper and do some experiment with it.

BTW is this question from essential text book?
2009: Chinese SLA
2010: English, Maths method[45,A+ A+ A+], Specialist maths[44,A+,A,A+], Physics[40,A,A+,A+], Psychology Atar:94.75
2011-2015: Bachelor of Aerospace Engineering/Science @ Monash

Methods/Spesh/Physics tuition

gossamer

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 335
  • Respect: +13
Re: Cones
« Reply #6 on: June 25, 2011, 05:43:54 pm »
0
Hey guys. Just wondering, if you had a circle and you cut out a sector of arc length x, and radius r in order to make a cone, how would you express the volume just in terms of x? The equation i've got at the moment still has an r in it and it's not helping my cause at all  :-\

I'm not sure that there's a way to express just in terms of x - the volume would also be dependent upon the angle of the sector.

Anyway: (Sorry, it's a bit messy and probably hard to read because I haven't used latex)

x = (2 * pi * r * theta) / 360, where theta is the angle of the sector in degrees
Rearrage:
r = (360 * x) / (2 * pi * theta)
  = (180 * x) / (pi * theta)

x = 2 * pi * r1 as well, where r1 is the radius of the base circle of the cone
r1 = x / (2 * pi)

If you look at the cross-section of the cone, the height of the cone can be found using pythag:
r1^2+h^2=r^2
h=sqrt(r^2-r1^2)
that is,
(x / (2 * pi))^2 + h^2 = ((180*x) / (pi*theta))^2
h = sqrt( ((180 * x) / (pi * theta))^2 - (x / (2*pi))^2 )
h = sqrt( (32400x^2 / pi^2 * theta^2) - ( x^2 / 4 pi^2 ) )
Make the thing inside the sqrt one fraction:
h = sqrt( (129600 x^2 - x^2*pi*theta^2) / (4*pi^2*theta^2) )
h = sqrt( (x^2(129600 -pi*theta^2)) / (4*pi^2*theta^2) ) --> factor x^2 out of the numerator
h = (x * sqrt(129600 -pi*theta^2) ) / 2*pi*theta

Volume of cone = 1/3 * pi*r^2*h

The r used for the formula is what we've called r1 (radius of the base circle of the cone) = x/2pi

So, V = (1/3) * pi * (x/2pi)^2 * (x * sqrt(129600 -pi*theta^2) )/(2*pi*theta)
        = (1/3) * pi * x^2/4pi^2 * (x * sqrt(129600 -pi*theta^2) )/(2*pi*theta)
        = (1/3) * x^2/4pi * (x * sqrt(129600 -pi*theta^2) )/(2*pi*theta)
        = [x^3 * sqrt(129600 -pi*theta^2)] / [24*pi^2*theta]

tony3272

  • Victorian
  • Forum Leader
  • ****
  • Posts: 721
  • Hi
  • Respect: +25
  • School: Wantirna College
  • School Grad Year: 2011
Re: Cones
« Reply #7 on: June 25, 2011, 05:52:06 pm »
0
Hey guys. Just wondering, if you had a circle and you cut out a sector of arc length x, and radius r in order to make a cone, how would you express the volume just in terms of x? The equation i've got at the moment still has an r in it and it's not helping my cause at all  :-\

I'm not sure that there's a way to express just in terms of x - the volume would also be dependent upon the angle of the sector.

Anyway: (Sorry, it's a bit messy and probably hard to read because I haven't used latex)

x = (2 * pi * r * theta) / 360, where theta is the angle of the sector in degrees
Rearrage:
r = (360 * x) / (2 * pi * theta)
  = (180 * x) / (pi * theta)

x = 2 * pi * r1 as well, where r1 is the radius of the base circle of the cone
r1 = x / (2 * pi)

If you look at the cross-section of the cone, the height of the cone can be found using pythag:
r1^2+h^2=r^2
h=sqrt(r^2-r1^2)
that is,
(x / (2 * pi))^2 + h^2 = ((180*x) / (pi*theta))^2
h = sqrt( ((180 * x) / (pi * theta))^2 - (x / (2*pi))^2 )
h = sqrt( (32400x^2 / pi^2 * theta^2) - ( x^2 / 4 pi^2 ) )
Make the thing inside the sqrt one fraction:
h = sqrt( (129600 x^2 - x^2*pi*theta^2) / (4*pi^2*theta^2) )
h = sqrt( (x^2(129600 -pi*theta^2)) / (4*pi^2*theta^2) ) --> factor x^2 out of the numerator
h = (x * sqrt(129600 -pi*theta^2) ) / 2*pi*theta

Volume of cone = 1/3 * pi*r^2*h

The r used for the formula is what we've called r1 (radius of the base circle of the cone) = x/2pi

So, V = (1/3) * pi * (x/2pi)^2 * (x * sqrt(129600 -pi*theta^2) )/(2*pi*theta)
        = (1/3) * pi * x^2/4pi^2 * (x * sqrt(129600 -pi*theta^2) )/(2*pi*theta)
        = (1/3) * x^2/4pi * (x * sqrt(129600 -pi*theta^2) )/(2*pi*theta)
        = [x^3 * sqrt(129600 -pi*theta^2)] / [24*pi^2*theta]
Yeah that's what i've done to get my volume, but i decided not to use that value for r as it's a lot more messy and you still have the variable theta,so when i differentiate it it wont change anything.
2010 : Accounting
2011 : Methods (CAS) | Chemistry  | Physics  | English Language  | Specialist Maths

2012: BCom/BSc @ Monash!

gossamer

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 335
  • Respect: +13
Re: Cones
« Reply #8 on: June 25, 2011, 05:58:50 pm »
0
Yeah that's what i've done to get my volume, but i decided not to use that value for r as it's a lot more messy and you still have the variable theta,so when i differentiate it it wont change anything.
Yeah, the other r would make the equation slightly nicer.
Why are you needing to differentiate it?

tony3272

  • Victorian
  • Forum Leader
  • ****
  • Posts: 721
  • Hi
  • Respect: +25
  • School: Wantirna College
  • School Grad Year: 2011
Re: Cones
« Reply #9 on: June 25, 2011, 06:06:06 pm »
0
Part of an analysis task question, find the max volume, draw and describe the graph, state domain and range etc. etc...
2010 : Accounting
2011 : Methods (CAS) | Chemistry  | Physics  | English Language  | Specialist Maths

2012: BCom/BSc @ Monash!

Shark 774

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 261
  • Respect: +1
Re: Cones
« Reply #10 on: June 26, 2011, 03:54:34 pm »
0
you can, the equations required are 'x=r(theta), circumference = 2*pi*r and a relationship between the circle part of the cone and the old circle'. You dont need to know theta, just leave it as a variable. I suggest you to get a piece of paper and do some experiment with it.

BTW is this question from essential text book?

Technically you can't, coz he said "just in terms of x" ;)