Given x=1+ta and y=(1+t)2a where a>0.
To find dx2d2y at t=1, both x and y depend on parameter t.
For parametric equations:
dxdy=dx/dtdy/dt
Finding dtdx:
x=a(1+t)−1
dtdx=a⋅(−1)(1+t)−2
dtdx=−(1+t)2a
Finding dtdy:
y=a(1+t)−2
dtdy=a⋅(−2)(1+t)−3
dtdy=−(1+t)32a
Finding dxdy:
dxdy=−(1+t)2a−(1+t)32a
dxdy=(1+t)32a×a(1+t)2
dxdy=1+t2
For the second derivative:
dx2d2y=dtdxdtd(dxdy)
Finding dtd(dxdy):
dxdy=2(1+t)−1
dtd(dxdy)=2⋅(−1)(1+t)−2
dtd(dxdy)=−(1+t)22
Finding dx2d2y:
dx2d2y=−(1+t)2a−(1+t)22
dx2d2y=(1+t)22×a(1+t)2
dx2d2y=a2
The (1+t)2 terms cancel, so the result is independent of t.
Therefore, dx2d2y at t=1 is a2.