I am just trying to figure out why this happens: $$ \cos x + \frac{\sin ^2 x}{\cos x} = \frac{\cos^2x +\sin^2 x}{\cos x} $$ How do we get $\cos^2x$ in the numerator on the right-hand side?
I just don't get it.
I am just trying to figure out why this happens: $$ \cos x + \frac{\sin ^2 x}{\cos x} = \frac{\cos^2x +\sin^2 x}{\cos x} $$ How do we get $\cos^2x$ in the numerator on the right-hand side?
I just don't get it.
We need to find the common denominator, then add: $$\cos x + \frac {\sin^2 x}{\cos x} = \dfrac{\cos x}{\cos x}\cdot \frac {\cos x}{1} + \dfrac{\sin^2x}{\cos x}=\dfrac{\cos^2 x + \sin^2 x}{\cos x} = \dfrac 1{\cos x} = \sec x$$
I don't think that that is necessarily true:
Multiply through by cos(x)
$\cos^2x+ \sin ^2 x = \cos^3x + \sin^2x$
Using the identity $\cos^2x+ \sin ^2 x = 1$ we get:
$1 = \cos^3x + \sin^2x$
We can rearrange the identity to say $\sin ^2 x = 1 - \cos^2x $ and then substitute to get:
$1 = \cos^3x + (1 - \cos^2x)$
or:
$0 = \cos^3x - \cos^2x $
$\cos^3x = \cos^2x$
which only happens if cos(x) = 1 or cos(x) = 0 [the latter of which can't be true since cos(x) is in the denominator].
So it seems that the original expression is only true if cos(x) = 1.