Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#1 2014-02-25 05:15:51

Agnishom
Real Member
From: Riemann Sphere
Registered: 2011-01-29
Posts: 24,974
Website

What am I doing wrong?

Question wrote:

The sum of n, 2n , 3n terms of an A.P are s1 , s2 and s3 respectively . Prove that s3=3(s2-s1)

(%i1) s(n) := (2*a + (n-1)*d)*(n/2)$

(%i2) is(s(3*n) = 3*(s(2*n)-s(n)));
(%o2)                                false

It seems what we are being told in the question itself is wrong.

How do you do the same with M?


'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.

Offline

#2 2014-02-25 05:34:32

Agnishom
Real Member
From: Riemann Sphere
Registered: 2011-01-29
Posts: 24,974
Website

Re: What am I doing wrong?

OK Guys,

this works

(%i21) is(equal(s(3*n),3*(s(2*n)-s(n))));
(%o21)                               true

'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.

Offline

#3 2014-02-25 05:37:23

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: What am I doing wrong?

That statement is true.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#4 2014-02-25 05:46:55

Agnishom
Real Member
From: Riemann Sphere
Registered: 2011-01-29
Posts: 24,974
Website

Re: What am I doing wrong?

How do you check it with M?


'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.

Offline

#5 2014-02-25 05:47:47

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: What am I doing wrong?

In M talk:

arithsum[n_,a1_,d_]:=(n/2)(2a1+(n-1)d);
s1 = arithsum[n, a1, d]
s2 = arithsum[2 n, a1, d]
s3 = arithsum[3 n, a1, d]
FullSimplify[s3 == 3 (s2 - s1)]

M knows the true false status of many things.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#6 2014-02-25 06:04:01

Agnishom
Real Member
From: Riemann Sphere
Registered: 2011-01-29
Posts: 24,974
Website

Re: What am I doing wrong?

What does the FullSimplify command do?


'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.

Offline

#7 2014-02-25 06:09:25

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: What am I doing wrong?

That is the extreme command given to M who will then try to simplify the expression or boolean statement using all the known laws of algebra and many others.

There is Simplify, Expand, Together, Apart, PowerExpand, FunctionExpand, TrigExpand and many more. These use different rules to try to simplify an expression.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#8 2014-02-25 06:09:40

Agnishom
Real Member
From: Riemann Sphere
Registered: 2011-01-29
Posts: 24,974
Website

Re: What am I doing wrong?

bobbym wrote:

M knows the true false status of many things.

Why doesn't the following commands work then?

