You are not logged in.
Welcome!
I joined in 2010 and I'm still learning
Bob
Hi GretaJKelly,
Welcome to the forum.
The maths teaching pages that Ganesh has provided links are a great place to start. Have a look; try doing some of the test questions at the bottom of each page and then post back here with details of how you are getting on and ask for more specific help. I'll try to answer any queries you have.
Bob
hi Zach,
That's a reasonable question to ask but, interestingly, no one ever has, before you.
I have a maths degree and have taught maths and computing throughout my career. I was a head of department for a while.
I only answer questions when I'm reasonably confident I can answer correctly. But, as with anything you get from the internet, you have to weigh up its accuracy. I am always willing to add more detail to my posts, so, if you want to consider a proof in more detail, I'll always be willing to do that.
Sometimes, when no one has come up with a response and my own knowledge is nil, I'll 'google it' and provide any link that looks helpful. There have been occasions when I have no knowledge of what the poster is after but still think I can help in which case a long dialogue may ensue. As an example, some years back a Canadian asked for help with drilling a hole in a piece of timber. It took several posts to establish that he had the timber mounted in a lathe and could adjust the angles in several ways. He wanted to drill at a certain angle after he had made two rotations about different axes. I taught him three dimensional vector geometry and, in particular, how to apply a rotation matrix to coordinates. With that he was able to do the calculations and make his hole on a test piece. It worked!
There's one problem that was posted years ago which no one could fully answer. One route to an answer seemes to be via contour integration although there's a big step with the algebra needed first. I asked my son to help because he is a much better mathematician than me, and he did that missing step with the algebra (in his head!) I've still got the problem in my subscription list and I hope to complete it one day soon.
Bob
I knew that. A false result can only be obtained by incorrect working.
Bob
hi Exist,
Welcome to the forum.
I need another proof first; then, it's easy!
Let a = b
then
Factorise:
Cancel the common factor (a-b)
Now to tackle your question:
Let a = b = 1 then
1 + 1 = 1
But 1 + 1 = 2 => 1 = 2
Now add 1 to each side
1 + 1 = 2 + 1 = 3 QED.
He then went on to prove that black = white and got run over crossing the road on a black/white crossing!
Bob
I think this is the diagram:
From d to e is 8 units so the midpoint is 4 from either end. So you can use Pythagoras to find the radius.
Bob
I had my doubts about BBC Basic being able to handle nested function calls, but it worked better than I had hoped:
5 count = 0
10 INPUT x
20 y = FNf(x)
30 PRINT x," ",y
40
50
60 DEF FNf(x)
65 count = count + 1:PRINT "x="x,"count="count
70 IF x<0 THEN = -x ELSE = 0.5*FNf(x-FNf(x-1))
I used it to confirm my table in Excel:
The cells highlighted in yellow I'm fairly sure are correct.
The accuracy may drop off where the number of iterations is large.
Tried x = 3 without much hope. Gave up waiting at count = 100000.
Bob
Good question! KE must be relative. When we do the drop from height h PE = mgh = KE half mv^2 we don't take account of the Earth moving through space nor its rotation .
Bob
The correct answer:
2^-1541023937
I've been working on this since you posted it.
If x is negative, it's easy to work out f(x).
When positive each f(x) depends on f(x-1) so I reasoned that it should be possible to create a chain of f(y) where each y is smaller than the one before so that eventually y is negative and we can work that one out and hence all those in the chain.
On paper I kept making errors so I put the whole lot into a spreadsheet with a LOOKUP table with 2 columns, x and f(x)
That spreadsheet is growing and growing as the chains get longer and longer. MS Excel is not very kind to me. If I use the lookup for an x that isn't yet in the table, Excel gives me the nearest value anyway rather than saying it cannot do it. As a result I'm having to check everything by hand anyway. At the moment my table has 26 entries and I think there's some errors.
I'm considering writing a program with a subprocedure that creates the chain. That way I should be able to get correct answers and may have an answer to your puzzle sometime in the next two weeks.
Great puzzle! Simple? No it isn't!
Bob
hi paulb203
Imgur can only show the image you uploaded, so you must have muddled up which one you sent. Not to worry though; I found the large size easier to read.
On the first line the 6 - root 8 should be in a bracket, but that hasn't led to an error as you proceeded as if it was there. All the way down that working is good, but when you go up to column two the next line is wrong. Somehow you've not collected the root 2 terms and the number terms correctly.
Bob
That's what I got!
Bob
hi Notnormal
Welcome to the forum.
Thanks for the link.
I tried it with some data from the MIF teaching page on the normal dist. and it worked ok.
Bob
We have a slightly different way of tackling this question. It comes to the same thing, but my way shows how I got two answers.
When I have two triangles that are similar I write them like this:
AEB
ADC
What this means is that A is common to both; D is the enlargement of E and C is the enlargement of B.
The ratio of a side in the larger to the matching side in the smaller will be equal to the ratio of another pair. (equals the enlargement factor)
ie. AC/AB = AD/AE. This leads to your calculation and hence solves for x.
But that assumes that CD is parallel to BE. It looks right but the question doesn't specifically say so.
A is obviously common but maybe angle ACD = AEB which still leads to similar triangles but with the second answer.
My notation for this case is
ACD
AEB
Now I can pick out the alternative ratios
AC/ AE = AD/AB
and form a second equation for x.
Bob
Best to leave this here now that a long chain of posts has resulted. Just to summarise:
Help me: If you are in need of help with a question or topic.
Exercises: If you want to challenge others with a maths question.
Puzzles and games: Could be a puzzle but it could also be telling members about a new game you've discovered.
Bob
That's what I did at first.
But the question doesn't say that ADC is an enlargement of AEB, just that the triangles are similar.
So it could be that ACD is an enlargement of AEB. That leads to a second scale factor and hence answer for x.
Important lesson for any maths question with a diagram: Don't make assumptions because of the way the diagram has been drawn.
Bob
Hope the exam goes well for you.
'Optional'. Hhhmmm! Interesting!
Bob
Work done and energy are different ways to measure the same thing.
If a mass, m, is accelerated from rest to a velocity v then (using v^2 = u^2 + 2as)
(u=0) = force times distance moved.If an object drops from rest under gravity a distance h, then
mgh is a measure of its potential energy (PE) before it is released.
Bob
Not roughly correct; but rather, completely correct. The stored gravitational energy at the top is called potential energy and the energy of movement is called kinetic energy.
Bob
hi hypsin_0
Who set the question? And did they expect you to produce an answer straight away, or was research allowed?
Maybe they just wanted to show you that maths has lots of interesting branches.
Taylor hasn't given me an ideas yet. The Taylor series expansion has increasing powers (to infinity) and your problem just has 4th powers. Mmmm???
Bob
Yes, it is very helpful!
But why won't the code command show the word math as white on black. It's bizarre!
Bob
Wow! This is not a simple question. It needs a huge leap forward in advanced mathematics.
Ref: https://en.wikipedia.org/wiki/Riemann_zeta_function
I couldn't even get Wolfram Alpha to understand the question
Bob
I'll think about 'Taylor' to see if I can find an easy way to do this.
[b]bold text[/b]
Something very odd is happening here. I can use the square brackets code command to show a command without it being performed. The above shows how to create bold test using a bbcode command.
But when I change the 'b' to 'math' the command is in black on a black background so it doesn't show.
That makes it very hard to explain what to do to use Latex.
Every line of Latex must start with a square bracket [ then the word math then a ] bracket.
At the end of your Latex you must 'switch off' the Latex interpreter by using a similar command but this time /math
Here's and example of what you can then do:
If you click on this expression the underlying code shows but without the math /math command that tells the interpreter what to display.
Hope that makes sense.
Bob
hi hypsin_0
Welcome to the forum.
Bob
Here's what I do:
6 and 10 both have more than two factors so there are several alteratives to try.
6 10 6 5 3 10 3 5
1 1 1 2 2 1 2 2
By trial I found that 3 times 5 - 2 times 2 gives 11
(3x )(2x )
The 3x must multiply the 5 so
(3x 2)(2x 5)
I want + 11 so that fixes the signs
(3x -2)(2x + 5)
If you want to check first if an integer solution is lurking there you can check B^2 - 4AC to see if it has an integer root:
B^2 - 4AC = 121 + 240 = 361. This has root 19 so if I used the quadratic formula a simple 'solution' is available. That check saves wasting time looking for a factorisation if there isn't one.
Bob