Math Is Fun Forum

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

You are not logged in.

#6527 Re: This is Cool » Analytic geometry » 2005-05-17 23:13:37

Rearrange into classic y=mx+c:

y=2x+5
y=2x+10

Hey, they have the same slope (parallel) !

The line we are trying to find has the equation y=mx+c, but c is 0 because you said it passes through (0,0) so it is really just:

y=mx (where m is the slope we want to find)

This should intersect the first line at 2x' + 5 = mx'  ==> (2-m)x' + 5 = 0  ==> x'= 5 / (m-2)
... and the y value is y'=2x'+5 = 2 (5 / (m-2)) + 5 = 10/(m-2) + 5

and should intersect the second line at 2x'' + 10 = mx''  ==> (2-m)x'' + 10 = 0  ==> x''= 10 / (m-2)
... and the y value is y'=2x'+10 = 2 (10 / (m-2)) + 10 = 20/(m-2) + 10

Because we have a LOT of 1/(m-2) terms lets call that "k"

So, the intersection points are:
1) x'=5k and y'=10k+5
2) x''=10k and y''=20k+10

The distance between these two points is

d = sqrt( (x''-x')^2 + (y''-y') ) which you say is also equal to sqrt(10)

sqrt(10) = sqrt( (x''-x')^2 + (y''-y') ) = sqrt( (10k-5k)^2 + (20k+10 - 10k -5)^2 ) = sqrt ( (5k)^2 + (10k+5)^2 )

10 = (5k)^2 + (10k+5)^2 = 25 k^2 + 25 (2k+1)^2 = 25 k^2 + 25 (4k^2 + 4k + 1)

Subtract 10 and gather terms: 0 = 25 (1+4) k^2 + 100 k + 25 - 10

Neaten Up: 125 k^2 + 100 k + 15 = 0

Divide by 5: 25 k^2 + 20 k + 3 = 0

Factor: (5k+3)(5k+1) = 0

The roots are: k = -(3/5) and -(1/5)  (if you don't believe me just try them)

... but we didn't want k we wanted m ... !!

k=1/(m-2), so we solve that knowing k and get: m = 1/3 and m = -3

So there are two slopes that work!

THE TWO SOLUTIONS ARE:

y = (1/3)x

y = -3x

NOTE 1: because this is a long solution, we skipped over some minor equation solving (nothing too hard!)

NOTE 2: there may be a simpler geometrical solution to this!

(Solution not by me, but by "Astronomer")

#6529 Re: Guestbook » guest book » 2005-05-17 23:05:01

Hi, chantelle.

Just click on "Register", agree to the rules, and join in the discussions.

#6530 Re: Help Me ! » Last one hopefully » 2005-05-17 21:39:17

In other words ... Hitler/Maths would have had the power to defeat the Allies, and then would have gone on to kill everyone he now successfully ruled?

This is a new theory I hadn't encountered before.

#6532 Re: Help Me ! » Last one hopefully » 2005-05-17 09:58:46

This is as far as I can get:

(3/2)(x-1) + sqrt(2x^2 - 7x - 4))

(3/2)(x-1) + sqrt(2x^2 - 8x + x - 4))

(3/2)(x-1) + sqrt(2x(x-4) + x - 4))

(3/2)(x-1) + sqrt((2x+1)(x-4))

(3/2)(x-1) + sqrt(2x+1)*sqrt(x-4)    (best I can do)

Try squaring:

[(3/2)(x-1)]^2 + 2 * (3/2)(x-1) * sqrt(2x+1)*sqrt(x-4) + (2x+1)*(x-4)

9/4 * (x-1)^2 + 3 * (x-1) * sqrt(2x+1)*sqrt(x-4) + (2x+1)*(x-4)

Nope, didn't do any good. Ah well ....

#6533 Re: Maths Is Fun - Suggestions and Comments » Puzzles » 2005-05-17 09:39:06

But "All" was a pretty weak character anyway - too stereotyped and no interesting character flaws. Just my opinion, mind.

#6535 Re: Help Me ! » Bearings » 2005-05-16 19:38:08

Yes, indeed ! As the hillbilly said to the teacher "Mah boy needs as mahch trigger-nometry as he can git - he cain't shoot straight 'tall!"

I have a page which describes converting from bearing/distance (known as Polar Coordinates) to East and North (known as Cartesian Coordinates) here

I don't have a page which describes adding two bearings/distances yet. But the steps are: 1) convert to cartesian, 2) add the x's and y's, 3) convert back to polar

#6536 Re: Help Me ! » Bearings » 2005-05-16 11:16:55

"A boat is sailing on a course of 340T for a distance of 100km. It then makes a left turn of 10 degrees and travels for 50km."

Unless I misunderstand your question, then new bearing will be (340-10=) 330.

I find these are easiest to do by converting to (x,y) distances first.

340 (20 W of North) for 100 km is:

100 * sin(20) = 100 * 0.342 = 34.2 km West
100 * cos(20) =  100 * 0.940 = 94.0 km North

330 (30 W of North) for 50 km is:

50 * sin(30) = 50 * 0.500 = 25.0 km West
50 * cos(30) =  50 * 0.866 = 43.3 km North

So the total of both movements are:

West: 34.2+25.0 = 59.2 km
North: 94.0+43.3 = 137.3 km

In other words, he has moved to a point that is 59.2 km West and 137.3 North of where he started

Total Distance from home (using Pythagoras) is sqrt(59.2^2 + 137.3^2) = 149.5 km

