2
$\begingroup$

Simplify: $\sin^4x + \sin^2x \cdot \cos^2x$

The textbook states the answer as $\sin^2x$ and I understand the reasoning: Take a factor of $\sin^2x$ out and you are left with $\sin^2x \cdot 1$

However I can't work out why my method is wrong (it produces the answer of 1):

Divide everything by $\sin^2x$

$(\sin^4x / \sin^2x)+ (\sin^2x \cdot \cos^2x )/ \sin^2x$

Which cancels down to:

$\sin^2x + \cos^2x$

Which equals $1$.

I managed to get both results when using WolframAlpha to check my working! What am I misunderstanding?

Thanks!

  • 1
    You cannot divide by $\sin^2 x$ without also multiply by $\sin^2 x$... It's not an equation.2011-03-26

1 Answers 1

7

You did nothing wrong. Except misunderstand what you did.

Let us say the simplification is some variable called $k(x)$. Then,

$\sin^4 x +\sin^2 x \cos^2 x = k(x)$

divide by $\sin^2 x$, so,

$1 = \frac{k(x)}{\sin^2 x}$

and thus,

$k(x)=\sin^2 x$

  • 0
    Thanks to you both. Andrea made me realize I shouldn't fall back on my method in exams!2011-03-26