How can I get θ out of this equation?

  • Context: Undergrad 
  • Thread starter Thread starter AHashemi
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the challenge of isolating the variable θ from a complex equation involving trigonometric and exponential terms, stemming from a classical mechanics problem. Participants explore various mathematical approaches and techniques to manipulate the equation.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant requests assistance in isolating θ from the equation, expressing confusion over the complexity of the problem.
  • Another participant suggests using exponential forms for sine and cosine, but this approach complicates the problem further for the original poster.
  • Some participants question whether the problem is homework-related, emphasizing the importance of personal effort in solving such equations.
  • A suggestion is made to rewrite the equation by moving trigonometric terms to one side and applying the natural logarithm, though concerns are raised about the implications of this approach.
  • There is a discussion about the feasibility of finding a closed-form solution for θ, with some participants arguing that numerical methods like Newton's method may be necessary.
  • Participants discuss the implications of the positivity and range of μ, with one suggesting that approximations might be possible for limited ranges of μ.
  • Concerns are raised about the logarithmic properties when dealing with sums of trigonometric functions, indicating potential pitfalls in the suggested methods.

Areas of Agreement / Disagreement

Participants do not reach a consensus on a definitive method to isolate θ. There are multiple competing views on the best approach, and the discussion remains unresolved regarding the most effective way to handle the equation.

Contextual Notes

Participants express uncertainty about the assumptions underlying the equation and the implications of manipulating terms, particularly concerning the application of logarithms and the behavior of the functions involved.

Who May Find This Useful

This discussion may be of interest to students and practitioners in physics and mathematics who are dealing with complex equations involving trigonometric and exponential functions, particularly in the context of classical mechanics.

AHashemi
Messages
25
Reaction score
0
Hi
I need to get θ out of this equation.
I have no Idea how. please help.

Note: mu is a constant number.

-6\mu sin\theta - 3cos\theta + 2(((e^2)^\theta)^\mu)*(1-2\mu^2)=0
 
Mathematics news on Phys.org
Start by writing sine and cosine in terms of the exponential: sin(\theta)= \frac{e^{i\theta}- e^{-i\theta}}{2i} and cos(\theta)= \frac{e^{i\theta}+ e^{-i\theta}}{2}.
 
  • Like
Likes   Reactions: AHashemi
HallsofIvy said:
Start by writing sine and cosine in terms of the exponential: sin(\theta)= \frac{e^{i\theta}- e^{-i\theta}}{2i} and cos(\theta)= \frac{e^{i\theta}+ e^{-i\theta}}{2}.

thanks but this just made things harder for me. now I have to deal with i too. this equation is the result of a classical mechanic problem where I need to find theta.
and mu is a positive number.
can you give me the complete answer?
 
AHashemi said:
can you give me the complete answer?
Is this homework? Even if it isn't, you can't expect other people to do your work for you.
 
DrClaude said:
Is this homework? Even if it isn't, you can't expect other people to do your work for you.
No it's not. I'm trying to solve a problem without removing friction.
But here's the case: I'm studying elementary physics (classical mechanics) currently but the math part of this problem is way advanced than my knowledge so I need help.
 
Perhaps it's a good idea to complete the template below ?
I'm curious how things can have become so complicated !

Homework Statement

Homework Equations

The Attempt at a Solution

 
BvU said:
Perhaps it's a good idea to complete the template below ?
I'm curious how things can have become so complicated !

Homework Statement

Homework Equations

The Attempt at a Solution


1,2. I've already given the equation.

3. this equation was half a page long and this was the shortest form of it I could get to. and I have no Idea how to solve it.

I think it's completely right to ask for help where I'm sure I can't do anything more.
I'm also curious how can you make things this complicated...
 
AHashemi said:
Hi
I need to get θ out of this equation.
I have no Idea how. please help.

Note: mu is a constant number.

-6\mu sin\theta - 3cos\theta + 2(((e^2)^\theta)^\mu)*(1-2\mu^2)=0
You can rewrite the equation by taking all the trigonometric terms on one side. Then you can separate the terms by taking natural logarithm on both sides.
AHashemi said:
Note: mu is a constant number.
Derivative of mu w.r.t.θ will be 0.

I don't know if that'll work..its just a suggestion.
 
  • Like
