Skip to content

Cauchy の平均値の定理を示す問題で apply が失敗する #5

Closed Answered by aconite-ac
Seasawher asked this question in Q&A
Discussion options

You must be logged in to vote

一般的に、エラーメッセージを見て1ステップずつ考えるという方針が有効だと思います。

まず、HasDerivAtの第1引数について、
(fun x ↦ ?c * ?f x)(fun x ↦ -1 * (f b - f a) * g x)を見比べると、
メタ変数?cには-1 * (f b - f a)が入ってほしいと分かります。
次に、HasDerivAtの第2引数について、
(?c * ?f') = (-1 * (f b - f a) * ?f')(-((f b - f a) * g' x))を見比べると、
(-((f b - f a) * g' x))(-1 * (f b - f a) * g' x)という形をとらなければならないと分かります。

あとは、(-((f b - f a) * g' x))(-1 * (f b - f a) * g' x)rwする方法を考えればOKです。
(ヒント: hnegmul_assocに適切な引数を与えるだけです。)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Seasawher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants