Approximation of values from non-closed form equation.

  • Context: Undergrad 
  • Thread starter Thread starter Legaldose
  • Start date Start date
  • Tags Tags
    Approximation Form
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Legaldose
Messages
73
Reaction score
6
Hello everyone, I'm working on a problem and it turns out that this equation crops up:

[tex]1 = cos^{2}(b)[1-(c-b)^{2}][/tex]

where

[tex]c > \pi[/tex]

Now I'm pretty sure you can't solve for b in closed form (at least I can't), so what I need to do is for some value of c, approximate the value of b to about 5-6 digits of accuracy. I just need tips to head in the right direction. Anything will be useful. Thank you!
 
Mathematics news on Phys.org
[tex]1 = cos^{2}(b)[1-(c-b)^{2}][/tex]
[tex]1-cos^{2}(b) = cos^{2}(b)[-(c-b)^{2}][/tex]
[tex]sin^{2}(b) = cos^{2}(b)[-(c-b)^{2}][/tex]
[tex]tan^{2}(b) = -(c-b)^{2}[/tex]
For real solution, positive term = negative term is only possible if they are =0.
Hence the solution is : [tex]c=b=n\pi[/tex]
 
  • Like
Likes   Reactions: 1 person
Oh okay, thanks JJacquelin, I didn't even think to do this.