Likes   Reactions: AHashemi
AHashemi said:
Hi
I need to get θ out of this equation.
I have no Idea how. please help.

Note: mu is a constant number.

-6\mu sin\theta - 3cos\theta + 2(((e^2)^\theta)^\mu)*(1-2\mu^2)=0
If by getting θ out of the equation, you mean finding the value of θ which satisfies the equation, I think the quickest way is for various values of μ, you iterate the equation with different values of θ until you find a value which makes the left hand side equal to the right hand side (i.e., zero).

You can set this calculation up on a spreadsheet. For faster convergence, you might employ Newton's method, if you can take the derivative of f(θ).
 
  • Like
Likes   Reactions: AHashemi and cnh1995
  • #10
cnh1995 said:
You can rewrite the equation by taking all the trigonometric terms on one side. Then you can separate the terms by taking natural logarithm on both sides.

Derivative of mu w.r.t.θ will be 0.

I don't know if that'll work..its just a suggestion.
the problem is mu and theta are positive numbers and if I move e to on side of the equation It would be negative and we can't apply natural logarithm. right?
 
  • #11
SteamKing said:
If by getting θ out of the equation, you mean finding the value of θ which satisfies the equation, I think the quickest way is for various values of μ, you iterate the equation with different values of θ until you find a value which makes the left hand side equal to the right hand side (i.e., zero).

You can set this calculation up on a spreadsheet. For faster convergence, you might employ Newton's method, if you can take the derivative of f(θ).

By getting theta out I mean I want theta on one side of the equation and the rest in the other side. like this:
θ = something (not theta itself)

so I can give value of mu and find theta whenever.
 
  • #12
AHashemi said:
the problem is mu and theta are positive numbers and if I move e to on side of the equation It would be negative and we can't apply natural logarithm. right?
You keep e as it is and move the trigonometric part on the RHS. That way you can take natural log on both sides.
 
  • Like
Likes   Reactions: AHashemi
  • #13
cnh1995 said:
You keep e as it is and move the trigonometric part on the RHS. That way you can take natural log on both sides.
Yeah, but you still have the log of the sum of a couple of trig functions on one side.

Remember, log (a + b) ≠ log (a) + log (b)
 
  • Like
Likes   Reactions: AHashemi
  • #14
SteamKing said:
Yeah, but you still have the log of the sum of a couple of trig functions on one side.

Remember, log (a + b) ≠ log (a) + log (b)
That's why I suggested to take derivative of the terms w.r.t.θ to eliminate the constants but I now think it won't work. Its not the right approach.
 
  • Like
Likes   Reactions: AHashemi
  • #15
SteamKing said:
log (a + b) ≠ log (a) + log (b)
I know:wink::smile:.
 
  • #16
If this is not a homework problem, why do you think there is a closed form solution for θ? Real-world problems are often not that simple. You may need to use numerical techniques like Newton's method to estimate the solution.
 
  • Like
Likes   Reactions: DrClaude and AHashemi
  • #17
FactChecker said:
If this is not a homework problem, why do you think there is a closed form solution for θ? Real-world problems are often not that simple. You may need to use numerical techniques like Newton's method to estimate the solution.
I showed the equation to a physics professor and he said nearly the same thing that you can't always have the requested parameter in one side of the equation.

Thanks again everyone.
 
  • #18
AHashemi said:
Hi
I need to get θ out of this equation.
I have no Idea how. please help.

Note: mu is a constant number.

-6\mu sin\theta - 3cos\theta + 2(((e^2)^\theta)^\mu)*(1-2\mu^2)=0
What is the expected range of μ for which you need to apply this?
 
  • Like
Likes   Reactions: AHashemi
  • #19
NascentOxygen said:
What is the expected range of μ for which you need to apply this?
mu is always positive and smaller than 1.
 
  • #20
AHashemi said:
mu is always positive and smaller than 1.
I was asking whether you required the equation over a limited range of μ, because were this so then it's often possible to replace a complicated expression with a much simpler one which, for some limited range, gives results still as accurate as you'd wish. Example, for μ in the range, say, 0.6 to 0.8, you might find that a portion of a parabola would be a good approximation for your purposes.

But where you require the full range of μ, then staying with the original equation is best.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
46
Views
6K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K