Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 128 129 [130] 131 132 ... 173

Author Topic: Mathematics Help Thread  (Read 215386 times)

ZetaX

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #1935 on: October 14, 2015, 08:14:24 pm »

Spehss_?
Please stop scaring me.
:P
Spoiler: *eldritch noises* (click to show/hide)
Yes, this is actually maths. I actually need to condense half a book's worth of this stuff into a bachelor's thesis.

What kind of evil professor gives horribly technical stuff like stacks as a bachelor thesis' topic¿
Logged

Arx

  • Bay Watcher
  • Iron within, iron without.
    • View Profile
    • Art!
Re: Mathematics Help Thread
« Reply #1936 on: October 15, 2015, 12:01:32 am »

Pseudoedit: Also what Ispil said. Markers tend to be anal about simplification at this level of calc.
My experience is the opposite. Once you get to calculus, it's all about the process, not about algebra. Usually if your answer is an unsimplified form, they'll accept it. The answer is only 1 point anyways.

For the more complicated calculus, fully agreed. For the more basic stuff with trivial simplification steps, I often find there's a mark for it.
Logged

I am on Discord as Arx#2415.
Hail to the mind of man! / Fire in the sky
I've been waiting for you / On this day we die.

MagmaMcFry

  • Bay Watcher
  • [EXISTS]
    • View Profile
Re: Mathematics Help Thread
« Reply #1937 on: October 15, 2015, 01:01:37 pm »

Spehss_?
Please stop scaring me.
:P
Spoiler: *eldritch noises* (click to show/hide)
Yes, this is actually maths. I actually need to condense half a book's worth of this stuff into a bachelor's thesis.

What kind of evil professor gives horribly technical stuff like stacks as a bachelor thesis' topic¿
Technically it's sort of my own fault, I asked my Algebraic Geometry prof for a topic involving singularities and he started talking about reducing singularities on projective curves and also the Stable Reduction Theorem. The second part seemed pretty intuitive when he explained it, but apparently it was way more complicated in theory. We talked about it today and apparently he didn't actually expect me to do that theorem, but he didn't tell me because he wanted to see if I could actually pull it off (spoiler alert: I can't, I have way less than the necessary foundations). So that's nice, I can stop having nightmares about impenetrable textbooks and missing deadlines now.
Logged

TheBiggerFish

  • Bay Watcher
  • Somewhere around here.
    • View Profile
Re: Mathematics Help Thread
« Reply #1938 on: October 20, 2015, 08:55:57 pm »

Ugh.  How do you even nest chain rule derivatives?  How do you even nest chain rule into other rules for that matter?
This is the last question on this worksheet:
(x2-2)4(3x+4)5
Heeeellllpppp.
Logged
Sigtext

It has been determined that Trump is an average unladen swallow travelling northbound at his maximum sustainable speed of -3 Obama-cubits per second in the middle of a class 3 hurricane.

crazysheep

  • Bay Watcher
  • [PREFSTRING:fluffy wool]
    • View Profile
Re: Mathematics Help Thread
« Reply #1939 on: October 20, 2015, 09:27:28 pm »

You want the product rule for derivatives for that last one.
Logged
"Don't be in such a hurry to grow up, for there's nothing a kid can't do."

Culise

  • Bay Watcher
  • General Nuisance
    • View Profile
Re: Mathematics Help Thread
« Reply #1940 on: October 20, 2015, 09:28:55 pm »

Ugh.  How do you even nest chain rule derivatives?  How do you even nest chain rule into other rules for that matter?
This is the last question on this worksheet:
(x2-2)4(3x+4)5
Heeeellllpppp.
Welp, let's start with the basics of a chain rule, using Leibnitz notation since it's easier to visualize here:
Code: [Select]
Dy   Dy   Du
-- = -- * --
Dx   Du   Dx
Now, to nest these together, you can just apply it to the bits inside:
Code: [Select]
Dy   Dy   Dv
-- = -- * --
Du   Dv   Du

Dy   ┌ Dy   Dv ┐   Du
-- = │ -- * -- │ * --
Dx   └ Dv   Du ┘   Dx

So, for example, if you did an equation y = e5x2, you'd have:
Quote
u(x) = 5x2
y(u) = eu (just substitute u in by using the above)

Dy/Du = eu
Du/Dx = 10x
Dy/Dx = Dy/Du * Du/Dx = eu * 10x = 10x * e5x2

However, in this case, you're not really nesting the chain rule.  It's much easier to look at your function as the product of two functions multiplied together, where your two functions are (x2-2)4 and (3x+4)5.  So, I suppose the questions first are:
(a) Have you learned the product rule for derivatives, and
(b) Are you allowed to use it for this function, or are the instructions so very specific about the intended method you're supposed to use that you must use the chain rule? 

EDIT:
Oh, I think I might see what you're asking.  Are you just having trouble using the chain rule on each of these component functions?  It might help you out just to treat each one as its own problem.  Take the derivative of one of the component functions using the chain rule, then take the derivative of the other function using the chain rule, then plug each of those derivatives into the product rule to come out with your final answer. 

