Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#9626 Re: Maths Teaching Resources » Scientific Calculator » 2011-01-13 01:19:50

Bob

hi

Same answer as with your other post.

http://www.mathsisfun.com/scientific-calculator.html

Bob

#9627 Re: Help Me ! » Algebra and Trigonometry practice » 2011-01-13 01:16:00

Bob

hi markus.legrand

Welcome to the forum.  It sounds like you have come to the forum whilst by-passing the main site.  Have a look at

http://www.mathsisfun.com/

Come back to the Help Me section if you meet a particular problem.

Bob

#9628 Re: Help Me ! » Lawn Service - Need help with estimation equation for my business » 2011-01-11 00:46:34

Bob

hi Brendon,

If you put the variables at the top of a workbook then all formula cells should update when you change prices.  The only thing to watch for, and it happens in Access as well, is that a price increase will show up in all the old contracts as well which means your achives are wrong.

You can make an archive copy on a separate workbook page using paste special, paste values,  that will prevent subsequent changes to old data.  It should be possible to automate this but I think it means learning how to make macros.  You might prefer to steer clear of that and just do it 'manually' (ie. copy and paste special) when a contract is complete and when you are about to update your charges.

Before I retired I taught maths and ICT.  The Advanced level ICT course required students to do the sort of thing we've been talking about, as coursework, so mail again if you want to know how to do something.  I had quite a few worksheets on 'how to do xxx' , mostly for Access, which I could make available if you're interested. 