Boole[my kitchen bigger than bobbym's]
Boole[fermat's last theorem is true]
Boole[urns are better than boxes]

'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.

Offline

#9 2014-02-25 06:13:59

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: What am I doing wrong?

For the same reason they do not work in any programming paradigm.

M knows what every working mathematician knows and can deduce a heck of a lot more at higher speeds and greater accuracy. It can thus discover new things and many journal articles and the formula site were written by M's discoveries. But it can not answer questions that it has no information about.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#10 2014-02-25 06:17:54

Agnishom
Real Member
From: Riemann Sphere
Registered: 2011-01-29
Posts: 24,974
Website

Re: What am I doing wrong?

Okay but I really wanted to know how big your kitchen is. sad

http://pastebin.com/e9ahjjn9 <- This is a proof that can be done by hand


'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.

Offline

#11 2014-02-25 06:22:32

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: What am I doing wrong?

My kitchen is small. I have a small apartment in the seedy side of town. Yes, it is a ghetto.

Of course you can do it by hand in M too and most of the time I use M to assist me.

The power of brain, M and G is so great that it answered a question that a whole bunch of bloated mathematicians can not answer. This is why I stress it. Without it, I would not be here.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#12 2014-02-25 06:26:58

Agnishom
Real Member
From: Riemann Sphere
Registered: 2011-01-29
Posts: 24,974
Website

Re: What am I doing wrong?

It is of course true that real life problems cannot be solved without computers. But using a Computer to do trivial problems will make the brain dependent on it.

Confucius wrote:

Do not use a canon to kill a mosquito.


'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.

Offline

#13 2014-02-25 06:29:39

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: What am I doing wrong?

Yes, but there is an enlightening article by T. Grey and many by DZ. They stress using the package and then go golfing. These men are not idiots, they are geniuses. We can at least give their opinions some thought, perhaps even a try and see what happens.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#14 2014-02-25 06:33:11

Agnishom
Real Member
From: Riemann Sphere
Registered: 2011-01-29
Posts: 24,974
Website

Re: What am I doing wrong?

Link?


'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.

Offline

#15 2014-02-25 06:36:12

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: What am I doing wrong?

I do not have them at hand but will look for the Grey article. I do not think you are ready for the DZ opinions so they will come later. Mind you though, you already know a lot of them from me.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#16 2014-02-25 06:50:24

Bob
Administrator
Registered: 2010-06-20
Posts: 10,164

Re: What am I doing wrong?

Agnishom wrote:

Confucius wrote:

Do not use a canon to kill a mosquito.

Did he really say this?  Unlikely I think.

Dictionary.com wrote:

canon
noun 
1.
an ecclesiastical rule or law enacted by a council or other competent authority and, in the Roman Catholic Church, approved by the pope.

Wiki wrote:

The earliest developments of the gun barrel and the projectile-fire cannon were found in late Song China

and

The Song Dynasty was a ruling dynasty in China between 960 and 1279

and

Confucius (551–479 BC) was a Chinese teacher, editor, politician, and philosopher .

I rest my case.  smile  smile  smile

Bob


Children are not defined by school ...........The Fonz
You cannot teach a man anything;  you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you!  …………….Bob smile

Offline

#17 2014-02-25 06:56:36

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: What am I doing wrong?

You are right! The correct quote is "get a bigger hammer."


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#18 2014-02-25 07:06:04

Agnishom
Real Member
From: Riemann Sphere
Registered: 2011-01-29
Posts: 24,974
Website

Re: What am I doing wrong?

bob bundy wrote:
Agnishom wrote:

Confucius wrote:

Do not use a canon to kill a mosquito.

Did he really say this?  Unlikely I think.

Dictionary.com wrote:

canon
noun 
1.
an ecclesiastical rule or law enacted by a council or other competent authority and, in the Roman Catholic Church, approved by the pope.

Wiki wrote:

The earliest developments of the gun barrel and the projectile-fire cannon were found in late Song China

and

The Song Dynasty was a ruling dynasty in China between 960 and 1279

and

Confucius (551–479 BC) was a Chinese teacher, editor, politician, and philosopher .

I rest my case.  smile  smile  smile

Bob

Sorry, the correct expression is

bobbym wrote:
Confucius wrote:

Do not use a canon to kill a mosquito.


'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.

Offline

#19 2014-02-25 07:06:51

Bob
Administrator
Registered: 2010-06-20
Posts: 10,164

Re: What am I doing wrong?

Cannot find a bigger hammer but this guy is a big Hammer.

http://www.whufc.com/articles/20140220/ … 84_3678044


Children are not defined by school ...........The Fonz
You cannot teach a man anything;  you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you!  …………….Bob smile

Offline

#20 2014-02-25 07:10:03

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: What am I doing wrong?

Looks like David Icke.

They do attribute that quote to Confucius.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#21 2014-02-25 20:31:46

Agnishom
Real Member
From: Riemann Sphere
Registered: 2011-01-29
Posts: 24,974
Website

Re: What am I doing wrong?

In[1]:= arithsum[n_, a1_, d_] := (n/2) (2 a1 + (n - 1) d);

In[2]:= s1 = arithsum[n, a1, d]

Out[2]= 1/2 (2 a1 + d (-1 + n)) n

In[3]:= s2 = arithsum[2 n, a1, d]

Out[3]= n (2 a1 + d (-1 + 2 n))

In[4]:= s3 = arithsum[3 n, a1, d]

Out[4]= 3/2 n (2 a1 + d (-1 + 3 n))

In[5]:= FullSimplify[s3 == 3 (s2 - s1)]

Out[5]= True

'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.

Offline

#22 2014-02-25 20:46:41

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: What am I doing wrong?

That is okay, what is the problem?


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

#23 2014-02-25 21:18:53

Agnishom
Real Member
From: Riemann Sphere
Registered: 2011-01-29
Posts: 24,974
Website

Re: What am I doing wrong?

Not any


'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.

Offline

#24 2014-02-25 21:21:53

bobbym
bumpkin
From: Bumpkinland
Registered: 2009-04-12
Posts: 109,606

Re: What am I doing wrong?

Mathematician uses brain.

Programmer uses computer.

Experimental mathematician uses both.


In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.

Offline

Board footer

Powered by FluxBB