Proving cos(nπ + x) = (-1)^ncos(x) using induction | Induction proof tutorial

  • Thread starter Thread starter theperthvan
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary

Homework Help Overview

The discussion revolves around proving the trigonometric identity cos(nπ + x) = (-1)^ncos(x) using mathematical induction. Participants are exploring the validity of the identity and the steps involved in the proof process.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Some participants attempt to establish the base case for k=1 and explore the inductive step by manipulating the left-hand side using trigonometric identities. Others question the validity of certain steps and the assumptions made during the proof process.

Discussion Status

The discussion is ongoing, with participants providing various approaches to the proof. There are indications of confusion regarding the application of induction and the correctness of certain algebraic manipulations. Some participants suggest clarifying the inductive hypothesis and the logical flow of the proof.

Contextual Notes

Participants are working under the constraints of a homework assignment, which may limit the information they can use or the methods they can apply. There is also a focus on ensuring that the proof adheres to the formal structure of mathematical induction.

theperthvan
Messages
182
Reaction score
0

Homework Statement


Prove the following using induction:
[tex]cos(n\pi + x) = (-1)^ncos(x)[/tex]

The Attempt at a Solution


Let [tex]cos(k\pi + x) = (-1)^k cos(x)[/tex]
True for k=1

Right Hand Side...
[tex](-1)^{k+1}cos(x)[/tex]
[tex]= -(-1)^k cos(x)[/tex]
[tex]= (-1)^k cos(x)[/tex]

Since [tex](-1)^{k+1}cos(x) = (-1)^k cos(x)[/tex]...
Not too sure where to go from here.
 
Last edited:
Physics news on Phys.org
Why not take the LHS [itex]cos((k+1)\pi +x)=cos([k\pi +x]+\pi)[/itex] and use the double angle formula: cos(a+b)=cosa cosb-sina sinb?
 
Are you claiming that's a proof for k=1, an attempt at a proof for k=1, or are you stating it is true for k=1 without any proof?

Anyway, this is about proof by induction, and obviously the left hand side is the thing you're going to want to attack inductively (since there is an obvious way to write k+1 as k plus 1 and you know you're trig formulae (cos(A+B)=cos(A)cos(B)-sin(A)sin(B) for instance...)
 
I did the LHS, and got

[itex]cos((k+1)\pi +x) = cos(k\pi +x)[/itex]

and from before,

[tex](-1)^{k+1}cos(x) = (-1)^k cos(x)[/tex]

And so from that, and the initial statement, does that prove it?
 
theperthvan said:
I did the LHS, and got

[itex]cos((k+1)\pi +x) = cos(k\pi +x)[/itex]

and from before,

[tex](-1)^{k+1}cos(x) = (-1)^k cos(x)[/tex]

And so from that, and the initial statement, does that prove it?


err.. isn't [tex](-1)^{k+1}\cos(x) = (-1) (-1)^k \cos(x)[/tex]

so using your assumption:
[tex]LHS=-\cos(k\pi+x)=\cos(k\pi+x+\pi)...[/tex]

ans so on... all too easy :smile:
 
theperthvan said:
I did the LHS, and got

[itex]cos((k+1)\pi +x) = cos(k\pi +x)[/itex]

this is wrong: look at the graph of cos(x).

and from before,

[tex](-1)^{k+1}cos(x) = (-1)^k cos(x)[/tex]

And so from that, and the initial statement, does that prove it?

this is also wrong: you've just said 1=-1.
 
matt grime said:
this is wrong: look at the graph of cos(x).
this is also wrong: you've just said 1=-1.

Oops, silly mistake.

So let me try this again,

[tex]cos(k\pi + x) = (-1)^kcos(x)[/tex]

RHS
[tex](-1)^{k+1}cosx = -(-1)^{k}cosx[/tex]

LHS
[tex]cos[(k+1)\pi + x] = cos[(k\pi + x) + \pi][/tex]
using double angle formula,
[tex]= -cos(k\pi + x)[/tex]

And so, [tex]cos[(k+1)\pi + x] = (-1)^{k+1}cosx[/tex]
=> [tex]-cos(k\pi + x) = -(-1)^{k}cosx[/tex]

kill the negatives

[tex]cos(k\pi + x) = (-1)^{k}cosx[/tex]

Cheers,
 
Last edited:
theperthvan said:
Oops, silly mistake.

So let me try this again,

[tex]cos(k\pi + x) = (-1)^kcos(x)[/tex]

RHS
[tex](-1)^{k+1}cosx = -(-1)^{k}cosx[/tex]

LHS
[tex]cos[(k+1)\pi + x] = cos[(k\pi + x) + \pi][/tex]
using double angle formula,
[tex]= -cos(k\pi + x)[/tex]

And so, [tex]cos[(k+1)\pi + x] = (-1)^{k+1}cosx[/tex]
=> [tex]-cos(k\pi + x) = -(-1)^{k}cosx[/tex]

Here, you've assumed that the statement holds for n=k+1, and used this to prove for n=k. This to me doesn't seem right, as surely you need to show that the statement holding for n=k => the statement is true for n=k+1.

To do this, we suppose that [itex]\cos(k\pi+x)=(-1)^k\cos(x)[/itex] is true. Now, we use this to prove that it hold for n=k+1; [tex]\cos([k+1]\pi+x)=\cos([k\pi+x]+\pi)=-\cos(k\pi+x)=-(-1)^k\cos(x)=(-1)^{k+1}\cos(x)[/tex] , where we note that the penultimate equality holds from our inductive hypothesis that [itex]\cos(k\pi+x)=(-1)^k\cos(x)[/itex]
 
Last edited:
What are you doing? LHS and RHS of what? Not what you wrote one line above.

Induction proofs are taught by rote. So reproduce the style of proof.

And don't write things going from both sides like this. Sure, that's often how you work out what's going on (to get from A to B yo go from A to C and from B to C as well). What you write should be a simple argument with no jumping around:

It's trivially true for n=1.

Consider cos(pi(k+1)+x), and simplify it and now use the inductive hypothesis that the result is true for k (and everything between 1 and k as well if necessary - it isn't in this case).
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
8
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K