[http://www.bundy.demon.co.uk/rbuhelpfiles/aanRBUhelp%20Page.htm]

Bob

#9629 Re: Help Me ! » Lawn Service - Need help with estimation equation for my business » 2011-01-10 00:49:50

Bob

hi Brendon,

Wow, that's a lot of data. 

I don't think there's an easy way to automate the decison making process for how many staff to deploy, using Excel.  It's almost becoming a job for relational database software like Access.  For a small company it would take more hours than it's worth to create the algorithms.  So what would I do?

Use your data to calculate how much of a task can be done in one hour by one person.  Do this for all your tasks and leave space to expand this later.

Enter these into cells that you can then use in subsequent formulas.

Have cells to enter, for each task, how much has to be done, and alongside, how many people you intend to assign to the task.

Then you can set up formulas for how long each task will take and hence the total time.

You can look at it, and make decisions yourself for whether to use more than one person on a job, and that will reflect in the total time taken.  But it won't stop you from double booking someone's time; that's where you'd need a relational database that handles people's hours of work.

Do this for a typical job and see how it comes out.

Then allocate cells to the pricing per hour for each task and use these figures to calculate the cost per task, the amount you will pay to each employee and the total cost to the customer.

Then try it out on other jobs.  You may need to 'tweek' the figures to reflect types of job.

Eventually, when you've run it for a while for yourself, you might then be able to make invoices from it.  Do you know enough about Excel to transfer data onto a second sheet so you can make a customer version of the pricing?  You can set up the 'workbook' so that the front sheet is the one that the customer sees, with the finished quotation on, whilst keeping the other bits hidden on subsequent sheets.

Once that works you could also have a sheet per employee, that details the jobs they have done and how much they have earned.

This data transfer to other sheets can be automated.  If you haven't done that before, it's best to take it a small step at a time.

Don't let other employees use it until you've got all the bugs out and then protect / hide cells that you don't want messed up.  Keep backup copies for when they accidentally delete the master!

Bob

#9630 Re: Help Me ! » polynomial long division modulo 2 » 2011-01-07 23:10:58

Bob

hi Onyx

To construct an algorithm to 'do' division you would have to start with the most significant bit.  To shorten the visible working I left out all the leading zero steps and started when the dividend had 5 bits like the divisor.

I noticed that the dividend (5 bits) was smaller so I entered a zero in the quotient and 'brought down' the next bit.  This time the dividend was clearly bigger (having 6 bits) so I subtracted.

The subtraction, as displayed,  is correct;  the step you highlighted  is 45 - 27 = 18 in base 10.

So where did you get the idea you only need to XOR the bits?    Have a look at

http://www.cs.uaf.edu/2000/fall/cs301/notes/node54.html

Observe that a+b is identical to the logical xor operation and that carry is the same as the logical and operation.

Added later:  Do subtraction by taking the 'twos complement' and adding.

Bob

#9631 Re: Help Me ! » Lawn Service - Need help with estimation equation for my business » 2011-01-07 08:30:21

Bob

hi Brendon,

I've had to make some assumptions;  but I'll say what they are so you can adjust if you want.

Minimum charge for any lawn. ($35) + $1.00 per 1000 sq. ft.

so I'll take the $35 as a call out charge.

I based this on my $75/hour labor rate and 40k square feet taking 45 minutes.

so I'll assume that the edges take 15 minutes.

So I split the $75 as follows:  $35 for call out;  $30 for mowing; $10 for edges

Here's my spreadsheet formulas:
 
mowingformulas.GIF

and here's some calculations based on that an acre:

mowing.GIF

That, at least, gives your figures for an acre and for a half acre.

Limitations of the model:

(i)  You only get $75 for a 40 figure in C2.  If the job is much larger the rate per hour drops as you only get the $35 once.  That's probably ok for jobs that last less than a day, because you are giving your 'better' customers a lower proportionate price and you have only got to travel to the job once.  If you had a huge job of, say, 4000K sq ft the hourly rate drops to about $40.  You could allow for this by making a daily call out charge.

(ii)  I don't know how long the edge type jobs take.  The edge will vary with the perimeter, which is not proportional to the area.  The example works ok but, if you get a long thin lawn to do, the area may be small but the edges make take a long time.  Try comparing two rectangles of 250 x 160 and 40 000 x 1.  These have the same area, but the perimeters are very different!
To get around this, you'll have to time all four jobs and then come up with a realistic price for each.  You can substitute new values in C3 and C4 for this, or even create two new rows to cover edging, trimming and blowing off as separate prices.

Hope that helps,

Bob

#9632 Re: Help Me ! » Real life applications for every math concept » 2011-01-07 01:06:51

Bob

hi learn_everything,

Having taught maths to children from age 11 to 18 for many years, I can understand why you, also, want to know "Why do I need this?"

I did try to show uses of a particular peice of mathematics, but sometimes it is hard to do this before the student has learnt enough to apply what has been learnt.

I also happen to think that the study of maths is good brain training; like doing sudoku or hard crosswords.

Also you can never be sure that an area of maths that seems to have no practical application, might one day become useful.  A good example of this is in the number theory surrounding prime numbers.  For years it just seemed to interest mathematicians and no one else.  And then the internet was invented and now this theory is an essential part of internet security.  You may not realise it, but every time you put in your on-line bank password, or send your credit card details, you are relying on prime number theory.

There are also some mathematicians who think that it is good to study maths just because 'its there'.  When my son completed his thesis in (S5, S5) amalgams and gained his PhD, I asked if I, as his supporting father and a taxpayer, could expect any practical use for all his work.  With a great deal of pride and a cheeky grin he said "Certainly not!" and I agree with him!

In the summer of 1999 I achieved one personal ambition when I arranged a holiday in Fuschel, Austria to witness the total solar eclipse.   The mathematics that enables astronomers to predict such events is complex and I think it involves square roots (plus a lot more).  My reason for making the pilgrimage was to see the prediction in action.  And thousands of others felt the same.  It's very satisfying to have a 'model' for something in the real world, work out that that means X will happen, and then see it happen.

And here's another thing:  Some of us think "Maths Is Fun"!

Bob

#9633 Re: Help Me ! » I need a formula that has to produce a constant number by adding 3 ran » 2011-01-07 00:41:28

Bob

Hi arulphd,

You cannot have all three numbers random as you are specifying they must add up to 300. 

How will you generate the two random values?

Let's say you have a function, RANDOM, available to you from a computer or calculator or a set of tables; then

a = RANDOM
b = RANDOM
c = 300 - a - b

will give you the required numbers.

Bob

#9634 Re: Help Me ! » polynomial long division modulo 2 » 2011-01-07 00:27:47

Bob

hi Onyx

I have set your division out like a long division.  The nice thing about doing this in binary is that there are only two possibilities at each stage;  either the dividend is smaller than the divisor, in which case write a zero in the quotient; or not, in which case write a one and subtract to get the remainder.  Do this for each step until you run out of dividend.

(glossary:  Your P is called the dividend; Q the divisor;  D the quotient; R the remainder.)

binarydivision.GIF

Here the quotient is 11011 and the remainder 1.

So you should be able to test the subtraction for negative; put zero or one in the answer bit; and roll for the next digit.

Is that what you were after?

Bob

#9635 Re: Help Me ! » A silly question about Mandelbrot set » 2011-01-05 22:19:33

Bob

Hi Dragonshade,

Are you looking at a computer generated picture?  There will always be a pixel / computing limit.  As I understand it, Mandelbrot, in the perfect world, has infinite levels of iteration.  That's how fractals are defined.

Bob

#9636 Re: Help Me ! » Differential Equations - Brine Problem » 2011-01-05 07:09:27

Bob

hi b31den

Sorry not to have responded sooner.  I wasn't 100% about how I'd tackle this, so I waited to see someone else do it.

But no such luck, so I've had a think and this is my method.

Let S be the amount of impurities in the storage tank. (initially 5)

Then change in amount with time

So separate the variables and integrate from S = 5 to S = 0.5.  (are you OK to do this?)

I made it just over 85 mins.

To check my method, I have made a spreadsheet version with increments of 1 minute; calculating the amount of impurities removed and re-calculating how much is left for the next minute of processing.

This gave a close agreement with my integration method.

Hope that helps,  smile

Bob

#9637 Re: Help Me ! » Learning Calc » 2011-01-03 07:58:45

Bob

hi  caharris

yes, that's what you want.

The question intends that you treat

as a constant (it is the length at one temperature so is not a variable)

so you just need to differentiate

and multiply by

at the end.

Can you do the differentiation from this and complete the question?

Bob

#9638 Re: Dark Discussions at Cafe Infinity » Where do you stand? » 2011-01-03 04:59:34

Bob

hi bobbym,

Oh wow!  So much to consider and so many questions.  It would take a long time to address them all.

But here's where I stand on teaching maths:

When a 'reluctant_to_do_maths' child asks "What is the point?" ; "When will I ever use algebra again?", my answer is that the purpose of 'doing maths' is to make you think.  Exam grades are just a way of proving that you must have done some thinking; the real benefit is that the grey matter has been stretched.  If your brain is hurting from all that thinking, then it must be doing you good.

Analogy:  An athlete may do weight training even though his/her sport is, say, long jump.  Why?  To build up some muscle / stamina /coordination.  Doing algebra is one way of building up mental muscle.

Bob

#9639 Re: Help Me ! » Vector Equations » 2011-01-03 04:48:18

Bob

You do indeed.  Well done!

Bob

ps

I made it


which shows what I mean about many answers being possible.

#9640 Re: Help Me ! » Vector Equations » 2011-01-03 04:02:24

Bob

Hi again,

I see what's wrong.  You cannot use

because that's a position vector for the original plane.  You need one for the new plane so choose from



Then it will work. smile:)

