145 lines
2.8 KiB
Plaintext
145 lines
2.8 KiB
Plaintext
#import "/src/lib.typ" as functastic
|
|
|
|
#set page(width: auto, height: auto)
|
|
|
|
#functastic.sign-table(
|
|
($-oo$, $-1$, $x_0$, $1$, $3$, $+oo$),
|
|
espcl: 2.6,
|
|
{
|
|
import functastic: *
|
|
|
|
sign-line(
|
|
$f_7'(x)$,
|
|
(none, $-$, "d", $-$, "t", $-$, "d", "h", "d", $+$, none)
|
|
)
|
|
sign-line(
|
|
$f_7''(x)$,
|
|
(none, $-$, "d", $+$, $0$, $-$, "d", "h", "d", $-$, none)
|
|
)
|
|
func-line(
|
|
$f_7(x)$,
|
|
mult: 2,
|
|
(
|
|
val(asymp($y=-1$), "top"),
|
|
disc(($-oo$, "bottom"), ($+oo$, "top")),
|
|
none,
|
|
disc(center: ($0$, "bottom"), eod: true),
|
|
disc(center: ($0$, "bottom")),
|
|
val(asymp($y=1$), "top"),
|
|
inter($y_0$, 2, 3)
|
|
)
|
|
)
|
|
convex-line(
|
|
"concavité",
|
|
mult: 2,
|
|
(
|
|
none,
|
|
false,
|
|
"AV",
|
|
true,
|
|
"PI",
|
|
false,
|
|
none,
|
|
none,
|
|
none,
|
|
false,
|
|
none
|
|
)
|
|
)
|
|
}
|
|
)
|
|
|
|
#pagebreak()
|
|
|
|
#functastic.sign-table(
|
|
($-oo$, $-sqrt(2)/2$, $(3 - sqrt(5))/4$, $sqrt(2)/2$, $1$, $(3 + sqrt(5))/4$, $+oo$),
|
|
espcl: 2.5,
|
|
{
|
|
import functastic: *
|
|
sign-line($f'(x)$, (none, $-$, "d", "h", none, "h", "d", $-$, $0$, $+$, "t", $+$, none))
|
|
|
|
sign-line($f''(x)$, (none, $-$, "d", "h", none, "h", "d", $+$, "t", $+$, $0$, $-$, none))
|
|
|
|
func-line($f(x)$, mult: 2, (
|
|
val(asymp($-2sqrt(2)$), "top"),
|
|
disc(($-oo$, "bottom"), eod: true),
|
|
disc(eod: true),
|
|
disc(right: ($+oo$, "top")),
|
|
val($2$, "bottom"),
|
|
none,
|
|
val(asymp($2sqrt(2)$), "top"),
|
|
inter($(2sqrt(1 + sqrt(5))) / sqrt(3)$, 3, 4)
|
|
))
|
|
|
|
convex-line("concavité", (
|
|
none,
|
|
false,
|
|
"AV",
|
|
none,
|
|
none,
|
|
none,
|
|
"AV",
|
|
true,
|
|
none,
|
|
true,
|
|
"PI",
|
|
false,
|
|
none
|
|
))
|
|
}
|
|
)
|
|
|
|
#pagebreak()
|
|
|
|
#functastic.sign-table(
|
|
($0$, $1/e$, $e^((1-sqrt(5))/2)$, $e^(-1/3)$, $e$, $e^phi$, $e^2$, $+oo$),
|
|
espcl: 2,
|
|
{
|
|
import functastic: *
|
|
sign-line(
|
|
$f'(x)$, start-ood: true, (
|
|
"d", $+$, "t", $+$, $0$, $-$, "t", $-$, "t", $-$, $0$, $+$, "t", $+$
|
|
)
|
|
)
|
|
|
|
sign-line(
|
|
$f''(x)$, start-ood: true, (
|
|
"d", $-$, "t", $-$, "t", $-$, $0$, $+$, "t", $+$, "t", $+$, $0$, $-$
|
|
)
|
|
)
|
|
|
|
func-line(
|
|
$f(x)$, mult: 2, start-ood: true, (
|
|
disc(right: (asymp($y = 0$), "bottom")),
|
|
none,
|
|
val([max], "top"),
|
|
none,
|
|
none,
|
|
val([min], "bottom"),
|
|
none,
|
|
val(asymp($x = 0$), "top"),
|
|
inter($0$, 0, 1),
|
|
inter($0$, 1, 2, i: 4)
|
|
)
|
|
)
|
|
|
|
convex-line(
|
|
[concavité], mult: 1.5, (
|
|
"AV",
|
|
false,
|
|
none,
|
|
false,
|
|
none,
|
|
false,
|
|
"PI",
|
|
true,
|
|
none,
|
|
true,
|
|
none,
|
|
true,
|
|
"PI",
|
|
false
|
|
)
|
|
)
|
|
}
|
|
) |