Kalkulus KursCalculus Course

Funkcije · Limesi · Izvodi · Diferencijali · Integrali
Functions · Limits · Derivatives · Differentials · Integrals

Šta je funkcija?

What is a function?

Funkcija f: A → B je pravilo koje svakom elementu skupa A (domena) pridružuje tačno jedan element skupa B (kodomena). Zapisujemo y = f(x), gdje je x nezavisna, a y zavisna promjenljiva.

A function f: A → B is a rule that assigns to every element of set A (the domain) exactly one element of set B (the codomain). We write y = f(x), where x is the independent and y the dependent variable.

Domena i kodomena

Domain and codomain

Domena — skup svih vrijednosti x za koje je funkcija definisana. Kodomena (skup vrijednosti) — skup svih mogućih rezultata f(x).

Domain — the set of all values of x for which the function is defined. Codomain (range) — the set of all possible results of f(x).

Domena se najčešće ograničava kod: razlomaka (imenilac ≠ 0), korijena parnog reda (podkorjena veličina ≥ 0), logaritma (argument > 0).

The domain is most often restricted by: fractions (denominator ≠ 0), even-order roots (radicand ≥ 0), logarithms (argument > 0).

DDomena (od "domain") — skup svih dozvoljenih vrijednosti x
Skup svih realnih brojeva — cijeli, decimalni, razlomci, svi brojevi na brojevnoj pravoj
\"Bez" / "izbaci iz skupa" — čita se kao "minus" u smislu skupova
{3}Skup koji sadrži samo broj 3 (vitičaste zagrade = skup)
D = ℝ \ {3}"Domena su svi realni brojevi osim broja 3" — npr. jer bi u tom broju imenilac razlomka bio nula
DDomain — the set of all allowed values of x
The set of all real numbers — integers, decimals, fractions, every number on the number line
\"Without" / "exclude from the set" — read as "minus" in the set sense
{3}The set containing only the number 3 (curly braces = a set)
D = ℝ \ {3}"The domain is all real numbers except 3" — e.g. because that number would make a fraction's denominator zero

Vrste funkcija

Types of functions

Linearna funkcija

Linear function

f(x) = ax + b — graf je prava linija; a je nagib (koeficijent pravca), b je odsječak na y-osi.

f(x) = ax + b — the graph is a straight line; a is the slope, b is the y-intercept.

Kvadratna funkcija

Quadratic function

f(x) = ax² + bx + c — graf je parabola; predznak a određuje da li se parabola otvara na gore (a>0) ili na dolje (a<0).

f(x) = ax² + bx + c — the graph is a parabola; the sign of a determines whether it opens upward (a>0) or downward (a<0).

Racionalna funkcija

Rational function

f(x) = k / x — hiperbola; domena isključuje x = 0.

f(x) = k / x — a hyperbola; the domain excludes x = 0.

Eksponencijalna funkcija

Exponential function

f(x) = aˣ — uvijek pozitivna, monotono raste (a>1) ili opada (0<a<1).

f(x) = aˣ — always positive, monotonically increasing (a>1) or decreasing (0<a<1).

Logaritamska funkcija

Logarithmic function

f(x) = logₐ(x) — inverzna eksponencijalnoj; domena x > 0.

f(x) = logₐ(x) — the inverse of the exponential function; domain x > 0.

Trigonometrijske funkcije

Trigonometric functions

f(x) = sin(x), f(x) = cos(x) — periodične, period , vrijednosti u [-1, 1].

f(x) = sin(x), f(x) = cos(x) — periodic, period , values in [-1, 1].

Parnost funkcije

Function parity

Parna funkcija: f(-x) = f(x) — graf simetričan u odnosu na y-osu (npr. x²).

Even function: f(-x) = f(x) — the graph is symmetric about the y-axis (e.g. x²).

Neparna funkcija: f(-x) = -f(x) — graf simetričan u odnosu na koordinatni početak (npr. x³, sin x).

Odd function: f(-x) = -f(x) — the graph is symmetric about the origin (e.g. x³, sin x).

Interaktivni graf

Interactive graph

Odaberi tip funkcije i pomjeraj klizače da vidiš kako parametri mijenjaju oblik grafa.

Pick a function type and move the sliders to see how the parameters change the shape of the graph.

