Page 7 of 11

Re: The Math Help Topic

Posted: Sun Mar 29, 2009 3:54 pm
by stan423321
I've got a question!
What's faster way of counting that?
(1*n) + (2*(n-1)) + ... + ((n-1)*2) + (n*1)

Re: The Math Help Topic

Posted: Sun Mar 29, 2009 6:46 pm
by Hunchman801
n(n+1)²/2 - n(n+1)(2n+1)/6 = n(n+1)(n+2)/6.

Re: The Math Help Topic

Posted: Mon Mar 30, 2009 3:22 pm
by stan423321
Are you sure? Thanks.

Re: The Math Help Topic

Posted: Mon Mar 30, 2009 4:03 pm
by Hunchman801
Well yeah, you just have to write it as the sum of i(n+1-i) and to develop the whole thing.

Re: The Math Help Topic

Posted: Tue Apr 27, 2010 8:54 pm
by Tobbe
I had my math finals today. It went well but there's one thing I couldn't figure out, and it's been bugging me all day. Could someone please solve this differential equation:


y''+2xy'+2y=2

y(0)=0 and y'(0)=0

This is probably ridicolously easy by international standards, but don't blaim me; blaim the crappy level of science and math education in the Norwegian high school.

Re: The Math Help Topic

Posted: Fri Apr 30, 2010 10:05 pm
by Hunchman801
There is no general expression for the solutions of a second-order linear differential equation with non-constant coefficients. There's probably a simple way but I studied this three or four years ago so I don't really remember anything :fou2:

WolframAlpha found it anyway: 1-e-x².

Edit: after a few minutes I found it: y''+2xy'+2y = (y'+2xy)'. The first-order linear equation can be solved easily, and then I'm pretty sure you can do the rest with the constants and everything.
Good to know I can still do math after so many years :)

Re: The Math Help Topic

Posted: Mon May 31, 2010 8:39 pm
by Matyuv
guys can somebody help me with this? it's probably not too hard but I keep getting bullshit in the end

it's the exam period and I'm pretty desperate

Re: The Math Help Topic

Posted: Mon May 31, 2010 8:40 pm
by DesLife
I assume you've tried to integrate it by parts ?

Re: The Math Help Topic

Posted: Tue Jun 01, 2010 12:42 am
by Hunchman801
Well I don't really have time to give it a try tonight but I quickly found out that ∫xdx/√((x-a)(b-x)) = ((a+b)/2)×∫dx/√((x-a)(b-x)) (you just have to integrate (a+b-2x)dx/√((x-a)(b-x))). I'm going to bed now but I'll see what can be done tomorrow when I get back from work.

Re: The Math Help Topic

Posted: Tue Jun 01, 2010 9:09 am
by Matyuv
Yeah that's what I was doing too, and after some work with the demoninator and integrating it I got a couple of -infinities which can't be right... I'll have to recheck it

edit
yes apparently I'd fucked up before, now I get arcsin((2x-(a+b))/(a-b)) which seems better ;O
wolframalpha doesn't agree though :boon:

Re: The Math Help Topic

Posted: Tue Jun 01, 2010 6:23 pm
by DesLife
I got (a+b)*Pi/2 : (a+b)/2 * Arcsin (2u/(b-a)) from (a-b)/2 to (b-a)/2. (With u = x - (a+b)/2)
I'm sure this is good. If you derivate this Arcsin, you get (a+b-2x)dx/√((x-a)(b-x))), which is, as Hunch said, equal to your integral.

Re: The Math Help Topic

Posted: Tue Jun 01, 2010 11:06 pm
by Hunchman801
I have to say guys, we are definitely the most awesome Rayman forum ever :lol:

Re: The Math Help Topic

Posted: Tue Jun 01, 2010 11:12 pm
by DesLife
Hunchman801 wrote:I have to say guys, we are definitely the most awesome forum ever :lol:
I need a strike tag !
Do you have some softwares you can use to write maths (with all the symbols needed, sums, integrals, limits, fractions...) ?
Edit : nevermind, even that piece of shit known as Word provides this.

Re: The Math Help Topic

Posted: Wed Jun 02, 2010 7:57 pm
by Matyuv
OK thank you guys =)

P.S.: strike tag = do want

Re: The Math Help Topic

Posted: Sun Jun 06, 2010 9:33 pm
by Hunchman801
Matyuv wrote:P.S.: strike tag = do want
No way.

Re: The Math Help Topic

Posted: Sun Jun 06, 2010 9:48 pm
by Matyuv
Hunchman801 wrote:
Matyuv wrote:P.S.: strike tag = do want
No way.
Cheers. :partyhat:

Re: The Math Help Topic

Posted: Sun Jun 06, 2010 10:00 pm
by DesLife
Matyuv wrote:
Hunchman801 wrote:
Matyuv wrote:P.S.: strike tag = do want
No way.
Cheers. :partyhat:
Yaay ! Thanks Hunch :mrgreen:

Re: The Math Help Topic

Posted: Mon Jun 07, 2010 12:22 pm
by PluMGMK
Thank you!

Re: The Math Help Topic

Posted: Wed Jun 23, 2010 2:27 pm
by Matyuv
For those of you who are into programming and maths here's a link - http://projecteuler.net/index.php?section=about
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.
It's got some nice problems to solve... I've solved 4 so far lel.

Re: The Math Help Topic

Posted: Wed Jun 23, 2010 5:15 pm
by DesLife
Thanks Matyuv, that seems funny ! Solved the first one, took me some time cause I added the multiples of both 3 and 5 twice, forgot to substract them. :tssk:
I hope the next ones are harder :mrgreen: