FP1, Divisibility Proof by Induction
Maths and statistics discussion, revision, exam and homework help.
-
FP1, Divisibility Proof by Induction
It's just these questions that are holding me back and I'm really frustrated. I know you must first do f(1) , then f(k), then f(k+1).
However, on the inductive step, how do you know whether to do:
f(k+1) - f(k)
f(k+1) + f(k)
f(k+1) +/- N f(k) where N is some integer
And after this step, what kind of manipulation do you do? I cant find a "target" if you know what I mean - like when proving a summation formula your "target" is the summation they give, but replace (n) by (k + 1).
This question for example:
Prove that
is exactly divisible by 4 for all integers of n.
So
which is divisible by 4.
Assume that this is divisible by 4.
And then after simplifying f(k+1) you get
If i'm not mistaken, you can do f(k+1)+f(k) for this particular question and it will work.
But is it trial and improvement or some other method you use you determine this? -
Re: FP1, Divisibility Proof by Inductionf(k+1) - f(k) also works but it's a bit messier.(Original post by bong)
It's just these questions that are holding me back and I'm really frustrated. I know you must first do f(1) , then f(k), then f(k+1).
However, on the inductive step, how do you know whether to do:
f(k+1) - f(k)
f(k+1) + f(k)
f(k+1) +/- N f(k) where N is some integer
And after this step, what kind of manipulation do you do? I cant find a "target" if you know what I mean - like when proving a summation formula your "target" is the summation they give, but replace (n) by (k + 1).
This question for example:
Prove that
is exactly divisible by 4 for all integers of n.
So
which is divisible by 4.
Assume that this is divisible by 4.
And then after simplifying f(k+1) you get
If i'm not mistaken, you can do f(k+1)+f(k) for this particular question and it will work.
But is it trial and improvement or some other method you use you determine this?
I don't think there's a 'way' to do it. You just have to practice at it and then you'll get used to spotting what to do. -
Re: FP1, Divisibility Proof by InductionThanks but i'm still not able to do the dodgy ones where you need a add/subtract a multiple of f(k) from f(k+1). When I see the mark schemes it just seems completely random and I think how the hell am I supposed to see that.(Original post by hassi94)
f(k+1) - f(k) also works but it's a bit messier.
I don't think there's a 'way' to do it. You just have to practice at it and then you'll get used to spotting what to do. -
Re: FP1, Divisibility Proof by InductionWith those ones they're usually set up to be a bit easier. Can you post an example so I can have a look?(Original post by bong)
Thanks but i'm still not able to do the dodgy ones where you need a add/subtract a multiple of f(k) from f(k+1). When I see the mark schemes it just seems completely random and I think how the hell am I supposed to see that. -
Re: FP1, Divisibility Proof by InductionProve that(Original post by hassi94)
With those ones they're usually set up to be a bit easier. Can you post an example so I can have a look?
is divisible by 11
-
Re: FP1, Divisibility Proof by InductionOk, here's how I'd do this question with adding multiples.
Because you know you'll have to sub in n = k+1 at some point, (i.e.
) when you get to the stage where you say, assume true for n = k:
You think - how do I connect the two: You may notice that
is 16 times bigger than
- sounds like an idea, so let's multiply the whole thing by 16:
Now for n = k+1:
This looks fairly similar to 176m - but
is a bit of a bother. Try factorising it.
This looks a lot better - we have
and
.
This looks pretty good - we can factor out 11, and hence, complete the induction - so if it's true for n = k, then it is true for n = k+1...blah blah blah. -
Re: FP1, Divisibility Proof by InductionCheers for that - I've come across that method where you equate it to an integer 'm' and carry on like you did, but I was't taught this way. Perhaps I'll learn it, exams on Friday so there's some time.(Original post by Blazy)
...
Thanks