Discussion Overview
The discussion revolves around solving the equation v^2/r = U*g*cos(theta) - g*sin(theta) for the variable theta using MATLAB. Participants explore methods for finding theta, including symbolic solving and algebraic manipulation, while addressing issues related to complex solutions and the interpretation of results.
Discussion Character
- Technical explanation
- Mathematical reasoning
- Homework-related
Main Points Raised
- One participant encounters errors in MATLAB when attempting to solve for theta and seeks assistance.
- Another participant suggests using the solve function in MATLAB with the correct syntax for symbolic variables.
- A later reply indicates that the initial attempt was successful in avoiding errors but did not yield a real solution for theta, prompting further inquiry.
- One participant provides four potential solutions for theta derived from the equation but emphasizes the need to verify their validity based on the coefficients used.
- Concerns are raised about the presence of complex solutions, with one participant noting that the results included imaginary components, suggesting that no real solution exists with the given coefficients.
- Another participant proposes plotting the function to visually assess whether it intersects the value of v^2/r for real values of theta.
- One participant introduces an algebraic approach to rewrite the equation in terms of R and alpha, suggesting a method to compute theta without relying on MATLAB.
Areas of Agreement / Disagreement
Participants express uncertainty regarding the existence of real solutions for theta, with some suggesting that complex solutions may arise depending on the coefficients. There is no consensus on the validity of the solutions presented or the best approach to take.
Contextual Notes
Participants mention the importance of checking the validity of solutions in the context of trigonometric functions and the implications of using complex numbers in their calculations. The discussion highlights the need for careful consideration of the coefficients involved.