Wondering if somebody can solve an equation for me

Howard

Lifer
Oct 14, 1999
47,982
11
81
sin (theta) - sin (theta) = 0.0002
------------
cos (theta)

What would theta be (in degrees)?
 

statik213

Golden Member
Oct 31, 2004
1,654
0
0
I asked mathematica:
to Solve[Sin[thetha]/Cos[thetha] - Sin[thetha] == 0.0002, thetha]
And it gave me:
{{thetha -> -0.036873639289193676`-0.06380931302537549},
{thetha->-0.036873639289193676`-0.06380931302537549},
{thetha->-0.036873639289193676`+0.06380931302537549},
{thetha->-0.036873639289193676`+0.06380931302537549},
{thetha->0.07364727857847068}}

The last one is your answer, it's in radians.
 

Howard

Lifer
Oct 14, 1999
47,982
11
81
Originally posted by: statik213
I asked mathematica:
to Solve[Sin[thetha]/Cos[thetha] - Sin[thetha] == 0.0002, thetha]
And it gave me:
{{thetha -> -0.036873639289193676`-0.06380931302537549},
{thetha->-0.036873639289193676`-0.06380931302537549},
{thetha->-0.036873639289193676`+0.06380931302537549},
{thetha->-0.036873639289193676`+0.06380931302537549},
{thetha->0.07364727857847068}}

The last one is your answer, it's in radians.
Exactly what I was looking for. Thanks!
 

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
Originally posted by: Howard
Originally posted by: statik213
I asked mathematica:
to Solve[Sin[thetha]/Cos[thetha] - Sin[thetha] == 0.0002, thetha]
And it gave me:
{{thetha -> -0.036873639289193676`-0.06380931302537549},
{thetha->-0.036873639289193676`-0.06380931302537549},
{thetha->-0.036873639289193676`+0.06380931302537549},
{thetha->-0.036873639289193676`+0.06380931302537549},
{thetha->0.07364727857847068}}

The last one is your answer, it's in radians.
Exactly what I was looking for. Thanks!

really? lol
 

statik213

Golden Member
Oct 31, 2004
1,654
0
0
Originally posted by: statik213
I asked mathematica:
to Solve[Sin[thetha]/Cos[thetha] - Sin[thetha] == 0.0002, thetha]
And it gave me:
{{thetha -> -0.036873639289193676`-0.06380931302537549},
{thetha->-0.036873639289193676`-0.06380931302537549},
{thetha->-0.036873639289193676`+0.06380931302537549},
{thetha->-0.036873639289193676`+0.06380931302537549},
{thetha->0.07364727857847068}}

The last one is your answer, it's in radians.

oops: copy paste error, the first 4 are imaginary numbers!