• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

More math stuff...

Status
Not open for further replies.
Ok, proof time.
(csc^2(x))+(sec^2(x))=(csc^2(x))(sec^2(x))
cot^2(x) + 1 + tan^2(x) + 1 = (csc^2(x))(sec^2(x)) (Pythagorean ID)
cos^2(x)/sin^2(x) + sin^2(x)/cos^2(x) + 2 = (csc^2(x))(sec^2(x)) (quotient ID)
((cos^2(x)+sin^2(x))^2)/sin^2(x)cos^2(x)= (csc^2(x))(sec^2(x)) (lots of multiplication, adding, and whatever)
After lots of factoring that I decided to not take notes on, you get
1/(cos^2(x)sin^2(x)) = (csc^2(x))(sec^2(x)), which is true by reciprocal ID.

If anyone is still interested I can probably try and remember how I got those middle steps.
--donut3.5--
 
Last edited:
I think you're right. I also don't see how you came to this topic if not expecting such a thing :P

I like sin/cos :)

Donut3.5, unless I'm doing something I can't do, isn't it MUCH simpler if you did this:

(csc^2(x))+(sec^2(x))=(csc^2(x))(sec^2(x)) Removing the x to make it easier to read
==> (1/sin²) + (1/cos²) = (1/sin²) * (1/cos²) converting sec / cosec into 1/cos and 1/sin
==> (sin² + cos²)/(sin²*cos²) = 1/(sin²*cos²) sin²+cos² = 1, then removing the sin²*cos² in left/right
==> 1 = 1?
 
Actually I found an even easier one. (And btw, math teachers prefer if you stick to one side, iunno why :P)
(csc^2(x))+(sec^2(x))=(csc^2(x))(sec^2(x)) given
(1/sin^2(x))+1/cos^2(x))=(csc^2(x))(sec^2(x)) reciprocal ID
((sin^2(x)+cos^2(x))/(sin^2(x)cos^2(x))=(csc^2(x))(sec^2(x)) Get common denominators and add
then you get
1/(sin^2(x)cos^2(x))=(csc^2(x))(sec^2(x)) by Pythagorean ID
Then reciprocal gets you...
(csc^2(x))(sec^2(x))=(csc^2(x))(sec^2(x))

I think that's a really similar way to what you did Eleandor (I mean elenai :P) but modifying only one side.
--donut3.5--
 
Status
Not open for further replies.
Back
Top