f(x) = x

Riješeni primjeri

Solved examples

Pređi mišem (ili dodirni na mobitelu) preko primjera da vidiš rješenje korak-po-korak.

Hover (or tap on mobile) over an example to see the step-by-step solution.

Primjer 1 — Domena funkcije
Example 1 — Domain of a function
f(x) = 1 / (x - 3)
rješenje →
solution →
Primjer 2 — Domena sa korijenom
Example 2 — Domain with a root
f(x) = √(x - 2)
rješenje →
solution →
Primjer 3 — Ispitivanje parnosti
Example 3 — Checking parity
f(x) = x² + 1
rješenje →
solution →

Provjeri znanje

Test your knowledge

Formule — Funkcije

Formulas — Functions

Pređi mišem preko naziva da vidiš konkretan primjer.

Hover over a name to see a concrete example.

LinearnaLinearf(x) = ax + b
KvadratnaQuadraticf(x) = ax² + bx + c
RacionalnaRationalf(x) = k / x, x ≠ 0
EksponencijalnaExponentialf(x) = aˣ, a > 0, a ≠ 1
LogaritamskaLogarithmicf(x) = logₐ(x), x > 0
Sinus / kosinusSine / cosineperiod 2π, [-1, 1]
Parna funkcijaEven functionf(-x) = f(x)
Neparna funkcijaOdd functionf(-x) = -f(x)

Šta je limes?

What is a limit?

Limes funkcije opisuje čemu se f(x) približava kada se x približava nekoj vrijednosti a — čak i ako funkcija u toj tački nije definisana. Zapisujemo: lim(x→a) f(x) = L.

The limit of a function describes what value f(x) approaches as x approaches some value a — even if the function isn't defined at that point. We write: lim(x→a) f(x) = L.

limOznaka za graničnu vrijednost (limes)
x → a"x teži ka a" — x se približava vrijednosti a, ali je ne mora dostići
LGranična vrijednost — rezultat limesa
Beskonačnost — x (ili f(x)) raste/opada bez granice
limThe notation for a limiting value (limit)
x → a"x tends to a" — x approaches the value a, without necessarily reaching it
LThe limiting value — the result of the limit
Infinity — x (or f(x)) grows/shrinks without bound

Limesi u beskonačnosti

Limits at infinity

Kada ispitujemo šta se dešava sa f(x) dok x raste ili opada bez granice, pišemo lim(x→+∞) f(x). Ako rezultat teži konačnom broju, ta vrijednost predstavlja horizontalnu asimptotu grafa.

When we examine what happens to f(x) as x grows or shrinks without bound, we write lim(x→+∞) f(x). If the result tends to a finite number, that value is a horizontal asymptote of the graph.

Neprekidnost funkcije

Continuity of a function

Funkcija je neprekidna u tački x = a ako je definisana u toj tački, limes u njoj postoji, i vrijedi lim(x→a) f(x) = f(a). Ako bilo koji uslov ne vrijedi, funkcija ima prekid (diskontinuitet).

A function is continuous at x = a if it is defined there, the limit exists there, and lim(x→a) f(x) = f(a) holds. If any condition fails, the function has a discontinuity.

Poznati limes — sin(x)/x

Famous limit — sin(x)/x

Jedan od najvažnijih graničnih limesa u kalkulusu: lim(x→0) sin(x)/x = 1. Koristi se kao osnova za izvođenje mnogih drugih trigonometrijskih limesa.

One of the most important limits in calculus: lim(x→0) sin(x)/x = 1. It serves as the basis for deriving many other trigonometric limits.

Pravila i neodređeni oblici

Rules and indeterminate forms

Pod uslovom da oba limesa postoje: lim(f ± g) = lim f ± lim g, lim(f·g) = lim f · lim g. Problem nastaje kada direktna zamjena daje neodređeni oblik poput 0/0 ili ∞/∞ — tada koristimo faktorizaciju, racionalizaciju ili poznate granične limese.

Provided both limits exist: lim(f ± g) = lim f ± lim g, lim(f·g) = lim f · lim g. A problem arises when direct substitution gives an indeterminate form like 0/0 or ∞/∞ — then we use factoring, rationalization, or known standard limits.

Vizualizacija približavanja

Approach visualization

