Login

Welcome, Guest. Please login or register.

September 14, 2025, 09:31:47 am

Author Topic: Random math questions  (Read 46000 times)  Share 

0 Members and 1 Guest are viewing this topic.

Deleted User

  • Victorian
  • Forum Leader
  • ****
  • Posts: 578
  • Respect: +3
  • School: Xavier College
  • School Grad Year: 2013
Re: Random math questions
« Reply #90 on: April 03, 2013, 02:46:20 pm »
0
Can you expand the induction step please?

If we subbed in n= k+1 into n^3 < 2^n, how would we get to what you wrote?

brightsky

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3136
  • Respect: +200
Re: Random math questions
« Reply #91 on: April 03, 2013, 03:04:28 pm »
0
2^n > n^3 --> note that this only holds for n greater or equal to 10.
2020 - 2021: Master of Public Health, The University of Sydney
2017 - 2020: Doctor of Medicine, The University of Melbourne
2014 - 2016: Bachelor of Biomedicine, The University of Melbourne
2013 ATAR: 99.95

Currently selling copies of the VCE Chinese Exam Revision Book and UMEP Maths Exam Revision Book, and accepting students for Maths Methods and Specialist Maths Tutoring in 2020!

Deleted User

  • Victorian
  • Forum Leader
  • ****
  • Posts: 578
  • Respect: +3
  • School: Xavier College
  • School Grad Year: 2013
Re: Random math questions
« Reply #92 on: April 03, 2013, 05:13:38 pm »
0
Okay so how would I prove by induction that this is true for n>= 10 though?

brightsky

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3136
  • Respect: +200
Re: Random math questions
« Reply #93 on: April 03, 2013, 05:42:48 pm »
0
need to prove P(n): 2^n > n^3, for n>=10
check P(10): 2^10 > 10^3 or 1024 > 1000 is true
now assume P(k) is true, where k >= 10. we now need to prove that if this assumption is made, then P(k+1) is also true.
P(k): 2^k > k^3
P(k+1): 2^(k+1) > (k+1)^3 = k^3 + 3k^2 + 3k + 1
LHS = 2^(k+1)
=2*2^k
>2*k^3 (from inductive hypothesis)
= k^3 + k^3
>k^3 + 3k^2 + 3k + 1 (prove later that k^3 > 3k^2 + 3k + 1 for k>= 10)
=(k+1)^3
if all's well, then P(k+1) is also true, which means, according to the principle of maths induction, P(n) is true.

now we need to prove that k^3 > 3k^2 + 3k + 1, for k>= 10
now since k>= 10
k^3 = k*k^2 >= 10k^2 = 3k^2 + 3k^2 + 4k^2 which is obviously greater than 3k^2 + 3k + 1

QED
2020 - 2021: Master of Public Health, The University of Sydney
2017 - 2020: Doctor of Medicine, The University of Melbourne
2014 - 2016: Bachelor of Biomedicine, The University of Melbourne
2013 ATAR: 99.95

Currently selling copies of the VCE Chinese Exam Revision Book and UMEP Maths Exam Revision Book, and accepting students for Maths Methods and Specialist Maths Tutoring in 2020!

kamil9876

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1943
  • Respect: +109
Re: Random math questions
« Reply #94 on: April 03, 2013, 06:44:16 pm »
+1
Here is a slightly quicker way to do the induction step, which is essentially what I did in the previous post. One can show that for we have . To prove this you can verify this holds for and then notice that it is a decreasing function of hence the expression remains less than . Hence can be proven via:

Voltaire: "There is an astonishing imagination even in the science of mathematics ... We repeat, there is far more imagination in the head of Archimedes than in that of Homer."

#1procrastinator

  • Victorian
  • Forum Regular
  • **
  • Posts: 77
  • Respect: 0
Re: Random math questions
« Reply #95 on: April 06, 2013, 10:54:47 pm »
0
How would you show that when you rotate a square, the angles the edges make with the horizontal and vertical are equal? (i'm just assuming it's true :p)

brightsky

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3136
  • Respect: +200
Re: Random math questions
« Reply #96 on: April 06, 2013, 11:14:38 pm »
0
draw a square around the square you are rotating. you will get 4 congruent triangles.
2020 - 2021: Master of Public Health, The University of Sydney
2017 - 2020: Doctor of Medicine, The University of Melbourne
2014 - 2016: Bachelor of Biomedicine, The University of Melbourne
2013 ATAR: 99.95

