I'm trying to solve this equation:
$$ f(x).cos^2(ux)+g(x).sin^2(ux) = k; k>0, u>0, x>0 $$ $f$ and $g$ are both affine functions.
I have tried many approaches with trigonometric formulas but I'm stuck.
Can you please give me an hint?
I'm trying to solve this equation:
$$ f(x).cos^2(ux)+g(x).sin^2(ux) = k; k>0, u>0, x>0 $$ $f$ and $g$ are both affine functions.
I have tried many approaches with trigonometric formulas but I'm stuck.
Can you please give me an hint?
We could reduce the equation as follows: $$f(x)\cos^2ux+g(x)\sin^2ux=k$$ $$f(x)(1-\sin^2ux)+g(x)\sin^2ux=k$$ $$(g(x)-f(x))\sin^2ux=k-f(x)$$ $$\sin^2ux=\frac{k-f(x)}{g(x)-f(x)}$$ Now, however, we have a trigonometric expression on one side and a rational one on the other. In general there does not exist a closed-form solution to such an equation, so numerical methods are employed in this case.