cos2(x) + tan(x)cos2(x) = k

Some1

New member
Joined
Jan 30, 2015
Messages
16
I have to work out x:

cos2(x) + tan(x)cos2(x) = k

in terms of k where k is a constant.

Thanks in advance.
 
I have to work out x:

cos2(x) + tan(x)cos2(x) = k

in terms of k where k is a constant.

Thanks in advance.
What work have you done so far? Where are you stuck?

Oh, and you realize that only a restricted set of k will work for real valued x, don't you?
 
I know, I have actually simplified the question a bit just to make it easier to answer.
The actual equation looks something more like:

h*cos2(x) + d*tan(x)cos2(x) = g*d*0.5/v2

Where every variable is known except for x.
This equation should not always have an answer.
 
Trig Question

I have to work out x:

h*cos2(x) + d*tan(x)cos2(x) = g*d*0.5/v2

in terms of k,h and d where k, h and d are constants.

Thanks in advance.
 
I have to work out x:

h*cos2(x) + d*tan(x)cos2(x) = g*d*0.5/v2

in terms of k,h and d where k, h and d are constants.

Thanks in advance.

Yes... go at it....

What are your thoughts?

Please share your work with us ...even if you know it is wrong

If you are stuck at the beginning tell us and we'll start with the definitions.

You need to read the rules of this forum. Please read the post titled "Read before Posting" at the following URL:

http://www.freemathhelp.com/forum/th...Before-Posting
 
I have to work out x:

h*cos2(x) + d*tan(x)cos2(x) = g*d*0.5/v2

in terms of k,h and d where k, h and d are constants.
Note that tan(x) = sin(x)/cos(x), so you have:

. . . . .h cos2(x) + d cos(x) = 0.5gd/v2

. . . . .h cos2(x) + d cos(x) - 0.5gd/v2 = 0

This is a quadratic in cos(x). Solve with the Quadratic Formula. Then solve the resulting trig equation(s). ;)
 
I know, I have actually simplified the question a bit just to make it easier to answer.
The actual equation looks something more like:

h*cos2(x) + d*tan(x)cos2(x) = g*d*0.5/v2

Where every variable is known except for x.
This equation should not always have an answer.
Hint 1: If you were to plot a cos(t) + b sin(t) [with not both a and b equal to zero], you would notice that it also looked like a sine wave, maybe shifted a bit and with a greater (or smaller) amplitude that a normal sine wave by itself. That's becase you can re-write the expression in the following way: Let
c = \(\displaystyle \sqrt{a^2 + b^2}\)
sin\(\displaystyle (\theta) = \frac{a}{c}\)
cos\(\displaystyle (\theta) = \frac{b}{c}\)
Then
a cos(t) + b sin(t) = c [ \(\displaystyle \frac{a}{c}\) cos(t) + \(\displaystyle \frac{b}{c}\) sin(t) ] = c [ sin\(\displaystyle (\theta)\) cos(t) + cos\(\displaystyle (\theta)\) sin(t) ] = c sin\(\displaystyle (t + \theta)\)
 
Thanks to Subhotosh Khan for the correction:

Note that tan(x) = sin(x)/cos(x), so you have:

. . . . .h cos2(x) + d cos(x) = 0.5gd/v2
Wrong! In fact, you have:

. . . . .h cos2(x) + d sin(x)cos(x) = 0.5gd/v2

...which is not quite as helpful as first thought. Sorry... :oops:
 
Thankyou Ishuda for the tip :D

(I should have mentioned that h and d are the opposite and adjacent of a triangle)

The workings would take a long time to type but basically using Ishuda's tip I got to:

sin(x + j)cos(x) * sqrt(h2 + d2) = 0.5dg/v2

where j = tan-1(h/d)

so:

sqrt(h2 + d2)(sin(2x + j) + h/sqrt(h2 + d2)) = dg/v2

sin(2x + j) = (dg/v2 - h) / sqrt(h2 + d2)

x = (sin-1((dg/v2 - h) / sqrt(h2 + d2)) - tan-1(h/d)) / 2

This should be the angle at which to shoot a projectile at a target at a speed of v that is d distance away and at a height of h under a vertical acceleration of g.

Please feel free to tell me if I have made a mistake somewhere :D

(just realised theres a mistake but its good enough for now)
 
Last edited:
Top