Pomjeraj klizač da x sve više teži tački a i posmatraj kako se f(x) približava graničnoj vrijednosti L.

Move the slider so x approaches point a more and more closely, and watch how f(x) approaches the limiting value L.

x = ..., f(x) = ...

Riješeni primjeri

Solved examples

Pređi mišem (ili dodirni na mobitelu) da vidiš puno rješenje.

Hover (or tap on mobile) to see the full solution.

Primjer 1 — Neodređeni oblik 0/0
Example 1 — Indeterminate form 0/0
lim(x→2) (x²−4)/(x−2)
rješenje →
solution →
Primjer 2 — Limes u beskonačnosti
Example 2 — Limit at infinity
lim(x→∞) (2x²+3x)/(x²−1)
rješenje →
solution →
Primjer 3 — Poznati trigonometrijski limes
Example 3 — Famous trigonometric limit
lim(x→0) sin(3x)/x
rješenje →
solution →

Provjeri znanje

Test your knowledge

Formule — Limesi

Formulas — Limits

Pređi mišem preko naziva da vidiš konkretan primjer.

Hover over a name to see a concrete example.

Limes konstanteLimit of a constantlim(x→a) c = c
Zbir/razlikaSum/differencelim(f ± g) = lim f ± lim g
ProizvodProductlim(f·g) = lim f · lim g
U beskonačnostiAt infinitylim(x→∞) 1/x = 0
Poznati limesFamous limitlim(x→0) sin x / x = 1
NeprekidnostContinuitylim(x→a) f(x) = f(a)

Definicija izvoda

Definition of the derivative

Izvod funkcije u tački opisuje trenutnu brzinu promjene — nagib tangente na krivu u toj tački. Definiše se kao granična vrijednost količnika prirasta: f'(x) = lim(Δx→0) [f(x+Δx) − f(x)] / Δx.

The derivative of a function at a point describes its instantaneous rate of change — the slope of the tangent line to the curve at that point. It is defined as the limit of the difference quotient: f'(x) = lim(Δx→0) [f(x+Δx) − f(x)] / Δx.

f'(x)Izvod funkcije f u tački x (čita se "f prim od x")
ΔxMala promjena (prirast) nezavisne promjenljive x
ΔyOdgovarajuća promjena zavisne promjenljive y = f(x)
dy/dxAlternativna oznaka za izvod (Leibnizova notacija)
f'(x)The derivative of f at point x (read "f prime of x")
ΔxA small change (increment) in the independent variable x
ΔyThe corresponding change in the dependent variable y = f(x)
dy/dxAlternative notation for the derivative (Leibniz notation)

Pravila deriviranja

Differentiation rules

Stepena funkcija: (xⁿ)' = n·xⁿ⁻¹

Power function: (xⁿ)' = n·xⁿ⁻¹

Pravilo proizvoda

Product rule

(u·v)' = u'v + uv'

Pravilo količnika

Quotient rule

(u/v)' = (u'v − uv') / v²

Pravilo složene funkcije (chain rule)

Chain rule

(f(g(x)))' = f'(g(x)) · g'(x)

Izvodi elementarnih funkcija

Derivatives of elementary functions

(sin x)' = cos x   (cos x)' = −sin x   (eˣ)' = eˣ   (ln x)' = 1/x

Primjena izvoda

Applications of the derivative

Ako je f'(x) > 0 na intervalu, funkcija na njemu raste; ako je f'(x) < 0, funkcija opada. Tačke gdje je f'(x) = 0 su kandidati za ekstreme (minimum/maksimum). Drugi izvod f''(x) govori o konveksnosti: f''(x) > 0 — kriva je konveksna (kao "posuda"), f''(x) < 0 — konkavna.

If f'(x) > 0 on an interval, the function is increasing there; if f'(x) < 0, it is decreasing. Points where f'(x) = 0 are candidates for extrema (minimum/maximum). The second derivative f''(x) describes convexity: f''(x) > 0 — the curve is convex (like a "bowl"), f''(x) < 0 — concave.

Tangenta na krivu

Tangent to the curve

Pomjeraj klizač da odabereš tačku x₀ i posmatraj kako se tangenta i nagib mijenjaju duž krive.

Move the slider to pick a point x₀ and watch how the tangent and its slope change along the curve.

