Simple Unit Vector Problem: Finding Parallel and Perpendicular Vectors

hagobarcos
Messages
34
Reaction score
0

Homework Statement



Find the unit vector normal to the function f(x) = -3x^2 + 5 and the point (1,2)
and find a unit vector parallel, using f(x) and the point (1,2).

Homework Equations



How do I find the slope here? I attempted to just use the point (0,5), and then the given point (1,2),
resulting in a slope of -3/1 or -3.

And since a vector is sometimes a line between two points, used that to develop a form.
So vector parallel equals <1i, -3j>


The perpendicular would simply be pointing 90 degrees out.
So, after setting the dot product equal to zero, vector perp. equals <3,1>


Is this the right track?

The Attempt at a Solution



Then to find the unit vectors for the parallel bit and the perpendicular bit I divided by their magnitudes, sqrt(10).
Attached is a photo of what I did.
 

Attachments

  • Cal Hw 11.1.jpg
    Cal Hw 11.1.jpg
    31.4 KB · Views: 455
Physics news on Phys.org
(1,2) is a point on the graph. The slope at that point is the derivative of the function at 1. Your way of calculating the slope only yields an approximation of the true slope (i.e. the derivative of f at 1). The approximation is better if you choose the second point closer to (1,2). But you don't want an approximation, you want the exact value. You could choose an arbitrary point (x,f(x)) compute the approximate slope as (f(x)-2)/(x-1) and then let x go to 1, but instead of actually doing that, you should recognize that the result of this limit operation is by definition f'(1). You should calculate f'(1) the way you usually find derivatives.

I think it's easier to find a vector parallel to the graph at (1,2) than to find one that's perpendicular to it. So I would find the parallel one first, and then use it to find the perpendicular one.
 
Last edited:
Ohhhhhh! Right. *face palm* :D
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top