IntMath Newsletter: z-Table interactive graph, CK-12 resource, range hood
By Murray Bourne, 04 Feb 2014
4 February 2014
In this Newsletter:
1. New z-Table interactive graph
2. Resource: CK-12.org
3. Math puzzles
4. Friday math movie: Complex numbers in math class
5. Final thought: Giving
0. Sorry about the dummy mail
After I sent the last IntMath Newsletter, I made some updates to the script. When testing it, unfortunately some of my test mails (which contained text like "Lorem ipsum dolor sit amet") went out to a small number of you. I'm very sorry about that!
1. New z-Table interactive graph
Some students get lost understanding what normal probability distributions are all about. You can investigate the meaning of the z-table using this new interactive graph. |
Here's some background on the topic:
Normal Probability Distribution
And here's some background on the new applet:
2. Resource: CK-12.org
CK-12.org is a large collection of free math and science resources. There's lessons, self-testing quizzes, videos and interactive applets. As one of the students says:
|
It's worth a look!
3. Math puzzles
The puzzle in the last IntMath Newsletter asked about the percentage of pages in a book containing the number 5.
Correct answers with explanation were given by Michael, Nicos and Sai Krishna, and Sheldon had the right number of pages. It was interesting to see the different approaches taken by the solvers. Mathematics rarely has one "correct" way of going about things.
Also, some of you questioned whether "a 5" means "one 5 only" or "at least one 5". Interpreting math word questions is one of the biggest challenges people face - reading skills are important in math, too!
New math puzzle
I received a letter from John recently. His problem is a really interesting one because it involves many areas of mathematics. Here's what he wrote:
I am a consultant to cabinet manufacturers. I program their cabinet software to calculate and cutout their cabinet parts on CNC (computer numerical control) machines. A lot of cabinet companies create hoods that go over stoves that are curved on both sides and front. I need to calculate the joint of that curve as if it is laying flat. How do you calculate this?
Here is a picture of the hood.
When viewed from the sides, the curves are arcs of circles, and the very top of the curve is vertical.
The width of the front face at the bottom is 60 cm, at the top is 30 cm wide and the (final) height of the curved portion is 50 cm.
Basically what I need is a formula to plot the Y coordinate of the curve given the X or vice-versa when the piece of sheet metal is laid out flat.
Once you have a solution, you are encouraged to make a model of it so you can be sure it works as expected. Take a photo of your model and upload it to Flickr, Dropbox or wherever, and embed the photo in your response (using something like <img src="LinkToYourImage">), or if that's too troublesome, email me your photo.
Leave your responses here.
4. Friday math movie: Complex numbers in math class
This is a very creative way to present a lesson - funny, too. |
5. Final thought: Giving
Everyone is searching for happiness, and too many people try to find it in gadgets, cars, or other physical objects. Winston Churchill said:
We make a living by what we get, but we make a life by what we give. [Winston Churchill]
Until next time, enjoy whatever you learn.
See the 4 Comments below.
2 Mar 2014 at 7:32 pm [Comment permalink]
I have problem about my calculation in linear algebra specific on the Gaussian & Gauss Jordan elimination method so i requested if could send me any maths software which could help me calculate such problems related to the topic.
3 Mar 2014 at 2:15 pm [Comment permalink]
@Pedington: This page may help: Inverse of a Matrix using Gauss-Jordan Elimination
You can't enter your own numbers, but it gives examples of finding inverses of 2x2, 3x3, 4x4 and 5x5 by Gauss-Jordan method.
26 May 2014 at 12:57 am [Comment permalink]
(Hi Murray,
This is my first attempt at html. Hoping that the equations
come out OK in your system. If not, will welcome comment).
Range Hood (Metric)
Range Hood (Metric)
We require PARTS of same radius cylinders joined
at 90°, so having a 45° mitre. Let p = length of arc of cylinders required. It can be shown that the flattened out shape of the joints will be a SINE WAVE. So, the solution for this edge or join shape should include a Sin, ( or Cosine) function.
For a hood of curved Height H, and curved Depth D, the radius of cylinders must be;
. . . Eq1
The length of cylinder arc required;.
( Note.This arc length is the same as the flattened length.)
. . . Eq2
Points for the curve can now be obtained, by calculating the value for y for x over the range of 0 to p.
. . Eq3
While Eq3 shows the Sine relationship and can be easily derived, this can be simplified to;
. . Eq4
For the given Range Hood of Height H=50cm, width at top 30cm and width at bottom 60cm. Curved Depth D =(60-30)/2 =15cm.
These values for H and D in Eq1 gives r = 90.833cm.
and putting D ,H and r in Eq2 gives p =52.948cm
Plotting the value of y, for a range of x having values 0 to 52.948 in Eq4 (or Eq3) will produce coordinates for the correct shape as per table.
26 May 2014 at 8:28 am [Comment permalink]
@Thomas: Thanks for your submission!
Just some notes about entering math equations and the table.
(1) For the equations, you used CodeCogs which is a good idea. Your response just had a link to the equations, and most readers will tend not to follow the links. In CodeCogs, below each equation you create, you'll see a yellow box that says "HTML code to embed this equation into a web page is:"
I copied the code in that yellow box for each of your equations.
For example, your first one was:
<a href="https://www.codecogs.com/eqnedit.php?latex=r=\frac{H^2+D^2}{2D}" target="_blank"><img src="https://latex.codecogs.com/gif.latex?r=\frac{H^2+D^2}{2D}" title="r=\frac{H^2+D^2}{2D}" /></a>
(2) In LaTeX, when you want "sin" or "arctan", by default they will appear as italics and so look like variables. You need to put a backslash in front so you get non-italic letters, like this: \sin and \arctan. I did so in the above examples.
(3) For a table, ordinary text won't line up nicely. One option is to create an actual HTML table, or (easier) put <pre> at the beginning and </pre> at the end of the table. The effect is "typewriter text", that is, monospaced.
(4) For the degrees sign, I use °. What you put should have worked, but WordPress mangled it.