Prove by induction divisibility question

So far, so good.Now, add and subtract a^2b in the numerator:a^3 - ab^2 + a^2b - b^3 = a^3 - ab^2 + a^2b - a^2b + a^2b - b^3= a^3 - (a^2b - ab^2 + b^3) + a^2b= a^3 - (a-b)^2(a+b) + a^2bIn summary, To prove that (a^n-b^n) is divisible by (a-b) for positive integers n, you can use proof by induction. The steps to follow are: show that it works
  • #1
shaner243
1
0

Homework Statement


Given that n is a positive integer, prove by induction that (a^n-b^n) is divisible by (a-b)


Homework Equations


n = k
n = k+1

The Attempt at a Solution


a^(k+1) - b(k+1) = (a-b)A, where A is a positive integer. I am lost from here or not sure if this is even the right attempt. Please help!
 
Physics news on Phys.org
  • #2
Welcome to PhysicsForums!

I've requested that a mod move this thread to the math help section, rather than the Engineering / Comp Sci / Other section (not that we're not capable, but just for sake of completeness--that last phrase you'll probably hear a lot in your proofs class).

In general, proof by induction takes the following steps:
  1. Show that it works for a trivial case, for instance k=0 or k=1
  2. Assume that case n=k works
  3. Based on this assumption, show that n=k+1 follows, usually by algebraically rearranging things to show something involving the n=k case.

I'll start you off on this third step. You'll need to factor the following a little (and yes, it's possible, you just need to add/subtract a little):
[tex](a^{k+1} - b^{k+1})[/tex]

HINT:
[tex](a^2-b^2)(a+b) = a^3 + a^2b - ab^2 - b^3[/tex]
[tex]\Rightarrow a^3 - b^3 = ? [/tex]

EDIT: Error in hint fixed, courtesy of Mark44!
 
Last edited:
  • #3
MATLABdude said:
Welcome to PhysicsForums!

I've requested that a mod move this thread to the math help section, rather than the Engineering / Comp Sci / Other section (not that we're not capable, but just for sake of completeness--that last phrase you'll probably hear a lot in your proofs class).

In general, proof by induction takes the following steps:
  1. Show that it works for a trivial case, for instance k=0 or k=1
  2. Assume that case n=k works
  3. Based on this assumption, show that n=k+1 follows, usually by algebraically rearranging things to show something involving the n=k case.

I'll start you off on this third step. You'll need to factor the following a little (and yes, it's possible, you just need to add/subtract a little):
[tex](a^{k+1} - b^{k+1})[/tex]

HINT:
[tex](a^2-b^2)(a+b) = (a^3 - a^2b + ab^2 - b^3)[/tex]
[tex](a^3 - b^3) = ? [/tex]

I see where you're going, but there's a sign error in the first line above.
[tex](a^2-b^2)(a+b) = a^3 - ab^2 + a^2b - b^3[/tex]
 

1. What is "prove by induction divisibility question"?

"Prove by induction divisibility question" is a mathematical concept that involves using mathematical induction to prove that a statement is true for all natural numbers. It is commonly used to prove divisibility properties, such as showing that a number is divisible by another number.

2. How does mathematical induction work?

Mathematical induction is a proof technique that involves showing that a statement is true for a base case (usually the first natural number) and then showing that if the statement is true for a particular natural number, it is also true for the next natural number. This process is repeated until the statement is shown to be true for all natural numbers.

3. What are the steps involved in using mathematical induction to prove divisibility properties?

The steps involved in using mathematical induction to prove divisibility properties are as follows:

  • Step 1: State the statement to be proven and identify the variable(s) involved.
  • Step 2: Prove that the statement is true for the base case (usually the first natural number).
  • Step 3: Assume that the statement is true for a particular natural number (known as the induction hypothesis).
  • Step 4: Use the induction hypothesis to prove that the statement is also true for the next natural number.
  • Step 5: Repeat the process until the statement is shown to be true for all natural numbers.

4. What are some tips for successfully proving divisibility properties by induction?

Some tips for successfully proving divisibility properties by induction are:

  • Make sure to clearly state the statement to be proven and identify the variable(s) involved.
  • Choose a suitable base case that is easy to prove.
  • Clearly state the induction hypothesis and use it to prove the statement for the next natural number.
  • Be organized and show all steps of the proof.
  • Double check your work and make sure all steps are correct.

5. What are some common mistakes to avoid when using mathematical induction to prove divisibility properties?

Some common mistakes to avoid when using mathematical induction to prove divisibility properties are:

  • Forgetting to prove the base case.
  • Assuming that the statement is true for all natural numbers without proving it.
  • Using the wrong induction hypothesis.
  • Skipping steps or not showing all the steps of the proof.
  • Not checking your work for errors.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
1
Views
801
  • Precalculus Mathematics Homework Help
Replies
17
Views
1K
  • Precalculus Mathematics Homework Help
Replies
13
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
4K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
6
Views
8K
Back
Top