Solving 2n.Cos^2(n)=1000 - Tips & Tricks

AI Thread Summary
To solve the equation 2n.Cos^2(n)=1000, a substitution approach was attempted but did not yield results. Rearranging cosine in terms of sine to form a quadratic was also ineffective. The discussion suggests that if the equation cannot be solved using elementary functions, numerical methods may be the best option. Techniques such as interval halving or Newton's method are recommended for finding approximate solutions. Ultimately, leveraging tools like Wolfram Alpha can provide a solution, but understanding the underlying methods is crucial.
dirtyaldante
Messages
10
Reaction score
0

Homework Statement



Solve for n:

2n.Cos^2(n)=1000

The Attempt at a Solution



So, I think there's a substitution involved here. I tried to rearrange cosine in terms of sine to make it into a quadratic but that didn't work. I've gone through all the table trig identities. I've had other ideas but it's all come to bubkiss. Wolfram equation solver spat out a solution for n but that's not really the point...

Can anybody shed any light on this?
 
Physics news on Phys.org
If can't be solved in terms of elementary functions. Your best bet is to find a numerical solution, so either take Wolfram's word for it or solve it using some approximation technique such as halving the interval or Newton's method.
 
Back
Top