So, to elaborate, you've got your function f = g * h.  To find f' (feeling lazy, so now it's Lagrangian notation), find g' and h' by whatever means necessary (the chain rule, here, like the other problems on your worksheet), then use those in the product rule (g * h)' = g' * h + g * h'.  No special tricks, but feel free to point out where you're having trouble if there's an issue. 

EDIT 2: Glitched out on some of the notation.  Should be corrected now.  Also elaborated on the edit a bit. 
« Last Edit: October 20, 2015, 09:54:10 pm by Culise »
Logged

TheBiggerFish

  • Bay Watcher
  • Somewhere around here.
    • View Profile
Re: Mathematics Help Thread
« Reply #1941 on: October 21, 2015, 04:57:29 am »

That makes sense.  Thankye.
Logged
Sigtext

It has been determined that Trump is an average unladen swallow travelling northbound at his maximum sustainable speed of -3 Obama-cubits per second in the middle of a class 3 hurricane.

bahihs

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #1942 on: October 21, 2015, 02:57:42 pm »

Can I post some complex analysis stuff from this book?

Is there anyone here who knows complex analysis? I'm having a lot of trouble understanding the convergence of complex power series.
Logged

ZetaX

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #1943 on: October 21, 2015, 06:32:44 pm »

Spehss_?
Please stop scaring me.
:P
Spoiler: *eldritch noises* (click to show/hide)
Yes, this is actually maths. I actually need to condense half a book's worth of this stuff into a bachelor's thesis.

What kind of evil professor gives horribly technical stuff like stacks as a bachelor thesis' topic¿
Technically it's sort of my own fault, I asked my Algebraic Geometry prof for a topic involving singularities and he started talking about reducing singularities on projective curves and also the Stable Reduction Theorem. The second part seemed pretty intuitive when he explained it, but apparently it was way more complicated in theory. We talked about it today and apparently he didn't actually expect me to do that theorem, but he didn't tell me because he wanted to see if I could actually pull it off (spoiler alert: I can't, I have way less than the necessary foundations). So that's nice, I can stop having nightmares about impenetrable textbooks and missing deadlines now.
Sounds a bit evil to do, but I can understand his motivations. Now that I think about it: I am really different in giving very hard (IMO and such) problems to students that are training for regional or national olympiads, because that was also mostly to see if they can solve them (some very few sometimes succeed). If I shall ever get to that point I might try that with my own students (PhD student close to the finish here).

My knowledge about stacks is pretty lacking (only knowing the basics), but I saw enough to know that this is far too technical for what I would like to work with.


Can I post some complex analysis stuff from this book?

Is there anyone here who knows complex analysis? I'm having a lot of trouble understanding the convergence of complex power series.

There are several as far as I know. Just carry on with the questions. Definitely not as hard as the stacks mentioned above ;-)
Logged

bahihs

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #1944 on: October 21, 2015, 07:51:59 pm »

@Zetax Regarding the stacks, I'll take your word for it ;)

Let me start at the beginning then because there were a lot of things I had trouble with working through the book.

First, in the forward, the author mentions a geometric approach to calculus created by Newton. I was wondering where I might find a book that explores this (or do I have to read the Principia?)

Logged

ZetaX

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #1945 on: October 22, 2015, 07:14:18 am »

First, in the forward, the author mentions a geometric approach to calculus created by Newton. I was wondering where I might find a book that explores this (or do I have to read the Principia?)
I have not heard of this before (it probably falls under "history of mathematics" more than under calculus; and I don't know much about such), but I can imagine it being related to the usual visualisations (derivatives as slopes of tangents, integrals as areas under a curve).
Logged

Reelya

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #1946 on: October 22, 2015, 11:03:28 am »

https://en.wikipedia.org/wiki/History_of_calculus

Newton needed to develop calculus to compute his motion equations.

https://en.wikipedia.org/wiki/Method_of_Fluxions

RoguelikeRazuka

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #1947 on: October 22, 2015, 02:21:54 pm »

Spehss_?
Please stop scaring me.
:P
Spoiler: *eldritch noises* (click to show/hide)
Yes, this is actually maths. I actually need to condense half a book's worth of this stuff into a bachelor's thesis.

What kind of math is it? Wanna get MORE like this.

Hey everybody what areas of mathematics should I get into first in order to gently approach group theory then? Now I'm trying my best to comprehend set theory and topology, and it kind of goes allright so far (even though I generally suck at math).

I also had some of calculus back in the day, but I feel there's no firm soil under my knowledge. Could some suggest a decent textbook on calculus? 

One more thing -- to the mathematicians of this forum -- how many hours a day do you guys dedicate to mathematics?
« Last Edit: October 22, 2015, 02:43:13 pm by RoguelikeRazuka »
Logged

bahihs

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #1948 on: October 24, 2015, 10:41:19 am »

Another question from my stat class:

(a) Suppose that your prior for µ is 2/3:1/3 mixture of N(0, 1) and N(1, 1), and that a single observation is made x ∼ N(µ, 1) and turns out to be equal to 2. What is the posterior probability that µ > 1?

First, I know that the prior is a mixture of normal distributions, so I am wondering if I can just add them (since a linear combination of normals is also normal)?

Second I know I have to use a Bayesian approach to calculate the posterior probability, however I am having trouble figuring out what to condition on. The observation that is given doesn't seem to make sense, since, we are talking about densities so that the probability of getting any particular value is 0.

Am I supposed to use the dirac function to circumvent this?

Any help would be much appreciated.
Logged

Powder Miner

  • Bay Watcher
  • this avatar is years irrelevant again oh god oh f-
    • View Profile
Re: Mathematics Help Thread
« Reply #1949 on: October 28, 2015, 10:19:28 pm »

THERMOCHEMISTRY EQUATION QUESTION (that I'm much too tired for):
If I have 90.0 g of 22.0 C water, how many g of 55.0 C water do I need to reach a total temperature of 37 degrees Celsius?
What is the structure of the equation I use for this?
Logged
Pages: 1 ... 128 129 [130] 131 132 ... 173