Math Is Fun Forum

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

You are not logged in.

#52 Help Me ! » A-Level Maths/Physics software » 2006-09-10 09:24:43

yonski
Replies: 1

I'm not sure if i'm posting this in the wrong part of the forum, but nevermind. Anyway, does anyone here know of any good pieces of AS/A2 level maths and physics software - either teaching or revision. I'm determined to get as good a grade as possible and want to get myself organised now with anything that can help.

Cheers.

#53 Help Me ! » Solving an equation? » 2006-05-31 04:01:07

yonski
Replies: 3

If i'm told that 0 = -2sin(0.5x) + cos(0.5x) , how would i go about finding x in this situation? Is this called a trigonometric equation, i'm not sure?

Thanks.

#54 Re: Help Me ! » equ. of line and gradient qus. » 2006-04-16 08:46:19

Patrick's right dude. There's not even like a please or thank you there.

#55 Re: Help Me ! » circle » 2006-04-16 08:41:19

If you rearrange the equation into

you can see what you're doing a bit more, and just pick the coordinates of the centre and the size of the radius straight off. You were right with the answers though.

I'm not totally sure what you mean in part (b). Surely there could be any number of possible tangents to the circle? If you're asking for the points at which the x-axis intersects the circle, then this can be calculated by solving the simultaneous equation:

So all you need to do is substitute the value of y into the equation for the circle:

Therefore the circle intersects the x-axis at points (√5 + 1,0) and (-√5 + 1,0). I think.

#56 Re: Help Me ! » Can you solve this? » 2006-04-16 07:35:15

Hmm that's a tough one. You could code it recursively using something like:

function INOUT(x){
if(x == 1) then
{
    return 1
}
else
{
    if (INOUT(x-1) + 2 ≤ x) then
    {
          return (INOUT(x-1) + 2)
    }
    else
    {
          return 1
    }
    }
}
}

I can't figure out a general formula though. It's gonna bug me now.

#57 Re: Help Me ! » Probabilty » 2006-04-16 07:25:53

Yeah, i agree with Mathsyperson. Think about it this way:

On time:

The only way for the work to be completed on time is for both supliers to be on time (0 days late). This gives the one possibility

0 and 0 = 1/2 × 2/3 = 1/3.

One day late:

There are three possible ways for the work to be completed one day late. Either both suppliers are a day late, or the first is on time and the second is a day late, or the first is a day late and the second is on time. This gives:

1 and 1 = 1/4 × 1/6 = 1/24
0 and 1 = 1/2 × 1/6 = 2/24
1 and 0 = 1/4 × 2/3 = 4/24

Therefore the overall probability is 1/24 + 2/24 + 4/24 = 7/24.

Two days late:

Using similar reasoning as before we have five possible ways in which the work can be completed two days late. These are:

2 and 2 = 1/4 × 1/6 = 1/24
1 and 2 = 1/4 × 1/6 = 1/24
2 and 1 = 1/4 × 1/6 = 1/24
0 and 2 = 1/2 × 1/6 = 2/24
2 and 0 = 1/4 × 2/3 = 4/24

This gives an overall probability of 1/24 + 1/24 + 1/24 + 2/24 + 4/24 = 9/24.

#58 Re: Help Me ! » Derivative » 2006-04-16 02:11:28

You might be able to tidy that up a bit further, but i think it's right  up

#59 Re: Help Me ! » Rate of change » 2006-04-15 01:10:33

Composite Rule (sometimes called the Chain Rule)

If k is a function with rule of the form k(x) = g(f(x)), where f and g are smooth functions, then k is smooth and

      k'(x) = g'(f(x)).f'(x)

(or using Leibniz form:  If y = g(u), where u = f(x), then dy/dx = (dy/du)(du/dx) ) .


So, for instance, if you have k(x) = ln(x^2 + 1), then y = g(u), where g(u) = lnu and u = x^2 + 1. This gives k'(x) = (1/(x^2 + 1)).2x = 2x/(x^2 + 1) .

Hope that helps.

#60 Re: Help Me ! » Changing The Subject of The Formula » 2006-04-15 00:49:16

The image isn't loading so nobody can see what the questions are! tongue

#61 Re: Help Me ! » Rate of change » 2006-04-14 11:40:00

You need to calculate the derivative of each function...

1) d/dt(4/t +4lnt) = -4/t^2 + 4/t

2) d/dt(sin(t^2 + 1)) = 2cos(t^2 + 1)t

    d/dt(cos(2t - 3)) = -2sin(2t - 3)            (both using the composite rule)

3) d/dt(2(e^(-t/2))cos(2t)) = (-e^(-t/2))cos(2t) - 4(e^(-t/2))sin(2t)       (using the product rule)

4) I'm not sure about this one, it's a little bit unclear what you mean, but you get the general idea so far. Hopefully the rest are okay, but it's late so i'd check em! smile

Oh math, i've just realised you've specified t=1.2, so you'd have to use that value with the derived functions to get your answers.

#62 Re: Help Me ! » urgent help! - exponential algebra » 2006-01-13 07:40:02

Yes i get that too, the equation's wrong.

#63 Re: Help Me ! » A really obvious but interesting question » 2006-01-12 00:31:01

Rather than struggle to do it in here, i've knocked up a basic proof thingy. I couldn't figure out how to post it as an image, so here's a link to the image instead:

http://img64.imageshack.us/img64/8128/f … of16xb.png

Hope that helps.

#64 Re: Help Me ! » Long term behaviour of sequences » 2006-01-11 10:03:13

I think i see, thanks. But i'm dealing with the sequence, not the sum of the infinite series. I wasn't too clear about the difference before, but i am now. Sorry for the misunderstaning smile

#65 Re: Help Me ! » Long term behaviour of sequences » 2006-01-11 09:20:34

I'm a bit confused by the converge/diverge thing. I thought that a sequence diverges when r>1, so it doesn't tend to any one limit?

#66 Re: Help Me ! » Long term behaviour of sequences » 2006-01-11 08:12:52

Ah yes, thanks, i've figured it.

Divide through by n^4 which leaves (1 + 1/n^2) / (4 + 7/n^3) . Since 1/n^2 and 7/n^3 both converge to zero, this means the series must converge to the limit 1/4.  Back of the net.

#67 Help Me ! » Long term behaviour of sequences » 2006-01-10 10:25:50

yonski
Replies: 8

Does anyone happen to know how i could go about finding what this sequence converges to?

An = (n^4 + 2n^2) / (4n^4 + 7n)

I can manage simpler ones but this one's causing me a few headache... just a hint would be nice :-)

Cheers.

#68 Re: Help Me ! » Finding an inverse function » 2005-12-14 08:35:32

It was staring at me all along! Thank you very much smile

#69 Re: Help Me ! » Finding an inverse function » 2005-12-14 07:45:32

Okay cool thanks. It's really annoying me too now lol!

#70 Help Me ! » Finding an inverse function » 2005-12-14 06:51:22

yonski
Replies: 9

Hey,
i'm struggling with finding inverse functions so I was wondering whether anyone would be able to run me through it? For simple ones I can manage it, but this one is really bugging me:

f(x) = S(x+L)/x^2

I've plotted it on my calculator, so I know that the domain would have to be restricted to make the inverse function valid. But no matter how I rearrange it I just can't figure it out sad   Do I have to do some differentiation or something?

Any help would be greatly appreciated!

Jon.

Board footer

Powered by FluxBB