(Note: his final bearing from home (using inverse tan): atan(59.2/137.3) = 23.3 Degrees West of North = 336.7)

To be able to solve these problems, just convert from bearing/distance to x,y (ie North,East etc), do your sums, then convert back to bearing/distance.

I will leave the other one unsolved for someone else to try

#6537 Re: Puzzles and Games » Easy one » 2005-05-16 10:34:02

Indeed!

When books are placed on a shelf, the pages are like:

[        Volume 1        ][        Volume 2         ][        Volume 3        ]
[Page 1000 ... Page 1][Page 1000 ... Page 1][Page 1000 ... Page 1]


So, it is a tricky puzzle. I could have made it harder by saying the worm chews 100 SHEETS in an hour and you may have fallen into the trap of sheets vs pages, but I didn't (because I am nice smile )

#6538 Re: Maths Is Fun - Suggestions and Comments » Can we have a "general discussion" forum? » 2005-05-16 10:26:08

As in opposite of "light conversation", Rora?

Piece of Pi

Pi Place

Add Sum Division

#6539 Re: Help Me ! » Factorials » 2005-05-16 09:50:15

Yep, just recently covered here.

The question was adding up the numbers 1,2,3,4,5 (your problem is just like 5,4,3,2,1) but my answer included being able to add things like 5,6,7,8,9 (ie the general solution) ... and Milos rounded out the whole discussion.

#6540 Re: Puzzles and Games » Easy one » 2005-05-15 23:00:21

OK, now, back to my encyclopedia of worms puzzle ... Not Solved Yet!

#6542 Re: Help Me ! » Another problem :( » 2005-05-15 12:44:22

2^(x +1) = 7^(x + 2)

Pulling out the known powers: 2^x * 2 = 7^x * 49

Then: 2/49 = 7^x / 2^x

Then: 2/49 = (7/2)^x

Using that special property of logarithms I cannot remember name of: log(2/49) = log(7/2) x

Rearranging: x = log(2/49)/log(7/2)

Calculator: x = -2.55


Or maybe neater this way:

2^(x +1) = 7^(x + 2)

Using that special property of logarithms I cannot remember name of: (x+1) log 2 = (x+2) log 7

expanding: x log 2 + log 2 = x log 7 + 2 log 7

pulling x's to one side: x log 2 - x log 7 = 2 log 7 - log 2

Then : x (log 2 - log 7) = 2 log 7 - log 2

Then: x = (2 log 7 - log 2) / (log 2 - log 7)

Calculator: x = 1.389 / -0.544 = -2.55


... test:  2^(x+1) = 7^(x+2)  ==>  2^(-2.55+1) = 7^(-2.55+2)  ==>  2^(-1.55) = 7^(-0.55)  ==>  0.341 = 0.343 (close enough)

#6543 Re: Help Me ! » Another problem :( » 2005-05-15 12:15:29

Start: sqrt(11 - x)   -   sqrt(x + 6)  = 3

Move sqrt(x + 6) to other side: sqrt(11 - x) = 3 + sqrt(x + 6)

Square both sides: [sqrt(11 - x)]^2 = (3 + sqrt(x + 6))^2  =>  11 - x = (3 + sqrt(x + 6))^2

Expand RHS: 11 - x = 3^2 + 2*3*sqrt(x + 6) + sqrt(x + 6)^2

Simplify: 11 - x = 9 + 6 * sqrt(x + 6) + (x+6)

More: 11 - x = x + 15 + 6 * sqrt(x + 6)

More: 11 - x - x - 15 = 6 * sqrt(x + 6)

More: -4 - 2x = 6 * sqrt(x + 6)

Square both sides: (-4 - 2x)^2 = (6 * sqrt(x + 6))^2

Expand: (-4)^2 + -4*-2x + -2x*-4 + (-2x)^2 = 36 * (x+6)

Simplify: 16 + 2(8x) + 4x^2 = 36(x+6)

More: 16 +16x + 4x^2 = 36x + 216

More: 16-216 + 16x-36x + 4x^2 = 0

More: -200 -20x +4x^2 = 0

Divide by 4: x^2 - 5x - 50 = 0

Its a nice quadratic now!

#6544 Re: Maths Is Fun - Suggestions and Comments » Can we have a "general discussion" forum? » 2005-05-15 09:56:44

It needs a good title

"Maths Cafe"

"Non-Specific Communication Environment"

"The Zach, Stewie and Mr T Fight-A-Thon"

Any ideas?

#6545 Re: Help Me ! » math help » 2005-05-15 09:20:45

Good first step!

Then (adding 1 and 1 to make 2 smile ): 1 + 1/ [ (2-x)/(1-x) ]

Inverting the fraction: 1 + (1-x)/(2-x)

Common Denom: (2-x)/(2-x) + (1-x)/(2-x)  => [ (2-x) + (1-x) ] / (2-x)

Simplify Top: (3-2x) / (2-x)

That is as far as I can go in simplifying the term.

#6546 Re: Guestbook » sport » 2005-05-14 23:01:48

My neighbour used to be a local rugby star, does that count?

#6547 Re: Maths Teaching Resources » Crazy Teachers » 2005-05-14 10:44:53

... and they can get at you from unexpected places !

#6549 Re: Puzzles and Games » Easy one » 2005-05-13 10:50:40

Good maths, but look at the books on a shelf.

smile

Board footer

Powered by FluxBB