The point $(r,\theta)$ in polar coordinates is $(7,5)$ in rectangular coordinates. What is the point $\left( 2r, \theta + \frac{\pi}{2} \right)$ in rectangular coordinates?
Am I supposed to find (7,5) in polar coordinates?
If yes, then how should I solve?
Solving for $r$ and $\theta$ is one way to do it. You can get the answer without actually finding values for $r$ and $\theta$, though.
Consider: replacing $\theta$ with $\theta+\frac{\pi}{2}$ rotates you a quarter turn counter-clockwise. That move sends $(x,y)$ to $(-y,x)$, so we're now at $(-5,7)$. Then, replacing $r$ with $2r$ doubles your distance from the origin, without changing direction. You can do that by doubling both coordinates.
By all means, find the answer by doing trigonometry as well, for practice, but make sure you end up with the same answer that you get this way.