Recent content by jing2178

  1. J

    Formation of 1st Solar System: Timeline Since Big Bang

    Is there an estimate of how long after the big-bang could a solar system similar to ours (ie star and orbiting planets) have first existed?
  2. J

    Medical Can a Brain Injury Affect My Ability to do Math?

    As a mathematician you probably like graphs. There does appear to be a cycle of emotional responses to change. Particularly ones that are as dramatic as your accident and your grief over your perceived loss of mathematical ability. This is the Kubler/Ross Graph of emotional responses over time...
  3. J

    Medical Can a Brain Injury Affect My Ability to do Math?

    At the time you had your accident it was impossible for anyone, including yourself, to predict how good your future self would be at solving mathematical problems or even how committed you would remain to mathematics - there are many different distractions in the world. It is now still...
  4. J

    Can someone prove this basic identity?

    Not so sure that you can just say they are two notations for the same function. You can define $$\sqrt(x)$$ as that number when multiplied by itself is $$x$$, ie square root is inverse of squaring. However when dealing with powers you cannot just say well $$x^{\frac{1}{2}}$$ is a new...
  5. J

    Why Is the Order of Operations Important in Math?

    It could have developed that arithmetic was calculated from left to right so that 2 + 3 * 5 = 25 and to show that the multiplication needed to be done first then you would write 2 + (3 * 5) = 17 So why not this and why multiplication first? Mathematics did arise from the physical world...
  6. J

    Confusing Students with Fractions

    We all know that 12/25 + 18/30 is not 30/55 yet students are happily told that they got 12 out of 25 in their first maths test and 18 out of 30 in their second maths test giving a total of 30 out of 55 So in this case 12/25 and 18/30 is 30/55 So should we be surprised when students say...
  7. J

    Why Is the Order of Operations Important in Math?

    The order of operations does make sense in the physical world. In your example there are 9 apples and 3 apples are taken away before the apples are shared between 2 people. Thus the subtraction 9 apples take away 3 apples to give 6 apples is done first then the 6 apples are shared between the...
  8. J

    How Do You Solve This Trigonometric Limit Problem?

    What do you know about sin(x), cos(x) and tan(x) when x is very small?
  9. J

    What Launch Speed Does the Motorcyclist Need to Clear the Jump?

    Equation 1 t missing vAsin(30)t - \frac{9.81}{2}t2 = 0 Equation 2 to stop confusion with cos(30t) vAcos(30)t = 25
  10. J

    Taking a slice of a two dimensional array

    Thank you that is useful. As it is still a 2D representation of the line I think I will need to look at the projection of the line (and hence pixels) on boundary lines parallel to the axes.
  11. J

    Taking a slice of a two dimensional array

    The source of this question is an unanswered question at stackoverflow but I believe is more mathematical than computational. My question arising from this is. You have a two dimensional array of numbers, each element of the array is represented by a square box. The boxes arranged into a...
  12. J

    Sequence of numbers divisible by 7.

    You have found the first term is 105, the next is 105+7, the next 105+2*7, the next 105+3*7 You have an arithemtic sequence. Where a0 is first term, an the nth term, an-1 last term, n the number of terms and d the common difference a0=105 an-1 = 994 d=7 an = a0 +(n-1)d use this to...
  13. J

    Solving a System of Equations: Understanding F_B

    Same thing really 5x + 8x + 4x = 17x add the x's 5x + 8x + 4X =(5 + 8 + 4)x = 17x factorise the x and add When the coefficients more complicated as in your question it is usual to factorise and in the example as given it shows the how the result was achieved.
  14. J

    Proof of Divisibility of k|n Given Relatively Prime k,m

    You state however k\n ... it follows...k|n Again you only use k relative prime to m only to state that k does not divide m this is not sufficient
Back
Top