Difference between revisions of "2013 MPFG Problem 17"

(Created page with "==Problem== Let f be the function defined by <math>f(x) = -2 sin(\pi x)</math> . How many values of x such that <math> -2 \leq x \leq 2</math> satisfy the equation <math>f(f(f...")
 
(Solution 1)
Line 5: Line 5:
 
We first create the graph of <math>f(x)</math> by transforming a regular <math>sin</math> graph by scaling down <math>x</math> by <math>\pi</math> and scaling up <math>y</math> by <math>-2</math>.
 
We first create the graph of <math>f(x)</math> by transforming a regular <math>sin</math> graph by scaling down <math>x</math> by <math>\pi</math> and scaling up <math>y</math> by <math>-2</math>.
  
[insert pic]
+
[[File:Graph_of_f(x).jpg|400px|center]]
  
 
We observe that the domain & range of <math>f(x)</math> is restricted in <math>[-2,2]</math> and the graph is restricted in a <math>2x2</math> square. Trying out <math>f(f(x))</math>, we see that every <math>\frac{1}{4}</math> of a cycle of <math>f(x)</math> ranges over <math>[0,\pm 2]</math>, which means a cycle for <math>(f(x))</math> will have <math>4</math> cycles for <math>f(f(x))</math>. <math>f(x)</math> and <math>f(f(x))</math> have two crossing points in each small cycle of <math>f(f(x))</math>
 
We observe that the domain & range of <math>f(x)</math> is restricted in <math>[-2,2]</math> and the graph is restricted in a <math>2x2</math> square. Trying out <math>f(f(x))</math>, we see that every <math>\frac{1}{4}</math> of a cycle of <math>f(x)</math> ranges over <math>[0,\pm 2]</math>, which means a cycle for <math>(f(x))</math> will have <math>4</math> cycles for <math>f(f(x))</math>. <math>f(x)</math> and <math>f(f(x))</math> have two crossing points in each small cycle of <math>f(f(x))</math>
  
[insert pic2]
+
[[File:Graph_of_f(f(x)).jpg|400px|center]]
  
 
As such, <math>f(f(f(x))</math> will have <math>2\cdot4^{2} = 32</math> cycles in the domain <math>[-2,2]</math>. Each has <math>2</math> points that cross with <math>f(x)</math>. However, at <math>3</math> special locations, the crossing points of two consecutive <math>f(f(f(x)))</math> cycles overlapped (at <math>x=-1, 0, 1</math>).
 
As such, <math>f(f(f(x))</math> will have <math>2\cdot4^{2} = 32</math> cycles in the domain <math>[-2,2]</math>. Each has <math>2</math> points that cross with <math>f(x)</math>. However, at <math>3</math> special locations, the crossing points of two consecutive <math>f(f(f(x)))</math> cycles overlapped (at <math>x=-1, 0, 1</math>).
 
As such, number of total points is <math>2\cdot32-3 = \boxed{61}</math>
 
As such, number of total points is <math>2\cdot32-3 = \boxed{61}</math>

Revision as of 01:34, 21 August 2025

Problem

Let f be the function defined by $f(x) = -2 sin(\pi x)$ . How many values of x such that $-2 \leq x \leq 2$ satisfy the equation $f(f(f(x))) = f(x)$?

Solution 1

We first create the graph of $f(x)$ by transforming a regular $sin$ graph by scaling down $x$ by $\pi$ and scaling up $y$ by $-2$.

Graph of f(x).jpg

We observe that the domain & range of $f(x)$ is restricted in $[-2,2]$ and the graph is restricted in a $2x2$ square. Trying out $f(f(x))$, we see that every $\frac{1}{4}$ of a cycle of $f(x)$ ranges over $[0,\pm 2]$, which means a cycle for $(f(x))$ will have $4$ cycles for $f(f(x))$. $f(x)$ and $f(f(x))$ have two crossing points in each small cycle of $f(f(x))$

Graph of f(f(x)).jpg

As such, $f(f(f(x))$ will have $2\cdot4^{2} = 32$ cycles in the domain $[-2,2]$. Each has $2$ points that cross with $f(x)$. However, at $3$ special locations, the crossing points of two consecutive $f(f(f(x)))$ cycles overlapped (at $x=-1, 0, 1$). As such, number of total points is $2\cdot32-3 = \boxed{61}$