Help with entering an equation into a calculator

  • Thread starter Thread starter Etherian
  • Start date Start date
  • Tags Tags
    Calculator
AI Thread Summary
The discussion centers on entering the equation S=(3cos²θ-1)/2 into a calculator to isolate θ. The user is struggling with the correct input format and understanding how to manipulate the equation, as they are in 8th grade and have not encountered such equations before. A solution is provided, showing the steps to isolate θ, leading to θ=cos⁻¹(√((2S+1)/3)). Despite receiving help, the user remains uncertain about the outputs they are getting from their calculator. The urgency of the project deadline adds pressure to resolve the issue quickly.
Etherian
Messages
9
Reaction score
0
First I should mention I'm actually going to use this in actionscript (a programming language), but as most people here probably don't know actionscript, I thought a graphing calculator would be a good analogue. I am also using an actual calculator, though, and will from here on regard the question as if it was for the calculator.

Homework Statement


I need to enter this equation into a calculator with \theta isolated:
S=\frac{3cos^{2}\theta-1}{2}
The equation gives how many degrees off a liquid crystal will be from the local director (\theta) depending on on the molecule's order parameter (S). The lower the order parameter the farther off the director the molecule can be. 0 is no order, 1 is perfect order.

Homework Equations


I need to type this into a calculator where S is the input and \theta is the output. I'm only in 8th grade and we haven't worked with these kind of equations yet, as simple as it is, so I'm not sure how to type it, let alone isolate \theta.

The Attempt at a Solution


I haven't tried isolating \theta yet as can't even type the original it in correctly.
What I have so far is S=(3[cos(\theta)^2]-1)/2.
This looks correct to me, but when I enter a number for S it gives a result I don't believe could be correct. I have entered it two or three times and, unfortunately, I seemed to have entered it differently both times, giving me an even less realistic output.

I need a response fairly quickly, since the project is due tomorrow. Thanks in advance to anyone that helps.
 
Last edited:
Physics news on Phys.org
Etherian said:
First I should mention I'm actually going to use this in actionscript (a programming language), but as most people here probably don't know actionscript, I thought a graphing calculator would be a good analogue. I am also using an actual calculator, though, and will from here on regard the question as if it was for the calculator.

Homework Statement


I need to enter this equation into a calculator with \theta isolated:
\frac{3cos^{2}\theta-1}{2}
The equation gives how many degrees off a liquid crystal will be from the local director (\theta) depending on on the molecule's order parameter (S). The lower the order parameter the farther off the director the molecule can be. 0 is no order, 1 is perfect order.

Homework Equations


I need to type this into a calculator where S is the input and \theta is the output. I'm only in 8th grade and we haven't worked with these kind of equations yet, as simple as it is, so I'm not sure how to type it, let alone isolate \theta.

The Attempt at a Solution


I haven't tried isolating \theta yet as can't even type the original it in correctly.
What I have so far is S=(3[cos(\theta)^2]-1)/2.
This looks correct to me, but when I enter a number for S it gives a result I don't believe could be correct. I have entered it two or three times and, unfortunately, I seemed to have entered it differently both times, giving me an even less realistic output.

I need a response fairly quickly, since the project is due tomorrow. Thanks in advance to anyone that helps.
If S=(3[cos^2(\theta)]-1)/2[/tex]. then 2S= 3 cos^2(\theta)- 1, 2S+ 1= 3 cos^2(\theta), (2S+1)/3= cos^2(\theta), \sqrt{(2S+1)/3}= cos(\theta) and, finally, \theta= cos^{-1}(\sqrt{(2S+1)/3}).<br /> <br /> That &quot;cos<sup>-1</sup>&quot; is, of course, the inverse- or arc-cosine, not the reciprocal.
 
Thanks for responding so quickly (in fact faster than I was able to edit my own post). The equation still won't work, but I believe it is that I misunderstood the equation, than it was incorrect or someone did something wrong. Thanks again for the help.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top