My niece asked me a math question: There is a point $A(-3,2)$ on the $x$-$y$ plane. A line $L$ is perpendicular to the line $x=y$. Line $L$ and $y=f(x)=2^x$ has an intersection point $P$. Line $L$ and $y=g(x)=\log_2 x$ has an intersection point $Q$. Find the minimum of $\overline{AP}+\overline{AQ}$.
Note: My niece is a freshman in a senior high school. She have not learned calculus. Therefore, I can't use calculus to solve this question.
The following is my try. First, let the coordinates of $P$ be $(a,2^a)$. Because $f(x)$ and $g(x)$ are inverse functions of each other, the coordinates of $Q$ is $(2^a,a)$. Then $$ \overline{AP}+\overline{AQ} = \sqrt{(-3-a)^2+(2-2^a)^2} + \sqrt{(-3-2^a)^2+(2-a)^2}. \tag{1} $$ Because the two terms in $(1)$ are both positive numbers, we can use the inequality of arithmetic and geometric means (AM-GM inequality) to obtain $$ \begin{align} \overline{AP}+\overline{AQ} & \geq 2\sqrt{ \sqrt{(-3-a)^2+(2-2^a)^2} \cdot \sqrt{(-3-2^a)^2+(2-a)^2}} \\ & = 2 \{ [ (-3-a)^2+(2-2^a)^2][(-3-2^a)^2+(2-a)^2]\}^{1/4} \\ & = 2 [(a^2+6a+9+4-4\cdot 2^a+2^{2a})(2^{2a}+6\cdot 2^a+9+a^2-4a+4)]^{1/4} \\ & = 2 [(2^{2a}-2^{a+2}+a^2+6a+13)(a^{2a}+3\cdot 2^{a+1}+a^2-4a+13)]^{1/4}. \tag{2} \end{align} $$ I don't know how to continue.