Parts of a cuboid after n cuts

  • Thread starter Thread starter gjorgensen
  • Start date Start date
  • Tags Tags
    parts
Click For Summary
SUMMARY

The discussion centers on deriving a recursive formula for the number of parts of a cuboid after n cuts. The user identified a pattern in the number of parts for cuts ranging from 1 to 8, leading to the relationship R(n+1) = 2R(n) - (R(n-1) + 3) for n > 2. However, the user seeks a comprehensive recursive formula applicable to all values of n, including n=0, 1, and 2. Participants suggest finding the general solutions to the complementary equation R(n+1) - 2R(n) + R(n-1) = 0 and then adding a particular solution.

PREREQUISITES
  • Understanding of recursive formulas and sequences
  • Familiarity with polynomial equations
  • Basic knowledge of cuboids and geometric properties
  • Experience with mathematical proofs and derivations
NEXT STEPS
  • Research methods for solving linear recurrence relations
  • Study polynomial interpolation techniques
  • Explore mathematical induction for proving formulas
  • Learn about combinatorial geometry and its applications
USEFUL FOR

Mathematicians, students studying geometry or recursion, and anyone interested in combinatorial problems related to geometric shapes.

gjorgensen
Messages
2
Reaction score
0

Homework Statement


I have been asked to find a recursive formula for the number of parts of a cuboid after n cuts, and then prove my formula.


The Attempt at a Solution


I have through a 3D drawing program figured out a the number of parts after 8 cuts
cuts, parts
1,2
2,4
3,8
4,15
5,25
6,38
7,54
8,73

I have noticed a relationship for n >2, which is that R(n+1)=2R(n) - (R(n-1)+3)
However I am looking for a recursive formula which will work for all n, and I have no idea how to prove this...

I would appreciate all the help I can get!

In advance, thank you!
 
Physics news on Phys.org
welcome to pf!

hi gjorgensen! welcome to pf! :smile:

(try using the X2 icon just above the Reply box :wink:)
gjorgensen said:
R(n+1)=2R(n) - (R(n-1)+3)

However I am looking for a recursive formula which will work for all n …

(that is a recursive formula … you mean you want a non-recursive one! :wink:)

As with any https://www.physicsforums.com/library.php?do=view_item&itemid=158" , first find the general solutions to the "complementary equation", in this case Rn+1 - 2Rn + Rn-1 = 0,

and then add any particular solution to the complete equation (guess a polynomial) :smile:
 
Last edited by a moderator:


tiny-tim said:
hi gjorgensen! welcome to pf! :smile:

(try using the X2 icon just above the Reply box :wink:)


(that is a recursive formula … you mean you want a non-recursive one! :wink:)

As with any https://www.physicsforums.com/library.php?do=view_item&itemid=158" , first find the general solutions to the "complementary equation", in this case Rn+1 - 2Rn + Rn-1 = 0,

and then add any particular solution to the complete equation (guess a polynomial) :smile:


Thanks a lot, but what I meant was that the recursive formula I stated does not work for n=0,1,2. And I know that there exists a recursive formula which works for all n. Any suggestions, or am I misunderstanding something?

again, thank you!
 
Last edited by a moderator:

Similar threads

  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
5K