Verifying the Equality for n = 2: Is the Equation Correct?

  • Context:
  • Thread starter Thread starter tmt1
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
tmt1
Messages
230
Reaction score
0
I have this equality

$$\frac{2^n}{n!} + 1 = \frac{{2}^{n + 1}}{n + 1}$$

and I'm not sure if it is correct or how to verify if it is correct. I've tried a few different approaches that have led to dead ends.
 
Mathematics news on Phys.org
tmt said:
I have this equality

$$\frac{2^n}{n!} + 1 = \frac{{2}^{n + 1}}{n + 1}$$

and I'm not sure if it is correct or how to verify if it is correct. I've tried a few different approaches that have led to dead ends.
n = 1
[math]\frac{2^1}{1!} + 1 = \frac{2}{1} + 1 = 2 + 1 = 3[/math]

[math]\frac{2^{1 + 1}}{1 + 1} = \frac{2^2}{2} = \frac{4}{2} = 2[/math]

So the equation can only have solutions for certain n, not all.

Graphing it we can see that the equation has only two solutions close to, but not equal to 1. See below.

Graph

-Dan
 
tmt said:
I have this equality

$$\frac{2^n}{n!} + 1 = \frac{{2}^{n + 1}}{n + 1}$$

and I'm not sure if it is correct or how to verify if it is correct. I've tried a few different approaches that have led to dead ends.

Sorry, I meant to write

$$\frac{2^n}{n!} + 1 = \frac{{2}^{n + 1}}{(n + 1)!}$$

Does this make more sense? I'm trying a bunch of ways to verify it, but none of it works.
 
tmt said:
Sorry, I meant to write

$$\frac{2^n}{n!} + 1 = \frac{{2}^{n + 1}}{(n + 1)!}$$

Does this make more sense? I'm trying a bunch of ways to verify it, but none of it works.
n = 2

[math]\frac{2^2}{2!} + 1 = \frac{4}{2} + 1 = 2 + 1 = 3[/math]

[math]\frac{2^{2 + 1}}{(2 + 1)!} = \frac{2^3}{3!} = \frac{8}{6} = \frac{4}{3}[/math]

You really need to check these before you post them. (n = 1 doesn't work either. I chose n = 2 for variety.)

-Dan