Bob

#9641 Re: Help Me ! » Vector Equations » 2011-01-03 02:34:48

Bob

hi Au101,

Interesting.  I got 120.  It'll take a while to find the differences and I'm in the middle of de-salting my car (again while the weather holds).  I'll come back to this when the sun goes down.

Bob

#9642 Re: Help Me ! » Weird question in Math Exam, NEED HELP PLZ!!? » 2011-01-02 13:28:33

Bob

hi AISSAISHAK

Your posts show you as a guest not a member.

At the top of the page there is a register button.  Click this, agree to the rules, and fill in your details.

You will get emails if you 'subscribe' to a post thread.

Hope that helps, welcome to the forum,

Bob

#9643 Re: Help Me ! » Vector Equations » 2011-01-02 08:52:15

Bob

hi

Ok so far.

If we give your points letters,  (don't forget, they are position vectors with respect to the origin, O)



then


Now do that again for BC = BO + OC

Can you continue from here?

Bob

#9644 Re: Help Me ! » Vector Equations » 2011-01-02 06:05:36

Bob

hi Au101

OK. Here we go.

There are three forms for the equation of a plane (that I can think of, there may be more).

They are:
form 1

form 2; the dot product form

and
form 3

The first form is derived from the diagram in post 20.

This is the position vector for a point in the plane

and

are two vectors lying in the plane.

In the second form



is a vector that is perpendicular to all vectors lying in the plane.  r and n are being 'dotted' together and the result is a constant.

If you then replace 'r' by

and do the dot product

you get the cartesian version that is the third form.

From this you can see that form 2 and form 3 are the same plane.

Less obviously, so is form 1.

Proof:

In form 1  put lambda = 1 and mu = 1           and you get            x = 3,  y = 3,   z = 1
               put lambda = 1 and mu = -1          and you get            x = 1,  y = -1,  z = -1
               put lambda = 0 and mu = 1           and you get            x = 2,  y = 3,    z = 2

If you try each of these sets of values in x - y + z you get 1 every time.

So form 1 and form 3 have three non-collinear points in common.  That's enough to prove they represent the same plane because you only need three points to define a plane (provided they are not in the same straight line).

Now to the question.

You know the equation of the plane before the transformation.  The book method transforms points directly from this equation to get the equation after the transform.

I think the algebra for this is a bit horrid and you still have to convert it into form 2.

So my method was to pick three points in the plane and transform them.  Let's call them A, B and C.  That's just number work.  ***

Now get two vectors in the plane by doing AB = AO - OB etc.

Any two will do because, provided they are not parallel, any two vectors will 'span' the plane ie. will enable you to reach all points in the plane.

Now to get the vector that's at right angles to both these vectors.

Imagine by some trick of gravity you can stand on the plane with 'up' meaning 'at right angles to' the plane.  If I asked you to point a stick at right angles to the plane it would go straight up.  If you draw any line on the 'ground' = 'the plane'  , it would be at right angles to the stick.  And it wouldn't matter how long the stick was.  A stick twice as long, would still be at right angles to every line in the plane.

Call the vector at right angles

So do a dot product between one vector in the plane and 'n' and set it equal to zero.  Do again for the second vector.

You've got 2 equations with a, b and c as unknowns.  Choose any 'a' to make the calculations easy.  That will enable you to work out 'b' and 'c'.  That gives you a possible 'n' the vector perpendicular to the plane.  You might think it is cheating to choose 'a'.  But if you had chosen an 'a' that was twice as big, you'd have got 'b' and 'c' twice as big as before so all that would happen is you'd get '2n' for the perpendicular vector.  You can use any vector that is at right angles so the first would do!

Now to get 'p'.

The equation

is the equation for all points, 'r', in the plane.

Back at point *** we had three possible points so 'sub' in any one set of x, y and z values and you'll get 'p'

Check by 'subbing' in the other values from *** to see if you get the same p.

Problem done! 
smile
Does that all make sense?

Bob

#9645 Re: Help Me ! » Density help!!!! » 2011-01-02 05:05:33

Bob

You're welcome,

Happy New Year! 

Bob

#9646 Re: Help Me ! » Density help!!!! » 2011-01-02 02:53:19

Bob

hi bry

First answer is correct!  smile

So 'plug in' weight = 25 N and acceleration = 10 (approx should be ok here) to get the mass in kilos

then density from top formula.

Bob

ps  you could make a picture in 'Paint', save as a GIF and do an image upload next time

#9647 Re: Help Me ! » Vector Equations » 2011-01-02 02:03:43

Bob

I've got white fluffy clouds and some blue bits.

temp = 3 celcius
B

#9648 Re: Help Me ! » Vector Equations » 2011-01-02 01:53:30

Bob

hi

I see you are logged on at the moment.  I've just come in from gardening to have lunch.  I'll keep the computer running but you'll have to wait until later for the example as I want to take advantage of the light and fine weather to complete the garden jobs.

Bob

#9649 Re: Help Me ! » Vector Equations » 2011-01-01 22:41:23

Bob

hi Au101,

Finally got it sorted.  The method outlined in post 26 is sound.  When I worked out a, c and b I got them in that order,
but failed to write them correctly for the vector 'n'.

The book method seems a bit complicated to me as you land up with such a tricky matrix multiplication to do.
Given what I'm like with little errors I'd never get it right that way.  But if you want to try it, it'll probably be good for you.

To get the equation for the second plane in the required format you have got to find a way to compute 'n',
the vector that is perpendicular to the plane.

My method gets you two vectors in the plane, and it is fairly straight forward to get 'n' from them.

Then you can use any point in the plane to find 'p'.

If you are still finding this tough I have a 2D example I can send.  I made it up when I was getting desperate to sort out why my results were inconsistent. 
I wanted to check I had the theory soundly worked out.

And the answer to my question

When T transforms a plane it (i) transforms position vectors for points in the plane OR (ii) it transforms vectors that lie in the plane.

is definitely (i), which was what I had worked with all along.

Let me know if you have managed to complete the equation of the plane or want more help.

Best wishes,

Bob

ps.  When this thread moved onto page 2 (at post 26), the page width went wrong and had stayed so for me ever since.  How does it display for you?

#9650 Re: Help Me ! » Vector Equations » 2011-01-01 06:17:15

Bob

Your last post:

Did you mean that?  You cannot make a plane with the same vector for all three components.

Bob

Board footer

Powered by FluxBB