Prove that f(x)=cos(narccos(x)) is polynomial

  • Context: MHB 
  • Thread starter Thread starter karseme
  • Start date Start date
  • Tags Tags
    Polynomial
Click For Summary
SUMMARY

The discussion centers on proving that the function f(x) = cos(n * arccos(x)) is a polynomial for all n in the natural numbers (ℕ). The participants utilize mathematical induction, establishing a base case for n=1, where f(x) simplifies to x. They explore the induction hypothesis and the relationship between sine and cosine functions, ultimately revising their approach to include both f_n(x) = cos(n * arccos(x)) and g_n(x) = sin(n * arccos(x)) * sin(arccos(x)) as polynomials. The conclusion suggests that the induction step can be successfully established, confirming the polynomial nature of f(x).

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with trigonometric identities, specifically sine and cosine
  • Knowledge of the arccosine function and its properties
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study mathematical induction proofs in depth
  • Explore trigonometric identities and their applications in polynomial proofs
  • Investigate properties of the arccosine function and its derivatives
  • Learn about polynomial functions and their characteristics in mathematical analysis
USEFUL FOR

Mathematics students, educators, and anyone interested in advanced algebraic proofs, particularly those involving trigonometric functions and polynomial identities.

karseme
Messages
13
Reaction score
0
So, I've got an assignment to prove that f(x)=\cos{(n \cdot \arccos{x})} is a polynomial for \forall n \in \mathbb{N}. Also, we were suggested to use mathematical induction. So, I've tried:

Base step: n=1 \implies f(x)=\cos{(\arccos{x})}=x
Assumption step: f(x)=\cos{(n \cdot \arccos{x})}, \forall n \in \mathbb{N}
Induction step: f(x)=\cos{((n+1) \cdot \arccos{x})}=\cos{(n \arccos{x}+\arccos{x})}=\cos{(n \arccos{x})}\cos{( \arccos{x})}-\sin{(n \arccos{x})}\sin{( \arccos{x})}=f(x) \cdot x -\sin{(n \arccos{x})}\sin{( \arccos{x})}

And I don't know what to do with sine.
 
Physics news on Phys.org
karseme said:
So, I've got an assignment to prove that f(x)=\cos{(n \cdot \arccos{x})} is a polynomial for \forall n \in \mathbb{N}. Also, we were suggested to use mathematical induction. So, I've tried:

Base step: n=1 \implies f(x)=\cos{(\arccos{x})}=x
Assumption step: f(x)=\cos{(n \cdot \arccos{x})}, \forall n \in \mathbb{N}
Induction step: f(x)=\cos{((n+1) \cdot \arccos{x})}=\cos{(n \arccos{x}+\arccos{x})}=\cos{(n \arccos{x})}\cos{( \arccos{x})}-\sin{(n \arccos{x})}\sin{( \arccos{x})}=f(x) \cdot x -\sin{(n \arccos{x})}\sin{( \arccos{x})}

And I don't know what to do with sine.

Hi karseme! ;)

How about assuming that $\sin{(n \arccos{x})}\sin{( \arccos{x})}$ is a polynomial in $x$? (Wondering)

\begin{aligned}\sin{((n+1) \arccos{x})}\sin{(\arccos{x})}
&= \big(\sin{(n \arccos{x})}\cos{(\arccos{x})} + \cos{(n \arccos{x})}\sin{(\arccos{x})} \big)\sin{( \arccos{x})} \\
&= x \sin{(n \arccos{x})}\sin{( \arccos{x})} + \cos{(n \arccos{x})}\sin^2{(\arccos{x})} \\
&= x \sin{(n \arccos{x})}\sin{( \arccos{x})} + \cos{(n \arccos{x})}(1 - \cos^2{(\arccos{x})})
\end{aligned}
 
I like Serena said:
Hi karseme! ;)

How about assuming that $\sin{(n \arccos{x})}\sin{( \arccos{x})}$ is a polynomial in $x$? (Wondering)

\begin{aligned}\sin{((n+1) \arccos{x})}\sin{(\arccos{x})}
&= \big(\sin{(n \arccos{x})}\cos{(\arccos{x})} + \cos{(n \arccos{x})}\sin{(\arccos{x})} \big)\sin{( \arccos{x})} \\
&= x \sin{(n \arccos{x})}\sin{( \arccos{x})} + \cos{(n \arccos{x})}\sin^2{(\arccos{x})} \\
&= x \sin{(n \arccos{x})}\sin{( \arccos{x})} + \cos{(n \arccos{x})}(1 - \cos^2{(\arccos{x})})
\end{aligned}

But, how can we assume that? It's like let's assume that every number is divisible by 3 for the sake of the convenicence. I don't see how can we assume that here. Maybe it is polynomial, I don't know. Anyway what can we achieve by assuming that, you're still left with $ x \sin{(n \arccos{x})}\sin{( \arccos{x})}$. And who says that $\sin{(n \arccos{x})}\sin{( \arccos{x})}$ is a polynomial. How to prove that.
 
karseme said:
But, how can we assume that? It's like let's assume that every number is divisible by 3 for the sake of the convenicence. I don't see how can we assume that here. Maybe it is polynomial, I don't know. Anyway what can we achieve by assuming that, you're still left with $ x \sin{(n \arccos{x})}\sin{( \arccos{x})}$. And who says that $\sin{(n \arccos{x})}\sin{( \ar
ccos{x})}$ is a polynomial. How to prove that.

Let's revise the induction hypothesis.
Let's make it: $f_n(x)=\cos(n \arccos x)$ is polynomial AND $g_n(x)=\sin(n \arccos x)\sin(\arccos x)$ is polynomial.
Is it true for a base case?
What will the induction step be?
 
$$\cos[(n+1)\arccos(x)]=\cos(n\arccos(x))\cos(\arccos(x))-\sin(n\arccos(x))\sin(\arccos(x))$$

$$=x\cos(n\arccos(x))+\frac{\cos[(n+1)\arccos(x)]-\cos[(n-1)\arccos(x)]}{2}$$

$$\cos[(n+1)\arccos(x)]=2x\cos(n\arccos(x))-\cos[(n-1)\arccos(x)]$$

I believe that's sufficient.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 25 ·
Replies
25
Views
1K