Here is a problem that my class 10 maths teacher gave me:
Prove that $\sec^4\theta$ - $\sec^2\theta$ = $\tan^4\theta$ + $\tan^2\theta$
She expected me to use trigonometric identities to prove such equality, but I instead substituted $\theta$ with standard angles, and substituted that with their values.
Here's what I did:
$\sec^4\theta -\sec^2\theta = \tan^4\theta + \tan^2\theta$
take $\theta$ as $45^o$
$\sec^4 45^o - \sec^2 45^o =\tan^4 45^o + \tan^2 45^o$
$(\sqrt2)^4 - (\sqrt2)^2 = (1)^4 +(1)^2$
$4 - 2 = 1+1$
$2 = 2$
therefore LHS = RHS
Reason: Standard angles are universal truths, henceforth they work throughout the universe. Also, the functions used require a parameter (although not required in proving this using identities), so I substituted them all with $45^o$.
So, my question is 'Is it okay if I substitute standard angle values for trigonometric functions while proving their equality?'.
For the purpose of formal proofs, your method is not acceptable and rigorous enough.
For this proof, you need to start from either RHS or LHS and arrive at other side of the equality sign. You should prove it for any general angle say $\theta$ as this is more rigorous. If you show it for $45^\circ$, how would you know it applies for other angles?
Using your example, I'll start from LHS and arrive at RHS:
$$\text{LHS} =\sec^4\theta -\sec^2\theta $$ Note: $\sec^2\theta = \tan^2\theta + 1$
$$\text{LHS} = (\sec^2\theta)^2 -\sec^2\theta= (\tan^2\theta + 1)^2 -\tan^2\theta -1$$
$$\text{LHS}= \tan^4\theta+2\tan^2\theta -\tan^2\theta+1-1=\tan^4\theta +\tan^2\theta = \text{RHS}$$
That is one way to go through this proof and I'm sure there are other methods too, I hope it made sense and yes you have to use identities.