Login

Welcome, Guest. Please login or register.

August 24, 2025, 01:33:05 pm

Author Topic: mth1030 assignment question  (Read 2508 times)  Share 

0 Members and 1 Guest are viewing this topic.

kimk2kr

  • Victorian
  • Trendsetter
  • **
  • Posts: 116
  • Respect: 0
mth1030 assignment question
« on: October 07, 2013, 08:01:43 pm »
0
Im currently doing MTH1030 atm, and i have a question,

how do you integrate I(n) in terms of I(n-2)?

where I(n)=sin^n(x)


thanks.

BigAl

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1144
  • Respect: +43
  • School: Isik College
Re: mth1030 assignment question
« Reply #1 on: October 07, 2013, 11:21:13 pm »
0
I actually found my assignment from semester one and I'm happy to share it here..but the prof from MIT explains it way better..check her out on YouTube..just type the question :)
2012 ATAR:88.90

2013-2015 Bachelor of Aerospace Engineering and Science (dropped in 2015)
2015-2017 Bachelor of Engineering (Mechanical)

kimk2kr

  • Victorian
  • Trendsetter
  • **
  • Posts: 116
  • Respect: 0
Re: mth1030 assignment question
« Reply #2 on: October 08, 2013, 03:03:11 am »
0
I actually found my assignment from semester one and I'm happy to share it here..but the prof from MIT explains it way better..check her out on YouTube..just type the question :)

i would so much appreciate it if you could share it around. but thanks anyway :)

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: mth1030 assignment question
« Reply #3 on: October 08, 2013, 07:07:06 am »
+1

PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

kimk2kr

  • Victorian
  • Trendsetter
  • **
  • Posts: 116
  • Respect: 0
Re: mth1030 assignment question
« Reply #4 on: October 08, 2013, 03:34:21 pm »
0
(Image removed from quote.)



tytyty that makes it very understandable :)

much appreciate it!

#1procrastinator

  • Victorian
  • Forum Regular
  • **
  • Posts: 77
  • Respect: 0
Re: mth1030 assignment question
« Reply #5 on: October 08, 2013, 05:24:24 pm »
0
(Image removed from quote.)

out of curiosity, did you type that up specifically for this thread or is it that from your notes or something?

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: mth1030 assignment question
« Reply #6 on: October 08, 2013, 06:04:07 pm »
+1
easier to type up in texnic center rather than on VN ($$ and have my own macros in texnic compared to [tex] [/ tex] etcetc)
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

b^3

  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 3529
  • Overloading, just don't do it.
  • Respect: +631
  • School: Western Suburbs Area
  • School Grad Year: 2011
Re: mth1030 assignment question
« Reply #7 on: October 08, 2013, 06:47:19 pm »
0
AN's latex is quite annoying in some regards. I do a similar thing to TrueTears, but run it through matlab code to reformat it for AN's way of latexing sometimes.
2012-2016: Aerospace Engineering/Science (Double Major in Applied Mathematics - Monash Uni)
TI-NSPIRE GUIDES: METH, SPESH

Co-Authored AtarNotes' Maths Study Guides


I'm starting to get too old for this... May be on here or irc from time to time.

#1procrastinator

  • Victorian
  • Forum Regular
  • **
  • Posts: 77
  • Respect: 0
Re: mth1030 assignment question
« Reply #8 on: October 08, 2013, 07:36:59 pm »
0
what's a macro? you mean something the code thing you type for a symbol?

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: mth1030 assignment question
« Reply #9 on: October 08, 2013, 07:58:56 pm »
+1
Code: [Select]
\everymath{\displaystyle}

\newcommand{\pder}[2][]{\frac{\partial#1}{\partial#2}}

\renewcommand\textfraction{.1}



% new code:
\usepackage{rotating}
\renewcommand\textfraction{.1}
\newcommand{\CoJPoD}{\textit{CoJPoD}}
\newcommand{\JPoD}{\textit{JPoD}}
\newcommand{\PoD}{\textit{PoD}}
\usepackage{dcolumn}
\newcommand{\mc}[1]{\multicolumn{1}{c}{#1}}
\newcommand{\astiii}{^{***}}
\newcommand{\astii}{^{**}}
\newcommand{\asti}{^{*}}
\renewcommand{\tabcolsep}{3.5pt}

Something like that, download a latex typeset and play around with it if you want to know more :D

To learn more about LaTeX in general: http://tex.stackexchange.com/
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.