Hello,

I'm working on a problem involving the equation v=sqrt(6*9.8(sin x-0.2 cos x))

Using maxima I have a graph but since maxima uses radians I decided to put sin and cos values multiplied by pi/180 to get degrees.

So I now have a graph which looks roughly right but I'm looking for the angle (x in the equation) which gives the answer v=5 now looking at the graph I have it's come up as 26 but plugging that value into the equation yields and answer other than 5 (5 appears to be the answer when x=35) so that means my graph is incorrect. Anyone got any ideas where I'm going wrong, I think it's the handling of radians and degrees by myself rather than maxima.

2 answers

I assume Maxima is some application which I don't have, so by the "good ol' fashioned way" ...

5 = √(6*9.8(sin x-0.2 cos x))
square both sides
25 = 6*9.8(sinx - .2cosx)
.42517.. = sinx - .2cosx
.2cosx = sinx - .42517
square again:
.04cos^2 x = sin^2 x - .85034sinx + .18077
.04(1 - sin^2 x) = sin^2 x - .85034sinx + .18077
0 = 1.04sin^2 x - .85034sinx + .14077
using the formula:
sinx = (.85034v ± √.13745)/2.08
= appr .5871 or .23056

x = .62744 or x = .23265

checking the first one:
x = .62744
v = √(6*9.8(sin.62744 - .2cos.62744)
= 4.999991039

not bad I would say.
Hi Reiny, sorry maxima is a computer algebra program that I use. I think my problem stems from the fact maxima takes angles in radians so I think I've probably got myself confused when trying to ensure the program is converting. Thank you for your help.
Similar Questions
    1. answers icon 0 answers
  1. Find of g(f(x)) when f(x)=sqrt(x+3) and g(x)=(x^2+2)/x.a. g(f(x))=(x^2+2)(sqrt(x+3))/x b. g(f(x))=(x+5)/(sqrt(x+3)) c.
    1. answers icon 1 answer
  2. Evaluate sqrt7x (sqrt x-7 sqrt7) Show your work.sqrt(7)*sqrt(x)-sqrt(7)*7*sqrt(7) sqrt(7*x)-7*sqrt(7*7) sqrt(7x)-7*sqrt(7^2)
    1. answers icon 1 answer
  3. Find an equation for the hyperbola described.Foci at (-4,0) and (4,0); asymptote the line y= -x. Please explain the steps of
    1. answers icon 3 answers
more similar questions