Apr 11, 2004 #1 expscv Messages 241 Reaction score 0 how do i find intersection of sin(x) and cos(x)? wat method do i use?
Apr 11, 2004 #2 cookiemonster Messages 977 Reaction score 0 sinx = cosx sinx/cosx = 1 tanx = 1 x = arctan(1) x = pi/4 cookiemonster
Apr 11, 2004 #3 himanshu121 Messages 649 Reaction score 1 expscv said: how do i find intersection of sin(x) and cos(x)? wat method do i use? Apart from it u can do it graphically. But Still u have to do wat cookie monster( ) has done
expscv said: how do i find intersection of sin(x) and cos(x)? wat method do i use? Apart from it u can do it graphically. But Still u have to do wat cookie monster( ) has done
Apr 11, 2004 #5 cookiemonster Messages 977 Reaction score 0 That's a little more difficult. You'd have to use a half-angle formula and solve it similarly. cookiemonster
That's a little more difficult. You'd have to use a half-angle formula and solve it similarly. cookiemonster
Apr 11, 2004 #6 expscv Messages 241 Reaction score 0 with ur help it seems to be sin(x)= 1- 2sin(x)^2 2sin(x)^2+sin(x)-1=0 hey it works thanks all
Apr 11, 2004 #8 Chen Messages 976 Reaction score 1 Use the identity: \tan ^2 x + 1 = \frac{1}{\sin ^2 x}
Apr 11, 2004 #9 expscv Messages 241 Reaction score 0 omg i don't reallyget how this identity could help me~
Apr 11, 2004 #10 cookiemonster Messages 977 Reaction score 0 Eliminate the sin^2(x) with that identity. cookiemonster
Apr 11, 2004 #11 Chen Messages 976 Reaction score 1 That identity should give you: 4\sin ^6 x + \sin ^2 x - 1 = 0 Now let t = sin2x and solve the equation. (I eliminated tanx rather than sinx.)
That identity should give you: 4\sin ^6 x + \sin ^2 x - 1 = 0 Now let t = sin2x and solve the equation. (I eliminated tanx rather than sinx.)
Apr 11, 2004 #13 cookiemonster Messages 977 Reaction score 0 So now you got to do some more factoring. More fun algebra! Edit: Fine! cookiemonster Last edited: Apr 11, 2004
Apr 11, 2004 #19 matt grime Science Advisor Homework Helper Messages 9,361 Reaction score 6 Chen, you might want to check that, as tan of 0 is not infinity.
Apr 11, 2004 #20 Chen Messages 976 Reaction score 1 Of course you are right. \tan ^2 x + 1 = \frac{1}{\cos ^2 x}