f'(x₀) = ...

Riješeni primjeri

Solved examples

Pređi mišem (ili dodirni na mobitelu) da vidiš puno rješenje.

Hover (or tap on mobile) to see the full solution.

Primjer 1 — Izvod polinoma
Example 1 — Derivative of a polynomial
f(x) = 3x² − 5x + 2
rješenje →
solution →
Primjer 2 — Pravilo proizvoda
Example 2 — Product rule
f(x) = x²·sin(x)
rješenje →
solution →
Primjer 3 — Pravilo složene funkcije
Example 3 — Chain rule
f(x) = sin(3x²)
rješenje →
solution →

Provjeri znanje

Test your knowledge

Formule — Izvodi

Formulas — Derivatives

Pređi mišem preko naziva da vidiš konkretan primjer.

Hover over a name to see a concrete example.

Stepena funkcijaPower function(xⁿ)' = n·xⁿ⁻¹
SinusSine(sin x)' = cos x
KosinusCosine(cos x)' = −sin x
EksponencijalnaExponential(eˣ)' = eˣ
LogaritamskaLogarithmic(ln x)' = 1/x
ProizvodProduct(uv)' = u'v + uv'
KoličnikQuotient(u/v)' = (u'v−uv')/v²

Šta je diferencijal?

What is a differential?

Diferencijal dy je linearna aproksimacija promjene funkcije, izračunata pomoću izvoda: dy = f'(x)·dx. To je "koliko bi se y promijenio da f raste tačno po tangenti" umjesto po stvarnoj krivoj.

The differential dy is a linear approximation of a function's change, computed using the derivative: dy = f'(x)·dx. It's "how much y would change if f grew exactly along the tangent" instead of the actual curve.

dxDiferencijal nezavisne promjenljive — mala, proizvoljno odabrana promjena x
dyDiferencijal funkcije — linearna aproksimacija promjene, dy = f'(x)dx
ΔxStvarna promjena x (obično isto što i dx)
ΔyStvarna promjena funkcije: Δy = f(x+Δx) − f(x)
dxDifferential of the independent variable — a small, arbitrarily chosen change in x
dyDifferential of the function — a linear approximation of the change, dy = f'(x)dx
ΔxThe actual change in x (usually the same as dx)
ΔyThe actual change in the function: Δy = f(x+Δx) − f(x)

Δy naspram dy

Δy versus dy

Δy je stvarna promjena funkcije duž krive; dy je promjena duž tangente u polaznoj tački. Što je Δx manji, to su dy i Δy bliži — dy je dobra aproksimacija za male promjene.

Δy is the actual change in the function along the curve; dy is the change along the tangent at the starting point. The smaller Δx is, the closer dy and Δy get — dy is a good approximation for small changes.

Geometrijsko značenje

Geometric meaning

Na grafu, Δy je vertikalno rastojanje od početne tačke krive do nove tačke krive; dy je vertikalno rastojanje do tangente u istoj x-koordinati.

On the graph, Δy is the vertical distance from the starting point on the curve to the new point on the curve; dy is the vertical distance to the tangent line at the same x-coordinate.

Primjena — približno računanje

Application — approximate calculation

Diferencijal se koristi za brzu procjenu vrijednosti funkcije blizu poznate tačke: f(x + dx) ≈ f(x) + f'(x)·dx. Korisno kad je tačan izračun (npr. korijena) komplikovan, a dovoljna je dobra procjena.

The differential is used to quickly estimate a function's value near a known point: f(x + dx) ≈ f(x) + f'(x)·dx. Useful when an exact calculation (e.g. a root) is complicated and a good estimate is enough.

Δy naspram dy

Δy versus dy

Pomjeraj Δx da vidiš kako se stvarna promjena (Δy) i linearna aproksimacija (dy) razlikuju — i kako se približavaju kad je Δx malen.

Move Δx to see how the actual change (Δy) and the linear approximation (dy) differ — and how they converge when Δx is small.

dy = ..., Δy = ...

Riješeni primjeri

Solved examples

Pređi mišem (ili dodirni na mobitelu) da vidiš puno rješenje.

Hover (or tap on mobile) to see the full solution.