Currently selling copies of the VCE Chinese Exam Revision Book and UMEP Maths Exam Revision Book, and accepting students for Maths Methods and Specialist Maths Tutoring in 2020!

#1procrastinator

  • Victorian
  • Forum Regular
  • **
  • Posts: 77
  • Respect: 0
Re: Random math questions
« Reply #97 on: April 07, 2013, 01:58:51 am »
0
is there a non-visual proof?

kamil9876

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1943
  • Respect: +109
Re: Random math questions
« Reply #98 on: April 07, 2013, 01:12:02 pm »
0
How would you show that when you rotate a square, the angles the edges make with the horizontal and vertical are equal? (i'm just assuming it's true :p)

Can you be a bit more specific? Is the rotation by any angle? Which horizontal and vertical are we talking about? And which angle specifically?
Voltaire: "There is an astonishing imagination even in the science of mathematics ... We repeat, there is far more imagination in the head of Archimedes than in that of Homer."

#1procrastinator

  • Victorian
  • Forum Regular
  • **
  • Posts: 77
  • Respect: 0
Re: Random math questions
« Reply #99 on: April 07, 2013, 06:23:12 pm »
0
Can you be a bit more specific? Is the rotation by any angle? Which horizontal and vertical are we talking about? And which angle specifically?

i suppose so. by horizontal and vertical lines i mean the edges of the square you draw around it after rotation

Deleted User

  • Victorian
  • Forum Leader
  • ****
  • Posts: 578
  • Respect: +3
  • School: Xavier College
  • School Grad Year: 2013
Re: Random math questions
« Reply #100 on: April 10, 2013, 08:37:33 pm »
0
How do I do d^4/dt^4 (e^(-t) cos(2t))? Thank you

brightsky

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3136
  • Respect: +200
Re: Random math questions
« Reply #101 on: April 10, 2013, 09:25:22 pm »
+2
d^4/dt^4 (e^(-t) cos(2t))
= d^4/dt^4 (e^(-t) Re(e^(2it))
= Re [d^4/dt^4 (e^(-t)*e^(2it))]
= Re [d^4/dt^4 (e^(t(-1 + 2i)))]
= Re [(-1 + 2i)^4*e^(-t)*e^(2it)]
= e^(-t) Re [(-7+24i) (cos(2t) + i*sin(2t))]
= e^(-t) [-7cos(2t)-24sin(2t)]
2020 - 2021: Master of Public Health, The University of Sydney
2017 - 2020: Doctor of Medicine, The University of Melbourne
2014 - 2016: Bachelor of Biomedicine, The University of Melbourne
2013 ATAR: 99.95

Currently selling copies of the VCE Chinese Exam Revision Book and UMEP Maths Exam Revision Book, and accepting students for Maths Methods and Specialist Maths Tutoring in 2020!

Jeggz

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 493
  • Respect: +42
  • School: Presbyterian Ladies' College
  • School Grad Year: 2013
Re: Random math questions
« Reply #102 on: April 10, 2013, 09:41:23 pm »
+2
How do I do d^4/dt^4 (e^(-t) cos(2t))? Thank you











Edit: Majorly Beaten  :P
Melbourne University - Commerce; Actuarial Studies.

Tutoring 2015 - Email/PM for places!

Deleted User

  • Victorian
  • Forum Leader
  • ****
  • Posts: 578
  • Respect: +3
  • School: Xavier College
  • School Grad Year: 2013
Re: Random math questions
« Reply #103 on: April 11, 2013, 08:46:02 pm »
0
Thanks guys. Also, can someone explain to me how

Re(1+sqrt(3)i)^51 can be written as -2^51

and

Im(1+i)^75 can be written as 2^37?

polar

  • Guest
Re: Random math questions
« Reply #104 on: April 11, 2013, 08:56:33 pm »
+3
Thanks guys. Also, can someone explain to me how

Re(1+sqrt(3)i)^51 can be written as -2^51

and

Im(1+i)^75 can be written as 2^37?

hint: use de moivre's theorem
« Last Edit: April 11, 2013, 09:02:57 pm by polar »