PDA

View Full Version : Expansion of exponentials (very easy)


Crosshash
Apr30-08, 07:07 PM
Sorry, i'm having a severe mental block here, sorry if this is laughable.

Question
Expand (e^x + e^-x)^2

I've got the answer but i'm just stumped at how to reach it, I dunno where the 2 comes from:

Answer
e^2x + 2 + e^-2x

Thanks (and sorry again)

eok20
Apr30-08, 07:11 PM
Are you unsure how to even start or is there a particular term you are confused about? Which 2 are you talking about, the +2 or the 2 in e^2x?

Crosshash
Apr30-08, 07:12 PM
Are you unsure how to even start or is there a particular term you are confused about? Which 2 are you talking about, the +2 or the 2 in e^2x?

Sorry, the +2. I can reach the e^2x + e^-2x but I can't reach the "+2" which means the method I'm using is incorrect.

I haven't touched this stuff in a while so I'm just trying to re-remember it.

eok20
Apr30-08, 07:14 PM
Remember, (a+b)^2 = a^2 + 2ab + b^2 (use foil), NOT a^2 + b^2

Crosshash
Apr30-08, 07:24 PM
Remember, (a+b)^2 = a^2 + 2ab + b^2 (use foil), NOT a^2 + b^2

Yeah, i tried using foil.

Foil if I'm not mistaken would grant me.

(e^x + e^-x) (e^x + e^-x)

(e^x * e^x) + (e^x * e^-x) + (e^-x * e^x) + (e^-x * e^-x)

(e^2x) + (1) + (1) + (e^-2x)

(e^2x) + (2) + (e^-2x)

Is that right?

eok20
Apr30-08, 07:30 PM
Yep, looks good.

Crosshash
Apr30-08, 07:30 PM
aha, thanks for the help. Just got a bit confused with the powers for a moment it seems.