Primjer 1 — Izračunaj diferencijal
Example 1 — Compute the differential
f(x) = x², x = 3, dx = 0.1
rješenje →
solution →
Primjer 2 — Uporedi Δy i dy
Example 2 — Compare Δy and dy
f(x) = x², x = 3, Δx = 0.1
rješenje →
solution →
Primjer 3 — Približna vrijednost korijena
Example 3 — Approximate value of a root
√4.1 pomoću diferencijala
rješenje →
solution →

Provjeri znanje

Test your knowledge

Formule — Diferencijali

Formulas — Differentials

Pređi mišem preko naziva da vidiš konkretan primjer.

Hover over a name to see a concrete example.

DiferencijalDifferentialdy = f'(x)·dx
Stvarna promjenaActual changeΔy = f(x+Δx) − f(x)
Linearna aproksimacijaLinear approximationf(x+Δx) ≈ f(x) + f'(x)Δx

Neodređeni integral

Indefinite integral

∫f(x)dx = F(x) + C, gdje je F'(x) = f(x). Integral je "obrnuta operacija" od izvoda — tražimo funkciju čiji je izvod dati f(x).

∫f(x)dx = F(x) + C, where F'(x) = f(x). The integral is the "reverse operation" of the derivative — we look for a function whose derivative is the given f(x).

Znak integrala — "zbroji sve male doprinose"
dxOznačava po kojoj promjenljivoj integralimo
F(x)Primitivna funkcija (antiderivacija) od f(x)
CKonstanta integracije — jer izvod konstante je uvijek 0
The integral sign — "sum up all the small contributions"
dxIndicates which variable we're integrating with respect to
F(x)The antiderivative of f(x)
CThe constant of integration — since the derivative of a constant is always 0

Osnovna pravila integracije

Basic integration rules

∫xⁿdx = xⁿ⁺¹/(n+1) + C (n ≠ −1)   ∫1/x dx = ln|x| + C   ∫eˣdx = eˣ + C

∫sin x dx = −cos x + C   ∫cos x dx = sin x + C

Određeni integral — Newton-Leibnizova formula

Definite integral — the Newton-Leibniz formula

∫[a,b] f(x)dx = F(b) − F(a) — geometrijski predstavlja površinu između krive i x-ose na intervalu [a, b].

∫[a,b] f(x)dx = F(b) − F(a) — geometrically, this is the area between the curve and the x-axis on the interval [a, b].

Metoda smjene (supstitucije)

Substitution method

Kad integral sadrži funkciju i njen izvod, uvodimo smjenu t = g(x), dt = g'(x)dx, čime se integral svodi na jednostavniji oblik po t.

When an integral contains a function and its derivative, we introduce the substitution t = g(x), dt = g'(x)dx, reducing the integral to a simpler form in t.

Površina ispod krive

Area under the curve

Pomjeraj granice a i b, i uključi Riemannove pravougaonike da vidiš kako se određeni integral gradi kao zbir malih površina.

Move the bounds a and b, and turn on Riemann rectangles to see how the definite integral is built up as a sum of small areas.

∫[a,b] f(x)dx ≈ ...

Riješeni primjeri

Solved examples

Pređi mišem (ili dodirni na mobitelu) da vidiš puno rješenje.

Hover (or tap on mobile) to see the full solution.

Primjer 1 — Neodređeni integral polinoma
Example 1 — Indefinite integral of a polynomial
∫(3x² − 2x + 1)dx
rješenje →
solution →
Primjer 2 — Određeni integral
Example 2 — Definite integral
∫[1,3] 2x dx
rješenje →
solution →
Primjer 3 — Metoda smjene
Example 3 — Substitution method
∫2x·cos(x²)dx
rješenje →
solution →

Provjeri znanje

Test your knowledge

Formule — Integrali

Formulas — Integrals

Pređi mišem preko naziva da vidiš konkretan primjer.

Hover over a name to see a concrete example.

Stepena funkcijaPower function∫xⁿdx = xⁿ⁺¹/(n+1) + C
1/x∫1/x dx = ln|x| + C
EksponencijalnaExponential∫eˣdx = eˣ + C
SinusSine∫sin x dx = −cos x + C
KosinusCosine∫cos x dx = sin x + C
Newton-Leibniz∫[a,b]f(x)dx = F(b) − F(a)