Can I enter identity solution in trig and give me answer?
(sin x - cos x)^2
add a comment
(sin x - cos x)^2
Hi,
it is possible, just try
var('x')
((cos(x)-sin(x))^2).trig_simplify()
which will result in
-2*cos(x)*sin(x) + 1
since sin(x)^2+cos(x)^2=1 (I think you mean this formula with the trigonometric identity).
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-04-12 19:33:13 +0100
Seen: 1,327 times
Last updated: Apr 12 '15