由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BrainTeaser版 - An integral
相关主题
【数学问题】猫抓老鼠问一个题:狐狸追小狗
贡献两个智力题,攒RP ( QUALCOMM)出个弱题
Hanoi Tower v2.0【活动题】数字题
摆篱笆(zz)[合集] 来个难的
简化它[新手上路]一道面试题,大家帮帮忙!
一道算术题,不知道是不是too old.下一个数?
问个题来做题吧
出个题再又一个
相关话题的讨论汇总
话题: cos话题: pi话题: integrate话题: sin话题: log
进入BrainTeaser版参与讨论
1 (共1页)
e*******n
发帖数: 174
1
No Chinese input here. Sorry about it.
I've got an integral that I was able to integrate with Mathematica. It does
not appear to be difficult. So I tried to solve it manually. I am not able
to figure it out. For the sake of my curiosity, I wonder if anybody could
help me out. Any hints would be greatly appreciated.
The integral has the following form:
Integrate[Cos[x]^2*Log[-a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x, 0, 2*Pi}]
where "a" is a real positive number less than 1.
Again, thanks for any hint
s******1
发帖数: 969
2
积分分成[0,Pi],[Pi,2Pi],
Integrate[Cos[x]^2*Log[-a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x, Pi, 2*Pi}]
= Integrate[Cos[x]^2*Log[a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x,0, Pi}]
然后:
Integrate[Cos[x]^2*Log[-a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x, Pi, 2*Pi}]
=Integrate[Cos[x]^2*Log[1-a^2], {x,0, Pi}]
e*******n
发帖数: 174
3

~~~~~~~~~~~~~~~~~~~~~~~~~~?
How did you do this? I am lost. :)

【在 s******1 的大作中提到】
: 积分分成[0,Pi],[Pi,2Pi],
: Integrate[Cos[x]^2*Log[-a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x, Pi, 2*Pi}]
: = Integrate[Cos[x]^2*Log[a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x,0, Pi}]
: 然后:
: Integrate[Cos[x]^2*Log[-a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x, Pi, 2*Pi}]
: =Integrate[Cos[x]^2*Log[1-a^2], {x,0, Pi}]

s******1
发帖数: 969
4
A==Integrate[Cos[x]^2*Log[-a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x, Pi, 2*Pi}]:
Introduce y=x-Pi so the range is [0,Pi].
Cos[x]=Cos[y+Pi]=-Cos[y]. Sin[x]=Sin[x+Pi]=-Sin[x].
A=Integrate[Cos[y]^2*Log[a*Cos[y] +Sqrt[1-a^2*Sin[y]^2]], {y,0, Pi}]
=Integrate[Cos[x]^2*Log[a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x,0, Pi}];
B==Integrate[Cos[x]^2*Log[-a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x, 0, Pi}];
Integrate[Cos[x]^2*Log[-a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x, Pi, 2*Pi}]
= A+B
=Integrate[Cos[x]^2*{Log[a*Cos[x] +Sqrt[1-
n*n
发帖数: 202
5
晕了....

[1

【在 s******1 的大作中提到】
: A==Integrate[Cos[x]^2*Log[-a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x, Pi, 2*Pi}]:
: Introduce y=x-Pi so the range is [0,Pi].
: Cos[x]=Cos[y+Pi]=-Cos[y]. Sin[x]=Sin[x+Pi]=-Sin[x].
: A=Integrate[Cos[y]^2*Log[a*Cos[y] +Sqrt[1-a^2*Sin[y]^2]], {y,0, Pi}]
: =Integrate[Cos[x]^2*Log[a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x,0, Pi}];
: B==Integrate[Cos[x]^2*Log[-a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x, 0, Pi}];
: Integrate[Cos[x]^2*Log[-a*Cos[x] +Sqrt[1-a^2*Sin[x]^2]], {x, Pi, 2*Pi}]
: = A+B
: =Integrate[Cos[x]^2*{Log[a*Cos[x] +Sqrt[1-

1 (共1页)
进入BrainTeaser版参与讨论
相关主题
再又一个简化它
新人报道:一道简单的题一道算术题,不知道是不是too old.
两道brain teaser 题目问个题
SDE被面了一道概率题 求解 (转载)出个题
【数学问题】猫抓老鼠问一个题:狐狸追小狗
贡献两个智力题,攒RP ( QUALCOMM)出个弱题
Hanoi Tower v2.0【活动题】数字题
摆篱笆(zz)[合集] 来个难的
相关话题的讨论汇总
话题: cos话题: pi话题: integrate话题: sin话题: log