Converting a sin regression to cos regression

csmcclea
Messages
1
Reaction score
0

Homework Statement


convert a*sin(bx+c)+d to (mx+d)+a*cosb(x-c)


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
What attempt have you made? You probably won't get much help without at least trying something.
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top