How to Simplify (2n-1)? Any Takes?

  • Thread starter marc.morcos
  • Start date
  • Tags
    Simplify
In summary, the conversation discusses the simplification of the expression (2n-1)!2n!/2n. Different solutions are proposed, including using Stirling's approximation and considering the precedence of factorial in relation to other mathematical operators. The conversation also emphasizes the importance of avoiding sloppiness in mathematical expressions and the use of parentheses when in doubt.
  • #1
marc.morcos
11
0
Any Takes?
 
Mathematics news on Phys.org
  • #2
Oh boy -- wait until Danger gets a hold of this one!
 
  • #3
1)Part of a homework?
2)What do you mean by "simplify"?
 
  • #4
i mean like u know how
(n+1)! = n!(n+1)

can we do something like that for (2n-1)!
 
  • #5
2n!/2n

Simple enough?
:smile:
 
  • #6
tehno said:
2n!/2n

Simple enough?
:smile:

Simple enough, but it is also wrong.

[tex] \frac {2n!} {2n} = (n-1)! [/tex]

Which is not the original expression.
 
  • #7
I think he meant (2n)!/2n...
 
  • #8
tehno got it right, integral is wrong. In other words m!=m*(m-1)!, where m=2n.
 
  • #9
mathman said:
tehno got it right, integral is wrong. In other words m!=m*(m-1)!, where m=2n.

Integral is correct. Pedantically correct, but correct. Math and sloppiness don't mix. The factorial operator has a higher precedence than multiplication:
[tex]2n! = 2(n!)[/tex]
Therefore,
[tex]\frac{2n!}{2n} = \frac 2 2 \frac {n!}n = (n-1)![/tex]

Techno meant to say
[tex](2n-1)! = \frac{(2n)!}{2n}[/tex]
 
  • #10
Does not (2n-1)! look simple enough itself, giving a clear impression of the function! If one tries to calculate the value of it in a simpler fashion for large n then "Stirling's" approximation is available.
 
  • #11
D H said:
The factorial operator has a higher precedence than multiplication:

i've never heard of that before... :uhh: :confused:
 
  • #12
fourier jr said:
i've never heard of that before... :uhh: :confused:

Factorial is repeated multiplication, as is exponentiation. Exponentiation has higher precedence than multiplication, so it makes sense that factorial has higher precedence than multiplication. In fact, the factorial operator has higher precedence that exponentiation by convention.

Math and sloppiness don't mix. When in doubt, use parentheses. This rule carries over to computer programming. C, for example, has seventeen precedence levels. When in doubt, use parentheses.
 

1. What does "2n-1" mean?

The expression "2n-1" is an algebraic expression where n is a variable. This means that the value of the expression can change depending on the value of n. For example, if n=2, then the expression becomes 2(2)-1, which simplifies to 3.

2. How do you simplify "2n-1"?

To simplify "2n-1", you can use the distributive property of multiplication over addition. This means that you can rewrite the expression as 2n+(-1). Then, you can combine like terms (in this case, 2n) to get the simplified expression of 2n-1.

3. Can "2n-1" be simplified further?

No, "2n-1" is already in its simplest form. The expression cannot be simplified any further because there are no like terms to combine and no common factors to factor out.

4. How can "2n-1" be used in real-life situations?

The expression "2n-1" can be used to represent various real-life situations that involve a variable. For example, if n represents the number of hours worked and 2n-1 represents the amount of money earned after taking out taxes, then the expression can be used to calculate an employee's salary after taxes.

5. What is the difference between "2n-1" and "2(n-1)"?

The main difference between "2n-1" and "2(n-1)" is the placement of the parentheses. In "2n-1", the parentheses are not present, so the expression cannot be simplified any further. However, in "2(n-1)", the parentheses indicate that the expression inside should be simplified first before multiplying by 2. This results in a different simplified expression of 2n-2.

Similar threads

Replies
13
Views
1K
  • General Math
Replies
14
Views
1K
  • General Math
Replies
5
Views
1K
  • General Math
Replies
5
Views
1K
  • General Math
Replies
3
Views
1K
  • General Math
Replies
3
Views
718
  • General Math
Replies
15
Views
1K
  • General Math
Replies
7
Views
3K
  • General Math
Replies
1
Views
685
Back
Top