Samuelb88
- 160
- 0
Homework Statement
T=θ (it won't let me display theta inside the "tex" boxes.)
Show that: \frac{d^n}{dx^n}\right) e^a^x(sinbx) = r^n*e^a^x*sin(bx+nT)
where a and b are positive numbers, r^2=a^2+b^2,
and T=tan^-^1(\frac{b}{a}\right)).
Homework Equations
Trigonometric functions.
sinT=(\frac{b}{r}\right))
etc...
The Attempt at a Solution
Since r^2=a^2+b^2; I've constructed a circle with radius r with a right triangle constructed inside the circle whose opposite = b, adjacent = a, and hypotenuse = r.
y=e^a^x*sinbx
From differentiating with respect to x, I get:
y'=e^a^x(a*sin(bx)+b*cos(bx))
From the trigonometric functions, I've explicitly defined a and b:
b=r*sinT, a=r*cosT
By directly substituting the values of a and b into y', I get:
y'=e^a^x(r*sin(bx)cos(T)+r*cos(bx)sin(T))
I've factored r from and used the trigonometric addition and subtraction formula to simplify the term inside the parentheses. Now I have:
y'=r*e^a^x(sin(bx+T))
Here is where I'm a bit confused as how the show y'=r^n*e^a^x(sin(bx+nT)). Specifically the terms "r^n" and "nT".
I've tried differentiating \frac{d^ny}{dx^n}\right), but that leads to an nx^n^-^1 term and doesn't address how I could get nT in my final expression.