
Section 05: Differential Calculus
Test your understanding of optimization and curve sketching
For \(f(x) = x^3 - 6x^2 + 9x\), find all critical points and classify them.
What is the difference between a local maximum and an absolute maximum?
Find the absolute extrema of \(g(x) = x^2 - 4x + 1\) on \([0, 3]\).
A profit function is \(P(x) = -2x^2 + 40x - 100\). What production level maximizes profit?
What questions do you have regarding the previous session?
Funktionsscharen are heavily tested on exams! Both function determination and Funktionsscharen share a key skill: setting up equations from conditions systematically.
Strategy for Finding Unknown Functions:
Number of conditions = Number of unknowns
For a function with \(n\) unknowns, you need exactly \(n\) independent conditions!
Problem:
Solution:
System of equations:
\(\begin{cases} a + b + c = 4 \\ 4a + 2b + c = 3 \\ 9a + 3b + c = 4 \end{cases}\)
Answer: \(f(x) = x^2 - 4x + 7\)
Check: Does \(f(x) = x^2 - 4x + 7\) pass through all three points?

Key Idea: Derivative conditions give us additional equations!
Common derivative conditions:
Slope at a point: \(f'(a) = m\)
Horizontal tangent: \(f'(a) = 0\)
Parallel tangents: \(f'(a) = f'(b)\)
Remember: Each derivative condition counts as one equation!
Problem:
Solution:
Step 1: \(f(x) = ax^2 + bx + c\) and \(f'(x) = 2ax + b\) (3 unknowns)
Step 2: Set up equations from conditions:
System: \(\begin{cases} a + b + c = 3 \\ 2a + b = 2 \\ 4a + 2b + c = 5 \end{cases}\)
Answer: \(f(x) = 2x + 1\) (actually linear, not quadratic!)
Important: When a function has an extremum (max or min) at \((a, b)\):
You get TWO conditions:
Total: 2 equations from one extremum condition!
Don’t forget the \(f'(a) = 0\) condition!
An extremum at \((a, b)\) gives you both the point and the derivative condition.
Problem: Find the quadratic function with a maximum at \((2, 5)\) that passes through \((0, 1)\).
Solution:
\(f(x) = ax^2 + bx + c\) (3 unknowns)
Conditions:
Important: \(f'(x) = 2ax + b\)
Equations:
\(\begin{cases} c = 1 & \text{from } f(0) = 1 \\ 4a + 2b + c = 5 & \text{from } f(2) = 5 \\ 4a + b = 0 & \text{from } f'(2) = 0 \end{cases}\)
Answer: \(f(x) = -x^2 + 4x + 1\)
Verification: \(f''(x) = -2 < 0\) confirms maximum ✓

Problem: Find the parabola with vertex at \((3, -2)\) passing through \((1, 6)\).
Two approaches:
Now it’s easy!
Condition: Passes through \((1, 6)\):
Answer:
Strategy for Complex Problems:
List all unknowns clearly
Identify each condition type:
Remember that the number of unknowns must match the number of conditions!
Strategy for Complex Problems:
Not too complicated, right?
Problem: Find \(f(x) = ax^3 + bx^2 + cx + d\) such that:
Analysis: 4 unknowns, need 4 equations
Now, remember the conditions we have:
You will need to know these by heart in the exam!
Problem: Find \(f(x) = ax^3 + bx^2 + cx + d\) such that:
Equations:
Answer: \(f(x) = x^3 - 3x^2 + 4\)
Check all conditions for \(f(x) = x^3 - 3x^2 + 4\):
Additional check: \(f''(0) = -6 < 0\), confirming local maximum ✓

Definition: A Funktionenschar is a family of functions that depend on a parameter we can vary (usually \(t\), \(a\), or \(k\)).

A collection of functions that are related to each other by a parameter.
Heavily tested on exams! Common question types:
Practice these on your own as well, as we are coming to the end of this section!
Problem: For which \(t\) does \(f_t(x) = x^2 - tx + t\) have exactly one zero?
Identify condition: zeros, extrema, inflection points, function values
Set up the equation:
Substitute the given point (if specified)
Solve for the parameter \(t\)
Verify your answer makes sense
Complete these problems and then we discuss
Work individually for 10 minutes, then compare
For each Funktionschar, solve the given problem:
For \(f_t(x) = x^2 - 2tx + 3\), find all \(t\) such that \(f_t\) has exactly two zeros.
For \(g_t(x) = tx^2 - 4x + t\), find \(t\) such that \(g_t\) has a zero at \(x = 2\).
For \(h_t(x) = x^3 - tx^2 + 3x\), find \(t\) such that \(h_t\) has a local extremum at \(x = 1\).
For \(p_t(x) = x^2 + tx - 2t\), find \(t\) such that \(p_t(3) = 10\).
For \(q_t(x) = tx^2 - 6x + 9\), for which \(t\) does \(q_t\) have exactly one zero?
Scenario: A company knows its marginal cost is:
\[MC(x) = C'(x) = 3x^2 - 12x + 20\]
The fixed cost (when \(x = 0\)) is €500.
Question: Find the total cost function \(C(x)\).
Solution: We need to find \(C(x)\) such that \(C'(x) = 3x^2 - 12x + 20\).
Integration (reverse of differentiation):
\[C(x) = x^3 - 6x^2 + 20x + k\]
where \(k\) is a constant.
Use the fixed cost condition \(C(0) = 500\):
\[C(0) = 0 - 0 + 0 + k = 500\]
\[k = 500\]
Answer: \(C(x) = x^3 - 6x^2 + 20x + 500\)
Scenario: A product’s demand function is quadratic: \(D(p) = ap^2 + bp + c\) where \(p\) is price.
Known information:
Question: Find the demand function.
\(D'(p) = 2ap + b\)
System: \[\begin{cases} 100a + 10b + c = 100 \\ 400a + 20b + c = 60 \\ 20a + b = -6 \end{cases}\]
Answer: \(D(p) = 0.2p^2 - 10p + 180\)

Scenario:
An engineer is designing a roller coaster section modeled by a cubic function \(h(x) = ax^3 + bx^2 + cx + d\), where \(h\) is height (meters) and \(x\) is horizontal distance (meters).
Design requirements:
Work in groups of 3-4 students
Function Determination - Systematic Approach:
Funktionsscharen - Parameter Analysis:
Complete individually and then discuss
Topic: First Complete Assessment (Full Mock Exam)
Get a good night’s sleep!
See you next session!
Session 05-07 - Function Determination & Funktionsscharen | Dr. Nikolai Heinrichs & Dr. Tobias Vlćek | Home