

Parametric Derivative of a Function.
Sometimes, the relationship between two variables becomes so complicated that we find it necessary to introduce a third variable to reduce the complication and make it easy to handle. This third variable is called parameter in mathematics and the function is said to be in a parametric form. So instead of defining a function y(x) explicitly, both x and y are defined in terms of a third variable. Basically, it is a derivative of a dependent variable with reference to another dependent variable, and both the dependent variable depends on an independent variable. Therefore, there are two equations instead of only one equation. One equation relates x with the parameter and one equation relates y to the parameter.
Derivation in a Parametric Form
It is extremely important to first understand the behavior of a parametric function before we jump into any other discussion. So let us start with an example:
We usually define acceleration as:
a = \[\frac{dy}{dt}\]
But there is an alternative definition of acceleration that gives us:
a = v\[\frac{dy}{dx}\]
The function v and x i.e., velocity and position respectively are expressed in terms of time that is the parameter here. So we can say that the velocity is equal to v(t) and the position is equal to x(t). So how shall we compute the derivative dvdx using the method of derivation? Let us find out.
If x is equal to f(t) and y is equal to g(t) and they are the two different functions of a parameter t so that y can be defined as a function of x. Then:
\[\frac{dy}{dx}\] = \[\frac{\frac{dy}{dt}}{\frac{dx}{dt}}\], given that \[\frac{dx}{dt}\] ≠ 0
Or,
\[\frac{dy}{dx}\] = \[\frac{g’(t)}{f’(t)}\] provided that f’(t) ≠ 0
It is very clear that this is the first derivative of the function y with reference to x when they are represented in a parametric form. Therefore, we can calculate the second derivative as:
\[\frac{d²y}{dx²}\] = \[\frac{d}{dx}\](\[\frac{dy}{dx}\])
We can apply the first-order parametric differentiation again, considering \[\frac{dy}{dx}\] as a parametric function t:
\[\frac{d²y}{dx²}\] = \[\frac{\frac{d}{dt}(\frac{dy}{dx})}{\frac{dx}{dt}}\]
We can calculate the higher-order derivative in the same way. The only thing that we have to remember is that whenever we calculate a derivative, it will become the function of t.
Solved Example
Question 1) Solve x = t² and y = t³
Solution 1) x\[_{t}^{‘}\] = (t²)’ = 2t, y\[_{t}^{‘}\] = (t³)’ = 3t²
Therefore,
\[\frac{dy}{dx}\] = y’\[_{x}\] = \[\frac{{y}'_{t}}{{x}’_{t}}\] = \[\frac{3t^{2}}{2t}\] = \[\frac{3t}{2}\](t ≠ 0).
Question 2) x = 2t + 1, y = 4t - 3
Solution 2) x\[_{t}^{‘}\] = (2t + 1) = 2, y\[_{t}^{‘}\] = (4t - 3)’ = 4
Therefore,
\[\frac{dy}{dx}\] = y’\[_{x}\] = \[\frac{{y}'_{t}}{{x}'_{t}}\] = \[\frac{4}{2}\] = 2
Question 3) x = e\[^{2t}\], y = e\[^{3t}\]
Solution 3) x’\[_{t}\] = (e\[^{2t}\])’ = 2e\[^{2t}\] , y’\[_{x}\] = (e\[^{3t}\])’ = 3e\[^{3t}\]
Therefore,
\[\frac{dy}{dx}\] = y’\[_{x}\] = \[\frac{{y}'_{t}}{{x}'_{t}}\] = \[\frac{3e^{3t}}{2e^{2t}}\] = \[\frac{3}{2}\] e\[^{3t-2t}\] = \[\frac{3}{2}\]e\[^{t}\]
Question 4) x = at, y = bt²
Solution 4) \[x_{{t}'}\] = (at)' = a, y\[_{t}^{‘}\] = (bt²)’ = 2bt
Therefore,
\[\frac{dy}{dx}\] = y'\[_{x}\] = \[\frac{{y}'_{t}}{{x}'_{t}}\] = \[\frac{2bt}{a}\]
Question 5) x = sin²t, y = cos²t
Solution 5) x\[_{t}^{‘}\] = (sin²t)' = 2sint . cos t = sin2t,
y\[_{t}^{‘}\] = (cos²t )' = 2cost . (-sint) = -2sint cost = -sin2t
Therefore,
\[\frac{dy}{dx}\] = y'\[_{x}\] = \[\frac{{y}'_{t}}{{x}'_{t}}\] = \[\frac{-sin2t}{-sin2t}\] = -1. where, t ≠ \[\frac{πn}{2}\], n ∈ Z
FAQs on Derivatives of Function in Parametric Form
1. What is the parametric form of a function as per the CBSE Class 12 syllabus?
In the parametric form, instead of defining a relationship directly between variables x and y (like y = f(x)), both x and y are expressed as separate functions of a third independent variable called a parameter. This parameter is commonly denoted by 't' or 'θ'. The general representation is x = f(t) and y = g(t). This method is particularly useful for describing complex curves or the motion of an object where the parameter represents time.
2. How do you find the derivative of a function in parametric form?
To find the derivative dy/dx for a function given in parametric form, where x = f(t) and y = g(t), you use a method derived from the chain rule. You differentiate both x and y with respect to the parameter 't' and then divide the results. The formula is: dy/dx = (dy/dt) / (dx/dt). It is crucial that dx/dt is not equal to zero for the derivative to be defined.
3. Can you provide a simple example of parametric differentiation?
Certainly. Consider a curve defined by the parametric equations x = at² and y = 2at. To find dy/dx, we follow these steps:
- First, differentiate x with respect to t: dx/dt = 2at.
- Next, differentiate y with respect to t: dy/dt = 2a.
- Finally, apply the formula: dy/dx = (dy/dt) / (dx/dt) = (2a) / (2at) = 1/t.
4. Why are parametric equations important in mathematics and physics?
Parametric equations offer several advantages over the standard Cartesian form (y = f(x)):
- Complex Curves: They can easily represent curves that are not functions, such as circles or cycloids, which would fail the vertical line test.
- Direction and Orientation: They inherently contain information about the direction or orientation of the curve as the parameter increases.
- Physics and Motion: They are ideal for describing the trajectory of an object, where the parameter 't' naturally represents time, and x(t) and y(t) represent its position at that time.
5. How is the second derivative (d²y/dx²) calculated for parametric equations?
Calculating the second derivative for parametric equations is a common point of error. It is not found by simply dividing (d²y/dt²) by (d²x/dt²). The correct procedure is to differentiate the first derivative (dy/dx) with respect to 'x', using the chain rule again. The formula is: d²y/dx² = [d/dt (dy/dx)] / (dx/dt). This means you must first find dy/dx, then differentiate that resulting expression with respect to 't', and finally divide that by dx/dt.
6. What is the geometric meaning when dx/dt = 0 for a parametric curve?
When dx/dt = 0 and dy/dt is not zero, the denominator of the derivative formula dy/dx = (dy/dt)/(dx/dt) becomes zero. This makes the slope of the tangent line undefined. Geometrically, this signifies that the curve has a vertical tangent at that specific point. The curve is moving vertically (changing its y-value) but momentarily not moving horizontally (no change in its x-value).
7. How does the chain rule justify the formula used for parametric differentiation?
The formula for parametric differentiation is a direct application of the chain rule. The standard chain rule states that if y is a function of x and x is a function of t, then dy/dt = (dy/dx) × (dx/dt). To find the expression for dy/dx, we can simply rearrange this equation by dividing both sides by dx/dt (assuming it's non-zero). This rearrangement directly yields the formula: dy/dx = (dy/dt) / (dx/dt), demonstrating how the principle of differentiating composite functions is applied.

















