MHB Solve the trigonometric equation?

AI Thread Summary
The discussion revolves around solving a trigonometric equation A = cosX + AsinX and using it to find the value of i^i. Participants express confusion about how to start the problem, particularly in handling the transition from degrees to radians and applying the Euler identity. The conversation highlights the importance of checking for extraneous solutions after squaring terms in the equations. Additionally, a participant points out a potential issue with the denominator becoming zero when substituting A = i, indicating a need for careful consideration of the steps taken in the solution process. The thread emphasizes the complexities involved in solving trigonometric equations with imaginary numbers.
arroww
Messages
16
Reaction score
0
a) Solve the trigonometric equation: A = cosX + AsinX, for some angle X.

b) The imaginary number i is equal to √-1. Use part a) to solve i = cosX + isinX.

You will have used degrees to answer parts a) and b). However, the mathematics below requires the use of radians. Convert degrees to radians by multiplying the degree measurement by π/180.

You will now find a value of i^i.

This will require the euler identity e^iX = cosX + isinX, part b) and exponent arithmetic.

c) Evaluate, for one value, i^i.

----

So I honestly have no idea how to start this off haha. Could someone help out? Obviously you don't need to solve the whole thing - i just need to know how to start it off.Thanks! (:
 
Last edited:
Mathematics news on Phys.org
$a \sin(x)+b \cos(x)=c \sin(x+\varphi),$ where $c^{2}=a^{2}+b^{2}$ and $\varphi=\text{atan}2(b,a)$. That last is not a typo - it's the atan2 function, available in many programming languages. It essentially resolves the ambiguity inherent in the arctangent function.
 
arroww said:
a) Solve the trigonometric equation: A = cosX + AsinX, for some angle X.

b) The imaginary number i is equal to √-1. Use part a) to solve i = cosX + isinX.

You will have used degrees to answer parts a) and b). However, the mathematics below requires the use of radians. Convert degrees to radians by multiplying the degree measurement by π/180.

You will now find a value of i^i.

This will require the euler identity e^iX = cosX + isinX, part b) and exponent arithmetic.

c) Evaluate, for one value, i^i.

----

So I honestly have no idea how to start this off haha. Could someone help out? Obviously you don't need to solve the whole thing - i just need to know how to start it off.Thanks! (:

I would proceed like this:

$\displaystyle \begin{align*} A &= \cos{(x)} + A\sin{(x)} \\ A - A\sin{(x)} &= \cos{(x)} \\ A \left[ 1 - \sin{(x)} \right] &= \cos{(x)} \\ \left\{ A \left[ 1 - \sin{(x)} \right] \right\} ^2 &= \cos^2{(x)} \\ A^2 \left[ 1 - 2\sin{(x)} + \sin^2{(x)} \right] &= 1 - \sin^2{(x)} \\ A - 2A\sin{(x)} + \sin^2{(x)} &= 1 - \sin^2{(x)} \\ 2\sin^2{(x)} - 2A\sin{(x)} &= 1 - A \\ \sin^2{(x)} - A\sin{(x)} &= \frac{1 - A}{2} \\ \sin^2{(x)} - A\sin{(x)} + \left( -\frac{A}{2} \right) ^2 &= \frac{1 - A}{2} + \left( -\frac{A}{2} \right) ^2 \\ \left[ \sin{(x)} - \frac{A}{2} \right] ^2 &= \frac{A^2 - 2A + 2}{4} \\ \sin{(x)} - \frac{A}{2} &= \pm \frac{\sqrt{ A^2 - 2A + 2}}{2} \\ \sin{(x)} &= \frac{A \pm \sqrt{A^2 - 2A + 2}}{2} \\ x &= \arcsin{ \left( \frac{A \pm \sqrt{A^2 - 2A + 2}}{2} \right) } \end{align*}$

as well as all other quadrant solutions and all other possibilities when the period of $\displaystyle \begin{align*} 2\pi \end{align*}$ is added or subtracted.

Just remember that not all solutions might be valid, as squaring to solve an equation might bring in extraneous solutions. You need to check which are possible.
 
For a), my solution starts like Prove It's, but then diverges from it.
$$A = \cos x + A\sin x,$$ $$A(1-\sin x) = \cos x,$$ $$A^2(1-\sin x)^2 = \cos^2x = 1 - \sin^2x = (1-\sin x)(1+\sin x),$$ $$A^2(1-\sin x) = 1+\sin x,\quad(*)$$ $$(A^2+1)\sin x = A^2-1,$$ $$\sin x = \frac{A^2-1}{A^2+1},$$ $$x = \arcsin\Bigl(\frac{A^2-1}{A^2+1}\Bigr)\quad(**).$$

For b), the obvious thing to do is to put $A=i$ in a). But then we hit a serious roadblock, because if $A=i$ then $A^2 = -1$ and $A^2+1=0.$ So the denominator of the fraction in (**) is zero. What has gone wrong here?? To see what to do about this, notice that to get (*) from the previous line, I canceled a factor $(1-\sin x)$ from both sides of the equation. When might that step not be justified?
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top