Skip to main content
20-Turquoise
October 4, 2022
Solved

Solve, N, fully ?

  • October 4, 2022
  • 2 replies
  • 2254 views

Hi, Everyone.
From the following:

solve, N, fully.PNG

 

How to solve, N, fully (the above) ?


Thanks in advance for your time and help.
Best Regards.
Loi.

Best answer by LucMeekes

LucMeekes_0-1664978213253.png

I'd say: Fun(N)=1, solve, N, fully

should give: N is odd.

 

Success!
Luc

2 replies

25-Diamond I
October 4, 2022

Isn't the solution N = infinite ?

LucMeekes23-Emerald IVAnswer
23-Emerald IV
October 5, 2022

LucMeekes_0-1664978213253.png

I'd say: Fun(N)=1, solve, N, fully

should give: N is odd.

 

Success!
Luc

25-Diamond I
October 5, 2022

@LucMeekes wrote:

 

I'd say: Fun(N)=1, solve, N, fully

should give: N is odd.

I agree. My assumption N=infinity was grossly incomplete 😉

 

Is Maple in MC11 able to prove it? muPad in MC15 isn't:

Werner_E_1-1664980516811.png

Problem is the first summand in Fun(N) (Mathcad changes the order in the result) as already seen here: https://community.ptc.com/t5/Mathcad/Sum-of-reciprocals/m-p/827578/highlight/true#M202986

 

23-Emerald IV
October 7, 2022

Note that you should not assume n>0, since n=0 gives 2*n+1=1, the first odd number.

Can maple prove it?

Let's try:

LucMeekes_0-1665137157170.png

That's equivalent to MuPad's result. Setting n to a n integer:

LucMeekes_1-1665137204240.png

The command simplify:

LucMeekes_3-1665137312015.png

Doesn't simplify, but simplify, max:

LucMeekes_4-1665137433530.png

creates a different result, I've never seen simplify, max create a different result from simply simplify in Mathcad 11.

But then again, simplify, simpler  creates that very same result:

LucMeekes_6-1665137591713.png

 

Luc